@charset "UTF-8";
.linea-vertical-inclinada {
  width: 0.5px;
  height: 292px;
  background-color: #dfdfdf;
  transform: rotate(22deg);
  transform-origin: center;
  margin-right: 93px;
  margin-left: 100px;
}



.texto-linea {
  display: flex;
  align-items: initial;
  flex-direction: column;
  color: #fff;
  max-width: 550px;
  line-height: 26px;
}

.tit-seccion {
  min-width: 500px;
}

.tit-seccion h2 {
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

.tit-seccion h2 strong {
  display: block;
}

.text-seccion {
  font-size: 18px;
}

@media (max-width: 812px) {
  .tit-seccion h2 {
    font-size: 33px;
    font-weight: 300;
    max-width: 96%;
  }
  .text-seccion {
    font-weight: 400;
    font-size: 16px;
    max-width: 90%;
    line-height: 24px;
  }
  .linea-vertical-inclinada {
    width: 0.5px;
    height: 250px;
    background-color: black;
    transform: rotate(22deg);
    transform-origin: center;
    display: none;
  }
  .texto-linea {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .tit-seccion {
    min-width: 90%;
    padding-bottom: 20px;
  }
}
.tit-experiencia {
  background: #096797;
  padding: 20px 20px;
  color: #fff;
  font-size: 20px;
  text-align: right;
  max-width: 350px;
  margin-left: -262px;
  padding-right: 50px;
  overflow: hidden;
  position: relative;
}

.numeros {
  justify-content: space-between;
  display: flex;
}

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

.n span {
  font-size: 74px;
  font-weight: 100;
}

.diagonal {
  width: 50px;
  height: 86px;
  background-color: #f2fbff;
  transform: rotate(22deg);
  transform-origin: center;
  position: absolute;
  right: -19px;
  top: 0px;
}

.numero {
  font-size: 120px;
  font-weight: 100;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
}

.texto-numero {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
}

@media (max-width: 812px) {
  .caja-numero {
    padding-bottom: 40px;
  }
  .numeros {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .n {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .numero {
    font-size: 75px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
    text-align: center;
  }
}
.contenedor-texto-mod {
  max-width: 940px;
  margin: 0 auto;
  color: #fff;
  font-family: "Inter", sans-serif;
  position: relative;
}

.corchete-mod {
  position: absolute;
  left: -190px;
}

.puntitos-mod {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.texto-mod strong {
  font-family: "Barlow Condensed", sans-serif;
}

.texto-mod {
  font-size: 18px;
  line-height: 27px;
}

.titulo-mod h2 {
  font-size: 43px;
  line-height: 47px;
  font-family: "Barlow Condensed", sans-serif;
}

.fila-color {
  min-height: 600px;
  display: flex;
  align-items: center;
}

@media (max-width: 812px) {
  .texto-mod {
    font-size: 16px;
    line-height: 22px;
  }
  .contenedor-texto-mod {
    max-width: 78%;
    margin: 100px auto;
    color: #fff;
    position: relative;
  }
  .titulo-mod h2 {
    font-size: 34px;
    line-height: 33px;
  }
}
.contenedor-mapa {
  max-width: 1438px;
  margin: 0 auto;
}

.ccmap {
  background-size: cover !important;
}

.float-mapa {
  position: absolute;
  width: 1040px;
  left: 50%;
  transform: translate(-50%);
  min-height: 650px;
}

.float-mapa .srtt {
  color: #132f65;
  font-size: 41px;
  max-width: 200px;
  margin-right: 83px;
  padding-top: 120px;
}

.titulo-serv {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.texto-mapa {
  max-width: 248px;
  font-weight: 400;
  line-height: 22px;
}

.pin-absolute {
  position: absolute;
}

.pin {
  max-width: 40px;
}

.dato {
  background: #096797;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-left: 20px;
  position: relative;
  min-width: 300p;
  font-size: 13px;
  line-height: 21px;
  margin-top: -27px;
  z-index: 11;
}

.nam {
  position: absolute;
  top: 64px;
  width: 156px;
  text-align: left;
  left: 56px;
  font-weight: 400;
  top: 21px;
}

.dato h3, .dato p {
  margin: 0px;
}

img.pulse {
  margin-top: -36px;
  width: 66px;
  margin-left: -12px;
  opacity: 0.3;
}

img.ps {
  position: relative;
  z-index: 1;
}

.pin-absolute {
  position: absolute;
  display: flex;
  align-items: center;
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 28px solid #096797;
  /* margin-left: -31px; */
  position: absolute;
  left: -22px;
  top: 35%;
}

@media (max-width: 812px) {
  .float-mapa {
    display: none;
  }
}
.beneficios {
  background: #6429B5;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}

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

.beneficios li {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.beneficios li i {
  margin-right: 15px;
}

.beneficios h3 {
  font-size: 30px;
  padding: 20px 0px;
}

.beneficios li i {
  margin-right: 15px;
  color: #BA60C3;
  font-size: 28px;
}

.im-tl {
  display: none;
}

h2.tit-info {
  text-align: center;
  margin-bottom: 40px;
  color: #451E7C;
  font-size: 40px;
  max-width: 600px;
  margin: 0 auto 70px;
}

.texto-info {
  font-size: 18px;
  max-width: 800px;
  text-align: center;
  padding: 70px 0px 50px;
  margin: 0 auto;
  line-height: 27px;
}

a.btn-azul {
  display: block;
  font-size: 20px !important;
  /* font-weight: 700; */
  color: #ffffff;
  background: #4b1b81;
  padding: 17px 30px;
  width: fit-content;
  border-radius: 50px;
  /* height: 32px; */
}

a.btn-naranjo {
  display: block;
  font-size: 20px !important;
  /* font-weight: 700; */
  color: #ffffff;
  background: #d59f02;
  padding: 17px 30px;
  width: fit-content;
  border-radius: 50px;
  /* height: 32px; */
}

ul.botones li {
  margin: 0px 15px;
}

ul.botones {
  list-style: none;
  display: flex;
  justify-content: center;
}

@media (max-width: 812px) {
  h2.tit-info {
    font-size: 28px;
  }
  ul.botones {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
  ul.botones li {
    margin: 0px auto 20px;
  }
  .im-tl {
    display: block;
  }
  .im-pc {
    display: none;
  }
}
.caja-texto.textocentrado {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  width: 85%;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
}

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

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

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

.salto {
  height: 161px;
}

@media (max-width: 812px) {
  .salto {
    height: 138px;
  }
}
.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;
  background: rgb(189, 131, 230);
  background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%);
  border-radius: 50px;
  padding: 10px 15px;
  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: transparent;
  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: 280px;
  padding: 16px 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cabecera-telefono {
  display: none;
}

.sticky .botone-negros .botonera ul li a:hover {
  color: #4B1B81;
  background: #212328;
}

@media (max-width: 812px) {
  .logo {
    width: fit-content;
    max-width: 220px;
  }
  .cabecera-telefono {
    display: grid;
  }
  a.abrir-menu {
    width: 25px;
    display: block;
    float: right;
  }
}
.header.interno {
  background: #212328;
}

.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: #212328;
}

.sticky .header {
  padding: 0px;
  background: #212328;
}

.sticky .header .normal {
  display: none;
}

.pegajoso {
  display: none;
}

.sticky .header .pegajoso {
  display: block;
}

.sticky .botone-negros .botonera ul li a {
  color: #fff;
}

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

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

@media (max-width: 812px) {
  .sticky {
    top: 0px;
  }
}
/*BOTONERA*/
li.prendido a {
  background: #451e7c !important;
  color: #fff !important;
}

div#nosotros {
  /* padding-bottom: 300px; */
  align-items: center;
}

.koala {
  position: absolute;
  right: 0px;
  max-width: 180px;
  top: 0px;
}

.max-content {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.max-content {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.botonera > ul {
  display: flex;
  text-transform: uppercase;
  list-style: none;
  padding: 0px;
  margin: 0 auto;
  justify-content: end;
  align-items: center;
  height: 90px;
}

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;
  min-height: 45px;
  line-height: 45px;
}

li.hablemos a {
  color: #ffe98d !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

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

li.comenzar a {
  background: #d59f00 !important;
  color: #fff !important;
}

li.comenzar.active a {
  background: #d59f00 !important;
  color: #fff !important;
}

.botone-negros .botonera ul li a {
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: 500;
  padding: 0px 15px;
  text-transform: none;
  border-radius: 50px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

li.destacado a {
  background: #fb6b04;
  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 {
  color: #ffffff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5137254902);
}

.botone-negros .botonera ul li a:hover {
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.1411764706);
}

@media (max-width: 812px) {
  .botonera {
    display: none;
  }
}
.menu-normal.uno.has-mega-menu {
  position: ABSOLUTE;
  background: #fff;
  display: none;
}

.menu-normal ul {
  flex-direction: column;
  display: flex !important;
  max-width: 250px;
  background: #000;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px !important;
}

.menu-normal .menu-item a {
  position: relative;
}

.menu-normal .menu-item a:hover {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.menu-normal .menu-item a::after {
  font-size: 14px !important;
  content: "\f061"; /* Unicode de la flecha derecha en Font Awesome */
  font-family: "Font Awesome 5 Free"; /* Asegúrate de que coincida con tu versión de Font Awesome */
  font-weight: 900; /* Font Awesome usa font-weight para seleccionar el estilo del ícono */
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease, right 0.3s ease;
  top: 14px;
}

.menu-normal .menu-item a:hover::after {
  right: 20px;
  opacity: 1;
}

.menu-normal ul li a {
  font-weight: 400 !important;
  display: block;
}

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

/*FOOTER*/
.datos-contacto ul {
  list-style: none;
  padding: 0px;
  font-size: 16px;
  line-height: 34px;
}

ul.menu-footer li a {
  color: #fff;
  line-height: 44px;
  font-size: 16px;
}

.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 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);
}

.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;
}

.logo-footer img {
  max-width: 212px;
}

.logo-footer span {
  display: block;
  margin-bottom: 20px;
}

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

.logos-metodos {
  max-width: 90%;
}

.footer a {
  color: #5D5D5D;
}

.datos-contacto a {
  color: #bfbfbf;
  text-decoration: underline;
}

.tex-foot {
  font-size: 38px;
  padding-bottom: 30px;
  padding-top: 15px;
  /* font-family: "Inter", sans-serif; */
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
}

.tex-foot strong {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
}

.info-foot {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: end;
  float: right;
}

.copy {
  font-size: 15px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background: #212328;
  color: #bfbfbf;
  padding: 60px 0px;
  align-items: end;
}

.logo-footer {
  margin-bottom: 20px;
}

.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: "Barlow Condensed", sans-serif;
  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;
  }
  .cabecera {
    display: none;
  }
}
/*BOTONERA*/
.botonera li.active > a {
  background-color: #2b2b2b !important;
  font-weight: 700 !important;
}

.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: #fff !important;
}

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

.botones > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 740px;
  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;
}

li.has-menu-normal {
  position: relative;
}

.menu-normal {
  position: absolute;
  display: none;
  left: 50%;
  transform: translate(-50%);
  padding-top: 10px;
}

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

.triangle-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #000000;
  margin: 0 auto;
}

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;
  }
  .bt-movil .botonera {
    display: block;
  }
  .botonera > ul {
    display: flex;
    text-transform: uppercase;
    list-style: none;
    padding: 0px;
    margin: 0 auto;
    justify-content: inherit;
    align-items: normal;
    height: auto;
    flex-direction: column;
  }
  .botonera ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: none;
    min-height: 30px;
    line-height: 30px;
  }
  .bt-movil {
    background: #000;
    width: 90%;
    right: -100%;
  }
  .velo-botonera {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(46, 45, 49, 0.55);
    display: none;
    z-index: 10000;
  }
}
.formulario-contacto {
  padding: 30px;
  box-sizing: border-box;
  position: fixed;
  right: -100%;
  top: 0px;
  background: #242C2C;
  z-index: 1000000;
  max-width: 550px;
  color: #fff;
  height: 100%;
  overflow: auto;
  padding-bottom: 100px;
  width: 100%;
}

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

