/* 
Theme Name: Hello Elementor Child theme
Description: Child theme for Hello Elementor.
Author: Pixelpro
Author URI: https://www.pixelpro.com.co/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/**/
/*
Reemplazar estos colores: Enlace normal #3480B2, Enlace al pasar el cursor #20376C
*/
li#wp-admin-bar-elementor_edit_page .ab-sub-wrapper {width: 500px !important;}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {width: 470px !important;}
a {color: #3480B2;}
a:active, a:hover {color: #20376C;}
*:focus {outline: none!important;}
body,html{
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden !important;
	color: #06005A;
}
/* -- Scroll Bar -- */
::-webkit-scrollbar {
  width: 10px;
  height: 340px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #78f7af;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #2adfdc;
}
::-webkit-scrollbar-thumb:active {
  background: #41bad2;
}
::-webkit-scrollbar-track {
  background: #f5f5f5;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #f5f5f5;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/* -- */
.top-list .elementor-icon-list-text {
    margin-left: 0 !important;
}
.top-list .elementor-icon-list-icon {
    margin-top: 4px;
}
.top-list li.elementor-icon-list-item {
    align-items: flex-start;
}
.elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 6px !important;
}
/* ---------------
 * T Í T U L O S
 * ---------------
*/
h1.elementor-heading-title {
    font-size: 30px !important;
    line-height: 35px !important;
    font-weight: 700 !important;
}

h1.elementor-heading-title strong {
    font-weight: 700 !important;
}
/* ---------------
 * B O T O N E S
 * ---------------
*/
.btn-full a.elementor-button-link {
    display: block;
}
.btn-abrir-cdt .elementor-button-icon svg, .btn-solicita .elementor-button-icon svg, .btn-descarga .elementor-button-icon svg, .btn-comenzar .elementor-button-icon svg, .btn-regresar .elementor-button-icon svg, .btn-location .elementor-button-icon svg   {
    display: none;
}

.btn-abrir-cdt .elementor-button-icon, .btn-solicita .elementor-button-icon, .btn-descarga .elementor-button-icon, .btn-comenzar .elementor-button-icon, .btn-regresar .elementor-button-icon, .btn-location .elementor-button-icon {
    background: white;
    width: 40px;
    border-radius: 5px;
    background-image: url(/wp-content/uploads/2023/04/ico-boton-abre-cdt.svg);
    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
    height: 35px;
    margin-bottom: -12px;
    box-shadow: 0px 3px 6px #00000029;
}
.btn-regresar .elementor-button-icon, .btn-location .elementor-button-icon {
    background: #00DB8E;	
}
.btn-regresar:hover .elementor-button-icon, .btn-location:hover .elementor-button-icon{
	background-color:white;
}
.btn-solicita .elementor-button-icon {
	background-image: url(/wp-content/uploads/2023/04/ico-solicitalo.svg);
}
.btn-descarga .elementor-button-icon {
	background-image: url(/wp-content/uploads/2023/05/ico-descargar-round.svg);
	background-color: #00db8e;
}
.btn-comenzar .elementor-button-icon {
	background-image: url(/wp-content/uploads/2023/05/ico-comenzar.svg);
}
.btn-regresar .elementor-button-icon {
	background-image: url(/wp-content/uploads/2023/05/ico-regresar.svg);
}
.btn-location .elementor-button-icon {
	background-image: url(/wp-content/uploads/2023/05/ico-como-llegar.svg);
}
a.btn-descargar {
    font-size: 18px;
    font-weight: bold;
    fill: var(--e-global-color-e055682 );
    color: var(--e-global-color-e055682 );
    background-color: var(--e-global-color-5d16e63 );
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137254902);
    padding: 8px 75px 5px 17px;
    position: relative;
}
a.btn-descargar::after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 10px;
    background-image: url(/wp-content/uploads/2023/05/ico-descargar-round.svg);
    background-color: #00db8e;
    box-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137254902);
    border-radius:5px;
}
/* -- Botones que crecen -- */
.elementor-widget-button, .crece {
    transition: 0.3s ease-in-out;
}

.elementor-widget-button:hover, .crece:hover {
    transform: scale(1.07);
    transition: 0.3s ease-in-out;
}
.elementor-editor-active .elementor-widget-button, .elementor-editor-active .crece {
	transition:inherit;
	transform: inherit;
}
/* ---------------
 * T A B L A S
 * ---------------
*/


/* ---------------
 * M A I N  B A N N E R S
 * ---------------
*/
.superfinanciera {
    display: inline-block;
    position: absolute;
    width: 25px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.superfinanciera img {
    width: 100%;
}
.terms {
    font-size: 12px;
    position: absolute;
    right: 7px;
    bottom: 5px;
    font-weight: 600;
}
.terms a{
	color: inherit;
}

/* ----------------------
 * 
 * A N I M A C I O N E S
 * 
 * --------------------
*/
.box-medios .elementor-image, .sin-overflow .elementor-image {
    overflow: hidden;
}
.grow-up .elementor-image img {
    transition: 0.3s ease-in-out;
    margin: 0;
}
.grow-up .elementor-image img:hover {
    transform: scale(1.1) translateY(-4.5%);
}
/* ----------------------
 * 
 * C A R R U S E L E S 
 * 
 * --------------------
*/
/* -- CARRUSEL N -- */
.carrusel-n .ae-swiper-container {
    margin: 0 60px !important;
}
/* -- CARRUSEL GALERIA -- */
.carrusel-galeria .elementor-image-carousel {
    margin-bottom: 80px !important; 
}
.carrusel-galeria .elementor-swiper-button {
    background: #06005a !important;
    color: white !important;
    padding: 15px !important;
    border-radius: 5px !important;
    font-size: 15px !important;
}
.carrusel-galeria .elementor-swiper-button-prev {
    left: inherit !important;
    top: inherit !important;
    bottom: 0 !important;
    right: 60px !important;
}
.carrusel-galeria .elementor-swiper-button-next {
    top: inherit !important;
    bottom: 0 !important;
}
.carrusel-galeria img.swiper-slide-image {
    height: 100px !important;
}
/* ----------------------
 * 
 * H E A D E R 
 * 
 * --------------------
*/
.menu-koa .impactoKOA > a {
    border-bottom: 2px solid #00DB8E;
}
.menu-koa span.sub-arrow {
    display: none;
}

.menu-koa .elementor-nav-menu > .menu-item-has-children::before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 5px 8px 5px;
    border-color: transparent transparent transparent transparent;
    transform: rotate(180deg);
    content: '';
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    transition-delay:0.4s;
}
.menu-koa .elementor-nav-menu > .menu-item-has-children.koaPortales::before {
    bottom: -31px;
}
.menu-koa .elementor-nav-menu > .menu-item-has-children:hover::before {

    border-color: transparent transparent white transparent;
    transition-delay:0.4s;

}
.menu-koa .elementor-item.elementor-item-active, .menu-koa .current-menu-ancestor .elementor-item {
    border-bottom: 2px solid #00db8e;
}
/*
 * Menu icons 
*/
img.icon-menu {
    width: 35px;
    margin-right:10px
}

