@charset "UTF-8";
.lateral {
  background: #E8E5ED;
  padding: 30px;
  height: 100vh;
  position: fixed;
  left: 0px;
}

.logo-lateral {
  max-width: 200px;
  margin-bottom: 20px;
}

.wrapper {
  display: flex;
}

.sidebar {
  width: 370px;
  height: 100%;
  background: #E8E5ED;
  padding: 20px;
  position: fixed;
  overflow: auto;
}

/* Estilos para Firefox */
/* Nota: Firefox no soporta estilos personalizados para la barra de desplazamiento, 
pero podemos aplicar estilos usando el pseudo-elemento ::-moz-scrollbar. */
* {
  scrollbar-color: #888 #f1f1f1; /* Color del thumb y del fondo de la barra */
  scrollbar-width: thin; /* Ancho de la barra de desplazamiento */
}

.sidebar h3 {
  font-size: 34px;
  font-weight: 700;
  /* text-transform: uppercase; */
  line-height: 32px;
}

.descripcion {
  line-height: 23px;
  font-size: 21px;
  padding-bottom: 0px;
}

.sidebar h2 {
  margin-bottom: 20px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  margin-bottom: 10px;
}

a.ver-clase {
  display: grid;
  grid-template-columns: 10% 80%;
  grid-gap: 10px;
  align-items: center;
  padding: 5px;
}

a.ver-clase.prender {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}

.duracion {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0px;
}

.content {
  flex: 1;
  margin-left: 250px; /* Ancho del menú para desplazar el contenido */
}

.contenido-curso {
  max-width: 700px;
  margin: 0 auto;
}

.numero {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #696969;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  min-width: 30px;
  min-height: 30px;
}

a.ver-clase h3 {
  font-size: 15px !important;
  color: #000;
  padding-bottom: 10px;
  line-height: 18px;
  margin: 0px;
}

.ver {
  background: #59578d;
  width: fit-content;
  font-size: 13px;
  padding: 7px;
  border-radius: 5px;
  margin-top: 9px;
  color: #fff;
}

.descripcion-clase {
  color: #000;
  font-size: 13px;
  line-height: 16px;
}

.sidebar .ver-clase h3 {
  font-size: 21px !important;
  /* text-transform: uppercase; */
  line-height: 22px;
  letter-spacing: 0px;
  padding-bottom: 0px;
  font-weight: 400;
}

.sidebar .ver-clase .abierto {
  position: absolute;
  right: 15px;
}

.sidebar .cerrado {
  right: 15px !important;
}

.volver-cursos {
  position: relative;
  font-size: 28px;
}

.abrir-menu-cursos {
  font-size: 25px;
  display: none;
}

.bot-curso {
  display: flex;
  justify-content: right;
  margin-top: -30px;
  margin-bottom: 30px;
  max-width: 90%;
  margin: 0 auto;
}

.tit-clase {
  font-size: 50px;
  line-height: 41px;
  padding-bottom: 30px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (para videos de YouTube) */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contenidos-class ul {
  padding: 0px 0px 0px 14px;
}

.texto-clase {
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
}

a.boton-pdf {
  background: #fff;
  color: #000;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: solid 1px;
  margin-bottom: 100px;
}

.close-menu {
  font-size: 30px;
  position: absolute;
  right: 30px;
  display: none;
}

@media (max-width: 812px) {
  .content {
    flex: inherit;
    margin-left: 0px;
    max-width: 90%;
    margin: 0 auto;
  }
  .sidebar {
    width: 100%;
    height: 100%;
    background: #E8E5ED;
    padding: 0px;
    position: fixed;
    overflow: auto;
    left: -100%;
    z-index: 10;
  }
  .abrir-menu-cursos {
    font-size: 25px;
    display: block;
  }
  .cont-sidebar {
    max-width: 90%;
    margin: 30px auto;
  }
  .close-menu {
    font-size: 30px;
    position: absolute;
    right: 30px;
    display: block;
  }
  .bot-curso {
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
.titulo-secciones h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  font-style: italic;
}

.titulo-secciones h2 strong {
  font-style: normal;
}

body {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin: 0px;
  padding: 0px;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.sas {
  overflow: hidden;
  width: 100%;
}

.salto {
  height: 110px;
}

.header.interno {
  background: #D78E4E;
  background: linear-gradient(90deg, rgb(215, 142, 78) 0%, rgb(66, 33, 102) 100%);
}

@media (max-width: 812px) {
  .salto {
    height: 90px;
  }
}
figure {
  margin: 0px;
}

.gradiente {
  background: rgb(189, 131, 230);
  background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%);
  color: #fff;
}

.bg-grisclaro {
  background-color: #EFEFEF;
}

.bg-grisoscuro {
  background-color: #161616;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

@media (max-width: 812px) {
  .bg-negro {
    background-color: #000;
  }
}
/*BOTONES*/
a.boton-gradiente {
  color: #fff;
  border-radius: 50px;
  padding: 15px 20px;
  display: block;
  width: fit-content;
  font-size: 20px;
  /* text-transform: uppercase; */
  font-weight: 600;
  background: #EF0877;
}

a.boton-gradiente:hover {
  color: #fff;
  background: #471F6A;
  border-radius: 50px;
  padding: 15px 20px;
  display: block;
  width: fit-content;
  font-size: 20px;
  /* text-transform: uppercase; */
  font-weight: 600;
}

/*TITULOS*/
.titulo-seccion h2 {
  margin: 0px;
  font-weight: 200;
}

.titulo-seccion {
  max-width: 80%;
}

@media (max-width: 812px) {
  .titulo-seccion {
    max-width: 100%;
  }
}
/*HEADER*/
.mensaje-top {
  background: #000000;
  color: #fff;
}

.mensaje-top strong {
  color: #fff;
  font-weight: 500;
}

.header {
  background: rgba(0, 0, 0, 0.3607843137);
  color: #fff;
  position: absolute;
  z-index: 10;
  width: 100%;
}

.header a {
  color: #fff;
}

.iconos-cabecera {
  display: flex;
  justify-content: end;
}

.iconos-negros a {
  color: #000;
}

.logo {
  width: fit-content;
  max-width: 200px;
}

@media (max-width: 812px) {
  .logo {
    width: fit-content;
    max-width: 150px;
  }
}
.iconos-cabecera ul {
  list-style: none;
  padding: 0px;
  display: flex;
  justify-content: end;
}

.iconos-cabecera li {
  margin-left: 15px;
}

.iconos-cabecera li a {
  font-size: 19px;
}

.cont-header {
  position: absolute;
  /* top: 0px; */
  z-index: 1000;
  width: 100%;
}

.sticky {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 1000;
  background: #2e2e2e;
}

.sticky .header {
  padding: 10px;
}

.cont-header.sticky .mensaje-top {
  display: none;
}

.sticky .header.blanco {
  background: #eee;
}

@media (max-width: 812px) {
  .sticky {
    top: 0px;
  }
}
/*BOTONERA*/
.botonera ul {
  display: flex;
  text-transform: uppercase;
  list-style: none;
  padding: 0px;
  margin: 0 auto;
  justify-content: center;
}

a.active-page {
  background: #ff8b13;
}

.botonera ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: none;
}

.botone-negros .botonera ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
  font-weight: 500;
  padding: 10px 13px;
  text-transform: none;
  border-radius: 50px;
}

ul#menu-soluciones li {
  margin: 0px;
}