.hide {
  overflow: hidden;
}

.gfield_description {
  padding: 0px !important;
  background: transparent !important;
  border: none !important;
  color: #ffb100 !important;
  font-size: 12px !important;
}

.gform_validation_errors {
  padding: 10px 0px 10px 54px !important;
  background: #e00 !important;
  margin-bottom: 20px !important;
  color: #fff !important;
}

.gform_submission_error {
  color: #fff !important;
}

.logo-formulario {
  max-width: 215px;
}

.formulario-contacto input, .formulario-contacto textarea {
  background: transparent !important;
  color: #fff !important;
  border: solid 1px rgba(255, 255, 255, 0.1490196078);
  padding: 15px !important;
  border-radius: 0px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif !important;
}

/* Placeholder color */
.formulario-contacto input::placeholder, .formulario-contacto textarea::placeholder {
  color: #fff;
  opacity: 1; /* Para asegurarse de que el color sea sólido */
  font-family: "Inter", sans-serif !important;
}

/* Webkit Browsers (Chrome, Safari) */
.formulario-contacto input::-webkit-input-placeholder, .formulario-contacto textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: "Inter", sans-serif !important;
}

/* Mozilla Firefox */
.formulario-contacto input:-moz-placeholder, .formulario-contacto textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: "Inter", sans-serif !important;
}

