footer.footer-agr {
    background-image: url('../img/footer-agradecimiento.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 24vw;
}

/* .seccion-header-agr {
    background-image: url('../img/header-agradecimiento.svg');
    background-position: center;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 26em;
} */

.tit-sec-1-agr {
    font-size: 55px;
    color: #6bc2c2;
    font-family: 'HangryHand-Regular';
    flex-direction: row !important;
    align-content: center !important;
    align-self: center !important;
    align-items: center !important;
}

.tit-sec-4-agr {
    font-size: 28px;
    line-height: 50px;
    font-family: 'Qanelas-Medium';
}

.btn-ver-mas {
    background-color: #6bc2c2 !important;
    background-repeat: no-repeat;
    background-position: 12px;
    background-size: 20px;
    border-color: #6bc2c2 !important;
    padding: 8px 40px;
}

.subrayado-agr,
.subrayado-2-agr {
    overflow: visible !important;
    position: relative !important;
    height: 8px;
    pointer-events: none !important;
}

.subrayado-agr {
    display: flex;
    left: 31.6%;
    top: -9px;
    width: 230px !important;
}

.subrayado-2-agr {
    display: flex;
    left: 55.2%;
    top: -17px;
    width: 242px !important;
}


.mano-bg {
    background-position: center;
    background-size: contain;
    height: 20vw;
    background-repeat: no-repeat;
    margin-right: 22px;
    padding-right: 2vw;
    max-width: 11vw;
    float: left;
}

.mano-1 {
    background-image: url(../img/manos/mano-1.png);
}
.mano-2 {
    background-image: url(../img/manos/mano-2.png);
}
.mano-3 {
    background-image: url(../img/manos/mano-3.png);
}
.mano-4 {
    background-image: url(../img/manos/mano-4.png);
}
.mano-5 {
    background-image: url(../img/manos/mano-5.png);
}
.mano-6 {
    background-image: url(../img/manos/mano-6.png);
}
.mano-7 {
    background-image: url(../img/manos/mano-7.png);
}
.mano-8 {
    background-image: url(../img/manos/mano-8.png);
}

.manos-nombre .col p {
    font-family: 'Avocados';
    font-size: 1.5vw;
    margin-top: 3vw;
    line-height: 1.5vw;
}
 
.manos-nombre .col:nth-child(1) p,
.manos-nombre .col:nth-child(3) p,
.manos-nombre .col:nth-child(5) p,
.manos-nombre .col:nth-child(7) p {
    padding-left: 1vw;
    padding-right: 1vw;
}

.manos-nombre .col:nth-child(2) p {
    padding-left: 3vw;
}

.manos-nombre .col:nth-child(4) p,
.manos-nombre .col:nth-child(6) p,
.manos-nombre .col:nth-child(8) {
    padding-left: 2vw;
}

@media (max-width:1399px) {
    .subrayado-agr {
        left: 28.6%;
    }
}

@media (max-width:1199px) {
    .subrayado-agr {
        left: 24.3%;
    }
    .subrayado-2-agr {
        left: 57.2%;
    }
}

@media (max-width:991px) {
    .subrayado-agr {
        left: 15.3%;
    }
    .subrayado-2-agr {
        left: 59.2%;
    }
    .tit-sec-1-agr{
        font-size: 45px;
    }
    .mano-bg{
        margin-right: 4px;
    }
    /* .manos-nombre .col p {
        font-size: 2.4vw;
    } */
}


@media (max-width:767px) {
    .tit-sec-4-agr {
        line-height: 39px  !important;
        font-size: 22px !important;
        max-width: fit-content  !important;
    }
    .subrayado-agr {
        left: 12.3%;
        width: 170px !important;
    }
    .subrayado-2-agr {
        left: 61.2%;
        width: 186px !important;
    }
    .mano-bg {
        height: 28vw;
        max-width: 22vw;
    }
    .manos-nombre .col p {
        font-size: 3.7vw;
        margin-top: 7vw;
        line-height: 3.5vw;
    }
}

@media (max-width:575px) {
    .tit-sec-4-agr {
        font-size: 20px !important;
    }
    .subrayado-agr {
        width: 157px !important;
    }
    .subrayado-2-agr {
        left: 62%;
        width: 164px !important;
    }
}

@media (max-width:470px) {
    .tit-sec-1-agr {
        font-size: 32px;
    }
    .tit-sec-4-agr {
        max-width: 300px !important;
    }
    .subrayado-agr {
        left: 24%;
    }
    .subrayado-2-agr {
        left: 24%;
        top: -53px;
        width: 158px !important;
    }
}