li.destacado a {
  background: #471F6A;
  color: #fff !important;
  border-radius: 50px;
  /* font-size: 24px; */
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

li.destacado a:hover {
  background: #fb6b04 !important;
  color: #fff !important;
  border-radius: 50px;
  /* font-size: 24px; */
  animation: pulsate 1s infinite; /* Inicia la animación de pulsación */
}

@keyframes pulsate {
  0% {
    transform: scale(1); /* Tamaño normal */
    opacity: 1; /* Opacidad completa */
  }
  50% {
    transform: scale(1.04); /* Tamaño aumentado */
    opacity: 0.7; /* Opacidad reducida */
  }
  100% {
    transform: scale(1); /* Tamaño normal */
    opacity: 1; /* Opacidad completa */
  }
}
.boton {
  background-color: #3498db;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.botonera ul li a:hover {
  background: #fff;
  color: #471F6A;
}

.botone-negros .botonera ul li a:hover {
  background: #fff;
  color: #471F6A;
}

@media (max-width: 812px) {
  .botonera {
    display: none;
  }
}
/*FOOTER*/
/*
.publique a {
    display: flex;
    align-items: center;
}
.publique {
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 50px;
}
.foto-public {
    max-width: 78px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: solid 3px #fff;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 27%);
    -webkit-box-shadow:0px 0px 3px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.27);
}
.texto-boton-public {
    background: #fb6b04;
    font-weight: 700;
    padding: 17px 20px 17px 54px;
    border-radius: 50px;
    margin-left: -41px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    color: #fff;
  }
.footer{
    background-color: $grisclaro;
}
.logo-footer img {
    max-width: 212px;
}
.logo-footer span {
    display: block;
    margin-bottom: 20px;
}
ul.menu-footer {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.menu-footer li a {
    font-size: 20px;
    line-height: 25px;
}
.logos-metodos {
    max-width: 90%;
}

.copy {
    font-size: 15px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.info-footer ul {
    list-style: none;
    padding: 0px;
    font-size: 15px;
}

.info-footer li {
    padding-bottom: 8px;
}
.info-footer li a {
    font-weight: 700;
    text-decoration: underline;
}
.redes ul {
    list-style: none;
    display: flex;
    padding: 0px;
}
.redes li a {
    margin-right: 13px;
    color: #999;
}
.disefix a strong{
    font-family: $secundary-font;
    font-weight: 800;
}
.botones-footer ul {
    list-style: none;
    padding: 0px;
    font-size: 20px;
}

.botones-footer li a {
    font-size: 15px;
}
.caja-footer h3 {
    font-size: 17px;
}
@media(max-width:812px){
    .copy {
        flex-direction: column;
    }
}

*/
.slogan span {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

a.btn-en-servicios {
  padding: 15px 22px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: fit-content;
  margin-top: 50px;
}

.slogan {
  margin-top: 20px;
}

ul.redes {
  list-style: none;
  padding: 0px;
  display: flex;
}

ul.redes li {
  font-size: 30px;
  margin-right: 23px;
}

.footer {
  background: #d74ece;
  background: linear-gradient(90deg, rgb(215, 78, 206) 0%, rgb(71, 31, 106) 100%);
  color: #fff;
  font-size: 18px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2196078431);
  padding-bottom: 20px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 6px;
}

.footer-col a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: #005f99;
}

.btn-demo {
  background: #003CFF;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
}

.btn-guias {
  background: #D59158;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
}

/*BOTONERA*/
.botonera li.active > a {
  background-color: #707070;
}

.mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 100%;
  max-width: 1480px;
  display: none;
}

.mega-menu img {
  display: block;
}

.botones li a {
  color: #000 !important;
  text-transform: none;
  padding: 0px 0px 5px !important;
  font-size: 16px !important;
}

.botones li a:hover {
  color: #fff !important;
}

.botones > ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 340px;
  float: right;
}

.botones ul ul {
  flex-direction: column;
  display: flex;
  margin-bottom: 15px;
}

.botones ul li a {
  font-weight: 600;
  font-size: 20px;
}

.botones ul ul li a {
  font-weight: 400;
  font-size: 18px;
}

.menu-normal {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  display: none;
  border-radius: 10px;
  border-top-left-radius: 0px;
}

.menu-normal ul li a {
  padding: 14px !important;
}

ul#menu-soluciones li a {
  color: #471F6A !important;
  padding: 10px;
}

ul#menu-soluciones li a:hover {
  color: #471F6A !important;
  padding: 10px;
  background: transparent !important;
}

a.prend {
  background: #EBC627;
}

.logo-menu {
  max-width: 200px;
  padding: 22px 0px;
}

.header-menu-mov {
  max-width: 90%;
  margin: 0 auto;
}

.bt-movil {
  background: #161616;
  position: fixed;
  top: 0px;
  z-index: 1000000;
  width: 100%;
  max-width: 400px;
  right: 0px;
  height: 100%;
  overflow: auto;
  right: -100%;
}

a.closs {
  color: #fff;
  font-size: 20px;
  float: right;
}

.botonera-mov ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.botonera-mov li {
  padding: 0px;
  background-color: #161616;
  border-bottom: 1px solid #333;
}

.botonera-mov li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  display: block;
  font-size: 23px;
  text-transform: uppercase;
  font-style: italic;
}

.botonera-mov .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.botonera-mov .sub-menu li {
  padding: 0px;
  background-color: #424141;
  border-bottom: 1px solid #5b5858;
}

.botonera-mov .sub-menu li a {
  color: #FFF;
  text-decoration: none;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 20px;
}

.visible {
  display: block !important;
}

/* Estilos para el formulario */
#search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

#search-input {
  width: 94%;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 26px;
  font-weight: "Barlow Condensed", sans-serif !important;
}

/* Estilos para los resultados de la sugerencia */
.busqueda {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0px;
  overflow: auto;
  padding-bottom: 50px;
  display: none;
}

.contenedor-buscador h2 {
  text-transform: uppercase;
  font-size: 31px;
}

.instrucciones {
  font-size: 18px;
  padding-bottom: 20px;
}

.contenedor-buscador {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.cerrado {
  position: absolute;
  right: 0px;
  font-size: 30px;
  cursor: pointer;
}

#search-results {
  max-width: 600px;
  /* margin: 0 auto; */
  padding: 0px;
  display: none;
  padding-top: 20px;
}

#search-results a {
  display: flex;
  margin-bottom: 10px;
  padding: 5px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  border: 1px solid #ccc;
  border-radius: 3px;
  align-items: center;
}

.product-busqueda .price {
  font-size: 17px;
  font-weight: 700;
  padding-left: 10px;
}

#search-results a img {
  width: 40px;
  margin-right: 10px;
}

#search-results a:hover {
  background-color: #e0e0e0;
  color: #000;
}

@media (max-width: 812px) {
  .contenedor-buscador {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .contenedor-buscador h2 {
    text-transform: uppercase;
    font-size: 31px;
    max-width: 90%;
  }
  .font-60 {
    font-size: 42px;
    line-height: 44px;
  }
}
.is-valid {
  border-color: #28a745;
}

.is-invalid {
  border-color: #dc3545;
}

.desc-seccion {
  font-size: 20px;
  max-width: 70%;
  padding-bottom: 30px;
}

.maximo {
  max-width: 1680px;
  margin: 0 auto;
}

.item h3 {
  color: #fff;
  font-size: 18px;
  padding: 20px 0px;
  /* text-transform: uppercase; */
}

.item:hover .item-foto img {
  transform: scale(1.1);
}

.item-foto {
  height: 300px;
  overflow: hidden;
}

.item-foto img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s all ease;
}

.qr img {
  max-width: 170px;
}

.qr {
  text-align: right;
  display: flex;
  justify-content: end;
}

.flexis {
  display: flex;
  align-items: center;
}

.logo-serna {
  margin-right: 20px;
}

@media (max-width: 812px) {
  .flexis {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .span-2.flexis img {
    max-width: 233px;
    margin-bottom: 30px;
  }
  .texto-senatur {
    max-width: 90%;
    text-align: center;
  }
  .logo-serna {
    margin-right: 0px;
  }
  .qr {
    text-align: right;
    display: flex;
    justify-content: center;
  }
}
.logo-footer {
  margin: 0 auto;
  width: fit-content;
}

.formulario-contacto {
  position: fixed;
  top: 0px;
  max-width: 600px;
  left: 50%;
  transform: translate(-50%);
  z-index: 100000;
  background: #fff;
  padding: 45px;
  box-sizing: border-box;
  margin: 50px 0px;
  border-radius: 10px;
  overflow: auto;
  max-height: 700px;
  display: none;
}

.velo-formulario {
  background: rgba(26, 48, 147, 0.5098039216);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}

.logo-form {
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.txxo {
  text-align: center;
  padding-bottom: 17px;
}

.formulario-contacto input, .formulario-contacto textarea {
  border: solid 1px #ccc;
  padding: 15px !important;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}

input#gform_submit_button_1 {
  background: #471F6A;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px !important;
}

.hide {
  overflow: hidden;
}

h2.titulo-seccion {
  margin: 0 auto;
  font-size: 47px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 48px;
  margin: 0px;
  max-width: 100%;
  color: #002971;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
  margin-bottom: 40px;
}

.boton-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 50px;
  line-height: 100px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  transition: transform 0.3s ease;
}

