
/*ARRANCA DESDE EL MINIMO 0PX DE ANCHO HASTA EL MAXIMO DE 460PX DE ANCHO*/
@media (min-width: 0px) and (max-width: 800px){ 
    #header-home .centrar-div{
        height: 55%;
    }
    #header-home {
        height: 45vh;
    }

    #header-home .header-titulo {
        font-size: 40px;
    }

    #descripcion .descripcion-flex {
        flex-direction: column;
    }

    #descripcion .descripcion-imagen { width: 100%; height: 320px;}
    #descripcion .descripcion-caja {width: 100%; margin-top: 20px;}

    #footer .grilla-footer { grid-template-columns: repeat(1,1fr);}
}
