/*
	Theme Name: NAOS Latam Web
	Theme URI: naos-latam.org
	Description: Tema para la web NAOS Latam
	Autor: Daniel Quino Ángeles
	Template: hello-elementor
	Version: 1.0
	License: GNU General Public Licence v2 or later
*/


/* Custom property */
:root{
    /* Fuentes */
    --fuentePrincipal: 'Quicksand', serif;
    --fuenteSecundaria: 'Quicksand', sans-serif;
    --fuenteDestacada: 'Quicksand', sans-serif;

    /* Colores */
    --colorBase: #072939;
    --colorEnfasis: #072939;
    --colorTexto: #072939;
    --colorAzul: #072939;
    --colorAmarillo: #FDCD04;
    --colorPlomo: #A3A5A9;
}


/*
	Menu Nav
*/
.carefirst-header {  }
.carefirst-header ul { margin:0; padding:0; list-style:none; }
.carefirst-header ul li { margin:0; padding:1rem 1rem 1rem 1rem; display:block; }
.carefirst-header ul li a { color:var(--colorTexto); font-weight:500; transition: .2s all; text-align: center; display: block; }
.carefirst-header ul li a:hover { text-decoration:underline; }
@media only screen and (min-width: 1024px) {
	.carefirst-header ul li { display:inline-block; }
}