.boton-whatsapp:hover {
  transform: scale(1.1);
  background-color: #1ebd5a;
}

/*CARD PRODUCTO*/
.texto-producto h4 {
  margin: 10px 0px;
  font-size: 20px;
}

.sale {
  font-size: 18px;
  padding-top: 10px;
}

.descripcion-listado {
  font-size: 18px;
  padding-bottom: 10px;
  max-width: 85%;
}

.precio {
  font-size: 25px;
}

.oferta .normal {
  text-decoration: line-through;
  color: #ccc;
}

.item-producto {
  opacity: 1; /* Aplicamos una opacidad por defecto */
  transition: opacity 0.2s ease-out; /* Añadimos una transición suave */
  position: relative; /* Añadimos posición relativa para alinear el botón */
}

.item-producto:hover {
  opacity: 0.8; /* Al hacer hover aumentamos la opacidad */
}

.agregar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  background: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
}

.agregar:hover {
  background: #000;
  color: #fff;
}

.owl-item li {
  list-style: none;
  padding: 0px;
}

.navi .owl-nav .owl-next, .navi .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.navi .owl-nav .owl-next {
  right: 0;
  display: flex;
  margin-right: 2%;
  font-size: 30px !important;
}

.navi .owl-nav .owl-prev {
  left: 0;
  display: flex;
  margin-left: 2%;
  font-size: 30px !important;
}

.navi img {
  border: solid 1px #eee;
}

.navi li {
  margin: 4px;
}

.item-producto:hover .agregar {
  display: block; /* Mostramos el botón al hacer hover */
  opacity: 1; /* Añadimos opacidad 1 para animación */
  animation: fadeIn 0.5s ease-in-out; /* Añadimos una animación de fadeIn */
  width: fit-content;
  min-width: 130px;
  text-align: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*CARRUCEL CATEGORIAS*/
.item-categoria {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.image-container:hover img {
  transform: scale(1.1);
}

.velo-gradiente {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  opacity: 0.6;
  transition: opacity 0.5s;
}

.image-container:hover .velo-gradiente {
  opacity: 1;
}

.card {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  height: 100%;
  display: grid;
  align-items: end;
}

.image-container:hover .card {
  opacity: 1;
}

.image-container:hover h3.titulo-card-principal {
  opacity: 0;
}

.descripcion-card {
  font-size: 18px;
  margin-bottom: 20px;
}

.card a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff8b14;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.5s;
  font-size: 26px;
}

.card a:hover {
  background-color: #000;
  color: #fff;
}

h3.titulo-card-principal {
  left: 20px;
  bottom: 10px;
  position: absolute;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  opacity: 1;
  text-transform: uppercase;
}

.titulo-card {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  opacity: 1;
  text-transform: uppercase;
}

h3.titulo-card-principal strong, .titulo-card strong {
  font-size: 30px;
  font-weight: 600;
  display: block;
}

/*MENSAJE ENVIOS*/
.mensaje-env h3 {
  margin: 0px 0px 10px;
}

@media (min-width: 812px) {
  .mensaje-env h3 {
    margin: 0px 0px 0px;
  }
}
/*DESTACADOS*/
.destacado {
  height: 100%;
}

.contenedor-destacado {
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.num {
  font-size: 115px;
  font-weight: 700;
  color: #EBC627;
}

.text-destacados strong {
  font-size: 43px;
  display: block;
  margin-top: -7px;
  padding-bottom: 15px;
}

.text-destacados {
  font-size: 29px;
  line-height: 32px;
}

.code {
  padding: 12px;
  border: dashed 1px #fff;
  margin-top: 20px;
  font-size: 22px;
}

.code strong {
  font-size: 36PX;
}

.mensajes .owl-nav {
  font-size: 32px;
  display: flex;
  justify-content: space-between;
  /* margin-top: -42px; */
  position: absolute;
  width: 100%;
  top: 43%;
}

.mensajes .owl-prev, .mensajes .owl-next {
  left: 0px;
  top: 0px;
  display: block;
  width: 38px;
  display: block;
  height: 50px;
}

.mensajes .owl-nav span {
  font-size: 54px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 50px;
}

.mensajes .owl-nav span:hover {
  font-size: 54px;
  display: block;
  background: #eee;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 50px;
}

.mensajes .owl-prev {
  margin-left: -50px;
}

.mensajes .owl-next {
  margin-right: -50px;
}

.pagina-aviso {
  background: #eee;
}

.pagina-aviso .code strong {
  font-size: 45PX;
}

.pagina-aviso .contenedor-destacado {
  padding: 0px;
  text-align: left;
  display: flex;
  flex-direction: inherit;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.pagina-aviso .num {
  font-size: 115px;
  font-weight: 700;
  color: #060606;
}

.pagina-aviso .text-destacados {
  font-size: 29px;
  line-height: 32px;
  margin-left: 16px;
}

.pagina-aviso .text-destacados strong {
  font-size: 63px;
  display: block;
  margin-top: 9px;
  padding-bottom: 11px;
}

.pagina-aviso .code {
  padding: 12px;
  border: dashed 1px #a0a0a0;
  margin-top: 0px;
  font-size: 22px;
  margin-left: 30px;
}

.pagina-aviso .code strong {
  display: block;
}

@media (max-width: 812px) {
  .pagina-aviso .contenedor-destacado {
    flex-wrap: wrap;
  }
  .pagina-aviso .text-destacados {
    font-size: 14px;
    line-height: 11px;
    margin-left: 16px;
  }
  .pagina-aviso .text-destacados strong {
    font-size: 28px;
    display: block;
    margin-top: 9px;
    padding-bottom: 11px;
  }
  .pagina-aviso .num {
    font-size: 52px;
    font-weight: 700;
    color: #060606;
  }
  .pagina-aviso .code strong {
    font-size: 21PX;
  }
  .pagina-aviso .code {
    padding: 8px;
    border: dashed 1px #a0a0a0;
    margin-top: 0px;
    font-size: 17px;
    margin-left: 30px;
    line-height: 20px;
  }
  .pagina-aviso {
    background: #eee;
    padding: 7px 0px;
  }
}
/*REPRODUCTOR DE VIDEO*/
.velo-interior {
  background: rgba(0, 0, 0, 0.5294117647);
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  position: absolute;
}

.caja-texto h2 span {
  display: block;
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
}

.text-dest {
  position: relative;
  z-index: 1;
}

.titulo-secciones {
  height: 300px;
  display: flex;
  align-items: center;
  /* font-weight: 700; */
  background-size: cover !important;
  background-position: top !important;
  overflow: hidden;
  position: relative;
  justify-content: center;
  z-index: 100;
}

.titulo-secciones h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  position: relative;
  z-index: 3;
}

.titulo-secciones h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  position: relative;
  z-index: 3;
  line-height: 50px;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 720px;
  height: 0;
  padding-bottom: 56.25%; /* Proporción 16:9 */
  overflow: hidden;
  border-radius: 20px;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#play-video {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#play-video i {
  margin-top: 5px;
  margin-left: 7px;
}

.caja-texto h2 {
  margin: 0px;
  font-weight: 300;
  line-height: 40px;
}

.caja-texto h2 strong {
  margin: 0px;
  font-weight: 600;
  font-style: italic;
}

.caja-texto {
  padding-left: 0px;
}

div#cover-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.titulo-video.grid-center {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  font-size: 30px;
  padding: 0px 0px 30px;
}

i#play-icon {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin: 0px auto;
}

@media (max-width: 812px) {
  .caja-texto {
    padding-left: 0px;
    padding-top: 20px;
  }
  .caja-texto h2 {
    font-size: 30px !important;
    padding-bottom: 0px !important;
    line-height: 32px !important;
  }
}
.texyos h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.texyos h2 strong {
  font-weight: 700;
}

