/* Estilos de la portada */

@media (max-width: 400px){
    .tituloHero{
        font-size: 2rem !important;
        line-height: 2rem !important;
        margin-bottom:10px;
    }

    #hero{
        width: 100%;
        padding:10px 20px;
    }

    #hero label span{
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .texto-contenedor{
        height: 2.6rem;
    }

    #contenedorTextoHero{
        margin-bottom: 25px;
    }
}

@media (max-width: 330px){
    /* Estilos del texto del hero */
    #portada{
        margin-bottom: 0px;
    }

    .tituloHero{
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
        margin-bottom:10px;
        /* background-color: red; */
    }

    #hero{
        width: 100%;
        padding:10px 20px;
    }

    #hero label span{
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .texto-contenedor{
        height: 2.7rem;
    }
    
    #contenedorTextoHero{
        margin-bottom: 25px;
    }

    #textoHero{
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .botonHeroDesplegado{
        width:260px;
        margin: 25px auto 50px auto;
        font-size: 0.85rem;
    }

    #hero button img{
        margin-left: 20px;
        width:10px;
        height: 8px;
    }
}