.guiFondoDegradado {
    background: linear-gradient(-45deg, var(--main-dark-color), var(--main-color));
}

.guiTituloEncimado {
    padding-top: 2rem !important;
    padding-bottom: 5rem !important;
}

.guiTitulo {
    margin-top: -12px !important;
    margin-left: 15px !important;
    font-weight: bold
}

.guiDivEncimado {
    margin-top: -7rem !important;
}

.guiDivRedondeado {
    border-radius: 5px;
}

.sombra {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

/* TARJETAS */
.dashCardEffect1:before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, .1);
    width: 50%;
    min-width: 150px;
    height: 100%;
    top: 0;
    right: -25%;
    transform: skewX(-32.5deg);
}

.dashCardEffect2:before {
    position: absolute;
    top: -10%;
    right: -140px;
    width: 300px;
    height: 300px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
}

.dashCardEffect2:after {
    position: absolute;
    top: -65px;
    right: 80px;
    width: 150px;
    height: 150px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
}

.dashCardEffect3:before {
    content: '';
    position: absolute;
    background: url(../assets/img/img-shadow.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dashCardEffect4:before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, .1);
    width: 50%;
    min-width: 150px;
    height: 100%;
    top: 0;
    right: -25%;
    transform: skewX(-32.5deg);
}

.dashCardEffect6:before {
    content: '';
    position: absolute;
    background: url(../assets/img/img-shadow.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* END TARJETAS */


/* FONDOS DEGRADADOS */
.guiFondoDegradado {
    /*background: linear-gradient(-45deg, var(--main-dark-color), var(--main-color)) !important;*/
    background: var(--main-color) !important;
    overflow: hidden;
}

/* END FONDOS DEGRADADOS */