/* Internet Explorer 10+ */
.formulario-contacto input:-ms-input-placeholder, .formulario-contacto textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: "Inter", sans-serif !important;
}

input#gform_submit_button_1 {
  background: #6343EC !important;
  border: none !important;
  font-size: 22px;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif !important;
}

a.clore-form {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 30px;
  max-width: 17px;
}

.mensaje-formulario {
  font-size: 18px;
  padding: 40px 0px;
}

.panel-botonera {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 40%;
  height: 100%;
  background: #111112;
  color: #fff;
  z-index: 1000000000;
  right: -100%;
}

@media (max-width: 812px) {
  .panel-botonera {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 90%;
    height: 100%;
    background: #111112;
    color: #fff;
    z-index: 1000000000;
    right: -100%;
  }
}
.titulo-botonera {
  font-size: 25px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.head-botonera {
  justify-content: space-between;
  display: flex;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1215686275);
}

a.cerrar-botonera img {
  width: 22px;
  margin-top: 10px;
}

.botones-panels ul {
  padding: 0px;
  list-style: none;
  margin-top: 20px;
}

.velo-panel {
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.44);
  z-index: 100000;
  display: none;
}

.koa a {
  color: #5d5d5d;
}

.koa {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #5d5d5d;
  padding-top: 30px;
}

.botones-panels ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 31px;
  padding: 5px 30px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 812px) {
  .botones-panels ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    padding: 5px 30px;
  }
}
.botones-panels ul li a:hover {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  background: #B48946;
}

ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}

ol li {
  counter-increment: item;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}

ol li::before {
  content: counter(item);
  background-color: #f0a500; /* Color de fondo para los números */
  color: white; /* Color del número */
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.datos-contacto li a {
  display: flex;
}

.datos-contacto li a {
  display: flex;
  align-items: center;
  font-size: 25px;
}

.icono-contacto {
  margin-right: 15px;
  max-width: 50px;
}

.datos-contacto ul li {
  padding-bottom: 15px;
}

.texto-empresa h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}

.texto-empresa {
  font-size: 18px;
}

@media (max-width: 812px) {
  .tex-foot {
    text-align: left;
    font-size: 30px;
  }
  .info-foot {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: inherit;
    float: left;
  }
}
/* Contenedor de los dots */
.carrucel-imagenes .owl-dots {
  text-align: center; /* Centra los dots */
  margin-top: 20px; /* Añade espacio superior */
}

/* Estilo para cada dot (punto) */
.carrucel-imagenes .owl-dots .owl-dot {
  display: inline-block; /* Los puntos se alinean en línea */
  width: 12px; /* Ancho del punto */
  height: 12px; /* Altura del punto */
  margin: 5px; /* Espacio entre los puntos */
  background-color: #ccc; /* Color por defecto */
  border-radius: 50%; /* Hace que el punto sea redondo */
  cursor: pointer; /* Cursor cambia al pasar por encima */
  transition: background-color 0.3s ease; /* Efecto de transición */
}

/* Estilo para el punto activo */
.carrucel-imagenes .owl-dots .owl-dot.active {
  background-color: #000; /* Cambia el color del punto activo */
}