.texyos {
  max-width: 500px;
  margin-left: 60px;
}

.invertido .texyos {
  max-width: 500px;
  margin-left: 0px;
  margin-right: 60px;
  float: right;
}

@media (max-width: 812px) {
  .invertido .texyos {
    max-width: 82%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
.texto-caja {
  padding-top: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}

.caja-gris ul {
  padding: 0px;
  list-style: none;
}

.primero .texyos h2 {
  padding-top: 65px;
}

.primero img {
  border-radius: 0px;
}

.caja-gris ul li {
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 5px;
}

.caja-gris ul li:last-child {
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}

.texto-caja p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 17px;
}

figcaption {
  padding-top: 22px;
  font-style: italic;
  font-size: 14px;
  max-width: 90%;
  margin: 0 auto;
}

a.boton-caja {
  padding: 15px 20px;
  display: block;
  font-size: 20px;
  width: fit-content;
  border-radius: 0;
  margin-top: 31px;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  border: solid 2px #fff;
}

a.boton-caja:hover {
  background: #471F6A;
  color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  border: solid 2px #471F6A;
}

.invertido .span-1:first-child {
  grid-column: 2;
}

.invertido .span-1:last-child {
  grid-column: 1;
  grid-row: 1;
}

@media (max-width: 812px) {
  .texto-caja {
    padding-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 812px) {
  .primero {
    margin-top: -50px;
  }
}
@media (max-width: 812px) {
  .primero .contenedor-seccion {
    max-width: 100%;
    width: 100%;
  }
  .primero .texyos h2 {
    padding-top: 40px;
  }
  .texyos {
    max-width: 90%;
    margin: 0 auto;
  }
  .invertido .span-1:first-child {
    grid-column: 1/3;
    padding-top: 0px;
  }
  .invertido .span-1:last-child {
    grid-column: 1/3;
    grid-row: 2;
  }
  div#dos-textos {
    grid-gap: 0px;
  }
}
ul.pasos-list {
  list-style: none;
  padding: 0px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  /* border-radius: 10px; */
}

.item-pasos {
  background: #fff;
  margin-bottom: 10px;
  text-align: center;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
  height: 300px;
}

.item-pasos .numero {
  text-align: center;
  padding: 18px;
  font-size: 35px;
  width: 43px;
  /* background: #e1b0fa; */
  /* background: rgb(189, 131, 230); */
  /* background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%); */
  color: #fff;
  /* min-width: 50px; */
  height: 40px;
  line-height: 40px;
  background: #fb6b04;
  margin: 0px auto 30px;
}

.pasos-list {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}

.num {
  padding-top: 20px;
}

.item-pasos .texto {
  font-size: 19px;
  /* margin-left: 20px; */
  max-width: 80%;
  margin: 0 auto;
  font-size: 17px;
  padding-bottom: 24px;
}

.texto strong {
  display: block;
  padding-bottom: 12px;
}

.contenedor-especial {
  background-size: cover !important;
  padding: 150px 0px 200px;
  margin-top: -150px;
}

div#nos_importa {
  z-index: 10;
}

h2.titulo-especial strong {
  display: block;
}

h2.titulo-especial {
  font-size: 46px;
  text-transform: none;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 44px;
  margin: 0px px;
  text-align: center;
  padding-bottom: 50px;
}

@media (max-width: 812px) {
  .item-pasos {
    background: #fff;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    border-radius: 10px;
    height: 430px;
  }
  ul.pasos-list {
    list-style: none;
    max-width: 90%;
    margin: 0 auto;
  }
  ul.pasos-list .numero {
    text-align: center;
    padding: 18px 25px;
    font-size: 35px;
    width: auto;
    /* background: #e1b0fa; */
    background: rgb(189, 131, 230);
    background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%);
    color: #fff;
  }
}
.caja-texto h2 {
  font-size: 36px;
  /* text-transform: uppercase; */
  font-weight: 600;
  /* font-style: italic; */
  padding-bottom: 20px;
  line-height: 44px;
}

.caja-texto h3 {
  font-size: 26px;
  text-transform: uppercase;
}

.caja-texto {
  font-size: 16px;
  max-width: 100%;
  margin: 0 auto;
}

.contenedor-texto {
  max-width: 800px;
  width: 90%;
}

.tit-caja-texto h2 {
  font-size: 30px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 35px;
  margin: 0px;
  max-width: 100%;
}

.texyos img {
  max-width: 200px;
  margin-bottom: 30px;
}

@media (max-width: 812px) {
  .tit-caja-texto h2 {
    padding-top: 34px;
    font-size: 30px;
    line-height: 34px;
  }
}
.texyos ul {
  /* list-style: none; */
  padding: 0px 0px 0px 20px;
}

.texyos li {
  padding-bottom: 5px;
}

.tit-caja-texto span {
  display: block;
  font-size: 29px;
  font-weight: 200;
}

.ui-lista a {
  display: grid;
  align-items: center;
  grid-gap: 27px;
  grid-template-columns: 40% 55%;
}

.foto-lista {
  width: 220px;
  overflow: hidden;
}

.foto-lista img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ui-pos .titulo-seccion h2 {
  padding-bottom: 20px;
}

.ui-pos .titulo-seccion {
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
}

.ui-lista a:hover {
  background: #000;
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 812px) {
  .ui-pos .titulo-seccion {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .ui-lista {
    margin-bottom: 30px;
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .foto-lista {
    width: 145px;
    overflow: hidden;
    height: 130px;
  }
  .ui-pos .titulo-seccion .font-20 {
    font-size: 15px;
  }
  .ui-lista a {
    display: grid;
    align-items: initial;
    grid-gap: 27px;
    grid-template-columns: 40% 55%;
  }
}
.contenedor-titulo h1 {
  font-size: 25px;
  font-weight: 400;
}

.contenedor-titulo h2 {
  font-size: 77px;
  font-weight: 300;
  max-width: 80%;
  line-height: 83px;
  padding-bottom: 20px;
  font-style: italic;
}

.contenedor-titulo h2 strong {
  display: block;
  font-style: normal;
}

.bajada-titulo {
  font-size: 21px;
  max-width: 80%;
  line-height: 32px;
  font-weight: 300;
}

a.back {
  position: absolute;
  right: 0px;
  font-size: 23px;
}

@media (max-width: 812px) {
  a.back {
    position: relative;
    right: 0px;
    font-size: 21px;
    margin-bottom: 0px;
    display: block;
    top: -80px;
    text-align: left;
  }
  .contenedor-titulo h2 {
    font-size: 50px;
    font-weight: 300;
    max-width: 100%;
    line-height: 48px;
    padding-bottom: 20px;
    font-style: italic;
  }
  .bajada-titulo {
    font-size: 16px;
    max-width: 100%;
    line-height: 21px;
    font-weight: 300;
  }
  .contenedor-titulo h1 {
    font-size: 20px;
    font-weight: 400;
    margin-top: -54px;
  }
}
.galeria-foto {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding-top: 30px;
}

.titulo-centrado h2 {
  font-size: 32px;
  text-transform: none;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 37px;
  margin: 0px;
  text-align: center;
  padding-bottom: 30px;
  font-family: "Poppins", sans-serif;
}

.titulo-centrado.tipos h2 {
  font-family: "Poppins", sans-serif;
}

#bloque2 {
  color: #fff;
}

/* Estilo general del lightbox */
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.lightbox-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  text-align: center;
}

.lightbox-image {
  max-width: 600px;
  max-height: 100%;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

/* Estilo para galería de imágenes */
.galeria-item {
  position: relative;
  cursor: pointer;
  height: 250px;
  margin: 0px;
}

.galeria-item img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
  display: block;
}

.galeria-item img:hover {
  transform: scale(1.1);
}

.botones-light {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
}

.botones-light button {
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  margin-top: 0px;
}

@media (max-width: 812px) {
  .galeria-foto {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-top: 10px;
  }
  .galeria-item {
    position: relative;
    cursor: pointer;
    height: 200px;
    margin: 0px;
  }
}
.galeria-foto.tipos {
  display: grid;
  grid-gap: 30px;
  padding-top: 30px;
}