/*
 * Submenu
*/

.menu-koa ul.elementor-nav-menu--dropdown a:hover, .menu-koa ul.elementor-nav-menu--dropdown a {
    border: 0;
    min-width: max-content;
	padding:10px 12px!important;
}

.menu-koa .sub-menu {
    width: min-content;
}
.menu-koa .elementor-nav-menu > .menu-item-has-children > .sub-menu > li > a{
    font-weight:600;
}
.menu-koa .elementor-nav-menu > .menu-item-has-children .sub-menu .menu-item-has-children::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    right: -10px;
    top: 50%;
	transform: translatey(-50%);
}
.menu-koa .elementor-nav-menu > .menu-item-has-children .sub-menu .menu-item-has-children:hover::before {
    border-color: transparent transparent transparent white;
}
/* Productos*/
.menu-koa .menu-item-8125 .sub-menu {
    top: 40% !important;
	margin-left:220px !important;
}

/* Portales */
.menu-koa .koaPortales ul.elementor-nav-menu--dropdown a {
    padding: 0px 12px !important;
}
.menu-koa .elementor-nav-menu > .menu-item-has-children.koaPortales .sub-menu .menu-item-has-children .sub-menu li a {
    padding: 8px 12px !important;
}
.menu-koa .menu-item-8156 .sub-menu {
    top: 33px !important;
}

/* -- Toggle menu -- */
.menu-mobile.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    height: 100vh;
}
.menu-mobile .elementor-menu-toggle.elementor-active {
    background: #00db8e !important;
    z-index: 1;
    border-radius: 100%;
}

.menu-mobile .sub-menu {
    display: block;
}

.menu-mobile .sub-menu li a {
    font-weight: 400 !important;
}

.menu-mobile nav {
    padding: 0 50%;
}

.menu-mobile .sub-menu .sub-menu {
    padding: 0 30px;
}

.menu-mobile nav > ul > .menu-item-has-children > .sub-menu > li > a::before {
    content: '•';
    margin-right: 6px;
}
/* - Botones especiales -*/
.menu-mobile nav > ul > li a {
    padding: 10px 0;
}
.menu-mobile .impactoKOA > a {
    border-bottom: 2px solid #00db8e;
    display: inline-block;
}
.menu-mobile .solicita-credito > a, .menu-mobile .portales-koa > a  {
    display: inline-block;
    background: #06005A !important;
    color: white;
    font-size: 15px !important;
    padding: 7px 10px;
    border-radius: 10px;
    min-width: 224px;
    text-align: center;
}
.menu-mobile .portales-koa > a {
    background:#A3A8AB !important;
    color:white !important;
}
.menu-mobile .portales-koa{
    margin-top:15px;
    
}
.menu-mobile .solicita-credito {
    margin: 30px 0 10px;
}
/* ----------------------
 * F I N  H E A D E R 
 * --------------------
*/
/* ----------------------
 * H O M E 
 * --------------------
*/
/* Carrusel principal */
.carrusel-home a.carousel-arrow.carousel-prev.slick-arrow {
    left: inherit !important;
    right: 65px;
    top: inherit;
    bottom: 30px;
    padding: 18px;
    font-size: 15px !important;
}

.carrusel-home a.carousel-arrow.carousel-next.slick-arrow {
    left: inherit;
    right: 35px;
    top: inherit;
    bottom: 30px;
    padding: 18px;
    font-size: 15px !important;
}
/* Inspirados por ti */
.contador .elementor-counter .elementor-counter-title {
    line-height: 1.3 !important;
}
/* Centro de ayuda */
.col-hover:hover {
    background-color: #00DB8E;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}
.col-hover {
    transition: 0.3s ease-in-out;
}
.col-hover .elementor-icon, .col-hover .elementor-icon svg{
    transition: 0.3s ease-in-out;
}

.col-hover:hover .elementor-icon {
    color:#06005A !important;
    border-color:#06005A !important;
}
.col-hover:hover .elementor-icon svg {
    fill:#06005A !important;
}
/* KOA en Medios */
.medios-logo .elementor-image {
    height: 75px;
}

.medios-logo img {
    height: 100%;
    width: auto !important;
}
.medios-title {
    min-height: 70px;
}
.medios-title::before {
    content: '';
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #06005A;
    position: absolute;
}
/* Carrusel medios */
.medios-carrusel .ae-post-widget-wrapper.ae-swiper-wrapper.swiper-wrapper {
    padding-bottom: 90px;
}

.medios-carrusel .ae-swiper-button-prev.swiper-button-prev {
    left: inherit !important;
    right: 55px;
    top: inherit !important;
    bottom: 0;
}

.medios-carrusel .ae-swiper-button-next.swiper-button-next {
    top: inherit !important;
    bottom: 0 !important;
}
/* Testimonios */
.videos-up,.videos-down {
    height: 500px;
    overflow: hidden;
}
.videos-up iframe,.videos-down iframe{
	pointer-events: none;	
}
.videos-down .elementor-widget-wrap {
    position: absolute;
    bottom: 0;
}
.vieo-columns > div > div.elementor-widget-wrap {
    flex-wrap: nowrap;
    white-space: pre;
    align-items: center;
    height: 370px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 30px;
    padding-left: 350px !important;
}

.vieo-columns > div > div.elementor-widget-wrap > div iframe {
    border-radius: 15px;
}
.videos-up .elementor-widget-video .elementor-wrapper iframe, .videos-down .elementor-widget-video .elementor-wrapper iframe {
    transform: scale(3.2);
}

/* ----------------------
 * F I N  H O M E
 * --------------------
*/
/* ----------------------
 * F O O T E R
 * --------------------
*/
.btn-confia::before {
    content: '¿Por qué Koa?';
    position: absolute;
    width: 140px;
	right:90px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #06005A;
    color: white;
    font-size: 14px;
    padding: 5px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
	height:30px;
	line-height:1.3;
}
/*.btn-confia:hover::before {width: 140px; padding: 5px;}*/
.btn-confia::after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 16px 8px 0;
    border-color: transparent #00db8e transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    right: 68px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    opacity: 1;
    transition: 0.3s ease-in-out;
}
/*.btn-confia:hover::after {opacity: 1;}*/

