/* CSS GW 2025 */

/* VARIABLES var(--color-primario_mod) */
:root{
	--color-primario_mod: #160a8b;
	--color-primario_claro_mod: #232c63;
	--color-primario_oscuro_mod: #232c63	;
	--color-secundario_mod: #5e617e;
}

.amarilloCorp {color: #ffd251 !important;}
.azulPrincipalCorp {color: #232c63 !important;}
.contrasteCorp {color: #5e617e !important;}
.moradoCorp {color: #160a8b !important;}

.amarilloCorpFondo {background-color: #ffd251 !important;}
.azulPrinciaplCorpFondo {background-color: #232c63 !important;}
.contrasteCorpFondo {background-color: #5e617e !important;}
.moradoCorpFondo {background-color: #160a8b !important}

.blanco {color:#fff !important;}
.gris {color:#a3abb0 !important;}

a.gris {color:#a3abb0 !important;}
a.gris:hover {color:#eef1f2 !important;}

button.primary, a.primary, a.active {background-color: #160a8b !important; color:#fff !important;}
button.primary:hover, a.primary:hover, a.active:hover {background-color: #232c63 !important; color:#fff !important;}
.cruzCerrar {display:block; background-color:var(--color-primario-mod); color:#fff; border-radius:50%; height: 40px; width:40px; line-height: 40px; font-size: 20px;}

h1, h2, h3, p, a {color: #232c63 !important;}

.text-primary {color: #232c63 !important;}

.nav-link-item {border-color:#160a8b !important;}
.tf-btn {}
.btn-line {border-color:#160a8b !important; color:#160a8b !important;}
.btn-line:hover {background-color:#160a8b !important; color:#fff !important;}

#navbarSupportedContent > ul > li:hover {
	color:#160a8b !important; 	
}

.loaderOperfin {width: 75px; height: auto;}

.partner-item > img {width:155px; height: auto;}

/* ESPACIOS */
.clear   {display:block; clear:both; height:1px; width:100%;}
.clear5  {display:block; clear:both; height:5px; width:100%;}
.clear10 {display:block; clear:both; height:10px; width:100%;}
.clear15 {display:block; clear:both; height:15px; width:100%;}
.clear20 {display:block; clear:both; height:20px; width:100%;}
.clear25 {display:block; clear:both; height:25px; width:100%;}
.clear30 {display:block; clear:both; height:30px; width:100%;}
.clear35 {display:block; clear:both; height:35px; width:100%;}
.clear40 {display:block; clear:both; height:40px; width:100%;}

.clearSoloMov   {display:block; clear:both; height:1px; width:100%;}
.clear5SoloMov  {display:block; clear:both; height:5px; width:100%;}
.clear10SoloMov {display:block; clear:both; height:10px; width:100%;}
.clear15SoloMov {display:block; clear:both; height:15px; width:100%;}
.clear20SoloMov {display:block; clear:both; height:20px; width:100%;}
.clear25SoloMov {display:block; clear:both; height:25px; width:100%;}
.clear30SoloMov {display:block; clear:both; height:30px; width:100%;}
.clear35SoloMov {display:block; clear:both; height:35px; width:100%;}
.clear40SoloMov {display:block; clear:both; height:40px; width:100%;}

.clearMov   {display:none; clear:none; height:1px; width:100%;}
.clear5Mov  {display:none; clear:none; height:1px; width:100%;}
.clear10Mov {display:none; clear:none; height:1px; width:100%;}
.clear15Mov {display:none; clear:none; height:1px; width:100%;}
.clear20Mov {display:none; clear:none; height:1px; width:100%;}
.clear25Mov {display:none; clear:none; height:1px; width:100%;}
.clear30Mov {display:none; clear:none; height:1px; width:100%;}
.clear35Mov {display:none; clear:none; height:1px; width:100%;}
.clear40Mov {display:none; clear:none; height:1px; width:100%;}

.marginBotom5SoloMov  {margin-bottom: 0px;}
.marginBotom10SoloMov {margin-bottom: 0px;}
.marginBotom15SoloMov {margin-bottom: 0px;}

.flotaDerecha {float:right !important; margin-right:10px;}

.footer {
    background-color: #160a8b !important;
	color: #fff;
}

#estudioGratuitoForm select {border-radius:40px;}

.borderRadius20 {border-radius:20px !important;}
.borderRadius40 {border-radius:40px !important;}

/* CALCULADORA */
.cajaCalculadora {
	width: 100%;
	height: auto;
	border-radius: 20px;
	padding: 10px;
	box-sizing: border-box;
}

.cajaCalculadora .franjaDatosSuperior {
	display: block;
	width: 97.6%;
	margin-left: 1.2%;
	margin-right: 1.2%;
	background-color: #160a8b !important;
	min-height: 100px;	
	border-radius: 20px;
	margin-bottom: 15px;
	padding:40px;
	box-sizing: border-box;
}

.cajaCalculadora .franjaDatosSuperior .datosSimulacion {
	display:block; 
	width:49%;
	float: left;
}
.cajaCalculadora .franjaDatosSuperior .datosSimulacion .titularFinanciar {
	color:#fff;
	margin-bottom: 15px;
}
.cajaCalculadora .franjaDatosSuperior .datosSimulacion .cantidadFinancar {
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
}

.cajaCalculadora .franjaDatosSuperior .contenedorBoton {
	display:block; 
	width:49%;
	float: right;
}
.cajaCalculadora .franjaDatosSuperior .contenedorBoton a {
	display:block;
	width:180px;
	height: 60px;
	line-height: 38px;
	float:right;
	text-align: center;
	background-color: #ffd251;
	color: #160a8b;
}

.cajaCalculadora .franjaDatosSuperior .contenedorBoton a:hover {
	background-color: #f6d67e;
} 

.cajaCalculadora .fondosCajas {
	background-color: #f6f6f8;
	border-radius: 20px;
	min-height: 200px;
	padding: 40px;
	box-sizing: border-box;
}

.cajaCalculadora .fondosCajas h3 {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 15px;
}

.cajaCalculadora .fondosCajas .precio {
	text-align: center;
	color: #160a8b;
	padding-top: 35px;
	padding-bottom: 35px;
}
.cajaCalculadora .fondosCajas .precio .precioPrincipal {
	font-size: 35px;
	font-weight: bold;
	display: inline-block;
}
.cajaCalculadora .fondosCajas .precio .precioPeriodo {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
}

.cajaCalculadora .fondosCajas .simulaInput {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #FFF;
	border-radius: 25px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.cajaCalculadora .fondosCajas .simulaInput .sumulaLabel {
	display: block;
	font-weight: bold;
	width:49%;
	float: left;
	text-align: left;
	color: #232c63;
}
.cajaCalculadora .fondosCajas .simulaInput .simulaValorInput {
	display: block;
	font-weight: bold;
	width:49%;
	float: right;
	text-align: right;
	color: #232c63;
}

.cajaCalculadora .fondosCajas .simulaBoton {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #FFF !important;
	text-align: center;
	border-radius: 25px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;	
	background-color: #160a8b;
}
.cajaCalculadora .fondosCajas .simulaBoton:hover {
	background-color:#232c63;	
} 

.infoFinal {
	margin-top: 25px;
	color: #232c63;
}

/* PERSONALIZACIONES */
.textoPresentaEquipo {
	margin-top: 30px;
    font-size: 24px;
    line-height: 33.6px;
}

.iconoServicios {width:60px !important; height: auto !important;}
.iconosQueHacemos {width:150px !important; height: auto;}

.bg-primary-new {
    background-color: #f6f6f8 !important;
}

.wrap-banner .box-right img {
    margin-top: 0px !important;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.btn-operfin-morado {
	background-color: #160a8b;
	color: #fff !important;
}

.btn-operfin-morado:hover {
	background-color: #232c63 !important;
	color: #fff !important;
}

.btn-operfin-amarillo {
	background-color: #ffd251;
	color: #160a8b !important;
}

.btn-operfin-amarillo:hover {
	background-color: #efcc6d !important;
	color: #160a8b !important;
}

/*footer p, footer a {color:#a3abb0;}*/

.contenedorWhatsApp {
  position: fixed;        /* Mantiene el contenedor siempre visible */
  bottom: 50px;           /* Separación desde el borde inferior */
  right: 30px;            /* Separación desde el borde derecho */
  z-index: 9999;          /* Se asegura de estar por encima de otros elementos */
}

.contenedorWhatsApp a {
  background-color: #25D366;  /* Verde oficial WhatsApp */
  border-radius: 50%;         /* Forma circular */
  width: 70px;                /* Tamaño del área clickeable */
  height: 70px;
  display: flex;              /* Centra el ícono */
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contenedorWhatsApp a:hover {
  transform: scale(1.1);  /* Efecto al pasar el mouse */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.contenedorWhatsApp img.iconosFlotantesContacto {
  width: 40px;   /* Ajusta el tamaño real del ícono */
  height: auto;
}

/* SWIPPER */
.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.box-agent {
  width: 100%;
  max-width: 260px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.box-agent:hover {
  transform: translateY(-5px);
}

/* Author */
.fondoContenedorAuthor {display: block; width:100%; height: auto; background-color: #160a8b;}
.author {
  text-align: right;
  font-size: 0.775rem; /* Tamaño discreto */
  color: #A3ABB0; /* Tono neutro */
  /*margin-top: 1.5rem;*/
  padding: 0.75rem 0;
  background-color: #160a8b; /* Contraste suave con el footer */
  /*border-top: 1px solid #e0e0e0;*/
}

.author > a {
  color: #A3ABB0 !important; /* Tono ligeramente más oscuro para visibilidad */
  text-decoration: underline !important;
  font-weight: 500;
  transition: color 0.3s ease;
}

.author > a:hover {
  color: #fff !important; /* Enfatiza interacción */
  text-decoration: none;
}

/* Slider */


/* PERSONALIZACIONES EN QUERY */
@media only screen and (min-width: 576px) {
	.iconosQueHacemos {width:100px !important; height: auto;}
	
	
}

@media only screen and (min-width: 768px) {
    .iconosQueHacemos {width:100px !important; height: auto;}
	
	
}


/* Corrige el desplazamiento lateral en móviles letras SLIDER */
@media (max-width: 768px) {
  .animationtext,
  .cd-words-wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .cd-words-wrapper .item-text {
    display: inline-block;
    width: 100%;
    white-space: normal !important; /* evita que el texto se salga */
    text-align: center; /* centra el texto */
  }

  .title-large {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body {
    overflow-x: hidden; /* elimina cualquier scroll horizontal */
  }
}


.cantosImagenServicios {border-radius: 0% !important; margin-top: 15px;}

.paddingBottom100m {padding-bottom: -100px !important;}
.paddingTop100 {padding-top: 100px !important;}
.paddingBottom100 {padding-bottom: 100px !important;}