.item-tipos .galeria-item {
  position: relative;
  cursor: pointer;
  /* overflow: hidden; */
  height: 100px;
  margin: 0px auto;
  max-width: 150px;
  width: auto;
}

.descrp {
  font-size: 16px;
  min-height: 100px;
  font-weight: 400;
}

.descripcion h3 {
  font-size: 20px;
  max-width: 80%;
  margin: 0 auto 30px;
}

.item-tipos {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  grid-gap: 30px;
  /* font-size: 14px; */
}

.item-tipos .descripcion {
  line-height: 18px;
  text-align: center;
  line-height: 24px;
}

.titulo-centrado.tipos h2 {
  font-size: 46px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #471F6A;
}

.bajada {
  line-height: 30px;
  padding-top: 20px !important;
  text-align: center;
  color: #fff;
  z-index: 1000000;
  font-size: 24px;
}

.otros-contenidos {
  max-width: 70%;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0px 50px;
}

.texto-otros ul {
  list-style: none;
  padding: 0px;
}

.texto-otros li {
  padding: 20px 0px;
  border-bottom: solid 1px #ccc;
}

.titulo-otros h3 {
  padding-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  margin: 0px;
}

.bajada-tipos {
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 812px) {
  .item-tipos .descripcion {
    line-height: 18px;
    text-align: left;
    line-height: 24px;
  }
  .bajada-tipos {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .descripcion h3 {
    font-size: 20px;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .descrp {
    font-size: 16px;
    min-height: 100px;
    line-height: 20px;
  }
  .titulo-centrado.tipos h2 {
    font-size: 46px;
    line-height: 46px;
  }
  .otros-contenidos {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px 50px;
  }
  .titulo-otros h3 {
    padding-bottom: 20px;
    font-size: 27px;
    font-weight: 700;
    margin: 0px;
  }
  .bajada {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0px;
    /* padding-top: 174px; */
  }
  .galeria-foto.tipos {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 20px;
    padding-top: 30px;
  }
  .item-tipos {
    display: grid;
    grid-template-columns: 27% 61%;
    align-items: initial;
    grid-gap: 30px;
    /* font-size: 14px; */
  }
  .item-tipos .galeria-item {
    height: 130px;
  }
  .tipos .titulo-centrado h2 {
    text-align: left;
  }
  .titulo-secciones .bajada {
    max-width: 90%;
    text-align: center;
  }
  .galeria-item img {
    max-width: auto;
    height: 100px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
    display: block;
    width: auto;
  }
}
.indice {
  color: #fff;
}

ul.menu-indice {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 20px 0 0;
  margin: 0px;
}

ul.menu-indice a {
  padding: 10px;
  border: solid;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}

.caja-texto.otros-contenidos li {
  padding: 20px 0px;
  border-bottom: solid 1px #ccc;
}

.caja-texto.otros-contenidos ul {
  padding: 0px;
  list-style: none;
}

.caja-texto.otros-contenidos {
  padding-top: 20px;
}

.titulo-secciones .bajada {
  padding-top: 40px;
}

@media (min-width: 812px) {
  ul.menu-indice {
    display: flex;
    flex-direction: initial;
    list-style: none;
    padding: 20px 0 0;
    margin: 0px;
    flex-wrap: wrap;
  }
  ul.menu-indice a {
    padding: 10px;
    border: solid;
    display: block;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    min-width: 200px;
    margin: 0px 15px 0px 0px;
  }
}
.foto-inicio {
  max-height: 600px;
  overflow: hidden;
}

.foto-inicio figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Ajusta la altura según tus necesidades */
  overflow: hidden; /* Para recortar la imagen si es necesario */
}

.foto-inicio figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 812px) {
  .foto-inicio {
    max-height: 300px;
    overflow: hidden;
  }
  .foto-inicio figure {
    display: block;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ajusta la altura según tus necesidades */
    overflow: hidden; /* Para recortar la imagen si es necesario */
  }
  .foto-inicio figure img {
    object-fit: cover;
    height: 300px;
    width: 100%;
  }
}
/* Estilo de la tabla */
table.info {
  width: 100%;
  border-collapse: collapse;
  padding: 0px;
  border-spacing: 0;
  table-layout: fixed;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

@media (min-width: 812px) {
  table.info {
    max-width: 70%;
    margin: 0 auto;
  }
}
table.info tr:first-child {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

/* Estilo de las celdas de encabezado */
.info tr {
  text-align: left;
  border-bottom: solid 1px #ccc;
}

.info tr:last-child {
  text-align: left;
  border-bottom: solid 1px #fff;
}

/* Estilo de las celdas de datos */
.info td {
  padding: 10px;
  /* border: 1px solid #ccc; */
  border: solid 1px #ccc;
  border-bottom: solid 0px transparent;
  border-top: solid 0px transparent;
}

.info td:first-child {
  border-left: 0px #ccc;
}

.info td:last-child {
  border-right: 0px transparent;
}

/* Alternancia de filas (opcional) */
.info tr:nth-child(even) {
  background-color: #eee;
}

.faq-container {
  width: 100%;
  max-width: 900px;
  padding: 30px 0px;
  border-radius: 8px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  margin: 0 auto;
}

.faq {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1215686275);
  margin-bottom: 0px;
  /* border-radius: 4px; */
  /* background: #eee; */
}

.faq.active .faq-question {
  background: #f7f5f5;
}

.faq-question {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #471F6A;
}

.faq-question h2 {
  margin: 0;
}

span.toggle-btn {
  font-size: 34px;
}

.faq-question h2 {
  font-size: 21px;
}

.faq-answer {
  padding: 25px;
  display: none;
  color: #471F6A;
}

.modulo-plan {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px;
  border-radius: 5px;
}

.modulo-descripcion strong {
  display: block;
  font-size: 24px;
}

.modulo-box.grid-center.activo {
  background: #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
}

.tabla-planes {
  border: solid 1px #ccc;
  border-bottom: none;
}
.tabla-planes .titulo-seccion {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.tabla-planes .tabla-contenido .fila-titulo {
  font-weight: bold;
  background: #EFEFEF;
  padding: 25px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
.tabla-planes .tabla-contenido .fila-titulo div {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.tabla-planes .tabla-contenido .fila-plan {
  padding: 25px;
  background: #fff;
  margin-bottom: 20px;
  align-items: center;
  text-align: left;
  font-size: 18px;
  border-bottom: solid 1px #ccc;
}
.tabla-planes .tabla-contenido .fila-plan .retorno {
  display: flex;
  gap: 5px;
}
.tabla-planes .tabla-contenido .fila-plan .retorno .bloque {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: #471F6A;
}
.tabla-planes .tabla-contenido .fila-plan .retorno .bloque.destacado {
  background: #EBC627;
}
.tabla-planes .tabla-contenido .fila-plan .retorno .bloque.vacio {
  background: #EFEFEF;
}
.tabla-planes .tabla-contenido .fila-plan .nombre, .tabla-planes .tabla-contenido .fila-plan .descripcion, .tabla-planes .tabla-contenido .fila-plan .incluye {
  font-size: 15px;
}
.tabla-planes .nota-pie {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #EFEFEF;
  font-size: 14px;
  color: #161616;
  text-align: center;
}
@media (max-width: 768px) {
  .tabla-planes .fila-titulo, .tabla-planes .fila-plan {
    grid-template-columns: 1fr !important;
    text-align: left;
  }
  .tabla-planes .fila-titulo .retorno, .tabla-planes .fila-plan .retorno {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.textos-simulador {
  margin-bottom: 40px;
}

.inputs input {
  max-width: 90%;
  font-size: 18px;
  padding: 10px;
}

.textos-simulador h2 {
  font-size: 47px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 48px;
  margin: 0px;
  max-width: 100%;
  color: #002971;
  font-family: "Poppins", sans-serif;
}

.botones-simulacion {
  display: flex;
}

.btn-ahorro {
  display: flex;
  border: solid 1px #ccc;
  padding: 5px;
  align-items: center;
  margin-right: 10px;
  border-radius: 10px;
}

.primario-azul {
  padding: 0px;
  color: #fff;
  border-radius: 5px;
  display: block;
  /* width: fit-content; */
  font-size: 24px;
  border: none;
  background: transparent;
}

.btn-ahorro span {
  padding-left: 15px;
  display: block;
  width: fit-content;
}

.btn-ahorro input {
  height: 18px;
  margin-top: 10px;
}

#simula-tu-ahorro form {
  display: grid;
  grid-gap: 20px;
}
#simula-tu-ahorro form label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}
#simula-tu-ahorro form input[type=number],
#simula-tu-ahorro form input[type=checkbox] {
  padding: 8px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#simula-tu-ahorro form button {
  margin-top: 10px;
}
#simula-tu-ahorro #resultado-ahorro .shadow-padding {
  background-color: #f8f8f8;
  border-radius: 10px;
  text-align: center;
}
#simula-tu-ahorro #resultado-ahorro .shadow-padding h2 {
  color: #2f98d3;
  margin-bottom: 15px;
}
#simula-tu-ahorro #resultado-ahorro .shadow-padding p {
  margin-bottom: 10px;
}
#simula-tu-ahorro #resultado-ahorro #grafico-ahorro {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 300px;
}
@media (max-width: 768px) {
  #simula-tu-ahorro form {
    grid-template-columns: 1fr !important;
  }
  #simula-tu-ahorro .shadow-padding {
    padding: 20px;
  }
}