/* ----------------------
 * T E R M I N A  F O O T E R
 * --------------------
*/

/* ----------------------
 * I M P A C T O  K O A
 * --------------------
*/
/* - Nuestra historia - */
.historia-carrusel .swiper-wrapper {
    padding-top: 30px;
}
/*.icono-historia .elementor-image img {filter: contrast(0) brightness(100); margin-left: -6px;}*/
.historia-carrusel .ae-swiper-button-prev.swiper-button-prev {
	left: inherit !important;
	right: 130px;
	top: -30px !important;
}

.historia-carrusel .ae-swiper-button-next.swiper-button-next {
	top: -30px !important;
	right: 75px !important;
}
.historia-carrusel .ae-swiper-container {
    overflow: visible;
}
.separator-flag::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: 3px;
    left: 0;
}
/* - Nuestros valores - */
.ic-list .elementor-icon-list-text {
    margin-left: 0 !important;
}
.ic-list .elementor-icon-list-icon {
    margin-top: 7px;
}
/* Carrusel otras razones por que confiar */
.show-description,.hide-description{
    margin-bottom:0 !important;
}
.hide-description,.razon-description{
    display:none;
}
.elementor-editor-active .hide-description,.elementor-editor-active .razon-description{
    display:inherit;
}

.img-razon .elementor-image {
    height: 70px;
}

.img-razon .elementor-image img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.razones-xq a.premium-button.premium-btn-sm {
    cursor: pointer;
}
.razon-separador {margin-bottom: 0 !important;}

.razon-separador::before {
    content: '';
    position: absolute;
    left: 50%;
    /* transform: translateX(-50%); */
    top: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 10px 15px 10px;
    border-color: transparent transparent #00db8e transparent;
    transform: translateX(-50%) rotate(0deg);
}
.razon-separador::after {
    content: '';
    content: '';
    position: absolute;
    left: 50%;
    /* transform: translateX(-50%); */
    top: -8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 9px 14px 9px;
    border-color: transparent transparent white transparent;
    transform: translateX(-50%) rotate(0deg);
}
.confia-info ul {
    padding: 0;
    margin: 0;
}
.confia-info ul li {
    list-style: none;
    padding-left:20px;
    position: relative;
}
.confia-info ul li::before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2023/04/ico-simbolo-check.svg);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
}

/* -- Carrusel secciones -- */
.carrusel-secciones a.carousel-arrow.carousel-prev.slick-arrow {
    left: inherit;
    right: 80px;
    top: inherit;
    bottom: 30px;
    padding: 18px;
    font-size: 15px !important;
}

.carrusel-secciones a.carousel-arrow.carousel-next.slick-arrow {
    left: inherit;
    right: 35px;
    top: inherit;
    bottom: 30px;
    padding: 18px;
    font-size: 15px !important;
}
.carrusel-secciones *{
	overflow: visible !important
}
/* -- ¿Cómo somos? -- */
.show-item {
	display: none;
}
.drop-list {
	cursor:pointer;
}
.drop-list .elementor-icon-box-title.on span {
    border-bottom: 5px solid #00DC7E;
    display: inline-block;
    padding-bottom: 10px;
}
.elementor-editor-active .show-item {
	display:inherit;
}
/* ----------------------
 * T E R M I N A  I M P A C T O  K O A
 * --------------------
*/

/* ----------------------
 * P R O D U C T O S
 * --------------------
*/

/* Beneficios carrusel*/
.beneficios-block, .beneficios-block .elementor-image img, .beneficios-block .ae-element-post-content p {
    transition: 0.3s ease-in-out;
}
.beneficios-block:hover {
    transition: 0.3s ease-in-out;
    background: #00DB8E;
}
.beneficios-block:hover .elementor-image img {
    filter: hue-rotate(61deg) brightness(0.4);
}
.beneficios-block:hover .ae-element-post-content p {
    color: #06005A !important;
}
.beneficios-block h3 {
    font-size: 20px !important;
    color: #2A3036 !important;
    font-weight: 700 !important;
}
.beneficios-block h3 strong {
    font-weight: 700;
}
.beneficios-block ul {
    padding: 0 0 0 15px;
}
.beneficios-block ul li {
    margin-bottom: 10px !important;
}
/* Grids etiquetas */
.grid-CDT .col-color > div {
    background-color: #F70C5B !important;
}
.grid-credito .col-color > div {
    background-color: #06005A !important;
}

.grid-edu-financiera .col-color > div {
    background-color: #6007FF !important;
}
.grid-seguros .col-color > div {
	background-color: #0098FF !important;
}
.grid-inversiones .col-color > div {
	background-color: #F70C5B !important;
}
.grid-formacion .col-color > div {
	background-color: #2A3036 !important;
}
.grid-credito .col-color > div {
	background-color: #06005A !important;
}
/* Tabla tarifas */
.tabla-tarifas * {
    border: 0 !important;
}

.tabla-tarifas table {
    margin-bottom: 0;
}

.tabla-tarifas table tbody>tr:nth-child(odd)>td, .tabla-tarifas table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
	padding: 10px;
}

.tabla-tarifas table tbody>tr:nth-child(even)>td, .tabla-tarifas table tbody>tr:nth-child(even)>th {
    background-color: #EFFFF7;
}

.tabla-tarifas table tr td:last-child, .tabla-tarifas table thead th:last-child {
    text-align: right;
}

.tabla-tarifas table thead th {
    font-size: 20px;
    color: #06005A;
    padding: 10px 20px;
    background: #00DB8E;
}

