:root {
    --black: #00161C;
    --blanco: #FFFFFF;
    --background-azul-claro: #cceaf7;
    --background-ceniza-claro: #f2f2f2e8;
    --background-ceniza-medio: #D9D9D9;

    --boton-rojo: #B72E2E;

    --fuente-ceniza-claro: #666666;
    --fuente-ceniza-oscuro: #4F4C4C;


    --fuente-boton: #6078db;
    --background-azul: #4595b8;


    --montserrat: 'Montserrat', sans-serif;
    --Roboto: 'Roboto Slab', serif;
    --lato: 'Lato', sans-serif;

}

body {
    font-family: 'Montserrat', sans-serif;
    
}
.titulos{
    font-size: 2rem;;
    font-weight: bold;
    padding-bottom: 2rem;
}
@media screen and (max-width:480px){
    .titulos{
        font-size: 1.5rem;
    }
    
}