.email {
  position: fixed;
  bottom: 119px;
  right: 20px;
  background-color: #6343ec;
  color: white;
  border-radius: 50%;
  padding: 15px 15px 15px 10px;
  font-size: 25px;
  z-index: 1000;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  width: 35px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.whatsapp-button {
  position: fixed;
  bottom: 35px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 33px;
  z-index: 1000;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.whatsapp-button:hover, .email:hover {
  transform: scale(1.6); /* Aumenta ligeramente el tamaño al pasar el ratón */
}

.texto-caja b {
  font-family: "Barlow Condensed", sans-serif;
}

/*BANNER*/
.sas {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.banner {
  height: 750px;
  color: #fff;
  position: relative;
}

.textos-banner {
  max-width: 88%;
  padding-top: 20px;
}

.descripcion-banner {
  font-size: 20px;
  padding-top: 0px;
  max-width: 100%;
  font-weight: 300;
  line-height: 30px;
}

@media (max-width: 812px) {
  .descripcion-banner {
    font-size: 16px;
    padding-top: 0px;
    max-width: 100%;
    font-weight: 300;
    line-height: 23px;
  }
}
a.btn_reserva {
  background: #e00;
  color: #fff;
  font-weight: 700;
  display: block;
  width: fit-content;
  padding: 15px 25px;
  margin-top: 40px;
  border-radius: 50px;
  font-size: 21px;
}

a.btn-negro {
  color: #fff;
  background: #000;
  display: block;
  width: fit-content;
  padding: 13px 30px;
  font-size: 18px;
}

.textos-banner h1 {
  font-weight: 300;
  line-height: 59px;
  margin: 0px;
  font-size: 60px;
  font-family: "Barlow Condensed", sans-serif;
}

.textos-banner h1 span {
  font-weight: 100;
  font-style: italic;
}

.textos-banner h1 strong {
  display: block;
  font-style: normal;
}

.foto-pc {
  position: absolute;
  z-index: -1;
  width: 750px;
  overflow: hidden;
  width: 100%;
  top: 0px;
  height: 750px;
}

.foto-pc img {
  height: 750px;
  object-fit: cover;
}

.foto-pc img {
  width: 100%;
  height: auto;
  transform: scale(1.1); /* Inicia con un pequeño zoom */
  animation: kenburns 10s infinite alternate; /* Aplica la animación */
}

.video-background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* Asegura que el video esté detrás de otros contenidos */
}

figure {
  margin: 0px;
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: cover;
}

@keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.05) translate(-10px, -10px); /* Ajusta los valores según el efecto deseado */
  }
}
.foto-pc {
  display: block;
}

.foto-tel {
  display: none;
}

.colores {
  background: transparent !important;
}

.slide {
  position: relative;
}

@media (max-width: 812px) {
  .foto-pc {
    display: none;
  }
  .foto-tel {
    height: 426px;
    display: block;
  }
  .foto-tel img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .banner {
    height: auto;
    color: #fff;
    position: relative;
    align-items: end;
    height: auto;
    background: #000;
  }
  .foto-pc {
    position: relative;
    z-index: -1;
    overflow: hidden;
    width: 100%;
  }
  .foto-pc img {
    height: 450px;
    object-fit: cover;
  }
  .textos-banner {
    max-width: 78%;
    margin: 0 auto;
    padding: 30px 0px 50px;
  }
  .textos-banner h1 {
    line-height: 46px;
    font-size: 45px;
    padding-bottom: 20px;
    max-width: 90%;
    min-width: 100%;
  }
}
.velo-banner {
  width: 100%;
  background: rgba(0, 0, 0, 0.43);
  top: 0;
  left: 0px;
  position: absolute;
  height: 100%;
  z-index: 0;
}

.slide {
  position: relative; /* Establece el contexto de posición absoluta */
}

.slide .owl-dots {
  position: absolute;
  bottom: 20px; /* Ajusta según tu diseño */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 10px; /* Espaciado entre los puntos */
}

.slide .owl-dot {
  width: 16px;
  height: 16px;
  border: 2px solid #fff !important; /* Color del borde */
  border-radius: 50%; /* Hace los puntos circulares */
  background-color: transparent; /* Fondo transparente por defecto */
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.slide .owl-dot span {
  display: none; /* Ocultamos el span para centrarnos en el diseño del botón */
}

.slide .owl-dot:hover {
  background-color: rgba(255, 255, 255, 0.5); /* Cambia el color al pasar el ratón */
  transform: scale(1.2); /* Aumenta ligeramente el tamaño */
}

.slide .owl-dot.active {
  background-color: #B48946; /* Color del punto activo */
  border: 2px solid #B48946 !important;
}

@media (max-width: 812px) {
  .velo-banner.bet {
    background: rgba(0, 0, 0, 0.6784313725);
  }
}
.demo-1 {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 7s;
  --delay-anim: 3s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949;
}

.imgloaded .content__title,
.imgloaded .content__text, .imgloaded .content__text_dos {
  animation-name: glitch-anim-text;
  animation-duration: var(--time-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.content__title {
  font-size: 12vw;
  margin: 35vh 0 0 0;
  position: relative;
  font-family: "Playfair Display", serif;
  animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
}

.content__text {
  max-width: 500px;
  font-weight: 400;
  animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}

.content__text_dos {
  animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.1);
  min-width: 550px;
}

/*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: 50px 0px;
  text-align: left;
  display: flex;
  /* flex-direction: column; */
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  justify-content: space-between;
  align-items: center;
}

.text-destacados {
  font-size: 22px !important;
  line-height: 32px;
  max-width: 60%;
}

.num {
  font-size: 24px;
  /* font-weight: 700; */
  color: #ffffff;
  background: #FF8900;
  padding: 10px 30px;
  width: fit-content;
  border-radius: 50px;
  height: 32px;
}

.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) {
  .num {
    margin: 0 auto;
  }
  .contenedor-destacado {
    padding: 50px 0px;
    text-align: left;
    display: flex;
    /* flex-direction: column; */
    max-width: 1100px;
    margin: 0 auto;
    color: #fff;
    justify-content: inherit;
    align-items: inherit;
    flex-direction: column;
    width: 90%;
  }
  .text-destacados {
    font-size: 23px !important;
    line-height: 32px;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .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*/
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Proporción 16:9 */
}

.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;
}

.caja-texto.intro {
  max-width: 900px;
  text-align: center;
  width: 84%;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 812px) {
  .caja-texto.intro {
    max-width: 900px;
    text-align: center;
    width: 84%;
    font-size: 14px;
    line-height: 21px;
  }
}
.textito {
  font-family: "Inter", sans-serif;
}

.intro .tit-caja-texto h2 {
  max-width: 100%;
}

@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;
  }
}
.banner-int {
  height: 550px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}

