
/* default */
html{
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body{
	overflow-x: hidden;
	background: #d7e0ef;
	
	color: #06091e;
	font-family: "Archivo", sans-serif;
	font-weight: 500;
	
	font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased;
}

/* espaciado */
.espacio{
	padding: 75px 0;
}
.espaciomin{
	padding: 50px 0;
}

.overflow-hidden{
	overflow: hidden !important;
}
.no-padding{
	padding: 0 !important;
}

/* Micro clearfix */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* texto */
h1{
	font-family: "Maven Pro", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}
p{
	color: #06091e; /*#424242*/
	font-size: 19px;
}
a{
	color: #00aeef;
	font-size: 20px;
	text-decoration: none;
}
a:hover{
	color: #747455;
}
li{
	font-size: 18px;
}

.texto-naranja{
	color: #f26153;
}
.texto-azul-navy{
	color: #151f6d;
}
.texto-azul-oscuro{
	color: #06091e;
}
.texto-blanco{
	color: #ffffff;
}

.fs-38{
	font-size: 38px	!important;
}

/* colores */
.blanco{
	background: white;
	color: #424242;
}
.azul-navy{
	background: #151f6d;
}
.azul-crepuscular {
	background: #505792;  
}  
.celeste{
	background: #5c88da;
}

.redondeada{
	border-radius: 5px;
}
.redondeada-arriba{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.boton{
	padding: 0 30px;
	height: 45px;
	
	background: #f26153;
	border-radius: 10px;
	opacity: 1;
	
	color: white;
	font-size: 16px;
	font-weight: 500;
	line-height: 45px;
}
.boton:hover{
	opacity: 0.9;
	color: white;
}

.boton-grande{
	font-size: 19px;
	font-weight: 800;
}

/* top */
#top{
	padding: 20px 0;
}
#top a{
	color: #151f6d;
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
}
#top a:hover{
	color: #f26153;
	text-decoration: underline;
}

#top nav.top-navigation{
	float: right;
	display: inline-block;
	padding-top: 22px;
}
#top nav.top-navigation ul{
	display: inline-block;
	padding: 0;
}
#top nav.top-navigation ul li{
	display: inline-block;
	list-style: none;
}
#top nav.top-navigation a{
	display: block;
	margin-left: 45px;
}

/* school finder items*/
.school-item{
	margin-bottom: 24px;
}
img.featured-image{
	display: block;
	width: 100%;
	opacity: 1;
}
img.featured-image:hover{
	opacity: 0.9;
}
.school-item-text{
	min-height: 175px;
}
.school-item h3{
	line-height: 23px;
}
.school-item h3 a{
	color: #06091e;
	font-size: 19px;
	font-weight: 700;
	line-height: 23px;
}
.school-item h3 a:hover{
	text-decoration: underline;
}
.school-item p{
	color: #6b7c97;
	font-size: 15px;
}
a.school-item-boton{
	display: block;
	padding: 10px 30px;
	width: 100%;
	
	background: #5c88da;
	border-radius: 10px;
	
	color: white;
	font-size: 16px;
	font-weight: bold;
}
a.school-item-boton:hover{
	background: #f26153;
}

/* paginación */
.wp-pagenavi a, .wp-pagenavi span {
    border: 0 !important;
}

/* filtro */

.sf-filtros{
	width: 50%;
}
.sf-resultados{
	width: 50%;
}

.filtros{
	overflow: hidden;
}

.filtro{
	float: left;
	display: inline-block;
	padding: 15px 0 15px 30px;
}

.filtro.azul-navy{
	width: 50%;
}
.filtro.azul-crepuscular{
	width: 50%;
	
	box-shadow: -10px -1px 21px 1px rgba(0,0,0,0.125);
	-webkit-box-shadow: -10px -1px 21px 1px rgba(0,0,0,0.125);
	-moz-box-shadow: -10px -1px 21px 1px rgba(0,0,0,0.125);
}

.filtro.azul-navy div.search-filter-label,
.filtro.azul-crepuscular div.search-filter-label{
	display: block;
	padding: 15px 0 15px 0;
	
	color: white;
	font-size: 18px;
	font-weight: 800;
}
.filtro.azul-navy span.search-filter-input-checkbox__label,
.filtro.azul-crepuscular span.search-filter-input-checkbox__label{
	color: white;
	font-size: 14px;
}
.filtro .search-filter-input-checkbox__label {
    padding-left: calc(var(--search-filter-scale-base-unit-calc-h) * .3);
}