.tabla-tarifas table thead th:first-child {
    border-top-left-radius:20px;
}
.tabla-tarifas table thead th:last-child {
    border-bottom-right-radius:20px;
}

/* -- TABS --  */
.custom-info-tabs .elementor-tabs-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	position: relative;
	z-index: 90;
}
.custom-info-tabs .elementor-tab-title {
    padding: 0;
    display: inline-flex;
    flex-grow: 1;
    margin: 0 10px;
}
.custom-info-tabs .elementor-tab-title h3 {
    font-size: 20px;
    text-align: center;
    padding: 15px 5px;
}
.custom-info-tabs .elementor-tab-title.elementor-active h3, .custom-info-tabs .elementor-tab-title:hover h3 {
    border-bottom: 2px solid #00db8e !important;
}

.custom-info-tabs .elementor-tab-title.elementor-active h3 {
    color: #06005a;
}

.custom-info-tabs .elementor-tab-mobile-title {
    display: none;
}
/* -- TARIFAS -- */
.files .ae-acf-repeater-wrapper > div {
    padding: 0 5px !important;
}
.files .ae-acf-repeater-wrapper > div:nth-child(odd) {
    background: #00db8e1c;
}
.show-files {
    cursor: pointer;
}
.show-files .elementor-icon {
    padding: 5px;
    border-radius: 100%;
    border: 1.5px solid;
}
.show-files .elementor-icon i {
    font-size: 17px;
}
.files {
    display: none;
}
.show-files.on .elementor-icon i::before {
    content: "\f068";
}
.informes-grid .ae-post-collection > article {
    border-bottom: 1px solid;
}
.informes-grid .ae-post-collection > article:last-child {
    border: 0;
}

/*--- PREGUNTAS FRECUENTES OCULTAS ----*/
.question-hidden {
	display:none;
}
.elementor-editor-active.question-hidden {
	display: block;
}
/* ----------------------
 * T E R M I N A  P R O D U C T O S
 * --------------------
*/
/* ----------------------
 * E D U C A C I Ó N  F I N A N C I E R A 
 * --------------------
*/
/* Carrusel principal */
.carrusel-edu-financiera a.carousel-arrow.carousel-prev.slick-arrow {
    top: 180px;
    padding: 18px;
    font-size: 15px !important;
}

.carrusel-edu-financiera a.carousel-arrow.carousel-next.slick-arrow {
    top: 180px;
    padding: 18px;
    font-size: 15px !important;
}
/* Colores categorías */
.category-color a.ae-category-educacion-y-bienestar-financiero {
    color: #6007FF;
}
.category-color a.ae-category-formacion {
    color: #2A3036;
}
.category-color a.ae-category-creditos {
    color: #06005A;
}
.category-color a.ae-category-inversiones {
    color: #F70C5B;
}
.category-color a.ae-category-seguros {
    color: #0098FF;
}
.category-color a.ae-category-ahorro {
    color: #00DB8E;
}

.category-educacion-y-bienestar-financiero .new-article > div {
	background-image: url('/wp-content/uploads/2023/06/label-edu-financiera.png') !important;
}
.category-formacion .new-article > div {
	background-image: url('/wp-content/uploads/2023/06/label-formacion.png') !important;
}
.category-creditos .new-article > div {
	background-image: url('/wp-content/uploads/2023/06/label-credito.png') !important;
}
.category-inversiones .new-article > div {
	background-image: url('/wp-content/uploads/2023/06/label-inversion.png') !important;
}
.category-seguros .new-article > div {
	background-image: url('/wp-content/uploads/2023/06/label-seguros.png') !important;
}
.category-ahorro .new-article > div {
	background-image: url('/wp-content/uploads/2023/06/label-ahorro.png') !important;
}

.archive.category .new-article > div, .archive.category span.ae-element-post-category{
	display:none;
}

/* Colores categorías BG */
.category-color-bg a.ae-category-educacion-y-bienestar-financiero, .category-color-bg a.ae-category-formacion, .category-color-bg a.ae-category-creditos, .category-color-bg a.ae-category-inversiones, .category-color-bg a.ae-category-seguros, .category-color-bg a.ae-category-ahorro  {
    background-color: #6007FF;
    color: white;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
}
.category-color-bg a.ae-category-formacion {
    background-color: #2A3036;
}
.category-color-bg a.ae-category-creditos {
    background-color: #06005A;
}
.category-color-bg a.ae-category-inversiones {
    background-color: #F70C5B;
}
.category-color-bg a.ae-category-seguros {
    background-color: #0098FF;
}
.category-color-bg a.ae-category-ahorro {
    background-color: #00DB8E;
	color:#06005A;
}

/* Paginador categorias */
.grid-categorias .ae-pagination-wrapper > span, .grid-categorias .ae-pagination-wrapper > a {
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left:10px;
    transition:0.3s ease-in-out;
}
.grid-categorias .ae-pagination-wrapper > span:hover, .grid-categorias .ae-pagination-wrapper > a:hover {
    background:#00db8e;
    color:white !important;
}
.grid-categorias .ae-pagination-wrapper > a i.fas {
    font-size: 15px;
    color:#06005A !important;
}

.grid-categorias .ae-pagination-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Pop up */
.modal-financiero a.dialog-close-button.dialog-lightbox-close-button {
    border-radius: 100%;
    font-size: 30px !important;
    padding: 2px;
}
.modal-financiero a.dialog-close-button.dialog-lightbox-close-button i {
    color: #06005a !important;
}
/* ----------------------
 *  T E R M I N A  E D U C A C I Ó N  F I N A N C I E R A 
 * --------------------
*/
/* ----------------------
 *  F O G A F I N
 * --------------------
*/
.listado-iconos-color span.elementor-icon-list-icon {
    text-align: center !important;
    background: #00db8e;
    padding: 4px;
    justify-content: center !important;
    border-radius: 5px;
    margin-right: 10px;
}

.listado-iconos-color span.elementor-icon-list-icon svg {
    margin: 0 !important;
}