@media (min-width: 812px) {
  .banner-int {
    background-attachment: fixed !important;
  }
}
.bajos {
  max-width: 700px;
  font-size: 19px;
  text-align: center;
  line-height: 28px;
  margin: 0 auto;
}

@media (max-width: 812px) {
  .bajos {
    max-width: 85%;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    margin: 0 auto;
  }
}
.texto-int h1 {
  font-size: 60px;
  text-align: center;
  padding-top: 50px;
  font-weight: 100;
  font-style: italic;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.texto-int h1 strong {
  font-weight: 700;
  font-style: normal;
}

.img-banner-int {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.texto-int {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.cont-int h3 {
  font-size: 29px;
  padding-bottom: 0px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 34px;
}

.cont-int span {
  font-size: 23px;
  padding-bottom: 13px;
  display: block;
  font-style: italic;
  font-family: "Barlow Condensed", sans-serif;
}

.desc-int {
  font-size: 15px;
  line-height: 23px;
}

.cont-int {
  padding-left: 30px;
  border-left: 1px rgba(255, 255, 255, 0.2392156863) solid;
  padding-bottom: 100px;
}

@media (max-width: 812px) {
  .img-banner-int {
    position: relative;
  }
  .img-banner-int img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
  .cont-int h3 {
    font-size: 21px;
    padding-bottom: 0px;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
  }
  .texto-int h1 {
    font-size: 51px;
    text-align: center;
    line-height: 54px;
    padding-top: 150px;
  }
}
.velo-banner-dos {
  background: rgba(36, 37, 45, 0.69);
  /* background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 5%, rgba(51, 52, 78, 0.1923363095) 130%); */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.texyos h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 300;
}

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

.texto-caja {
  padding-top: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  max-width: 550px;
}

.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;
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
}

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

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

a.boton-caja:hover {
  background: #fff;
  color: #fb6b09;
  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;
}

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

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

@media (min-width: 812px) {
  .primero {
    margin-top: -50px;
  }
}
@media (max-width: 812px) {
  .texto-caja {
    max-width: 90%;
  }
  .texto-caja p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 17px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
  }
  .primero .contenedor-seccion {
    max-width: 100%;
    width: 100%;
  }
  .primero .texyos h2 {
    padding-top: 40px;
  }
  .texyos {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .invertido .span-1:first-child {
    grid-column: 1/3;
    padding-top: 50px;
  }
  .invertido .span-1:last-child {
    grid-column: 1/3;
    grid-row: 2;
  }
  div#dos-textos {
    grid-gap: 0px;
  }
}
.contenedor-texto-foto figure {
  min-height: 550px;
}

.contenedor-texto-foto figure img {
  min-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 550px;
}

.banner-aviso {
  position: relative;
  width: 100%;
  height: 600px; /* Ajusta la altura según lo necesario */
  overflow: hidden;
  display: flex;
  align-items: center;
}

.imagen-aviso {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* La imagen queda detrás del contenido */
}

.imagen-aviso img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-aviso .cont-banne {
  z-index: 2;
  position: relative;
  padding: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.titulo-ban h2 {
  font-size: 68px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 15px;
  line-height: 66px;
}

.texto-ban {
  font-size: 18px;
  color: #f0f0f0;
  margin-bottom: 20px;
  max-width: 600px;
  line-height: 25px;
  display: none;
}

.boton-ban {
  font-size: 30px;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 50px;
  margin-top: 20px;
}

.boton-ban i {
  margin-left: 10px;
}

.boton-ban:hover {
  background-color: #000;
  color: #fff;
}

.imagen-aviso {
  background-size: cover !important;
}

/* Parallax Effect for Scrolling */
@media (min-width: 812px) {
  .imagen-aviso {
    perspective: 1px;
    perspective-origin: center;
    overflow: hidden;
    background-attachment: fixed !important;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .banner-aviso {
    height: 600px;
    /* flex-direction: column; */
    align-items: center;
    max-width: 90;
  }
  .titulo-ban h2 {
    font-size: 1.8rem;
  }
  .texto-ban {
    font-size: 1rem;
  }
  .titulo-ban h2 {
    font-size: 49px;
    line-height: 53px;
  }
  .banner-aviso .cont-banne {
    z-index: 2;
    position: relative;
    padding: 20px;
    max-width: 80%;
    margin: 0 auto;
  }
}
.contenedor-flex {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
}

.botones-flex {
  min-width: 300px;
  padding-left: 40px;
}

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

.texto-flex {
  font-size: 20px;
  line-height: 30px;
}

.contenedor-flex h2 {
  font-size: 40px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.botones-flex a {
  border: solid 2px #fff;
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 14px;
  font-weight: 700;
  border-radius: 10px;
}

@media (max-width: 812px) {
  .contenedor-flex {
    display: flex;
    max-width: 85%;
    margin: 0 auto;
    color: #fff;
    flex-direction: column;
  }
  .botones-flex {
    min-width: 100%;
    padding-left: 0px;
  }
  .contenedor-flex h2 {
    font-size: 40px;
    line-height: 47px;
  }
  .texto-flex {
    font-size: 18px;
    line-height: 24px;
  }
}
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%;
}

.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: 55px;
  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;
  font-weight: 300;
  max-width: 100%;
  margin: 0 auto;
}

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

.tit-caja-texto h2 {
  font-size: 33px;
  text-transform: none;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 41px;
  margin: 0px;
  max-width: 82%;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.texyos.texto-blanco {
  max-width: 500px;
  margin-left: 50px;
}

@media (max-width: 812px) {
  .tit-caja-texto h2 {
    padding-top: 34px;
    font-size: 30px;
    line-height: 34px;
  }
  .texyos.texto-blanco {
    max-width: 80%;
    margin-left: 0px;
    margin: 0 auto;
  }
}
.texyos ul {
  list-style: none;
  padding: 0px;
}

.texyos li {
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
  margin-bottom: 10px;
}

.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 {
  transform: scale(1.1);
}

.texto-lista h3 {
  font-weight: "Barlow Condensed", sans-serif;
}

.texto-lista {
  font-family: "gomme_sanslight";
  font-size: 14px;
  line-height: 20px;
}

@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: 0px;
  padding-top: 0px;
}

.galeria-foto.galeria-interna {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  padding-top: 0px;
}

.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;
}

/* 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: 100%;
  max-height: 600px;
}

.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;
  margin: 0px;
  overflow: hidden;
  height: 300px;
}

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

.titulo-seccion-interna h2 {
  padding-bottom: 40px;
  text-align: center;
  font-size: 40px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.galeria-interna.titulo-seccion-interna h2 {
  color: #000;
}

.botones-light {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 90%;
  top: 50%;
  z-index: 1000000;
  left: 50%;
  transform: translate(-50%);
  display: none;
}

.botones-light button {
  background: rgba(0, 0, 0, 0.2509803922);
  border: none;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  margin-top: 0px;
  cursor: pointer;
}

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

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

h2.srtt.centrado {
  font-size: 46px;
}

.tipos h2 {
  color: #3f1f76;
}

.carrucel-imagenes .owl-nav button span {
  color: #fff;
  font-size: 58px;
}

.carrucel-imagenes .owl-nav {
  position: absolute;
  display: flex;
  width: 95%;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 10000000000;
}

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

.item-tipos .galeria-item {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 450px;
}

.descrp {
  font-size: 13px;
  max-width: 83%;
  font-weight: 300;
  line-height: 19px;
}

.descripcion h3 {
  font-size: 32px;
  max-width: 100%;
  margin: 0px 0px 20px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 80%;
}

.ds-item {
  box-sizing: border-box;
  padding: 50px 30px;
}

.tit-visible {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  width: 81%;
}

.tit-visible h3 {
  font-size: 25px;
  max-width: 94%;
  margin: 0px 0px 20px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 64%;
}

.item-tipos {
  overflow: hidden;
  transition: 0.3s all ease;
  color: #fff;
  max-height: 500px;
}

.detalles {
  position: absolute;
  background: #451e7c;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.17);
  width: 400px;
  z-index: 1;
  color: #fff;
}

.velo-otros {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgb(0, 0, 0) 100%);
}

.tit-visible {
  z-index: 1;
}

.texyos.texto-interno {
  color: #000;
}

.texto-interno .tit-caja-texto h2 {
  font-size: 40px;
  font-weight: 700;
}

.item-tipos:hover .descripcion {
  opacity: 1;
}

a.descripcion {
  color: #fff;
  background: #000;
  padding: 10px;
  display: block;
  width: fit-content;
  font-size: 14px;
}

.titulo-centrado.tipos h2 {
  font-size: 40px;
  color: #fff;
  line-height: 48px;
  max-width: 800px;
  margin: 0 auto;
}

.bajada {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  /* padding-bottom: 33px; */
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 500;
}

