/* ==========================================================================
   Softions Landing Page - Cleaned and Optimized Stylesheet
   ========================================================================== */

/* --- Google Fonts Import --- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

/* --- Base & Normalize --- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  color: #6d6d6d;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}


/* --- Typography --- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 10px;
}
h1 { font-size: 48px; color: #ffffff; }
h2 { font-size: 36px; color: #090909; }
h3 { font-size: 30px; }
h4 { font-size: 24px; font-weight: bold; }
h5 { font-size: 20px; font-weight: bold; }
h6 { font-size: 16px; font-weight: 640;  color: #616161; line-height: 1.6;}
p { margin: 0 0 20px; }
a {
  transition: all 0.3s linear;
  color: #141B45;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #3e3e3e;
  text-decoration: none;
  outline: 0;
}
img {
    height: auto;
    max-width: 100%;
}


ul {
    margin: 0;
    padding-left: 18px;
}

/* --- Utility Classes --- */
.text-principal { color: #363636; }
.text-dark { color: #1b1d21; }
.text-white { color: #fff !important; }
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p { color: #fff; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.flex-middle { display: flex; align-items: center; justify-content: center; }
.space-30 { height: 30px; width: 100%; }
.space-40 { height: 40px; width: 100%; }
.space-60 { height: 60px; width: 100%; }
.space-65 { height: 65px; width: 100%; }
.space-90 { height: 70px; width: 100%; }
.over-hidden { overflow: hidden; }
.style-none { list-style: none; padding-left: 0; }
.mb-0 { margin-bottom: 0; }
.mb-4 { margin-bottom: 1.5rem !important; margin-left: 0pt; }
.justify-content-center { justify-content: center !important; }
.mt--290 { margin-top: -290px; }


/* --- Buttons --- */
.ot-button { line-height: 1; }
.octf-btn {
  transition: all 0.3s linear;
  font-size: 14px;
  padding: 14px 30px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background: #3e3e3e;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
}
.octf-btn:hover, .octf-btn:focus {
  background: #000000;
  color: #fff;
}

/* --- Header --- */
.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(20, 29, 56, 0.15);
  position: relative;
  z-index: 10;
}
.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(42, 67, 113, 0.15);
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@keyframes stickySlideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}
.header-topbar {
  padding: 7px 0px;
  background: #090909;
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 600;
}
.header-topbar a { color: #b5b5b5; }
.header-topbar a:hover { color: #3e3e3e; }
.topbar-info, .social-list, .extra-text {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.topbar-info li, .social-list li, .extra-text li { display: inline-block; }
.topbar-info li { padding: 0 20px; }
.topbar-info li i { margin-right: 7px; color: #fff;}
.topbar-right > * { vertical-align: middle; }
.social-list { margin-left: 25px; }
.social-list li { margin: 0 8px; }
.extra-text a { color: #ffffff; }
.octf-main-header { display: block; }
.octf-mainbar-container { display: flex; align-items: stretch; }
.octf-mainbar { display: flex; flex: 1 auto; }
.octf-mainbar-row { display: flex; flex-wrap: nowrap; align-items: stretch; flex: 1 auto; }
.logo-col { flex: 0 0 auto; }
.menu-col { flex: 1 1 auto; display: flex; justify-content: flex-end; }
#site-logo { padding: 30px 0; }
#site-logo img { width: 240px; }
.is-stuck #site-logo { padding: 15px 0; }
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation > ul { display: flex; height: 100%; }
.main-navigation > ul > li {
  margin: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.main-navigation > ul > li > a {
  display: inline-block;
  padding: 32px 0;
  line-height: 1;
  color: #1a1b1e;
  font-weight: bold;
}
.is-stuck .main-navigation > ul > li > a { padding: 18px 0; }
.main-navigation > ul > li:before {
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -1px;
  right: 0;
  background: #3e3e3e;
  content: "";
  transition: all 0.3s linear;
}
.main-navigation > ul > li:hover:before, .main-navigation > ul > li.current-menu-item:before {
  left: 0;
  width: 100%;
}
.main-navigation ul > li > a:hover { color: #3e3e3e; }
.main-navigation ul li.menu-item-has-children > a { padding-right: 17px; }
.main-navigation ul > li.menu-item-has-children > a:after {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  font-family: "Flaticon";
  content: "▼";
  font-size: 7px;
  transform: rotate(-90deg);
}
.main-navigation ul ul {
  width: 280px;
  padding: 15px 0;
  position: absolute;
  top: 100%;
  left: -40px;
  z-index: 10;
  background-color: #fff;
  box-shadow: 15px 15px 38px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
}
.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.main-navigation ul li li { padding: 0 25px; }
.main-navigation ul li li a {
  font-size: 14px;
  font-weight: bold;
  color: #090909;
  display: block;
  padding: 5px 0;
  text-align: left;
}
.main-navigation ul li li a:hover { color: #3e3e3e; padding-left: 10px; }










/* ---- ESTILOS DEFINITIVOS PARA SLIDER RESPONSIVE (OWL CAROUSEL) ---- */

.slider-section {
  width: 100%;
  
  line-height: 0; /* Previene espacios extra debajo de las imágenes */
}

.main-slider .item {
  position: relative;
  height: 600px;
  width: 100%;
}

.main-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slider .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 4rem 6rem;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  box-sizing: border-box;
}

.main-slider .slide-caption h4 {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  font-size: clamp(1.5rem, 4vw, 2.8rem); 
  font-weight: bold;
  line-height: 1.3;
  max-width: 60%;
}

/* --- ESTILOS CORREGIDOS PARA FLECHAS DE NAVEGACIÓN --- */
.main-slider .owl-nav button.owl-prev,
.main-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important; /* Forzar fondo transparente */
  color: white !important; /* Forzar color de ícono */
  font-size: 2.5rem !important; /* Tamaño del ícono */
  margin: 0 !important;
  padding: 0 20px !important;
  border: none !important;
  outline: none !important;
  height: auto;
  width: auto;
}
.main-slider .owl-nav button.owl-prev { left: 1rem; }
.main-slider .owl-nav button.owl-next { right: 1rem; }
.main-slider .owl-nav button:hover { opacity: 0.7; }

/* --- ESTILOS CORREGIDOS PARA PUNTOS DE PAGINACIÓN --- */
.main-slider .owl-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  /* --- LÍNEAS NUEVAS PARA CORREGIR ALINEACIÓN --- */
  display: flex;
  justify-content: center;
}
.main-slider .owl-dots .owl-dot {
  background: transparent !important;
}
.main-slider .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 5px 7px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  display: block;
  border-radius: 50% !important; /* Forzar forma de círculo */
  transition: all 0.3s ease;
}
.main-slider .owl-dots .owl-dot.active span, 
.main-slider .owl-dots .owl-dot:hover span {
  background: #FFFFFF !important;
}

/* ---- AJUSTES PARA MÓVILES ---- */
/* === ESTILOS DEFINITIVOS PARA TEXTO DEL SLIDER (CORREGIDO) === */

.caption-content {
  max-width: 55%;
}

/* Base para Título y Subtítulo (asegura visibilidad) */
.caption-title, .caption-subtitle {
  opacity: 1 !important; /* Forzamos la visibilidad completa del texto */
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); /* Sombra para mejor contraste */
}

.caption-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

.caption-title-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 19pt;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px 0;
}


.caption-subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.caption-button .octf-btn {
  padding: 12px 30px;
  font-size: 14px;
  font-weight: bold;
}

/* --- CLASES PARA PERSONALIZAR COLORES (CORREGIDAS) --- */

/* Estilos para texto claro (fondos oscuros) */
.item.text-light .caption-title,
.item.text-light .caption-subtitle {
  color: #FFFFFF !important;
}
.item.text-light .caption-button .octf-btn {
  background-color: #3e3e3e; 
  color: #fff;
}
.item.text-light .caption-button .octf-btn:hover {
  background-color: #fff; 
  color: #141B45;
}


/* Estilos para texto oscuro (fondos claros) */
.item.text-dark .caption-title,
.item.text-dark .caption-subtitle {
  color: #1F1F1F !important; /* CAMBIO: Un negro más oscuro para mejor contraste */
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2); /* Sombra clara para fondos claros */
}
.item.text-dark .caption-button .octf-btn {
  background-color: #141B45; 
  color: #fff;
}
.item.text-dark .caption-button .octf-btn:hover {
  background-color: #3e3e3e; 
  color: #fff;
}

/* --- NO OLVIDES LOS AJUSTES MÓVILES --- */
@media (max-width: 768px) {
  .caption-content {
      position: absolute;
      width: 100%;
      top: -100%;
      bottom:-6%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
  }
}





/* --- Content Sections --- */
.section-business {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFFFFF;
}
.section-clent-h2 {
    padding: 300px 0 110px 0;
    background-color: #FFFFFF; /* Matching background */
}
.section-technology {
    background-color: #090909;
    background-image: url(../img/home/bg-banner-servicios2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 100px 0 10px 0;
}
.section-consultation {
    background-image: url();
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.section-inner-about {
    padding-top: 30px;
}
.ot-heading { margin-bottom: 15px; }
.ot-heading h2.main-heading {
    margin-bottom: 0;
    line-height: 48px;
}
.technology-left ul { margin-top: 15px; }
.technology-left ul li {
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 300;
}
.technology-left ul i {
    color: #ffffff;
    font-size: 17px;
    padding-right: 10px;
}
.tech-box {
    display: block;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 40px 15px 30px;
    margin-bottom: 30px;
    background: #111111;
    text-align: center;
}
.tech-box .icon-main { line-height: 1; margin-bottom: 18px; color: #ffff; font-size: 55px; }
.tech-box h5 { font-size: 16px; font-weight: 600; line-height: 1.6; margin-bottom: 0; text-transform: uppercase; color: #fff; }
.tech-box:hover { background: #3e3e3e; border-color: #3e3e3e; }
.tech-box:hover .icon-main { color: #fff; }

/* --- Service & Support Boxes --- */
.service-box {
  padding: 33px 35px 28px;
  background: #fff;
  border: 1px solid #e7e7e7;
}
.s-box h4 { margin-bottom: 20px; }
.s-box .icon-main {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #565656;
  border-radius: 50%;
  font-size: 10px; /* Adjusted for smaller icon */
}
.s-box .content-box { padding-left: 35px; }
.s-box .content-box p { margin: 0; }
.big-number {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #f2f2f2;
}

/* --- Form Simulator --- */
label { display: block; margin-top: 15px; font-weight: bold; }
select, input {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #aaa;
  border-radius: 4px;
}
button.calcular {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  background-color: #3366cc;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.resultado {
  margin-top: 20px;
  background: #e9e9e9;
  padding: 15px;
  border-radius: 6px;
}
.resultado span { display: block; margin-bottom: 8px; }


/* --- Support Box (3 steps) --- */
.support-box { position: relative; }
.support-box .inner-box {
  position: relative;
  transition: all 0.5s linear;
  transform-style: preserve-3d;
  box-shadow: 15px 15px 38px rgba(0, 0, 0, 0.2);
}
.support-box .inner-box > div {
  backface-visibility: hidden;
  transition: all 0.5s linear;
}
.support-box .content-box {
    position: relative; /* To contain absolute elements */
    overflow: hidden; /* To hide overflowing number */
}
.support-box h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 45px;
  margin-bottom: 0;
  color: #fff;
  z-index: 2;
  font-size: 19pt;
}
.support-box .number-box {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  position: absolute;
  bottom: 125px;
  right: 15px;
  color: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
.support-box .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  opacity: 1;
  text-align: center;
  padding: 20px 30px;
  background: #090909;
  color: #fff;
  transform: rotateY(180deg);
}
.support-box:hover .inner-box {
  transform: rotateY(180deg);
}

/* --- Video Popup --- */
.video-popup { text-align: center; }
.video-popup .btn-inner {
    position: relative;
    display: inline-block;
}
.video-popup a.btn-play {
  position: relative;
  z-index: 1;
  width: 65px;
  height: 65px;
  display: inline-block;
  background: #d5d5d5;
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  color: #090909;
}
.video-popup a.btn-play i { font-size: 21px; margin-left: 4px; }
.video-popup a.btn-play:hover { background: #3e3e3e; color: #fff; }
.video-popup a span[class^="circle-"] {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 1px solid #090909;
  border-radius: 50%;
}
.video-popup a .circle-1 { animation: circle-fade-before 2s infinite ease-in-out; }
.video-popup a .circle-2 { animation: circle-fade-after 2s infinite ease-in-out; }
.video-popup > span { display: block; margin-top: 15px; font-weight: bold; color: #ffffff; }
@keyframes circle-fade-before {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.8); opacity: 0; }
}
@keyframes circle-fade-after {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(2.5); opacity: 0; }
}


/* --- Footer --- */
#site-footer {
    background-color: #ffffff;
    background-image: url(../img/home/bg-banner-footer.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 0px 0;
       color: #ffffff;
}
.contact-info.box-style2 { text-align: center; font-size: 18px; }
.contact-info.box-style2 .box-icon { margin-bottom: 25px; color: #c0c0c0; font-size: 40px; }
.contact-info.box-style2 p { margin-bottom: 15px; color: #fff; }
.contact-info.box-style2 h6 { font-family: "Nunito Sans", sans-serif; font-weight: 400; text-transform: none; }
.footer-menu ul { list-style: none; text-align: center; padding: 0; margin: 0; }
.footer-menu li { display: inline-block; margin: 0 20px; }
.footer-menu a { font-family: "Montserrat", sans-serif; font-size: 16px; font-weight: 500; color: #8f8f8f; }
.footer-menu a:hover { color: #3e3e3e; }
.copyright-text.v2 { color: #bfbfbf; font-size: 16px; }
.ft-list-icon a {
  display: inline-block;
  font-size: 14px;
  color: #686868;
  background-color: #FFF;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  transition: all .3s;
}
.ft-list-icon a:hover { transform: translateY(-5px); }

/* --- Back to Top --- */
#back-to-top {
  background: #fff;
  color: #3e3e3e;
  width: 42px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  position: fixed;
  right: 40px;
  bottom: -20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  box-shadow: 6px 6px 13px rgba(42, 67, 113, 0.2);
}
#back-to-top.show {
  opacity: 1;
  bottom: 40px;
}
#back-to-top:hover {
  bottom: 45px;
}


/* --- ESTILOS ADICIONALES PARA MEJORAR DIAGRAMACIÓN MÓVIL --- */

/* Añade espaciado lateral a toda la sección en móviles */
@media (max-width: 768px) {
  .section-technology {
      padding-left: 25px;
      padding-right: 25px;
  }
}

/* Estilos para la nueva lista anidada */
.technology-left .nested-list {
  list-style-type: none; /* Quitamos los puntos por defecto */
  padding-left: 25px;    /* Indentamos la lista */
  margin-top: 10px;
  font-weight: 300;      /* Hacemos el texto un poco más ligero */
}

.technology-left .nested-list li {
  padding-bottom: 5px;   /* Damos un poco de aire entre elementos */
  position: relative;
}

/* Creamos un "bullet" o punto personalizado y más estilizado */
.technology-left .nested-list li::before {
  content: '·';
  position: absolute;
  left: -15px;
  font-weight: bold;
  color: #cfcfcf; /* Usamos el color de acento de tu web */
}


/* --- ESTILOS PARA LA LISTA DE REQUISITOS --- */

.requirements-list {
  list-style: none; /* Quitamos los puntos por defecto */
  padding-left: 0;
  margin-top: 20px;
}

.requirements-list li {
  position: relative;
  padding-left: 30px; /* Creamos espacio para el nuevo ícono */
  margin-bottom: 15px; /* Espacio entre cada requisito */
  font-size: 16px;       /* Aumentamos un poco el tamaño de la letra */
  line-height: 1.6;      /* Mejoramos la altura de línea para legibilidad */
  color: #949494;           /* Un color de texto oscuro pero no negro puro */
}

/* Creamos el nuevo ícono de check con Font Awesome */
.requirements-list li::before {
  content: '\f058'; /* Código para un ícono de check-circle en Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* Necesario para los íconos sólidos de Font Awesome */
  position: absolute;
  left: 0;
  top: 5px;
  color: #3e3e3e; /* Color de acento de tu web */
  font-size: 18px;
}

/* Ajustes adicionales para que el contenedor tenga buen espaciado en móvil */
@media (max-width: 768px) {
  .section-inner-about .right-content {
      padding: 20px;
  }
}



.img-scale {
  max-width: 70%;
  padding: 33px 35 px 28px;
}





/* --- ESTILOS PARA SECCIÓN FINAL Y VIDEO --- */

/* Ajusta el espaciado del botón de video que está antes */
.video-popup.style-2 {
  margin-top: 50px;
  padding-bottom: 20px;
}


/* ===============================================================
   CÓDIGO FINAL Y CONSOLIDADO PARA LA ÚLTIMA SECCIÓN
   =============================================================== */

/* --- Estilos para el Párrafo Principal --- */
.cta-paragraph {
  font-size: 20px;        /* Un poco más grande */
  font-weight: 700;         /* Texto en negrita (bold) */
  color: #141B45;          /* Azul oscuro similar al logo */
  line-height: 1.6;       /* Espaciado entre líneas */
  text-align: justify !important;  /* Forzamos la justificación */
  max-width: 800px;         /* Evita que sea demasiado ancho */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;      /* Espacio antes del botón */
}

/* --- Estilos para el Botón "Empezar" --- */

/* Contenedor del botón: lo centra y le da espacio */
.section-consultation .ot-button {
  text-align: center;
  margin-top: 20px;
}

/* Botón en sí: tamaño y fuente */
.section-consultation .ot-button .octf-btn {
  padding: 15px 40px;
  font-size: 16px;
}

/* --- Ajustes para Móvil --- */
@media (max-width: 768px) {
  .section-consultation {
      padding: 40px 25px; 
  }
  .cta-paragraph {
      font-size: 18px;
  }
}






/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .octf-main-header {
    display: none;
  }

  .header-topbar {
    display: none;
  }

  .site-header {
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }

  .header_mobile {
    display: block;
    width: 100%;
    background: #fff;
  }
  .header_mobile.is-stuck {
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }

  .header_mobile .mlogo_wrapper {
    position: relative;
    padding: 10px 0px;
  }
  .header_mobile .mlogo_wrapper img {
    height: 22px;
  }

  .header_mobile .mlogo_wrapper .mobile_logo {
    float: left;
  }

  #mmenu_toggle {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 20px;
    right: 0px;
    margin-top: -10px;
    top: 50%;
  }

  #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #1b1d21;
    height: 4px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
    border-radius: 2px;
  }

  #mmenu_toggle button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 4px;
    background: #1b1d21;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 4px;
    background: #1b1d21;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle.active button {
    background: none;
  }

  #mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  #mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .header_mobile .mobile_nav {
    display: none;
    background: #fff;
  }

  .header_mobile .mobile_nav .mobile_mainmenu {
    margin: 0;
    padding: 0;
  }

  .header_mobile .mobile_nav .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
  }

  .header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
    display: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li {
    position: relative;
    list-style: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li a {
    padding: 9px 0;
    display: block;
    color: #1b1d21;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li:last-child > a {
    border: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li li a {
    font-size: 15px;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
.header_mobile .mobile_nav .mobile_mainmenu ul > li > ul > li.current-menu-ancestor > a, .header_mobile .mobile_nav ul li.current-menu-item > a  {
    color: #43baff;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
    color: #fff;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: auto;
    padding: 9px 12px 9px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: #9397a7;
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
    font-size: 8px;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li > a:hover, .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
.header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
    color: #43baff;
  }
}
@media only screen and (max-width: 767px) {
  .header_mobile .mlogo_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}


/* --- Estilo para la frase (tagline) en el footer - SOLO MÓVIL --- */
.footer-tagline {
  display: none; /* Oculto por defecto */
 }

 /* Mostrar en pantallas de hasta 768px (típicamente móviles) */
 @media (max-width: 768px) {
  .footer-tagline {
   display: block; /* Se muestra en móvil */
   color: #3e3e3e;
   font-size: 16px;
   line-height: 1.6;
   margin-top: 20px;
   margin-bottom: 40px;
   padding: 0 15px;
   text-align: center; /* Centramos la frase en móvil */
  }
 }








.contact-info {
  font-size: 16px;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.contact-info h6 {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-info i {
  font-size: 20px;
  margin-top: 2px;
  line-height: 1;
  float: left;
  color: #C0C0C0;
}
.contact-info i:before {
  font-size: 18px;
}
.contact-info img {
  width: 30px;
  margin-top: 3px;
  float: left;
}
.contact-info p {
  margin-bottom: 0;
}
.contact-info .info-text {
  padding-left: 50px;
  font-weight: 500;
}
.contact-info.box-style1 {
  padding: 30px 30px 25px;
}
.contact-info.box-style1:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.contact-info.box-style2 {
  text-align: center;
  font-size: 18px;
}
.contact-info.box-style2 h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
}
.contact-info.box-style2 i {
  float: none;
  margin-top: 0px;
  vertical-align: bottom;
}
.contact-info.box-style2 .box-icon {
  margin-bottom: 25px;
}
.contact-info.box-style2 p {
  margin-bottom: 15px;
}




.map {
  height: 450px;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}
.map iframe {
  width: 100%;
  border: none;
}


.no-padding {
  padding: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}



/* --- Ajustes para la imagen y columna del simulador --- */

/* 1. Centra todo el contenido de la columna */
.columna-simulador {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 2. Reduce el tamaño de la imagen al 60% */
.imagen-simulador {
  width: 60%;
  height: auto; /* Mantiene la proporción original */
  margin-bottom: 30px; /* Añade espacio entre la imagen y el simulador */
}

/* 2. Definimos el tamaño del contenedor del simulador */
.simulador-container {
  width: 550px; 
  max-width: 100%; /* Evita que se desborde en pantallas móviles */
}

/* 3. Hacemos que el iframe ocupe el 100% de su nuevo contenedor */
.simulador-container iframe {
  width: 370px;
  height: 470px; /* Mantenemos la altura original */
}






/* === ESTILOS MEJORADOS Y RESPONSIVOS PARA IFRAME DE PAGO === */




.page-content-container-2 {
  background-color: #D9D9D9;
  margin-top: -30px;
  
}

/* --- Ajuste para el contenedor gris en MODO MÓVIL --- */
@media (max-width: 768px) {
  .page-content-container-2 {
      /* Reseteamos los márgenes negativos a cero en móvil */
      margin-top: 0px;
      margin-bottom: 0;

      /* Añadimos un espaciado interno para que no se pegue al header/footer */
      padding-top: 40px;
      padding-bottom: 40px;
      background-color: #D9D9D9;
  }
}


/* === ESTILOS MEJORADOS Y RESPONSIVOS PARA IFRAME DE SOLICITUD === */
.page-content-container-3 {
  background-color: #F4F5F9;
  margin-top: -30px;
  
}

/* --- Ajuste para el contenedor gris en MODO MÓVIL --- */
@media (max-width: 768px) {
  .page-content-container-3 {
      /* Reseteamos los márgenes negativos a cero en móvil */
      margin-top: 0px;
      margin-bottom: 0;

      /* Añadimos un espaciado interno para que no se pegue al header/footer */
      padding-top: 40px;
      padding-bottom: 40px;
      background-color: #F4F5F9;
  }
}



/* === ESTILOS MEJORADOS PARA EL CONTENEDOR DEL IFRAME DE PAGO === */

.iframe-wrapper {
  /* 1. Aumentamos el ancho máximo en escritorio */
  max-width: 1920px;
}

.iframe-wrapper iframe {
  display: block;
  width: 800px;
  height: 900px;
  border: none;
}

.iframe-wrappers iframe {
  display: block;
  width: 900px;
  height: 1600px;
  border: none;
}


/* --- Ajustes para Móvil --- */
@media (max-width: 768px) {
  .iframe-wrapper {
      /* En móvil quitamos el fondo y espaciado extra para que ocupe toda la pantalla */
      background-color: transparent;
      padding: 0;
      border: none;
      box-shadow: none;
      border-radius: 0;
  }
  
  .iframe-wrapper iframe {
  display: block;
  width: 100%;
  height: 700px;
  border: none;
  }


}


/* --- Ajustes para Móvil --- */
@media (max-width: 768px) {
  .iframe-wrappers {
      /* En móvil quitamos el fondo y espaciado extra para que ocupe toda la pantalla */
      background-color: transparent;
      padding: 0;
      border: none;
      box-shadow: none;
      border-radius: 0;
  }
  
  .iframe-wrappers iframe {
  display: block;
  width: 100%;
  height: 1600px;
  border: none;
  }


}


/* --- IFRAME SUMULADOR Softions --- */

.iframe-simuladorsoftions iframe {
  display: block;
  width: auto;
  height: 540px;
}


/* --- Ajustes para Móvil--- */
@media () {
  .iframe-simuladorsoftions {
      background-color: transparent;
      padding: 0;
      border: none;
      box-shadow: none;
      border-radius: 0;
      height: 1600px;
  }
  
  .iframe-simuladorsoftions iframe {
  display: block;
  width: auto;
  height: 1600px;
  }


}


/* --- Ajustes para Móvil --- */
@media (max-width: 768px) {
  .page-content-container {
      padding-top: 30px;
      padding-bottom: 30px;
  }

  .iframe-wrapper {
      /* En móvil no queremos un ancho máximo fijo, ni bordes/sombras */
      max-width: 100%;
      border: none;
      box-shadow: none;
      border-radius: 0;
  }
}





/* --- Estilo para resaltar PERMANENTEMENTE el menú "Mi Crédito" --- */

nav#site-navigation a[href="micredito"] {
  background-color: #cdcdcd;  /* Fondo gris claro permanente */
  color: #1b1d21;
  padding: 8px 16px;
  border-radius: 3px;
  transition: background-color 0.3s ease; /* Transición suave */
}

/* Efecto sutil al pasar el cursor para que no se sienta estático */
nav#site-navigation a[href="micredito"]:hover {
  background-color: #e0e0e0; /* Un gris ligeramente más oscuro */
}






/* PÁG EDUCACIÓN FINANCIERA BANNER */


/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  width: 100%;
  min-height: 350px;
  color: #43baff;
  font-weight: 500;
  background: #262051 center center no-repeat;
  background-size: cover;
}
.page-header .page-title {
  color: #fff;
  margin-bottom: 0;
  flex: 1;
  padding: 10px 20px 10px 0;
}
.page-header .breadcrumbs {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
}
.page-header .breadcrumbs li {
  display: inline-block;
  color: #fff;
}
.page-header .breadcrumbs li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 7px;
  color: #43baff;
  margin: -3px 8px 0;
  display: inline-block;
  vertical-align: middle;
}
.page-header .breadcrumbs li:first-child:before {
  display: none;
}
.page-header .breadcrumbs li a {
  color: #aeaacb;
}
.page-header .breadcrumbs li a:hover {
  color: #fff;
}


@media (max-width: 992px) {
  .page-header .inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-header .container {
    width: 100%;
  }
  .page-header .page-title {
    font-size: 36px;
  }
  .page-header .breadcrumbs {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .page-header {
    min-height: 200px;
    padding: 40px 0;
  }
  .page-header .page-title {
    font-size: 30px;
  }
}


.page-header {
  background-image: url(img/home/img-educacion-financiera.png);
}