.listado-iconos-color.azules span.elementor-icon-list-icon {
    background: #06005A;
}
.listado-iconos-color.azules span.elementor-icon-list-icon svg {
    fill: white;
}
/* Acordeones */
.acordeon-custom .elementor-accordion-item .elementor-tab-title.elementor-active {
    background: #06005A;
}
.acordeon-custom .elementor-accordion-item .elementor-tab-title.elementor-active a, .acordeon-custom .elementor-accordion-item .elementor-tab-title.elementor-active span {
    color: white;
    line-height: 1;
}
.acordeon-custom .elementor-accordion-item .elementor-tab-title {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 20px !important;
}
.acordeon-custom .elementor-accordion-item .elementor-tab-title span i {
    font-weight: 600;
    padding: 5px;
    border-radius: 100%;
    border: 2px solid;
}
.acordeon-custom .elementor-accordion-item .elementor-tab-title span {
    font-size: 16px;
}
/* ----------------------
 *  T E R M I N A  F O G A F I N
 * --------------------
*/
/* ----------------------
 *  P R E G U N T A S  F R E C U E N T E S
 * --------------------
*/
	/* ----------------------
	 * P R E G U N T A S  F R E C U E N T E S
	 * --------------------
	*/
	.contenedor-preguntas .ae-post-collection > article .contenido-pregunta {
		display: none;
	}
	.muestra-contenido-pregunta.pregunta-activa, .muestra-contenido-pregunta:hover {
		background: #06005A;
	}
	.muestra-contenido-pregunta.pregunta-activa .elementor-heading-title, .muestra-contenido-pregunta.pregunta-activa .elementor-heading-title, .muestra-contenido-pregunta:hover .elementor-heading-title {
		color: white !important;
	}
	.muestra-contenido-pregunta {
		padding: 15px 50px 15px 20px;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px;
		background-color: #EFFFF7;
		border: 0;
		margin-bottom: 15px !important;
		cursor: pointer;
	}
	.muestra-contenido-pregunta{
		position: relative;
	}
	.muestra-contenido-pregunta::before {
		content: "\f067";
		font-family: "Font Awesome 5 Free";
		color: #2A3036;
		position: absolute;
		right: 10px;
		top: 8px;
		width: 30px;
		height: 30px;
		font-size: 12px;
		font-weight: 600;
		border-radius: 100%;
		border: 2px solid #2A3036;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
	}
	.muestra-contenido-pregunta:hover::before{
		color: white;
		border: 2px solid white;
	}
	.muestra-contenido-pregunta.pregunta-activa::before{
		content: "\f068";
		color: white;
		border: 2px solid white;
	}

/* Buscador */
.buscador-faqs form input.sf-input-text {
    border-radius: 30px;
    padding: 5px 20px;
    color: black;
	width: 100%;
}
.buscador-faqs form ul {
    margin: 0;
    padding: 0;
}
.buscador-faqs form ul label {
    display: block;
}
.buscador-faqs form input.sf-input-text::placeholder {
    color: black;
}
.buscador-faqs::before{
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 15px;
    display: block;
    font-weight: 600;
}

/* ----------------------
 * T E R M I N A  P R E G U N T A S  F R E C U E N T E S
 * --------------------
*/
/* ----------------------
 *  O F I C I N A S 
 * --------------------
*/
.oficina-contenido ul {
    padding: 0;
}
.oficina-contenido ul li {
    list-style: none;
}
.contenedor-oficinas {
    height: 530px;
    overflow: auto;
    margin: 60px 0;
}
/* Filtro */
.filtro-oficinas form ul {
    padding: 0;
}

.filtro-oficinas form ul li {
    margin-bottom: 10px;
    padding: 0;
}

.filtro-oficinas form ul li label {
    display: block;
    position: relative;
}

.filtro-oficinas form ul li label input, .filtro-oficinas form ul li label select {
    border: 1px solid;
    border-radius: 30px;
    color: #2A3036;
    font-size: 16ox;
    font-weight: 400;
    padding: 7px 20px;
}
.filtro-oficinas form ul li label select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.filtro-oficinas form ul li.sf-field-taxonomy-ciudad label::before{
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 9px;
    display: block;
    font-weight: 600;
    color: #2A3036;
}
.filtro-oficinas form ul li label input::placeholder {
    color: #2A3036;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
}
.filtro-oficinas form ul li.sf-field-search label::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 9px;
    display: block;
    font-weight: 600;
    color: #2A3036; 
}
.filtro-oficinas form ul li input[type="submit"] {
    background-color: #00DB8E;
    border: 0;
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: bold;
    color: #06005A;
}
/* Mapa */
.page-id-3774 [type=button]:not(:disabled), [type=submit]:not(:disabled), .page-id-3774 button:not(:disabled) {
    border: 0;
}
/* ----------------------
 * T E R M I N A   O F I C I N A S 
 * --------------------
*/

/* ----------------------
 *  G L O S A R I O
 * --------------------
*/
.filtro-glosario form ul {
    padding: 0;
}
.filtro-glosario form > ul > li > ul > li:first-child {
    display: none;
}
.filtro-glosario form > ul > li > ul > li {
    display: flex;
    align-items: center;
}
.filtro-glosario form > ul > li > ul > li label {
    flex-grow: 1;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: right;
    padding: 0px 20px;
    background: #06005a;
    color: white !important;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 30px !important;
}
.filtro-glosario form > ul > li > ul > li input {
    display: none;
}
.filtro-glosario form > ul > li > ul > li label:hover, .filtro-glosario form > ul > li > ul > li.sf-option-active label {
    background: #25de9d;
}
/* ----------------------
 *  FORMULARIO DE SOLICITUD DE CRÉDITO
 * --------------------
*/
.page-template-page-template-folmulario .page_block .container {
    max-width: 90%;
}
.page-template-page-template-folmulario .page-content {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}
.header-form {
    text-align: center;
    padding-top: 20px;
}
.header-form img {
    width: 200px;
}
.header-form h4 {
    font-weight: bold;
    margin: 0;
}
.page_block .perfil_change {
    max-width: 500px;
    margin: 0 auto;
}
.page_block .perfil_change .wpcf7-list-item-label {
    background: #06005a;
    border-radius: 15px;
    width: 115px;
    color: white !important;
}
/* - Selecciona perfil - */
.page_block .perfil_change {
    max-width: 500px;
    margin: 0 auto;
}
.page_block .perfil_change span.wpcf7-list-item:nth-child(1) {
    order: 3;
}

.page_block .perfil_change span.wpcf7-list-item:nth-child(2) {
    order: 2;
}