.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: 13px 0px;
  border-bottom: solid 1px #5b3098;
}

.cerrar-otros {
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.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;
}

@media (max-width: 812px) {
  .contenedor-equipos {
    max-width: 87%;
    margin: 0 auto;
    position: relative;
  }
  .item-tipos:hover a {
    color: #fff;
    display: grid;
  }
  h2.srtt.centrado {
    font-size: 28px;
  }
  .detalles {
    position: absolute;
    background: #451e7c;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.17);
    width: 90%;
    z-index: 1;
    color: #fff;
    box-sizing: border-box;
  }
  .item-tipos .descripcion {
    line-height: 18px;
    text-align: left;
    line-height: 24px;
    opacity: 1;
    background: rgb(38, 24, 95);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 25%, rgba(0, 0, 0, 0.7) 100%);
  }
  .descrp {
    display: none;
  }
  .bajada-tipos {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
    line-height: 25px;
  }
  .descripcion h3 {
    font-size: 23px;
    max-width: 100%;
    margin: 0 auto 10px;
    line-height: 28px;
    font-weight: 700;
  }
  .titulo-centrado.tipos h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .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;
  }
  .tipos .titulo-centrado h2 {
    text-align: left;
  }
  .titulo-secciones .bajada {
    max-width: 90%;
    text-align: center;
  }
  .galeria-item img {
    max-width: auto;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
    display: block;
    width: 100%;
  }
  .item-tipos a {
    display: grid;
    grid-template-columns: 100%;
    align-items: initial;
    grid-gap: 10px;
  }
}
.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;
  }
}
.titulo-galeria h2 {
  text-align: center;
  font-size: 34px;
  padding-bottom: 30px;
}

#galeria {
  margin: 1rem auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 20px 20px;
  box-sizing: border-box;
  column-count: 3;
  /* Espacio entre columnas */
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  /* Filete entre columnas */
  /*-moz-column-rule: 1px solid #bbb;
  -webkit-column-rule: 1px solid #bbb;
  column-rule: 1px solid #bbb;*/
}

#galeria header {
  -webkit-column-span: all;
  column-span: all;
}

article {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  text-align: center;
  max-width: 100%;
  filter: opacity(70%);
  /*Evitamos que se corte al cambiar de columna*/
  break-inside: avoid;
  page-break-inside: avoid;
}

article img {
  width: 100%;
}

article:hover {
  transition: 0.5s ease;
  filter: opacity(100%);
}

#galeria figure {
  padding: 0px;
  box-sizing: border-box;
  transition: 0.3s all ease;
}

.overl {
  position: absolute;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6117647059);
  z-index: 1;
  width: 100%;
  left: 0px;
  transition: 0.3s all ease;
  display: grid;
  align-items: center;
  opacity: 0;
}

.pluss {
  max-width: 40px;
  margin: 0 auto;
}

figure.galeria-item:hover .overl {
  opacity: 1;
}

