@charset "utf-8";
/* flexcapital customs /*
/* color primario: 03E26D --> FAAB30 */
/* color secundar: FEC540 --> 062638 */


/* buscar */
#search {
	z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
@media (max-width: 768px){
	#search input[type="search"] {
		font-size: 7.5vw;
	}
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -57px;
	background-color: #FAAB30;
	border-color: #FAAB30;
	border-radius: 0;
	color: #fff;
	font-size: 1.5rem;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: transparent;
	border-color: transparent;
	opacity: 1;
	padding: 10px 10px;
}
/* clears the 'X' from Internet Explorer */
#search input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
#search input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
/* clears the 'X' from Chrome */
#search input[type="search"]::-webkit-search-decoration,
#search input[type="search"]::-webkit-search-cancel-button,
#search input[type="search"]::-webkit-search-results-button,
#search input[type="search"]::-webkit-search-results-decoration { display: none; }



/* links */
a:hover {
    color: #FAAB30;
}


/* MENU */
/* header logo cambio color */
#logo-color {
	display: none; /* none */
}
#logo-blanco {
	display: inline; /* inline */
}
.consult-nav li:hover > a {
    color: #FAAB30;
}
/* submenu */
.consult-nav .consult-menu .sub-menu {
    border-top: 3px solid #FAAB30;
}
@media (min-width: 993px) {
	.consult-nav .consult-menu .sub-menu li:hover > a {
		color: #FAAB30;
	}
}
/* tamaño logo */
.header__logo {
    max-width: 140px;
}
/* hambuger no principal */
.navbar-toggle > span {
    background-color: #FAAB30;
}
.header__style-02:not(.shrink) .consult-nav .consult-menu .current-menu-item > a {
    color: #FAAB30;
}
@media (min-width: 993px) {
	.consult-nav .consult-menu .current-menu-parent > a, .consult-nav .consult-menu .current-menu-item > a {
		color: #FAAB30;
	}
}



/* CARRUSEL */
/* imagen item bg */
.slider__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* contenidos debajo del carrusel 3 */
.textbox__title {
    min-height: 64px;
}


/* BOTONES */
.btn {
    border: 1px solid #FAAB30;
    background-color: #FAAB30;
}
.btn-primary:hover, .btn-primary.hover {
    background-color: #062638;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-color: #062638;
}
.btn-primary:focus, .btn-primary.focus {
    background-color: #062638;
}


/* 3 SERVICIOS */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #FAAB30;
}


/* ACERCA */
h6 a {
    color: #FAAB30;
}
h6 a:hover {
    color: #062638;
}
.box-number__number > h2 {
    color: #FAAB30;
}


/* FOTO GALERÍA */
.fotogal {
    aspect-ratio: 57/71;
    object-fit: cover;
}


/* CONTACTO PAGINA INICIAL */
.consult-phone a {
    color: #ffffff;
}
.consult-phone a:hover {
    color: #FAAB30;
}
.form-control:focus, select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border-color: #FAAB30;
}


/* TESTIMONIOS */
.title-01__title > span, .title-01__title > a {
    color: #FAAB30;
}
.title-01__title > span, .title-01__title > a:hover {
    color: #062638;
}
.testimonial__avatar img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.testimonial__text a:hover{
    color: #FAAB30;
}


/* LISTA CONTENIDOS */
.breadcrumb__item:hover {
	color: #FAAB30;
}
/* sidebar categorias */
.widget-text__content a:hover {
    color: #FAAB30;
}
.widget-text__style-02 ul li:hover, .widget-text__style-02 ul li:focus, .widget-text__style-03 ul li:hover, .widget-text__style-03 ul li:focus {
    color: #FAAB30;
}
/* boton cerrar video */
.cerrar i {
    position: absolute;
    z-index: 1;
    font-size: 30px;
    color: #ffffff;
    top: 10px;
    right: 10px;
}
.cerrar i:hover {
    color: #FAAB30;
}
/* play video */
.video-button:hover, .video-button:focus {
    border-color: #FAAB30;
    background-color: #FAAB30;
}
/* paginanción */
#SoloMovil {
display:none;
text-align: center;
}
@media (max-width: 768px) {
	#hide {
	display:none;
	}
	#SoloMovil {
	display:inline;
	}
}
.pagination {
    display: block;
}


/* CONTENIDO */
/* bg top */
.bg-contenido {
    aspect-ratio: 19/6;
    object-fit: cover;
}
/* compartir icos */
.social-01__style-02 .social-01__item:hover {
    background-color: #FAAB30;
}
/* meta */
.consult-postDetail__meta a:hover {
    color: #FAAB30;
}
/* anexos */
blockquote:before {
    background-color: #FAAB30;
}
@media (min-width: 576px) {
	blockquote {
		font-size: 14px;
	}
}
blockquote a:hover {
    color: #FAAB30;
}
/* whatsapp boton */
.comment-button > a:hover {
    background-color: #FAAB30;
}
/* navegador de contenidos */
.navegador-contenidos {
    padding: 20px;
    margin: 0px 0px 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.miniatura-80-80 {
    object-fit: cover;
    width: 80px;
    height: 80px;
}
.detials {
	margin: 0 20px;
	height: 80px;
}
/* notas relacionadas */
.post-01__categories a {
    color: #FAAB30;
}


/* CONTACTO */
.iconbox__style-04 .iconbox__icon {
    color: #FAAB30;
}
.mapa-responsivo {
	height: 500px;
}
.mapa-responsivo iframe {
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 100%;
}
.mapa-ratio-1-1 {
    padding-bottom: 100%;
}
.mapa-ratio-4-3 {
    padding-bottom: 75%;
}
.mapa-ratio-16-9 {
    padding-bottom: 56.25%;
}
.mapa-ratio-21-9 {
    padding-bottom: 42.85%;
}


/* trampa para formularios */
.ciudad {
	display: none;
}


/* FOOTER */
.footer__item .consult_logo {
    margin-bottom: 0px;
}
.nota {
	font-size: 12px;
	line-height: 20px;
}
.footer__item p a, .footer__item span a {
	color: #c2c2c2;
}
.footer__item p a:hover, .footer__item span a:hover {
	color: #FAAB30;
}
.footer .widget-text__widget ul li a:hover {
    color: #FAAB30;
}
.footer__copyright a {
	color: #FAAB30;
}
.footer__copyright a:hover {
	color: #FAAB3080;
}
.consult_backToTop a {
    color: #FAAB30 !important;
}
.post-01__media.pie-pagina {
    margin-bottom: 15px;
}
.post-01__title.pie-pagina a {
    color: #c2c2c2;
}
.post-01__title.pie-pagina a:hover {
    color: #FAAB30;
}
/* redes sociales */
ul.social-list  {
    padding-left: 38px;
    margin-bottom: 40px;
}
@media (max-width: 575px){
	ul.social-list {
		padding-left: 0px;
	}
}

.social-list li {
    display: inline-block;
    padding-right: 5px;
}
.social-list li a i {
    width: 25px;
    height: 25px;
    border: 1px solid #868686;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #868686;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.social-list li a i:hover {
    border: 1px solid #FAAB30;
    color: #FAAB30;
}