.page_block .perfil_change span.wpcf7-list-item:nth-child(3) {
    order: 1;
}
.page_block .perfil_change span.wpcf7-list-item {
    width: 30% !important;
}
.page_block .perfil_change .wpcf7-list-item-label {
    background: #06005a;
    border-radius: 15px;
    width: 100% !important;
    color: white !important;
    min-height: 115px;
    font-size: 11px !important;
}
.page_block .perfil_change span.wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before {
    background-image: url(/wp-content/uploads/2023/09/icono-pensionados.png);
}
.page_block .perfil_change .wpcf7-list-item-label:before {
    background-size: contain;
    width: 100px;
    height: 50px;
    background-image: url(/wp-content/uploads/2023/09/icono-empleado-gubernamental.png);
}
.page_block .perfil_change span.wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before {
    background-image: url(/wp-content/uploads/2023/09/iconos-docentes.png);
}
.page_block .perfil_change input:checked + .wpcf7-list-item-label {
    background: #01db8f;
}
.page_block form br {
    display: none;
}
/* - Inputs - */
.page_block form label {
    color: #06005a !important;
}
.page_block form .intl-tel-input.allow-dropdown {
    width: 100%;
}
.page_block form .intl-tel-input.allow-dropdown {
    width: 100%;
}

.flex-field .field input {
    width: 100%;
	margin-bottom: 15px;
}
.page_block .contact-elements .privacy_form_text input {
    display: inherit;
}
.page_block .contact-elements .privacy_form_text p {
    font-size: 12px;
    color: black !important;
    font-weight: 500;
    line-height: 1.2 !important;
}
.page_block .contact-elements .privacy_form_text p a {
    color: #0059b8;
    text-decoration: none;
}

/* - Submit - */
.page_block form .envia-btn {
    transition:0.3s ease-in-out;
}
.page_block form .envia-btn:hover {
    transform: scale(1.1);
    transition:0.3s ease-in-out;
}
.page_block form .envia-btn span{
	display:inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.page_block form input.wpcf7-submit {
    font-size: 22px;
    font-weight: bold;
    fill: var(--e-global-color-e055682 );
    color: var(--e-global-color-e055682 );
    background-color: var(--e-global-color-5d16e63 );
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137254902);
    padding: 8px 80px 5px 15px;
	margin-bottom:10px;
}
.page_block form .envia-btn span::before {
    content: '';
    position: absolute;
    left: 240px;
    top: 15px;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2023/04/ico-solicitalo.svg);
    z-index: 1;
    background-color: white;
    background-size: contain;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137254902);
}

.disclaimer {
	cursor:inherit !important;
	font-size: 10px;
	font-weight:500;
}
/* ----------------------
 *  SIMULADOR DE CRÉDITO
 * --------------------
*/
.simulador-credito.calculate-credit h2:after {
    display: none;
}

.simulador-credito.calculate-credit h2 {
    background: #00db8e;
    color: white;
    font-weight: bold;
    width: 45px;
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 35px;
    padding-left: 10px;
    line-height: 1.2;
    float: none;
    margin: 0;
}

.simulador-credito.calculate-credit div {
    float: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.simulador-credito.calculate-credit .col-11 {
    width: 90%;
}
.simulador-credito.calculate-credit .col-1.col-xl-1.count {
    width: 10%;
}
.simulador-credito .for-input-2 .styled-select-wrapper ul {
    margin-top: 3px;
    border-top: 1px solid;
    background: #f4f4f4;
}

.simulador-credito .for-input-1 input, .simulador-credito .for-input-2 div.selected_option {
    background: #f4f4f4;
    box-shadow: 7px 7px 7px -3px rgba(0,0,0,0.24);
    border-radius: 10px;
    height: 45px;
    line-height:1.2;
    color: black;
    justify-content: center;
    padding-left: 0 15px;
	text-align: center;
	align-items: center;
}

.simulador-credito .for-input-1 input::placeholder {
    color: #383838;
    opacity: 1;
    text-align: center;
    font-size: 18px;
}

.simulador-credito.calculate-credit div.row {
    margin-bottom: 15px;
}

.simulador-credito .for-input-1:after {
    top: 10px;
}

.simulador-credito .for-input-1:after {
    background-image: url(/wp-content/uploads/2023/09/icono-search-verde.svg);
    background-color: white;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 10px;
    background-size: 71%;
    background-position: center center;
	top:8px;
}


.simulador-credito .for-input-2 div.selected_option::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 8px;
    background-image: url(/wp-content/uploads/2023/09/icono-dropdown-verde.svg);
    width: 30px;
    height: 30px;
}

.simulador-credito .count.count-mob {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:0;
}
/* Lista selector */
ul#ui-id-1 {
    max-width: 600px !important;
} 
/**/
.simulador-credito .count.count-mob .monto-final, .simulador-credito .count.count-mob .cuota-mensual {
    width: 47% !important;
    background: #f4f4f4;
    background: #f4f4f4;
    box-shadow: 7px 7px 7px -3px rgba(0,0,0,0.24);
    border-radius: 10px;
    height: auto;
    line-height: 1.2;
    padding: 15px 15px;
}

.simulador-credito .count.count-mob .monto-final.active, .simulador-credito .count.count-mob .cuota-mensual.active {
    background: #e1ffed;
    color: black !important;
}
.simulador-credito.calculate-credit  .valor {
    display: flex;
    background: #f4f4f4;
    padding: 40px 20px;
    border-radius: 25px;
    justify-content: space-evenly;
}

.simulador-credito .input-numbers {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 0;
}