.azul-crepuscular span.search-filter-input-checkbox__label{
	font-weight: bold !important;
}
.azul-crepuscular .search-filter-input-checkbox div[role=group] span.search-filter-input-checkbox__label{
	font-weight: normal !important;
}

button.search-filter-input-button.search-filter-field__input{
	font-weight: bold;
}


/* nav */	
#navqe{
	background: #5c88da;
}

/* Menú Principal */
button.submenu-toggle{
	display: none;
	visibility: hidden;
}
/* Estructura base */
.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-item-has-children {
    position: relative;
}

/* Parent items */
.parent-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 12px 16px;
    color: #333;
}
.dropdown-icon {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

/* Submenús */
.sub-menu {
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 0;
    background: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sub-menu.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.sub-menu a {
    display: block;
    padding: 12px 16px;
    color: #444;
    text-decoration: none;
    transition: background 0.2s;
}
.sub-menu a:hover {
    background: #f8f9fa;
}
/* Desktop */
@media (min-width: 768px) {
    .main-menu {
        display: flex;
        gap: 24px;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 240px;
        z-index: 1000;
    }

    .menu-item-has-children.active .dropdown-icon {
        transform: rotate(180deg);
    }
}
/* Mobile */
@media (max-width: 767px) {
    .main-menu {
        width: 100%;
    }

    .menu-item-has-children {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .parent-item {
        width: 100%;
        padding-right: 48px;
    }

    .submenu-toggle {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 48px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .sub-menu {
        width: 100%;
        box-shadow: none;
        background: #f9f9f9;
    }

    .sub-menu a {
        padding-left: 32px;
    }

    .menu-item-has-children.active .dropdown-icon {
        transform: rotate(180deg);
    }
}

/* School: Single */
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6,
.user-content p,
.user-content ul{
	display: block;
	margin: 30px 0 30px 0;
}
.user-content h2{
	font-weight: 700;
}
.user-content ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.user-content ul li{
	display: block;
	padding: 0 0 25px 50px;
	
	background: url(../_img/icon-checkbox.png) no-repeat 0 0;
	background-size: 24px;
}
	
.icon-and-title{
	display: block;
	margin-bottom: 25px;
}
.icon-and-title img{
	display: inline-block;
	margin-right: 10px;
}
.icon-and-title h3{
	display: inline-block;
	
	color: #5c88da;
	font-family: "Archivo", sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.075rem;
	text-transform: uppercase;
}

a.imghover img{
	opacity: 1;
}
a.imghover:hover img{
	opacity: 0.75;
}

.testimonial-single .icon-and-title h3{
	color: white !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	letter-spacing: 0.075rem !important;
}

.testimonial-single h2,
.testimonial-single h3,
.testimonial-single h4,
.testimonial-single h5,
.testimonial-single h6{
	color: white;
	font-family: "Archivo", sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.testimonial-single p{
	display: block;
	padding: 30px 0 60px 0;
	
	color: white;
	font-size: 18px;
}

ul.list-orange-arrow{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list-orange-arrow li{
	display: block;
	padding: 0 0 12px 36px;
	
	background: url(../_img/arrow-orange.png) no-repeat 0 10px;
	background-size: 12px;
}

.single-header-background{
	background: url(../_img/bg-single-header-image.png) no-repeat center top;
	background-size: 1920px;
}
.single-header-background-repeat{
	background: url(../_img/bg-single-header-image.png);
	background-size: 1920px;
}
h1.title-single{
	color: white;
	font-size: 60px;
	font-weight: 900;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span{
	color: #5c88da;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.035rem;
	text-transform: uppercase;
}
.breadcrumbs a,
.breadcrumbs span{
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
}
.breadcrumbs a:hover span{
	text-decoration: underline;
}
.breadcrumbs a:first-child{
	margin-left: 0px;
}

.breadcrumbs span.current-item{
	color: #06091e;
}
.single-header-background-repeat .breadcrumbs span.current-item{
	color: #a4c4ff;
}

/* Agent: Single */	
img.flag_image{
	width: 60px;
}
	
/* Footer End */
#end{
	padding: 25px 0;
}
#end p,
#end a{
	display: inline-block;
	margin: 0;
	padding: 0;
	
	color: #151f6d;
	font-size: 14px;
}
#end a:hover{
	text-decoration: underline;
}	
	
#end nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
#end nav li:not(:last-child)::after {
    content: " | ";
    margin: 0 0.25em;
    color: #151f6d;
}
#end nav a {
    text-decoration: none; /* Opcional: quitar subrayado */
}	
#end .text-end a img {
	opacity: 1;
}	
#end .text-end a:hover img {
	opacity: 0.5;
}	

