@media (max-width: 899px) {
    .container-informacion > a {
        --gb-height: 29px;
        /* --- */
        width: 77px;
        font-size: 10px;
    }

    .grupo-informacion {
        gap: 25px;
    }

    .grupo-informacion .informacion {
        & img {
            width: 23px;
            height: 23px;
        }

        & h3, a {
            font-size: 10px;
        }
    }

    /* CONTAINER AYUDA*/
    .ayuda-content {
        & .container-texto h2 {
            font-size: 25px;
        }

        & .container-texto h3 {
            font-size: 14px;
        }

        & > a {
            --gb-height: 30px;
            /* --- */
            width: 156px;
            font-size: 10px;
        }
    }
    /* END-CONTAINER AYUDA*/

    .grupo-logros{
        gap:10px;
        display: flex;
        flex-direction: row;
        margin-bottom: 80px;
        margin-right: 40px;
        margin-left: -15px;
    }

    .titulo-logros{
        margin-left: 145px;
    }

    .titulo-logros h3{
        font-size: 30px;
    }
}

@media (max-width: 624px) {
    

    .grupo-informacion {
        gap: 15px;
    }

    .grupo-informacion .informacion {
        & img {
            width: 15px;
            height: 15px;
        }

        & h3, a {
            font-size: 7px;
        }
    }

    /* CONTAINER AYUDA*/
    .ayuda-content {
        & .container-texto h2 {
            font-size: 18px;
        }

        & .container-texto h3 {
            font-size: 11px;
        }

        & > a {
            --gb-height: 22px;
            /* --- */
            width: 86px;
            font-size: 8px;
        }
    }

    .logros-text{
        font-size: 12px;

    }

    .imagen-borde p{
        font-size: 9px;
    }

    .imagen-borde img{
        width: 48px !important;
        height: 40px !important;
    }
    /* END-CONTAINER AYUDA*/
}

@media (max-width:431px){

    .titulo-garantia h3{
        text-align: center;
        font-size: 25px;
    }

    .texto-garantia p{
        font-size: 13px;
    }

    .titulo-destacado h3{
        font-size:32px
    }
    
    .grupo-destacado{
        gap:11px
    }
    
    .text-logros h3{
        font-size: 11px;
    }
    .imagen-borde{
        width:66px !important;
        height:127px;
    }
     #img-1{
        margin-bottom: 18px !important;
        margin-top: 2px !important;
    }
    #img-2{
        margin-top: 23px !important;
        margin-bottom: 12px !important;
    }
    
    #img-3{
        margin-top:16px !important;
        margin-bottom:3px !important;
        margin-left:0px !important;
        
    }
    
    #btn-verde-1{
        margin-top: -134px !important;
    }
    
    }


}