.input-numbers .valor input[type="text"] {
    margin: 0;
    border-bottom: 3px dashed #002360;
    font-size: 43px;
    line-height: 1.2;
    font-weight: bold;
    color: #06005a !important;
	background: transparent !important;
}
.input-numbers .valor input[type="text"]:focus {
    border-bottom: 3px dashed #002360 !important;
}
.input-numbers .valor h2 {
    font-weight: bold !important;
    color: #06005a;
    background: transparent;
    width: auto;
}
.simulador-credito .input-values {
    padding: 30px 45px 0;
    height: 270px;
    background: #f4f4f4;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	margin-top: 40px !important;
}
.simulador-credito .input-values .warning-final {
	background: #f4f4f4;	
}
.input-numbers .resultado h4 {
    background: white;
    font-size: 17px;
    padding: 10px;
    font-weight: 600;
    width: 60%;
    line-height: 24px;
    margin: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    vertical-align: middle;
}
.resultado input#get-results {
    width: 40%;
    padding-right: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 30px;
    color: #06005a;
    border-bottom: 4px dashed #06005a29 !important;
}
.simulador-credito .min-value, .simulador-credito .max-value {
    font-size: 18px !important;
    color: #06005a !important;
    font-weight: 500;
    margin-top: 30px;
}
.simulador-credito.calculate-credit div.resultado {
    float: left;
    background: white;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	border-radius:10px;
}
.simulador-credito.calculate-credit div.resultado * {
    float: none !important;

}
.simulador-credito .input-numbers h3 {
    margin-bottom: 30px;
}
/* - btn type range - */
input#myrange1::-webkit-slider-thumb,input#myrange2::-webkit-slider-thumb {
    appearance: none;
    width: 60px;
    height: 60px;
    background: url('/wp-content/uploads/2023/09/btn-type-range.svg') center center no-repeat;
    background-size: 130%;
    cursor: pointer;
    transform: translateY(-20px);
    background-color: white;
}
/* --- */
.simulador-credito.calculate-credit .row.pre-last {
    margin-bottom: 0;
}
.simulador-credito.calculate-credit .row.last {
    justify-content: flex-end;
}

.simulador-credito.calculate-credit .row.last > div {
    background: #f4f4f4;
    padding: 20px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* -- Privacidad -- */
.simulador-credito label.privacy-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.simulador-credito label.privacy-info input {
    margin-top: 1px;
    margin-right: 10px;
}

.simulador-credito label.privacy-info .privacy {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #565656;
}
.simulador-credito label.privacy-info .privacy a {
	color:#3a97fc;
}

.simulador-credito input#but-subm-active {
    background: #06005a;
    color: white !important;
    height: auto;
    border-radius: 10px;
    font-size: 20px !important;
    box-shadow: 7px 7px 7px -3px rgba(0,0,0,0.24);
	opacity: 1;
}
/* ----------------------
 *  CONVENIOS
 * --------------------
*/
.convenios-ac ul {
    padding: 0;
}

.convenios-ac ul li {
    list-style: none;
    margin-bottom: 7px;
    position:relative;
}
.convenios-ac ul li::before{
    content: '+';
    padding-right:10px;
}

.convenios-ac ul li a {
    color: black;
}

.convenios-ac ul li a:hover {
    text-decoration: underline;
}



/*Dispositivos más grandes que móviles*/
@media all and (min-width: 768px) {
	/* ----------------------
	 * H O M E 
	 * --------------------
	*/
	.medios-title {
    	min-height: 80px;
	}
	/* ----------------------
	 * F I N  H O M E
	 * --------------------
	*/
	
	/* ----------------------
	 * E D U C A C I Ó N  F I N A N C I E R A 
	 * --------------------
	*/
	/* Carrusel principal */
	.carrusel-edu-financiera a.carousel-arrow.carousel-prev.slick-arrow {
		left: inherit !important;
		right: 80px;
		top: inherit;
		bottom: 30px;

	}
	.carrusel-edu-financiera a.carousel-arrow.carousel-next.slick-arrow {
		left: inherit;
		right: 35px;
		top: inherit;
		bottom: 30px;

	}
	/* ----------------------
	 *  P R E G U N T A S  F R E C U E N T E S 
	 * --------------------
	*/	
	.filtro-oficinas form ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.filtro-oficinas form ul > li:first-child {
		width: 45%;
	}
	.filtro-oficinas form ul > li:nth-child(2) {
		width: 45%;
	}
	.filtro-oficinas form ul > li:last-child {
		width: 10%;
	}
	.filtro-oficinas form ul > li {
		padding: 0 10px;
	}	

}