/* Footer */	
#footer{
	padding: 100px 0;
	
	background: url(../_img/footer.png) no-repeat center top;
	background-size: 1920px;
}

#footer a img{
	opacity: 1;
}
#footer a:hover img{
	opacity: 0.75;
}

#footer-logos{
	display: flex;
	flex-direction: column;
}	
#footer-logos a{
	margin-bottom: 60px;
}	

#footer h6{
	margin-bottom: 40px;
	
	color: #151f6d;
	font-size: 18px;
	font-weight: 700;
}
	
#footer nav.footer-links ul{
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
#footer nav.footer-links ul li{
	display: block;
	padding-bottom: 15px;
}
#footer nav.footer-links ul li a{
	display: block;
	
	color: #151f6d;
	font-size: 18px;
	font-weight: 500;
}	
#footer nav.footer-links ul li a:hover{
	text-decoration: underline;
}

#footer p,
#footer p a{
	color: #151f6d;
	font-size: 18px;
	font-weight: 500;
}
#footer p a:hover{
	text-decoration: underline;
}
p#footer-phone{
	display: block;
	margin-top: 60px;
}

#footer-contact{
	display: block;
	padding: 0 0 0 85px;
}

#footer nav.footer-social-links ul{
	display: block;
	margin: 60px 0 30px 0;
	padding: 0;
	list-style: none;
	
	display: flex;
	flex-direction: row;
}
#footer nav.footer-social-links ul li{
	margin-right: 25px;
}
#footer nav.footer-social-links ul li a{
	display: inline-block;
}

/* form */
div.gfield--type-section{
	margin-bottom: 15px !important;
}
.gform_wrapper h3{
	margin: 30px 0 30px 0 !important;
    font-size: 1.5rem;
}

.gform_wrapper label.gfield_label, 
.gform_wrapper legend.gfield_label,
span.name_first label,
span.name_last label {
	color: black !important;
	font-weight: 600 !important;
    font-size: 18px !important;
}
.gform_wrapper .gfield_required {
    color: #8aad9d !important;
	font-style: normal !important;
	font-weight: 600 !important;
}

div.ginput_complex span input,
div.ginput_container.ginput_container_text input,
div.ginput_container.ginput_container_email input,
div.ginput_container.ginput_container_phone input,
.gform_wrapper textarea.large	{
	padding: 1em 15px 1em 15px !important;
	height: 50px !important;
	width: 100%;
	
	border: none;
	background: #d7e0ef;
	border-radius: 10px;
	
	color: #6b7c97;
}
.gform-theme--foundation .gfield textarea.large {
    min-block-size: 14rem !important;
}

input.gform_button.button,
input.gform_previous_button,
input.gform_next_button{
	display: block !important;
	width: 100% !important;
	padding: 0 0 0 30px !important;
	height: 50px !important;
	
	background: #f26153 !important;
	border: 0 !important;
	border-radius: 10px !important;
	opacity: 1;
	
	color: white !important;
	font-size: 19px !important;
	font-weight: 800 !important;
	line-height: 50px !important;
	text-align: left !important;
}
input.gform_button.button:hover,
input.gform_previous_button:hover,
input.gform_next_button:hover{
	opacity: 0.9;
}

/* Tax: agent-school */
.related-agents-list h3 a{
	color: #151f6d;
	font-weight: 700;
}
.related-agents-list h3 a:hover{
	text-decoration: underline;
}
.related-agents-list p a{
	color: #151f6d;
}
.related-agents-list p a:hover{
	text-decoration: underline;
}







