#home-header .aviso-azul .info {
    color: #FFF;
    text-align: center;
    width: fit-content;
    font-family: IberPangea Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 8px;
    padding: 8px 16px;
    margin: 0;
    background: #007ACB;
}

#home-header {
    padding: 40px 16px;
    display: flex;
    flex-direction: column-reverse;
}



#home-header>picture .img-header {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    height: 270px;
}

#home-header .descuentos-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#home-header>.info-modulo>.titulo {
    color: #2C2C2C;
    font-family: IberPangea;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding: 16px 0;
    margin: 0;
}

#home-header h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #2c2c2c;
}

#home-header .info-modulo .btn {
    text-transform: none;
    width: 200px;
    margin: 0 auto 32px;
    font-size: 18px;
    background-color: #2F6852;
    border-color: #2F6852;
    font-family: IberPangea Text;
}

#home-header .info-modulo .btn:active,
#home-header .info-modulo .btn:hover {
    background: #2F6852 !important;
    border: 1px solid #2F6852 !important;
}

#home-header .info-modulo .btn:focus {
    background: #2F6852 !important;
    border: 1px solid #2F6852 !important;
}

#home-header .cont-button {
    margin: 0 auto;
    display: flex;
}

#home-header .info-modulo .etiquetas-azules {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

#home-header .info-modulo .descripcion {
    color: #2C2C2C;
    font-family: IberPangea;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

@media (min-width: 576px) {
    #home-header {
        padding: 32px 40px;
    }

    #home-header .info-modulo .titulo {
        width: 100%;
    }

    #home-header .cont-button {
        width: 100%;
        margin: 0;
    }

}

@media (min-width: 768px) {
    #home-header {
        background-size: cover;
        position: relative;
        background-position: center center;
        display: flex;
        flex-direction: row-reverse;
        padding-top: 32px;
        gap: 24px;
        justify-content: space-between;
        align-items: center;
    }

    #home-header .info-modulo .descripcion {
        margin-bottom: 40px;
        padding-right: 0;
    }
    #home-header>picture {
    width:100%;  
}
#home-header>picture .img-header  {
     height: auto;
     max-height: 450px;
}

.aviso-blanco .info {
        padding: 0;
    }

}

@media (min-width: 992px) {
    #home-header {
        padding: 0;
        max-width: 1480px;
        margin: 0 auto;
        padding: 40px 83px;
    }

    #home-header .info-modulo .btn {
        margin-bottom: 0;
    }

    #home-header .info-modulo {
        width: 100%;
    }

    .aviso-blanco {
        padding-top: 0px;
    }

    #home-header .info-modulo .titulo {
        color: #2C2C2C;
        font-family: IberPangea;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px;
        padding: 24px 0;
    }

    #home-header .cont-button {
        display: block;
    }
    #home-header>picture .img-header {
    
    height: 450px;
}

}

@media (min-width: 1200px) {
    #home-header {
        padding: 40px 100px;
    }
}

@media (min-width: 1920px) {
    #home-header {
        gap: 80px;
    }

    #home-header .info-modulo .descripcion {
        padding-right: 0;
    }

    #home-header #img-header-1920 {
        display: block !important;
    }

    #home-header #img-header-1200 {
        display: none !important;
    }

}