/* Móviles en horizontal o tablets en vertical */
@media (max-width: 767px) {
  #galeria {
    columns: 2;
  }
}
/* Móviles en vertical */
@media (max-width: 480px) {
  #galeria {
    columns: 1;
  }
}
.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%;
  }
}
.contenedor-llamada {
  position: relative;
  /* padding: 150px 0px; */
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}

.velo-llamada {
  width: 100%;
  height: 100%;
  background: rgba(99, 67, 236, 0.88);
  top: 0px;
  left: 0px;
  position: absolute;
}

.llam {
  z-index: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.llam strong {
  font-family: "Barlow Condensed", sans-serif;
}

.texto-llamada {
  font-size: 18px;
  line-height: 25px;
  max-width: 500px;
  margin-left: 50px;
}

.contenedor-llamada h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 41px;
  max-width: 90%;
}

.titulo-llamada h1 {
  font-size: 38px;
  line-height: 48px;
  padding-bottom: 20px;
}

.titulo-llamada h1 strong {
  text-decoration: underline;
}

.inter .texto-llamada {
  font-size: 16px;
  line-height: 25px;
}

.inter h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  padding-bottom: 18px;
}

@media (max-width: 812px) {
  .titulo-llamada h2 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .texto-llamada {
    font-size: 18px;
    line-height: 25px;
    max-width: 100%;
    margin-left: 0px;
  }
}
.action {
  align-items: center;
  display: flex;
}

.acs h3 {
  font-size: 22px;
  padding-top: 20px;
}

a.boton-llamada {
  background: #B48946;
  display: block;
  font-size: 20px;
  padding: 15px 30px;
  text-align: center;
  width: fit-content;
  margin-top: 40px;
  color: #fff;
}

.contenedor-llamada.beta {
  min-height: 700px;
  display: flex;
  align-items: center;
}

.foto-dos {
  width: 350px;
  margin-bottom: 30px;
}

.beta a.boton-llamada {
  background: #B48946;
  display: block;
  font-size: 23px;
  padding: 15px;
  text-align: center;
  width: fit-content;
  margin-top: 30px;
  color: #ffffff;
}