/*Dispositivos más grandes que tablets*/
@media all and (min-width: 1025px) {
	/* ---------------
	 * T Í T U L O S
	 * ---------------
	*/
	h1.elementor-heading-title {
		font-size: 35px !important;
		line-height: 35px !important;
	}


	/* ----------------------
	 * I M P A C T O  K O A
	 * --------------------
	*/
	/* - Nuestros valores - */

	.ic-list {
		height: 0;
		overflow: hidden;
		transition: 0.3s ease-in-out;
	}

	.color-block:hover .ic-list {
		height: 150px;
		transition: 0.3s ease-in-out;
	}
	/* ----------------------
	 * T E R M I N A  I M P A C T O  K O A
	 * --------------------
	*/
	/* ----------------------
	 *  P R E G U N T A S  F R E C U E N T E S
	 * --------------------
	*/
	.contenido-preguntas-side {
		padding: 0 0 0 50px;
	}
	
	/* ----------------------
	 *  FORMULARIO DE SOLICITUD DE CRÉDITO
	 * --------------------
	*/
	.page-template-page-template-folmulario .page-content {
		flex-wrap: wrap;
	}

	.page-template-page-template-folmulario .page-content > .elementor.elementor-5468 {
		width: 50%;
	}

	.page-template-page-template-folmulario .page-content > .page_block {
		width: 50%;
	}
	.header-form {
		padding-top: 60px;
	}
	/* - Selecciona perfil - */
	.page_block .perfil_change span.wpcf7-list-item {
		width: 25% !important;
	}
	.page_block .perfil_change .wpcf7-list-item-label {
		font-size: 13px !important;
	}

	/* - Inputs formulario - */
	.flex-field {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.flex-field .field {
		width: 48%;
	}

}
/* Portátiles pequeños */
@media all and (min-width:1250px){
	html {font-size: 18px;}
	.elementor-section.elementor-section-boxed > .elementor-container {max-width: 1280px;}
	.padding-section {padding-left:100px !important; padding-right:80px !important;}
	.tiene-tabs.elementor-section.elementor-section-boxed > .elementor-container {max-width: 1200px;}
	/* ----------------------
	 * 
	 * H E A D E R 
	 * 
	 * --------------------
	*/	

	.menu-koa .menu-item-8156 .sub-menu {
		min-width: 80px !important;
		margin-left: 145px !important;
	}
	/* ----------------------
	 * F I N  H E A D E R 
	 * --------------------
	*/

}

/*Portátiles comunes y más grande*/
@media all and (min-width: 1320px) {
	/* ---------------
	 * M A I N  B A N N E R S
	 * ---------------
	*/	
	.superfinanciera {
		width: 35px;
		left: 20px;
	}
	
}

/*Tamaño intermedio entre portátiles comunes y Desktop grande*/
@media all and (min-width: 1500px) {
	/* ----------------------
	 * E D U C A C I Ó N  F I N A N C I E R A 
	 * --------------------
		
	.box-medios .elementor-element.elementor-element-e5426c4 img {
    	height: 340px !important;
	}
	*/
	/* ----------------------
	 * T E R M I N A   F I N A N C I E R A 
	 * --------------------
	*/		
}

/*Desktop grande de 1920px, Desktop 4K y Retina*/
@media all and (min-width: 1800px) {

}

/*Tablets y móviles*/
@media all and (max-width: 1024px) {
	/* ----------------------
	 * F O O T E R
	 * --------------------
	*/
	.btn-confia::before {
		right:75px;
	}
	.btn-confia::after {
		right: 52px;
	}
	/* ----------------------
	 * T E R M I N A  F O O T E R
	 * --------------------
	*/	
}

/*Solo móviles*/
@media all and (max-width: 768px) {
	/* ---------------
	 * M A I N  B A N N E R S
	 * ---------------
	*/	
	.superfinanciera {
		display: none;
		top: 20px;
		transform: none;
	}
	.mid-row > .elementor-container > .elementor-row > .col-1 {
		order: 1 !important;
	}
	.mid-row > .elementor-container > .elementor-row > .col-2 {
		order: 2 !important;
	}
	.mid-row > .elementor-container > .elementor-row > .col-3 {
		order: 3 !important;
	}	
	
	/* ----------------------
	 * H O M E 
	 * --------------------
	*/
	/* Carrusel testimonios */
	.testimonios-carrusel .ae-post-widget-wrapper.ae-swiper-wrapper.swiper-wrapper {
		padding-bottom: 100px;
	}

	.testimonios-carrusel .ae-swiper-button-prev.swiper-button-prev {
		left: inherit !important;
		right: 55px;
		top: inherit !important;
		bottom: 0;
	}

	.testimonios-carrusel .ae-swiper-button-next.swiper-button-next {
		top: inherit !important;
		bottom: 0 !important;
	}
	.testimonios-carrusel .swiper-container {
		margin-left: auto !important;
		margin-right: auto !important;
	}	
	/* ----------------------
	 * F I N  H O M E
	 * --------------------
	*/	
	/* ----------------------
	 * I M P A C T O  K O A
	 * --------------------
	*/
	/* - Nuestra historia - */

	.historia-carrusel .ae-swiper-button-prev.swiper-button-prev {
		top: 0 !important;
	}
	.historia-carrusel .ae-swiper-button-next.swiper-button-next {
		top: 0 !important;
	}
	.historia-carrusel {
    	margin-left: 25px;
	}

	/* ----------------------
	 * T E R M I N A  I M P A C T O  K O A
	 * --------------------
	*/

	/* ----------------------
	 * P R O D U C T O S 
	 * --------------------
	*/
	/* Tabs */
	.custom-info-tabs.elementor-widget-tabs .elementor-tabs-wrapper{
		display: none !important;
	}
	.custom-info-tabs .elementor-tab-title.elementor-tab-mobile-title {
		display: block !important;
	}
	.custom-info-tabs .elementor-tab-title.elementor-tab-mobile-title h3 {
		font-size: 16px;
		padding: 7px 15px;
		font-weight: bold;
		color: #2A3036;
		border-bottom: 0;
	}

	.custom-info-tabs .elementor-tab-title.elementor-tab-mobile-title {
		padding: 0;
		background: #EFFFF7;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px;
		position: relative;
	}

	.custom-info-tabs .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
		background-color: #06005A;
	}

	.custom-info-tabs .elementor-tab-title.elementor-tab-mobile-title.elementor-active h3 {
		color: white;
		border-bottom: 0 !important;
	}

	.custom-info-tabs .elementor-tab-title.elementor-tab-mobile-title::before {
		content: '+';
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 25px;
		text-align: center;
		width: 20px;
		height: 21px;
		border: 1.5px solid !important;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 400;
	}

	.custom-info-tabs .elementor-tab-title.elementor-tab-mobile-title.elementor-active::before{
		content:"-";
		color:white;
		border-color:white;
	}
	/* ----------------------
	 *  E D U C A C I Ó N  F I N A N C I E R A
	 * --------------------
	*/
	/* Btn category */
	.btn-category {
		width: 100% !important;
	}

	.btn-category a {
		display: inline-block;
		width: 250px !important;
	}


	/* ----------------------
	 * G L O S A R I O
	 * --------------------
	*/		
	.filtro-glosario form > ul > li > ul {
		display: flex;
	}

	.filtro-glosario form > ul > li > ul > li label {
		border-radius: 0;
		margin: 2px 5px;
		text-align: center !important;
		padding: 0 10px !important;
		font-size: 25px !important;
	}
	

	
}

@media all and (max-width: 500px) {
	/* ----------------------
	 * SIMULADOR DE CRÉDITO
	 * --------------------
	*/	

	.calculate-credit {
		padding: 0 10px;
	}

	.simulador-credito.calculate-credit h2 {
		font-size: 25px;
		width: 30px;
		line-height: 40px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.input-numbers .valor input[type="text"] {
		width: 88%;
		font-size: 25px;
	}

	.input-numbers .valor h2 {
		width: auto;
	}

	.simulador-credito.calculate-credit .valor {
		justify-content: space-between;
	}

	.simulador-credito .input-values {
		padding: 30px 20px;
	}

	.simulador-credito .for-input-1 input, .simulador-credito .for-input-2 div.selected_option {
		font-size: 14px !important;
	}

	.input-numbers .resultado h4 {
		font-size: 14px;
		width: 50%;
	}

	.resultado input#get-results {
		width: 50%;
		font-size: 20px;
	}

	input#myrange1::-webkit-slider-thumb,input#myrange2::-webkit-slider-thumb {
		width: 40px;
		height: 40px;
		transform: translateY(-12px)
	}	
}