.comparacion .titulo-seccion {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.comparacion .texto-intro {
  font-size: 18px;
  color: #161616;
  margin-bottom: 30px;
}
.comparacion .bloques-comparacion .bloque {
  background: #EFEFEF;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.comparacion .bloques-comparacion .bloque h3 {
  font-size: 20px;
  color: #471F6A;
  margin-bottom: 10px;
}
.comparacion .bloques-comparacion .bloque .texto {
  font-size: 16px;
  color: #161616;
}
.comparacion .texto-aclaracion {
  margin-top: 30px;
  font-size: 15px;
  color: #161616;
  font-style: italic;
}
.comparacion .botonera {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.comparacion .botonera a {
  background: #471F6A;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}
.comparacion .botonera a:hover {
  background: #2d1343;
}
@media (max-width: 768px) {
  .comparacion .bloques-comparacion {
    grid-template-columns: 1fr !important;
  }
  .comparacion .botonera {
    justify-content: center;
  }
}

.ahorro-visual .grafico canvas {
  max-width: 100%;
  margin-bottom: 20px;
}
.ahorro-visual .grafico .botonera button {
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #471F6A;
  background: #fff;
  color: #471F6A;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ahorro-visual .grafico .botonera button:hover {
  background: #471F6A;
  color: #fff;
}
.ahorro-visual a.primario-azul {
  padding: 15px 22px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  border: none;
  background: #000;
  color: #fff;
}
.ahorro-visual .texto-lateral {
  font-size: 16px;
  color: #161616;
}
.ahorro-visual .texto-lateral h2 {
  font-size: 47px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 48px;
  margin: 0px;
  max-width: 100%;
  color: #002971;
  font-family: "Poppins", sans-serif;
}
.ahorro-visual .texto-lateral p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ahorro-visual {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
  .ahorro-visual .grafico, .ahorro-visual .texto-lateral {
    padding: 10px;
  }
}

.mensaje-ahorro strong {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

.mensaje-ahorro {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  max-width: 188px;
  pointer-events: none;
  color: #333;
  text-align: left;
}

.btn-porcentaje.activo {
  background-color: #0076ff;
  color: #fff;
}

.funciones-claves .titulo-seccion {
  font-size: 40px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 20px;
  text-align: center;
  line-height: 48px;
  margin: 0px auto 40px;
  max-width: 100%;
  color: #002971;
  font-family: "Poppins", sans-serif;
}
.funciones-claves .funciones-lista .funcion {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
}
.funciones-claves .funciones-lista .funcion:hover {
  transform: translateY(-5px);
}
.funciones-claves .funciones-lista .funcion .icono {
  margin-bottom: 15px;
  font-size: 40px;
}
.funciones-claves .funciones-lista .funcion .icono svg {
  width: 40px;
  height: 40px;
  fill: #471F6A;
}
.funciones-claves .funciones-lista .funcion h3 {
  font-size: 18px;
  color: #471F6A;
  margin-bottom: 10px;
}
.funciones-claves .funciones-lista .funcion p {
  font-size: 15px;
  color: #161616;
}
@media (max-width: 768px) {
  .funciones-claves .funciones-lista {
    grid-template-columns: 1fr !important;
  }
}

.bloque-niveles .contenedor-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .bloque-niveles .contenedor-head {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.bloque-niveles .contenedor-head h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #471F6A;
}
.bloque-niveles .contenedor-head .text-bloque {
  font-size: 18px;
  line-height: 1.5;
  color: #161616;
}
.bloque-niveles .subtitulo {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 45px;
}
.bloque-niveles .niveles-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .bloque-niveles .niveles-cards {
    grid-template-columns: 1fr;
  }
}
.bloque-niveles .niveles-cards .card-nivel {
  display: grid;
  grid-template-columns: 200px auto;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 576px) {
  .bloque-niveles .niveles-cards .card-nivel {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.bloque-niveles .niveles-cards .card-nivel .foto {
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.bloque-niveles .niveles-cards .card-nivel .foto img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloque-niveles .niveles-cards .card-nivel .contenido {
  padding: 20px;
}
.bloque-niveles .niveles-cards .card-nivel .contenido h4 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 5px;
}
.bloque-niveles .niveles-cards .card-nivel .contenido strong {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}
.bloque-niveles .niveles-cards .card-nivel .contenido p {
  font-size: 16px;
  color: #161616;
}

.retorno-ludico {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: start;
}
.retorno-ludico .col-izq h2 {
  font-size: 24px;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
  line-height: 31px;
  color: #002971;
}
.retorno-ludico .col-izq .descripcion-retorno {
  font-size: 18px;
  margin-bottom: 20px;
}
.retorno-ludico .col-izq .instruccion {
  font-weight: bold;
  margin-bottom: 10px;
}
.retorno-ludico .col-izq .barra-retorno {
  margin: 0px 0;
}
.retorno-ludico .col-izq .barra-retorno .barra {
  width: 100%;
  height: 16px;
  background: #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.retorno-ludico .col-izq .barra-retorno .progreso {
  height: 100%;
  background-color: #00c9a7;
  transition: width 0.3s ease;
}
.retorno-ludico .col-izq .barra-retorno .porcentaje-retorno {
  margin-top: 10px;
  font-weight: bold;
}
.retorno-ludico .col-izq .mensaje-retorno,
.retorno-ludico .col-izq .ahorro-estimado {
  margin-top: 15px;
  font-size: 18px;
}
.retorno-ludico p.descripcion-seccion {
  padding-bottom: 30px;
}
.retorno-ludico .col-der h3 {
  font-size: 18px;
  margin: 0 0 20px;
  color: #002971;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  font-weight: 600;
  max-width: 90%;
}
.retorno-ludico .col-der .grid-modulos {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.retorno-ludico .col-der .grid-modulos .modulo-box {
  grid-column: span 12;
  display: grid;
  grid-template-columns: 5fr 7fr;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.retorno-ludico .col-der .grid-modulos .modulo-box.activo {
  border: 2px solid #00c9a7;
  transform: scale(1.02);
}
.retorno-ludico .col-der .grid-modulos .modulo-box .modulo-nombre {
  background-color: #f5f5f5;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
}
.retorno-ludico .col-der .grid-modulos .modulo-box .modulo-info {
  padding: 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .retorno-ludico {
    grid-template-columns: 1fr;
  }
  .retorno-ludico .col-der,
.retorno-ludico .col-izq {
    order: unset;
  }
}

.mensaje-retorno span {
  display: block;
  margin-bottom: 13px;
  border-left: solid #2826ee 5px;
  padding-left: 14px;
}

span.fulls {
  background: #2525ed;
  color: #fff;
  padding: 15px;
}

.aviso-color {
  padding: 60px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.aviso-color .aviso-contenido {
  align-items: center;
}
.aviso-color .aviso-texto-izq h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}
.aviso-color .aviso-texto-der .texto {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.aviso-color .aviso-texto-der .btn-secundario {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.aviso-color .aviso-texto-der .btn-secundario:hover {
  background: currentColor;
  color: #fff;
}
@media (max-width: 768px) {
  .aviso-color .aviso-contenido {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .aviso-color .aviso-texto-izq, .aviso-color .aviso-texto-der {
    text-align: center;
  }
}

.owl-hero .contenedor-seccion {
  z-index: 11;
}
.owl-hero .hero-slide {
  display: flex;
  align-items: center;
  min-height: 600px;
  padding: 80px 0;
  color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.owl-hero .hero-slide .contenido-slide {
  color: #fff;
}
.owl-hero .hero-slide .contenido-slide {
  max-width: 820px;
  margin: 0 auto;
}
.owl-hero .hero-slide .contenido-slide h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 55px;
  text-align: center;
}
.owl-hero .hero-slide .contenido-slide h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.owl-hero .hero-slide .contenido-slide p {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 26px;
  max-width: 80%;
}
.owl-hero .hero-slide .contenido-slide .botones-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 50px;
  justify-content: center;
}
.owl-hero .hero-slide .contenido-slide .botones-hero a {
  padding: 16px 20px;
  font-size: 18px;
  border-radius: 6px;
  transition: 0.3s ease all;
}
.owl-hero .hero-slide .contenido-slide .botones-hero a.btn-secundario {
  background: #fff;
  color: #000;
}
.owl-hero .hero-slide .contenido-slide .botones-hero a.btn-secundario:hover {
  background: #000;
  color: #fff;
}
.owl-hero .hero-slide .contenido-slide .botones-hero a.btn-primario {
  background: #000;
  color: #fff;
}
.owl-hero .hero-slide .contenido-slide .botones-hero a.btn-primario:hover {
  background: #fff;
  color: #000;
}

.velo-imagen {
  position: absolute;
  top: 0;
  z-index: 2;
}

.velo-nornal {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2509803922);
}

@media (max-width: 812px) {
  .owl-hero .hero-slide .contenido-slide h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    line-height: 44px;
    text-align: center;
  }
  .velo-imagen img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .velo-imagen {
    height: 100%;
  }
}
.owl-hero .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.owl-hero .owl-dots {
  display: none;
}

.owl-hero .owl-nav button.owl-prev, .owl-hero .owl-nav button.owl-next {
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 15px 15px !important;
  margin: 0 5px;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  min-height: 50px;
  min-width: 50px;
}

.banner-interno {
  padding: 80px 20px;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.banner-interno .contenido-banner {
  max-width: 700px;
}
.banner-interno .contenido-banner h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
.banner-interno .contenido-banner h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.banner-interno .contenido-banner p {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 27px;
  max-width: 72%;
}
.banner-interno .contenido-banner .botones {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.banner-interno .contenido-banner .botones .btn {
  padding: 15px 22px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  border: none;
}
@media (max-width: 812px) {
  .banner-interno .contenido-banner p {
    max-width: 100%;
  }
  .banner-interno .contenido-banner h1 {
    font-size: 26px;
    line-height: 31px;
  }
  .banner-interno .contenido-banner h3 {
    font-size: 18px;
  }
  .banner-interno .contenido-banner p {
    font-size: 15px;
  }
}

.banner-interno {
  position: relative;
  overflow: hidden;
}

.banner-interno .velo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 0, 147, 0.42) 0%, rgb(1, 41, 113) 100%);
  z-index: 1;
}

.banner-interno .contenido-banner {
  position: relative;
  z-index: 2;
}

section.carrusel-servicios {
  max-width: 1200px;
  margin: 0 auto;
}

.img-wrap {
  max-width: 150px;
  margin: 0 auto;
  padding-top: 30px;
}

a.btn-mas {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.contenido-card ul {
  padding: 0px;
}

.carrusel-servicios .descripcion-seccion {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.carrusel-servicios .carrusel-servicios-owl .owl-stage {
  display: flex;
}
.carrusel-servicios .carrusel-servicios-owl .item-servicio {
  padding: 1rem;
}
.carrusel-servicios .carrusel-servicios-owl .card-servicio {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.carrusel-servicios .carrusel-servicios-owl .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.carrusel-servicios .carrusel-servicios-owl .contenido-card {
  padding: 1.5rem;
}
.carrusel-servicios .carrusel-servicios-owl .contenido-card .titulo {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.carrusel-servicios .carrusel-servicios-owl .contenido-card .descripcion {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #161616;
}
.carrusel-servicios .carrusel-servicios-owl .contenido-card .resaltado {
  font-weight: bold;
  font-size: 0.95rem;
  color: #161616;
}
.carrusel-servicios .carrusel-servicios-owl .contenido-card .btn-mas {
  background-color: #161616;
  color: #fff;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  text-align: center;
  line-height: 2rem;
  font-size: 1.2rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.carrusel-servicios .carrusel-servicios-owl .contenido-card .btn-mas:hover {
  background-color: #000;
}

.cta-rapido {
  padding: 40px 0;
}
.cta-rapido .contenido-cta {
  align-items: center;
}
.cta-rapido h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.cta-rapido .texto {
  font-size: 1rem;
  line-height: 1.6;
}
.cta-rapido .btn-primario {
  display: inline-block;
  background-color: #471F6A;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cta-rapido .btn-primario:hover {
  background-color: #2d1343;
}
@media (max-width: 768px) {
  .cta-rapido .contenido-cta {
    grid-template-columns: 1fr !important;
    text-align: center;
    gap: 20px;
  }
  .cta-rapido .cta-columna-der {
    justify-self: center;
  }
}

.enlaces-internos .card-enlace {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 1.5rem;
  text-align: left;
}
.enlaces-internos .card-enlace .img-wrap {
  margin-bottom: 1rem;
}
.enlaces-internos .card-enlace .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.enlaces-internos .card-enlace h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.enlaces-internos .card-enlace p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.enlaces-internos .card-enlace .link-mas {
  font-weight: bold;
  text-decoration: underline;
  font-size: 0.95rem;
}

.platcash {
  z-index: 10;
}

.texto-platcash ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
.texto-platcash ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
}
.texto-platcash ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}

.titulo-gigante h2 {
  font-size: 70px;
  line-height: 62px;
  font-family: "Poppins", sans-serif;
}

.titulo-gigante h2 strong {
  font-size: 119px;
  line-height: 85px;
  display: block;
  font-weight: 700;
}

.titulo-gigante h2 span {
  font-size: 70px;
  line-height: 62px;
  font-weight: 300;
  font-style: italic;
}

.botones a {
  padding: 15px;
  display: block;
  max-width: fit-content;
  border-radius: 10px;
}

.seccion-platcash {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
}
.seccion-platcash.con-velo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.seccion-platcash .contenido-platcash {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.seccion-platcash .contenido-platcash .titulo-seccion {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.seccion-platcash .contenido-platcash .texto-platcash {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.seccion-platcash .contenido-platcash .texto-platcash p {
  margin-bottom: 10px;
}
.seccion-platcash .contenido-platcash .texto-platcash strong {
  font-weight: 600;
}
.seccion-platcash .contenido-platcash a.btn-secundario {
  /* background: #fff; */
  color: #ffffff;
  border: solid 3px #fff;
  font-weight: 700;
  border-radius: 50px;
  min-width: 130px;
  text-align: center;
}
.seccion-platcash .contenido-platcash a.btn-secundario:hover {
  opacity: 0.85;
  border: solid 3px #471F6A;
}

a.btn-secundario {
  background: transparent !important;
  color: #ffffff !important;
  border: solid 3px #fff;
  font-weight: 700;
  border-radius: 50px !important;
  min-width: 130px;
  text-align: center;
}

a.btn-secundario:hover {
  background: #471F6A !important;
  color: #ffffff !important;
  border: solid 3px #471F6A;
  font-weight: 700;
  border-radius: 50px !important;
  min-width: 130px;
  text-align: center;
}

.bloque-texto-botones {
  padding: 60px 0;
  text-align: center;
}
.bloque-texto-botones .texto-editor {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6;
}
.bloque-texto-botones .botonera-centrada {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.bloque-texto-botones .botonera-centrada a {
  padding: 10px 20px;
  border: 2px solid currentColor;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.bloque-texto-botones .botonera-centrada a:hover {
  background-color: currentColor;
  color: #fff;
}

.bloque-contacto {
  padding: 60px 0;
}
.bloque-contacto .contenido-contacto .columna-izq h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  color: #471F6A;
}
.bloque-contacto .contenido-contacto .columna-izq h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.bloque-contacto .contenido-contacto .columna-izq .texto-contacto {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.bloque-contacto .contenido-contacto .columna-der form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bloque-contacto .contenido-contacto .columna-der form input,
.bloque-contacto .contenido-contacto .columna-der form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}
.bloque-contacto .contenido-contacto .columna-der form textarea {
  min-height: 140px;
}
.bloque-contacto .contenido-contacto .columna-der form button,
.bloque-contacto .contenido-contacto .columna-der form .gform_button {
  background-color: #000;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}
.bloque-contacto .contenido-contacto .columna-der form button:hover,
.bloque-contacto .contenido-contacto .columna-der form .gform_button:hover {
  background-color: #444;
}
@media (max-width: 768px) {
  .bloque-contacto .contenido-contacto {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.modulo-platx-productos {
  padding: 60px 0;
}

.card-producto {
  padding: 30px;
  border-radius: 20px;
  text-align: left;
  margin: 10px;
  transition: transform 0.3s ease;
}

.titulo-productos {
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  color: #471F6A;
}

.card-producto:hover {
  transform: scale(1.03);
}

.card-producto .descripcion-cash {
  max-width: 85%;
  margin: 0 auto;
}

.card-producto .ppx.titulo-gigante h2 {
  font-size: 32px;
  margin-bottom: 25px;
  line-height: 50px;
}

.card-producto .ppx.titulo-gigante h2 strong {
  font-size: 50px;
  line-height: 50px;
}

.card-producto .ppx.titulo-gigante h2 span {
  font-size: 50px;
}

.card-producto .texto-platcash {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.card-producto .botones a {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav {
  margin-top: 20px;
  text-align: center;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.play-s {
  /* color: #fff; */
  position: absolute;
  top: 39%;
  z-index: 1000;
  left: 50%;
  transform: translate(-50%);
}

a.btn-ver-destino i {
  padding: 0px !important;
  height: auto !important;
  line-height: 0px !important;
  width: 30px !important;
}

@media (max-width: 812px) {
  .owl-hero .owl-nav {
    position: absolute;
    top: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    display: flex;
    justify-content: space-between;
    bottom: 70px;
  }
}
.btn-problemas {
  background-color: #112f94;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
  transition: 0.3s ease;
}
.btn-problemas:hover {
  opacity: 0.85;
}

h2.titulo {
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  color: #471F6A;
}

.item-icono img {
  max-width: 100px;
  margin: 0 auto;
}

/* Contenedor fijo y velo lateral */
.mf-platx-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  /* background: #002B76; */
  color: white;
  transition: left 0.3s ease;
  z-index: 1000000;
  padding: 0;
  box-sizing: border-box;
  background: #d74ece;
  background: linear-gradient(90deg, rgb(159, 41, 151) 0%, rgb(71, 31, 106) 100%);
}

.velo-botonera {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6392156863);
  position: absolute;
  z-index: 100000;
  top: 0px;
  left: 0px;
  display: none;
}

.mf-platx-overlay.abierto {
  left: 0;
}

body.hidden {
  overflow: hidden;
}

.mf-platx-header {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 40px;
}

#abrir-navmovil {
  bottom: 20px;
  left: 20px;
  z-index: 10000;
}

/* Menú dinámico de WP */
.menu-platx {
  display: grid;
  grid-gap: 0;
  padding: 30px 0;
}

.menu-platx li {
  list-style: none;
}

.menu-platx a {
  display: block;
  color: white;
  background: none;
  border: none;
  font-size: 18px;
  text-align: left;
  padding: 15px 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1411764706);
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}

/* Submenús */
.menu-platx .sub-menu {
  display: none;
  background: #04245b;
}

.menu-platx .menu-item-has-children.abierto > .sub-menu {
  display: block;
}

.menu-platx .sub-menu a {
  padding-left: 30px;
  font-size: 16px;
}

.menu-item-has-children > a {
  position: relative;
}

.menu-item-has-children > a i.fa-chevron-down {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  pointer-events: none;
}

.menu-item-has-children.abierto > a i.fa-chevron-down {
  transform: translateY(-50%) rotate(180deg);
}

.botonera .has-submenu.activo > a, .botonera .has-submenu.activo > a:hover {
  font-weight: bold;
  color: #471F6A;
  background: #fff;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px !important;
}

.menu-platx .menu-item-has-children.abierto > a::after {
  transform: rotate(180deg);
}

/* Botón cerrar */
#cerrar-navmovil {
  font-size: 24px;
  background: none;
  color: white;
  border: none;
}

/* Contenedor */
nav.mf-platx-menu {
  grid-gap: 0;
}

#abrir-navmovil {
  bottom: 20px;
  left: 20px;
  z-index: 10000;
  display: none;
}

@media (max-width: 812px) {
  #abrir-navmovil {
    bottom: 20px;
    left: 20px;
    z-index: 10000;
    display: block;
  }
  .cabecera {
    justify-content: space-between;
    display: flex;
  }
}
.imagen-tarjet {
  min-height: 200px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 30px;
  background: #999;
  background-size: 100%;
  background-position: bottom;
}

li.activo a {
  border: solid 2px;
}

.tarjeta-bn {
  border-radius: 20px;
  overflow: hidden;
}

.contenedor-tarjetas {
  max-width: 1100px;
  margin: -72px auto 0px;
}

.tit-tarjeta {
  font-size: 26px;
  padding: 20px;
  background: #ccc;
  font-weight: 700;
  color: #fff;
}

a.boton-tarj {
  border: solid 3px;
  color: #fff;
  padding: 10px 20px;
  display: block;
  border-radius: 50px;
}

a.boton-tarj:hover {
  border: solid 3px #471F6A;
  background: #471F6A;
  color: #fff;
  padding: 10px 20px;
  display: block;
  border-radius: 50px;
}

@media (max-width: 812px) {
  .contenedor-tarjetas {
    max-width: 90%;
    margin: -72px auto 0px;
  }
}
div#verdetinos {
  z-index: 1;
}

.foto-1 {
  background: #ccc;
  width: 100%;
  height: 500px;
}

.programa ul {
  list-style: none;
  padding: 0px;
  font-size: 16px;
}

.programa ul li {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
}

.beneficios-list ul {
  list-style: none;
  padding: 0px;
  font-size: 16px;
}

.beneficios-list ul li {
  padding-bottom: 5px;
}

p.intro-tax {
  max-width: 72%;
  margin: 0 auto;
  padding: 0px;
}

.boton-volver {
  position: absolute;
  right: 30px;
  z-index: 10;
}

.texto-card {
  padding: 0px 30px 30px;
}

a.btn-ver-destino {
  border: solid 2px;
  padding: 10px;
  display: block;
  width: fit-content;
  border-radius: 50px;
}

.llamada.text-center a {
  background: #D78E4E;
  background: linear-gradient(90deg, rgb(215, 142, 78) 0%, rgb(66, 33, 102) 100%);
  color: #fff;
  width: 100%;
  display: block;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: -50px;
}

.foto-dest {
  height: 300px;
}

.foto-dest img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-destino {
  overflow: hidden;
  border-radius: 10px;
}

.boton-volver a {
  z-index: 10000000000;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: block;
  background: #d08950;
  padding: 10px;
  text-align: center;
}

@media (max-width: 812px) {
  .boton-volver {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    right: inherit;
    left: 50%;
    transform: translate(-50%);
  }
}
@media (max-width: 1024px) {
  .sas {
    overflow: hidden;
    width: 100%;
  }
}