@media (max-width: 812px) {
  .foto-dos {
    width: 240px;
    margin-bottom: 30px;
  }
  .contenedor-llamada {
    background-position: left !important;
  }
  .contenedor-llamada {
    position: relative;
    /* padding: 150px 0px; */
    background-size: cover !important;
    background-position: inherit !important;
    background-attachment: inherit !important;
  }
}
.numer {
  width: 40px;
  height: 40px;
  text-align: center;
  /* align-items: center; */
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.numeral {
  display: grid;
  grid-template-columns: 12% 70%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.b-numer h2 {
  color: #451e7c;
  font-size: 38px;
  margin-right: 83px;
  padding-bottom: 36px;
  font-weight: 300;
}

.gestion {
  position: absolute;
  right: 0px;
  max-width: 174px;
  top: 0px;
}

.datos-num p {
  font-weight: 400;
}

.nump {
  position: relative;
}

.lin {
  height: 230px;
  width: 5px;
  position: absolute;
  background: #4b1b81;
  left: 17px;
  z-index: 0;
}

.max-content-dos {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  min-height: 665px;
}

@media (max-width: 812px) {
  .foto-gestion {
    grid-row: 2;
  }
  .b-numer h2 {
    color: #451e7c;
    font-size: 28px;
    margin-right: 0px;
    padding-bottom: 36px;
    font-weight: 400;
  }
  .b-numer {
    width: 90%;
    margin: 0 auto;
  }
  .numeral {
    display: grid;
    grid-template-columns: 20% 70%;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }
  .lin {
    height: 302px;
  }
}
/* 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 #ccc;
  margin-bottom: 0px;
  border-radius: 4px;
  /* background: #eee; */
}

.faq.active .faq-question {
  background: #6343EC;
  color: #fff;
}

.faq-question {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  height: 40px;
}

.gradiente .faq-question {
  border-bottom: none;
  background: rgba(89, 78, 177, 0.5019607843);
}

.gradiente .faq {
  border-bottom: none !important;
  margin-bottom: 0px;
  border-radius: 4px;
  /* background: #eee; */
  margin-bottom: 15px;
}

.titulo-preguntas h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.faq-question h2 {
  margin: 0;
}

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

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

.faq.active h2 {
  font-weight: 700;
  color: #fff;
}

.faq-answer {
  padding: 10px;
  display: none;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
  max-width: 90%;
  margin: 0 auto;
}

.faq-answer strong {
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 812px) {
  span.toggle-btn {
    font-size: 20px;
  }
  .faq-question {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    height: 40px;
  }
  .faq-question h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
}
.contenedor-como {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.titulo-como h2 {
  font-size: 50px;
  max-width: 78%;
  line-height: 51px;
  padding-bottom: 17px;
  font-family: "Inter", sans-serif;
}

.titulo-como h2 strong {
  font-family: "Barlow Condensed", sans-serif;
}

.texto-como {
  max-width: 90%;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

.inn {
  position: absolute;
  width: 259px;
  z-index: 0;
}

@media (max-width: 812px) {
  .contenedor-como {
    max-width: 85%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .texto-como {
    max-width: 100%;
    font-size: 16px;
    line-height: 23px;
  }
  .titulo-como h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.vermas-plan {
  display: none;
}

.bajada-normal {
  font-size: 20px;
  color: #fff;
  max-width: 80%;
  line-height: 28px;
  padding-bottom: 30px;
}

.item-plan {
  padding: 20px;
  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;
  position: relative;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.231372549);
  color: #fff;
}

.item-plan.premium {
  background: #6C24BC;
  color: #fff;
}

.titulo-plan {
  font-size: 24px;
  line-height: 47px;
}

.titulo-plan strong {
  font-size: 60px;
  display: block;
  line-height: 36px;
  margin-bottom: 16px;
}

.subtitulo-plan {
  font-size: 39px;
  line-height: 47px;
  padding-bottom: 20px;
  padding-top: 5PX;
  font-weight: 400;
}

.textoplan {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.item-plan ul.bot {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  /* position: absolute; */
  margin: 0px;
  bottom: 20px;
  width: 87%;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 16px;
}

a.solicitar {
  background: #5a5a5a;
  color: #fff;
  padding: 4px 10px;
  border-radius: 50px;
  cursor: pointer;
}

.vermas-plan {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 340px;
  background: #fff;
  padding: 20px;
  z-index: 2;
  color: #000;
  display: none;
}

.vermas-plan ul li {
  font-size: 15px;
  line-height: 21px;
  padding-bottom: 5px;
  border-bottom: solid 1px #eee;
}

.icon-list {
  list-style: none;
  padding: 0;
}

.vermas-plan ul li::before {
  content: "✓"; /* Código unicode para el icono de checkmark */
  margin-right: 8px; /* Espacio entre el icono y el texto */
  color: green; /* Color del icono (puedes cambiarlo según tu preferencia) */
  font-weight: bold; /* Puedes ajustar el peso de la fuente según tu preferencia */
}

.vermas-plan ul {
  list-style: none;
  padding: 0px;
}

a.clos {
  position: absolute;
  right: 20px;
  color: #fff;
  background: #dbdbdb;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 43px;
  border-radius: 50px;
  bottom: 20px;
}

a.clos:hover {
  position: absolute;
  right: 20px;
  color: #fff;
  background: #e00;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 43px;
  border-radius: 50px;
  bottom: 20px;
}

a.vermas {
  /* background: #ffffff; */
  color: #fff;
  padding: 10px 10px;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  border: solid 2px #fff;
  margin-top: 20px;
  display: block;
}

.premium a.vermas {
  color: #fff;
  border: solid 2px #fff;
}

a.consultar {
  background: #ffffff;
  color: #096797;
  font-weight: 700;
  display: block;
  width: fit-content;
  padding: 15px 25px;
  margin-top: 40px;
  border-radius: 50px;
  font-size: 21px;
  margin: 70px auto 0px;
}

a.consultar:hover {
  background: #6C24BC;
  color: #fff;
  font-weight: 700;
}

.precio span {
  font-size: 15px;
  display: block;
  font-weight: 400;
}

.precio {
  font-weight: 700;
  position: absolute;
  bottom: 15px;
}

@media (max-width: 812px) {
  .titulo-plan strong {
    font-size: 38px;
    display: block;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .subtitulo-plan {
    font-size: 26px;
    line-height: 47px;
    padding-bottom: 0px;
    padding-top: 0PX;
    font-weight: 400;
  }
  .bajada-normal {
    font-size: 16px;
    color: #fff;
    max-width: 100%;
    line-height: 25px;
    padding-bottom: 0px;
    max-width: 90%;
    margin: 0 auto;
  }
}
.m-textos {
  display: flex;
  align-items: center;
  max-width: 1000px;
  /* justify-content: center; */
  width: 100%;
  margin: 0 auto 0px;
  color: #fff;
  padding: 50px 0px;
}

:where(figure) {
  margin: 0 0 0px;
}

.texto-textos {
  font-size: 24px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
}

.titulo-textos h3 {
  margin: 0px;
  font-size: 36px;
  line-height: 42px;
  font-family: "Barlow Condensed", sans-serif;
}

.titulo-textos h3 strong {
  font-family: "Barlow Condensed", sans-serif;
}

.titulo-textos h3 {
  margin: 0px;
  font-size: 36px;
  line-height: 42px;
  /* min-height: 379px; */
  min-width: 340px;
}

.linea-vertical-inclinada-dos {
  width: 0.5px;
  height: 92px;
  background-color: #dfdfdf;
  transform: rotate(22deg);
  transform-origin: center;
  margin-right: 50px;
  margin-left: 50px;
}

@media (max-width: 812px) {
  .linea-vertical-inclinada-dos {
    display: none;
  }
  .titulo-textos h3 {
    padding-top: 34px;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    max-width: 80%;
    min-width: 100%;
  }
  .texto-textos {
    font-size: 18px;
    line-height: 24px;
    padding-top: 17px;
  }
  .m-textos {
    max-width: 75%;
    align-items: inherit;
    flex-direction: column;
  }
}
.accordion {
  width: 90%;
  margin: 0 auto;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
}

.accordion-header {
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
  background: #4d218a;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-content p {
  border-bottom: solid 1px rgba(255, 255, 255, 0.168627451);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

i.far.fa-circle {
  opacity: 0.2;
}

.accordion-content {
  display: none;
  padding: 15px;
}

.accordion-header.active {
  background: #6C24BC;
}

.tabla-contenido div {
  padding: 10px 0px;
}

.tt-ba, .tt-ad, .tt-ex {
  text-align: center;
}

h2.tit-modulos {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  font-size: 40px;
  max-width: 600px;
  margin: 0 auto 70px;
}

@media (max-width: 812px) {
  h2.tit-modulos {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    font-size: 25px;
    max-width: 600px;
    margin: 0 auto 70px;
  }
  .accordion {
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
  }
  .tt-ba, .tt-ad, .tt-ex {
    text-align: center;
    font-size: 10px;
  }
}
.listado-servicios {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
  width: 90%;
}

.icono-servicio {
  max-width: 100px;
}

.servicio {
  padding-bottom: 30px;
  color: #fff;
}

.servicio p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.texto-sevicio h3 {
  padding-top: 25px;
}

a.contacto.boton-llamada {
  margin: 30px auto 0px;
  background: #6343ec;
  color: #fff;
  font-size: 24px;
}

@media (max-width: 812px) {
  .icono-servicio {
    max-width: 50px;
  }
  .texto-sevicio h3 {
    padding-top: 25px;
    font-size: 16px;
  }
  .servicio p {
    font-family: "gomme_sanslight";
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  .sas {
    overflow: hidden;
    width: 100%;
  }
}

li.boton-llamada.active a {
    background: transparent !important;
}