@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: 40px;
  font-weight: 300;
}

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

p a {
  font-weight: 700;
  text-decoration: underline;
}

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

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

h2, h3 {
  font-family: "Montserrat", sans-serif;
}

.salto {
  height: 161px;
}

@media (max-width: 812px) {
  .salto {
    height: 138px;
  }
}
.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: #1D1C20;
  color: #fff;
}

@media (max-width: 812px) {
  .bg-negro {
    background-color: #1D1C20;
  }
}
/*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*/
.header.menu-fixed {
  position: fixed;
  background: #1d1c20;
}

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

.menu-fixed .logo {
  width: fit-content;
  max-width: 110px;
  /* background: #fff; */
  /* padding: 16px 25px; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.menu-fixed .cabecera {
  padding: 10px;
}

.logo {
  width: fit-content;
  max-width: 185px;
  /* background: #fff; */
  /* padding: 16px 25px; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 812px) {
  .logo {
    width: fit-content;
    max-width: 140px;
  }
}
.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: end;
  align-items: 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;
}

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

li.hablemos a:hover {
  background: #000 !important;
}

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

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

.blank .botone-negros .botonera ul li a {
  color: #000;
}

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

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, .mega-menu .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;
}

.botones li {
  position: relative;
}

.menu-normal .menu-item a:hover::after, .mega-menu .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*/
.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;
}

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: "Montserrat", 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;
  }
}
/*BOTONERA*/
.botonera li.active > a {
  background-color: #000 !important;
  font-weight: 700 !important;
  color: #fff !important;
}

.mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 740px;
  display: none;
  padding-top: 10px;
  min-width: 700px;
}

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

.mega-menu img {
  display: block;
}

.botones li a {
  color: #fff !important;
  font-size: 15px !important;
}

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

.botones > ul {
  display: flex;
  max-width: 840px;
  background: #1D1C20;
  min-width: 300px;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 400px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}

.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 #1D1C20;
  margin: 0 auto;
}

a.prend {
  background: #ab4540;
  color: #fff !important;
}

.logo-menu {
  max-width: 100px;
  padding: 22px 0px;
  opacity: 0.2;
}

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

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

a.abrir-menu img {
  width: 43px;
}

a.abrir-menu {
  position: absolute;
  top: 14px;
  right: 25px;
}

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

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: #808080;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  display: block;
  font-size: 17px;
}

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

.botonera-mov .sub-menu li {
  padding: 0px;
  background-color: #29212c;
  /* 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: 16px;
}

.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;
  }
}
.asesoria-web {
  position: fixed;
  width: 40%;
  height: 100%;
  background: #1D1C20;
  z-index: 1000000;
  top: 0px;
  right: -100%;
  overflow: auto;
  padding-bottom: 40px;
}

.hablar-whastapp {
  width: 100%;
  padding: 10px 30px;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  width: 100%;
  float: left;
  margin-left: 0px;
  display: block;
  border: solid;
  margin-top: 30px;
  box-sizing: border-box;
}

.success-message {
  font-size: 20px;
  color: #fff;
  text-align: left;
  padding: 20px;
  background: #2f2f2f;
  border-radius: 10px;
}

.success-message p {
  color: #fff;
  text-align: left;
  /* padding-bottom: 30px; */
  padding-bottom: 0px !important;
  font-size: 14px;
  /* margin-top: 30px; */
}

.contact-form-container {
  /* background-color: #fff; */
  /* padding: 20px; */
  /* border-radius: 10px; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  /* max-width: 400px; */
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.contact-form-container h2 {
  margin-top: 0;
  color: #fff;
  text-align: left;
}

.contact-form-container p {
  color: #fff;
  text-align: left;
  /* padding-bottom: 30px; */
  padding-bottom: 30px;
  font-size: 17px;
}

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

.form-group {
  margin-bottom: 15px;
}

.form-group input, .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #4d4d4d;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 18px;
  background: #1d1c20;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.form-group input:focus, .form-group textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.enviar {
  width: 100%;
  padding: 10px 30px;
  background-color: #ff7606;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  width: 100%;
  float: left;
  margin-top: 10px;
}

button:hover {
  background-color: #0056b3;
}

.hidden {
  display: none;
}

#error-message {
  color: red;
  margin-top: 10px;
}

.logo-float {
  max-width: 80%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 30px 0px;
  justify-content: space-between;
}

.log {
  max-width: 150px;
}

.errores {
  text-align: left;
  color: #fff;
  background: #2d2d2d;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 26px;
}

@media (max-width: 812px) {
  .asesoria-web {
    position: fixed;
    width: 90%;
    height: 100%;
    background: #1D1C20;
    z-index: 1000000;
    top: 0px;
    right: -100%;
    overflow: auto;
    padding-bottom: 40px;
  }
  .hablar-whastapp {
    width: 100%;
    padding: 10px 30px;
    /* background-color: #1cb600; */
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 20px;
    width: fit-content;
    float: left;
    margin-left: 0px;
    display: block;
    margin-top: 14px;
    border: solid;
  }
}
h2.t-foot {
  text-align: center;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
}

.tex-foot {
  text-align: center;
  font-size: 21px;
  max-width: 700px;
  line-height: 30px;
  margin: 0 auto;
  padding-top: 27px;
}

.das a {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  padding-top: 12px;
  display: block;
}

.dats-foot ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px;
  justify-content: end;
}

a.red {
  font-size: 42px;
  margin-right: 15px;
}

a.boton-banner.b-foot {
  font-size: 18px;
  display: block;
  background: transparent;
  width: fit-content;
  padding: 12px 30px;
  color: #000;
  border-radius: 50px;
  border: solid 2px #fff;
}

.info-foot {
  display: grid;
  /* justify-content: space-between; */
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 58px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

a.mail {
  border-bottom: solid 1px;
  padding-bottom: 19px;
  width: fit-content;
}

.faq-answer {
  line-height: 28px;
}

.footer {
  background-color: #1D1C20;
  padding: 150px 0px;
  color: #666;
}

.footer a {
  color: #666 !important;
}

.ccs {
  background: #37363b;
  color: #fff;
}

.logo-foot {
  font-size: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 812px) {
  .info-foot {
    display: grid;
    /* justify-content: space-between; */
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 58px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    width: 85%;
  }
  .dats-foot ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0px;
    justify-content: initial;
  }
  h2.t-foot {
    text-align: center;
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    line-height: 63px;
  }
  .tex-foot {
    text-align: left;
    font-size: 18px;
    max-width: 85%;
    line-height: 28px;
    margin: 0 auto;
    padding-top: 27px;
  }
  h2.t-foot {
    text-align: left;
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    line-height: 63px;
    width: 85%;
    margin: 0 auto;
  }
  .header.menu-fixed {
    position: fixed;
    background: #1d1c20;
    top: 0;
    padding: 15px 0px;
  }
}
.contenedor-formulario {
  max-width: 80%;
  margin: 0 auto;
  padding: 30px 0px;
  color: #fff;
}

.validation_message {
  background: transparent !important;
  padding: 0px !important;
  border: none !important;
}

.gform_wrapper .gform_validation_errors {
  background: transparent !important;
  border-radius: 5px;
  border: none !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 0px 0px 0px 48px !important;
  position: relative;
  width: 100%;
  margin-bottom: 20px !important;
}

input#gform_submit_button_1 {
  background: #e00;
  color: #fff;
  font-size: 21px;
  border: none;
  padding: 15px;
  width: 100%;
  border-radius: 50px;
}

.contenedor-formulario input, .contenedor-formulario textarea {
  background: #000;
  border: none;
  font-size: 18px !important;
  padding: 10px !important;
  border-radius: 10px;
  color: #fff !important;
  font-family: "Inter", sans-serif !important;
}

.hide {
  overflow: hidden;
}

.gform_ajax_spinner {
  width: 50px;
  height: 50px;
}

.whatsapp-float {
  position: fixed;
  width: 100px;
  /* height: 60px; */
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 45px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 1000;
  line-height: 45px;
  padding: 10px 10px;
}

.whatsapp-float:hover {
  background-color: #AB4540;
}

.content-llamada-promo {
  color: #fff;
  background: #da2e48;
  margin-top: 0px;
  padding: 70px 0px;
}

.form-home input, .form-home textarea {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 5px;
  padding: 10px !important;
  font-family: "Inter", sans-serif;
}

div#promo-text h2 {
  font-size: 52px;
  margin-bottom: 30px;
}

.form-home input::placeholder,
.form-home textarea::placeholder {
  color: #fff; /* Cambia este color según lo necesites */
  opacity: 1; /* Asegura que el color del placeholder sea visible en todos los navegadores */
}

input#gform_submit_button_2 {
  font-size: 20px;
  padding: 10px 30px !important;
  background: #000;
  border: none;
  border-radius: 50px;
}

.texto-lla {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  grid-gap: 50px;
}

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

ul.botones-llam a {
  color: #fff;
  font-size: 23px;
  display: block;
  border: solid 2px #fff;
  padding: 10px;
  margin-bottom: 17px;
  border-radius: 10px;
  text-align: center;
}

ul.botones-llam a:hover {
  background: #000;
}

@media (max-width: 812px) {
  .texto-lla {
    max-width: 80%;
  }
  .content-llamada-promo {
    margin-top: 0px;
  }
  div#promo-text h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .texto-lla {
    margin: 0 auto;
    font-size: 16px;
    line-height: 23px;
    grid-gap: 50px;
  }
}
.popup-full {
  display: none;
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  /* background: linear-gradient(0deg, #ff006a 0, #342ca8 100%); */
  color: #000000;
  box-sizing: border-box;
  transition: bottom 0.3s;
  height: 100%;
  align-items: center;
  overflow: auto;
}

.mensaje-form {
  line-height: 28px;
  max-width: 500px;
  margin-left: 50px;
}

.popup-full.active {
  display: block;
}

.popup-inner {
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.mensaje-form strong {
  font-weight: 700;
  display: block;
  margin-top: 11px;
  color: #ffd455;
}

.texto-form {
  padding-bottom: 30px;
}

button.popup-close {
  background: 0 0;
  color: #000;
  border: none;
  font-size: 45px;
  position: absolute;
  right: 40px;
  top: 60px;
}

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

.mensaje-form {
  line-height: 28px;
}

.texto-agrandado {
  font-weight: 700;
  font-size: 24px;
  margin: 0px 0px 18px;
}

.mensaje-form h2 {
  font-size: 39px;
  line-height: 45px;
}

.boton-quiero {
  font-size: 18px;
  padding: 15px;
  border: none;
  background: #f5ff1a;
  color: #000000;
  font-weight: 700;
  border-radius: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 35px;
}

.caja-bajo h2 {
  font-size: 34px;
  line-height: 30px;
  padding-top: 50px;
}

.abajo-scroll .cerrar-abajo {
  color: #fff;
  font-size: 20px;
  top: 20px;
  position: absolute;
  background: transparent;
  border: none;
  right: 20px;
}

.abajo-scroll {
  background: #1d1c20;
  color: #fff;
  max-width: 60%;
  position: fixed;
  bottom: 0px;
  right: -100%;
  z-index: 1000000;
}

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

.caja-bajo {
  max-width: 90%;
  font-size: 17px;
  line-height: 28px;
}

input#gform_submit_button_3 {
  font-size: 20px;
  padding: 20px;
  border: none;
  background: #BD50FA;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
}

@media (max-width: 812px) {
  .abajo-scroll {
    background: #000;
    color: #fff;
    max-width: 100%;
    position: fixed;
    bottom: 0;
    right: -100%;
    z-index: 1000000;
    height: 100%;
  }
  .foto-slide {
    display: none;
  }
  .popup-full {
    display: none;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 1000000;
    color: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
    transition: bottom 0.3s;
    height: 100%;
    align-items: inherit;
    overflow: auto;
    padding-bottom: 100px;
  }
  button.popup-close {
    background: 0 0;
    color: #fff;
    border: none;
    font-size: 37px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .mensaje-form h2 {
    font-size: 24px;
    line-height: 37px;
  }
  .popup-inner {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    width: 90%;
  }
}
/*BANNER*/
.sas {
  overflow: hidden;
  width: 100%;
}

.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: 60%;
  font-weight: 400;
}

a.btn_reserva {
  background: #fff;
  color: #000;
  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: 800;
  line-height: 74px;
  margin: 0px;
  font-size: 79px;
  font-family: "Montserrat", sans-serif;
}

.textos-banner h1 span {
  font-weight: 100;
  /* font-style: italic; */
  font-size: 50px;
  display: block;
}

.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: 600px;
    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: #1e2137;
  }
  .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: 54px;
    font-size: 62px;
    padding-bottom: 20px;
  }
}
.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;
}

/* Glitch styles */
.glitch {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--glitch-width);
  height: var(--glitch-height);
  overflow: hidden;
}

.glitch__img {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background: url(https://disefix.cl/wp-content/uploads/2024/07/banner-home-2.jpg) no-repeat 50% 0;
  background-color: var(--blend-color-1);
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
}

.glitch__img:nth-child(n+2) {
  opacity: 0;
}

.imgloaded .glitch__img:nth-child(n+2) {
  animation-duration: var(--time-anim);
  animation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.imgloaded .glitch__img:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: glitch-anim-1;
}

.imgloaded .glitch__img:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: glitch-anim-2;
}

.imgloaded .glitch__img:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: glitch-anim-3;
}

.imgloaded .glitch__img:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  animation-name: glitch-anim-flash;
}

/* Animations */
@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-text {
  0% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  9.9% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
  }
  10%, 100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
/* Flash */
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
/*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: #1D1C20;
  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: #462376;
}

.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*/
.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%;
}

.velo-video {
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent;
  top: 0px;
  left: 0px;
  display: block;
}

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

@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;
  }
}
/*LANDING PAGE*/
.banner-landing {
  min-height: 830px;
  background-size: cover !important;
  background-position: center !important;
}

.cont-text {
  min-height: 800px;
}

.texto-banner-land h1 {
  font-size: 24px;
  margin: 0px;
  line-height: 24px;
  font-weight: 400;
  /* text-transform: uppercase; */
  margin-bottom: 0px;
}

.imagen-banner-movil {
  display: none;
}

.texto-banner-land h2 {
  margin: 0px;
  font-size: 45px;
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 48px;
  font-family: "Montserrat", sans-serif;
}

.subtitulo {
  font-size: 27px;
  padding: 0px 0px 20px;
  line-height: 32px;
}

@media (max-width: 812px) {
  .subtitulo {
    font-size: 23px;
    padding: 0px 0px 20px;
    line-height: 32px;
  }
  .cont-text {
    min-height: auto;
    padding: 60px 0px;
  }
  .imagen-banner-movil {
    display: block;
  }
  .texto-banner-land h2 {
    margin: 0px;
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 35px;
  }
}
.texto-banner-land {
  max-width: 86%;
}

.texto-medio {
  font-size: 65px !important;
  line-height: 54px !important;
}

.ante {
  font-size: 30px;
  padding-bottom: 10px;
}

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

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

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

a.boton-banner {
  font-size: 25px;
  display: block;
  background: #FDB230;
  width: fit-content;
  padding: 18px 30px;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
}

@media (max-width: 812px) {
  a.boton-banner {
    font-size: 20px;
  }
}
.intdesc {
  font-size: 17px;
  line-height: 27px;
  max-width: 95%;
  padding-bottom: 30px;
}

.header.interino.menu-fixed {
  position: fixed;
  background: #ffffff;
  padding-bottom: 0px;
  z-index: 30;
  transition: 0.2s all ease;
  padding: 5px;
}

.texto-banner-land h1 span {
  font-size: 31px;
  display: block;
  color: #ff7606;
  padding-bottom: 0px 0px 30px;
}

@media (max-width: 812px) {
  .texto-banner-land {
    max-width: 86%;
    margin: 0 auto;
  }
}
.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-size: 18px;
  line-height: 26px;
}

.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: 10px 20px;
  display: block;
  background: #FDB230;
  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);
}

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

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

.texyos.t-home {
  max-width: 400px;
  float: right;
}

.t-home .tit-caja-texto h2 {
  font-size: 63px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 64px;
  margin: 0px;
  max-width: 82%;
  color: #1D1C20;
}

.texyos.max-text {
  max-width: 500px;
}

.texyos.max-text h3 {
  font-weight: 700;
}

.invertido .texyos.max-text {
  float: right !important;
}

.texto-blanco.der .texyos.max-text {
  max-width: 550px;
  color: #fff;
  float: left;
  padding-left: 30px;
}

.texto-blanco .texyos.max-text {
  color: #fff;
}

.max-width {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 812px) {
  .invertido .texyos.max-text {
    float: none !important;
    margin: 0 auto;
  }
  .texto-blanco.der .texyos.max-text {
    max-width: 550px;
    color: #fff;
    float: none;
    width: 80%;
    padding: 50px 0px;
  }
}
@media (min-width: 812px) {
  .primero {
    margin-top: -50px;
  }
}
figure.foto-text {
  border-radius: 0px;
  overflow: auto;
}

ul.lista-botones-tx li a {
  padding: 10px;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 13px;
}

ul.lista-botones-tx {
  padding-top: 25px !important;
}

@media (max-width: 812px) {
  .texyos.t-home {
    max-width: 90%;
    float: none;
    margin-bottom: 50px;
  }
  .subir {
    grid-row: 2;
  }
  figure.foto-text {
    padding-bottom: 30px;
  }
  .texyos.max-text {
    max-width: 90%;
  }
  .texto-blanco .texyos.max-text {
    padding-bottom: 100px;
  }
  .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;
  }
}
.activo .accordion-header h3 span {
  background: #fb6b04;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  min-width: 40px;
  margin-right: 15px;
  border: solid 1px #fb6b04;
}

.accordion-header h3 {
  cursor: pointer;
}

.accordion-header h3 span {
  background: transparent;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  min-width: 40px;
  margin-right: 15px;
  border: solid;
}

.accordion-header h3 {
  display: flex;
  align-items: center;
}

.accordion {
  color: #fff;
  max-width: 550px;
  margin-top: 40px;
}

.accordion-content {
  padding-left: 54px;
  margin-bottom: 30px;
}

@media (max-width: 812px) {
  .accordion {
    color: #fff;
    max-width: 550px;
    margin-top: 40px;
    width: 85%;
    margin: 40px auto 100px;
  }
  .texto-blanco .texyos.max-text {
    padding-top: 50px;
    width: 85%;
  }
  .texyos.max-text {
    max-width: 83%;
    padding-top: 70px;
  }
  div#fgris {
    padding-bottom: 70px;
  }
}
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: 55px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 44px;
  color: #000;
}

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

.textito {
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
  font-size: 25px;
  line-height: 30px;
}

.texto-grande .textito {
  font-size: 22px !important;
  line-height: 35px !important;
  max-width: 65% !important;
}

@media (max-width: 812px) {
  .texto-grande .textito {
    color: #fff;
    max-width: 80% !important;
    margin: 0 auto;
    font-size: 18px !important;
    line-height: 26px !important;
    padding-bottom: 64px;
  }
}
.caja-texto {
  font-size: 16px;
  /* font-weight: 300; */
  max-width: 100%;
  margin: 0 auto;
  line-height: 24px;
}

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

.tit-caja-texto h2 {
  font-size: 36px;
  max-width: 100%;
  /* margin-bottom: 30px; */
  line-height: 43px;
  font-weight: 700;
  line-height: 39px;
}

.texto-caja strong {
  font-weight: 500;
  text-decoration: underline;
}

.tit-caja-texto h2 strong {
  color: #9490a0;
}

div#banner {
  max-width: 1680px;
  margin: 0 auto;
}

.caja-texto.textosolito h2 {
  text-align: center;
}

.caja-texto.textosolito .textito {
  font-size: 18px;
  line-height: 28px;
}

.caja-texto.textosolito {
  max-width: 80%;
}

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

.caja-texto.textosolito li {
  padding-bottom: 30px;
}

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

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

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

.intro-seccion {
  /* background: #000; */
  margin-top: -100px;
  color: #fff;
  padding: 50px;
  background: rgb(224, 165, 255);
  background: linear-gradient(133deg, rgb(224, 165, 255) 0%, rgb(191, 54, 160) 50%, rgb(143, 87, 173) 100%);
  border-radius: 10px;
}

.caja-texto.intro-web {
  max-width: 800px;
  text-align: center;
  color: #fff;
}

.caja-texto .tit-caja-texto h2 {
  font-size: 30px;
  line-height: 36px;
  width: 100%;
}

.caja-texto .textito {
  font-size: 20px;
  line-height: 29px;
}

.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;
  }
}
.titulo-centrado h2 {
  font-size: 36px;
  max-width: 80%;
  line-height: 43px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  max-width: 65%;
  margin: 0 auto;
  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: 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 */
.titulo-galeria {
  background: #9490a0;
}

.titulo-galeria h2 {
  line-height: 30px;
  margin: 0px;
  text-align: center;
  padding: 30px 0px;
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
}

.galeria-item:hover figcaption {
  opacity: 1;
}

.galeria-item figcaption {
  background: rgba(0, 0, 0, 0.7882352941);
  position: absolute;
  z-index: 100000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  color: #fff;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  opacity: 0;
  transition: 0.3s all ease;
}

.galeria-proyectos .owl-nav {
  display: flex;
  justify-content: center;
}

.galeria-proyectos .owl-prev span, .galeria-proyectos .owl-next span {
  display: none; /* Ocultar los iconos predeterminados */
}

.galeria-proyectos .owl-prev::before, .galeria-proyectos .owl-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px; /* Ajustar el tamaño según sea necesario */
  color: #333; /* Ajustar el color según sea necesario */
}

.galeria-proyectos button.owl-prev, .galeria-proyectos button.owl-next {
  margin: 15px;
}

.galeria-proyectos .owl-prev::before {
  content: "\f060"; /* Icono de flecha izquierda de FontAwesome */
}

.galeria-proyectos .owl-next::before {
  content: "\f061"; /* Icono de flecha derecha de FontAwesome */
}

.title-galeria {
  font-style: normal;
  font-size: 18px;
  padding-bottom: 11px;
}

.galeria-item {
  position: relative;
  cursor: pointer;
  margin: 0px;
  overflow: hidden;
}

.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-item {
    position: relative;
    cursor: pointer;
    margin: 0px;
  }
}
.galeria-foto.tipos {
  display: grid;
  grid-gap: 30px;
  padding-top: 30px;
}

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

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

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

.item-tipos {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 30px;
  /* font-size: 14px; */
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
  overflow: hidden;
}

.item-tipos .descripcion {
  line-height: 18px;
  text-align: center;
  line-height: 24px;
  padding-bottom: 0px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 19px;
}

.bajada {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  /* padding-bottom: 33px; */
  font-size: 25px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 35px;
}

.bajada strong {
  text-decoration: underline;
}

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

@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: 32px;
    line-height: 40px;
    width: 100%;
    max-width: 100%;
  }
  .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 a {
    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: 100%;
    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;
  background-color: #fff;
  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: #FDB230;
  color: #fff;
}

.texto-seeciones-centrado {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  max-width: 850px;
  margin: 0 auto;
  line-height: 26px;
  padding-bottom: 30px;
}

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

.faq-question h2 {
  margin: 0;
}

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

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

.faq-answer {
  padding: 10px;
  display: none;
  font-size: 16px;
  line-height: 22px;
}

#items .faq-container {
  width: 100%;
  max-width: 900px;
  background-color: transparent;
  padding: 0px 0px;
  border-radius: 0px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  margin: 0 auto;
  color: #fff;
  font-size: 19px;
}

#items .faq.active .faq-question {
  background: #a0413d;
  color: #fff;
  font-weight: 700 !important;
}

#items .titulo-centrado.tipos {
  color: #fff;
}

#items .texto-seeciones-centrado {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  max-width: 850px;
  margin: 0 auto;
  line-height: 26px;
  padding-bottom: 30px;
  color: #fff;
  padding-bottom: 53px;
}

#items .faq {
  border-bottom: solid 1px #cb645f;
  margin-bottom: 0px;
  border-radius: 0px;
  /* background: #eee; */
}

@media (max-width: 812px) {
  .faq-question h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
  }
}
.vermas-plan {
  display: none;
}

.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;
  min-height: 340px;
  overflow: hidden;
}

.item-plan.basico {
  background: #eee;
}

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

.titulo-plan {
  font-size: 40px;
}

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

.subtitulo-plan {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 20px;
}

.textoplan {
  font-size: 15px;
}

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

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: 4px 10px;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  /* border: solid 2px #fb6b04; */
  font-style: normal;
  text-decoration: underline;
}

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

a.consultar {
  background: #fb6b04;
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: none;
  border-radius: 50px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 60px;
}

a.consultar:hover {
  background: #fff;
  border: solid 2px #fb6b04;
  color: #fb6b04;
  font-weight: 700;
}

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

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

ul.btones {
  list-style: none;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

ul.btones h3 {
  margin: 0px;
  font-size: 14px;
  padding-top: 10px;
  color: #fff;
}

.caja-texto-normal {
  font-size: 18px;
  max-width: 80%;
  line-height: 25px;
  font-weight: 300;
}

.caja-texto-normal h2 span {
  font-weight: 100;
  font-style: italic;
}

.caja-texto-normal h2 {
  font-size: 45px;
  max-width: 80%;
  margin-bottom: 30px;
  line-height: 48px;
  font-family: "Montserrat", sans-serif;
}

.caja-texto-normal h2 strong {
  color: #9590A1;
}

.caj-bots {
  color: #fff;
}

.foto-boton {
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 812px) {
  .caja-texto-normal {
    font-size: 18px;
    max-width: 100%;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 60px;
  }
  ul.btones {
    list-style: none;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .caja-texto-normal h2 {
    font-size: 50px;
    max-width: 90%;
    margin-bottom: 30px;
    line-height: 58px;
  }
}
ul.lista-botones li a {
  color: #fff;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  transition: 0.3s all ease;
}

ul.lista-botones li a.reds:hover {
  background: #AB4540;
  transform: scale(1.1);
}

ul.lista-botones li a.red2:hover {
  background: #8C1A34;
  transform: scale(1.1);
}

ul.lista-botones li a.red3:hover {
  background: #8C1A60;
  transform: scale(1.1);
}

ul.lista-botones li a.mor2:hover {
  background: #5015A2;
  transform: scale(1.1);
}

ul.lista-botones li a.mor:hover {
  background: #462376;
  transform: scale(1.1);
}

ul.lista-botones li h3 {
  font-size: 25px;
  padding-bottom: 5px !important;
  font-family: "Montserrat", sans-serif;
}

ul.lista-botones li p, ul.lista-botones li h3 {
  padding: 0px;
  margin: 0px;
}

ul.lista-botones li p {
  font-size: 16px;
}

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

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

.rayax {
  width: 100px;
  margin-bottom: 10px;
}

.fix {
  max-width: 400px;
  position: absolute;
  bottom: 200px;
}

.agens {
  width: 140px;
}

@media (max-width: 812px) {
  .agens {
    display: none;
  }
  ul.lista-botones {
    padding: 0px;
    list-style: none;
    padding-left: 0px;
  }
  .fix {
    max-width: 400px;
    position: relative;
    bottom: 0px;
  }
  ul.lista-botones li h3 {
    font-size: 40px;
    padding-bottom: 20px !important;
    font-family: "Montserrat", sans-serif;
  }
  ul.lista-botones li {
    margin-bottom: 30px;
    border-bottom: solid 1px #414141;
  }
}
.tit-hablemos h2 {
  font-size: 80px;
  color: #fff;
  line-height: 86px;
}

.texto-hablemos {
  color: #fff;
}

.contenedor-hablemos {
  max-width: 1000px;
  margin: 0 auto;
}

.tex-hl {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
}

.tex-hl strong {
  color: #fb6b04;
  font-weight: 500;
}

@media (max-width: 812px) {
  .tit-hablemos h2 {
    font-size: 61px;
    color: #fff;
    line-height: 66px;
  }
  .contenedor-hablemos {
    max-width: 80%;
    margin: 0 auto;
    grid-gap: 0px;
  }
  .tex-hl {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
}
.titulo-servicios {
  display: grid;
  grid-template-columns: 46% 50%;
  grid-gap: 0px;
  align-items: center;
}

.titulo-servicios h2 strong {
  color: #9490a0;
}

.titulo-servicios h2 {
  font-size: 36px;
  max-width: 80%;
  /* margin-bottom: 30px; */
  line-height: 43px;
  font-weight: 700;
  line-height: 39px;
}

.contenedor-servicios {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}

.icono-item {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 24px;
}

.servicios {
  grid-gap: 50px;
  padding: 70px 0px 0px;
}

.ejemplos .owl-nav {
  font-size: 34px;
  width: 100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 812px) {
  .servicios {
    grid-gap: 50px;
    padding: 70px 0px 0px;
    max-width: 90%;
    margin: 0 auto;
  }
  .icono-item {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    margin: 0 0 24px;
  }
  .texto-item {
    font-size: 13px;
    line-height: 18px;
  }
  .titulo-servicios h2 {
    font-size: 25px;
    max-width: 80%;
    /* margin-bottom: 30px; */
    line-height: 43px;
    font-weight: 700;
    line-height: 32px;
  }
  .titulo-servicios {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0px;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
  }
}
.hidden {
  display: none;
}

#ver-mas-servicios, #ver-mas-links {
  display: block;
  margin: 20px auto;
  padding: 13px 20px;
  background-color: #FDB230;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 24px;
}

#ver-mas-servicios:hover, #ver-mas-links:hover {
  background-color: #0056b3;
}

.info-link p {
  margin: 0px;
  padding: 0px;
}

.item-links a {
  margin: 0px !important;
}

.info-link p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 17px;
}

.item-links {
  padding: 10px;
}

.item-links:hover {
  margin: 0px !important;
  padding: 10px;
  background: #1D1C20;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s all ease;
  transform: scale(1.1);
  cursor: pointer;
}

.item-links:hover a {
  color: #fff;
}

.galeria-home.grid.col-4 {
  grid-gap: 0px;
  margin: 0px;
}

.titulo-bloque h2 {
  font-size: 57px;
  line-height: 57px;
  padding-right: 24px;
  font-family: "Montserrat", sans-serif;
}

.texto-llamado {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 37px;
}

a.contacto {
  background: #fff;
  display: block;
  width: fit-content;
  font-size: 30px;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: 700;
  color: #5015a2;
}

.llamada-home .contenedor-seccion {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.titulo-bloque h2 strong {
  color: #AB4540;
}

.texto-bloque {
  font-size: 18px;
  /* max-width: 80%; */
  line-height: 25px;
  font-weight: 300;
}

@media (max-width: 812px) {
  .foto-galeria-home:nth-child(6) {
    grid-row: 2;
    grid-column: 2;
  }
  .titulo-bloque h2 {
    font-size: 40px;
    line-height: 39px;
    padding-right: 24px;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 40px;
  }
  .llamada-home .contenedor-seccion {
    display: flex !important;
    align-items: inherit;
    justify-content: inherit;
    flex-direction: column;
  }
  .texto-llamado {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 34px;
  }
}
h2.tit-cuentanos {
  font-weight: 700;
  line-height: 115px;
  margin: 0px;
  font-size: 115px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.contenedor-cuentanos {
  max-width: 860px;
  margin: 0 auto;
}

.resena {
  font-size: 20px;
  line-height: 31px;
  padding-top: 20px;
  max-width: 85%;
}

ul.links {
  list-style: none;
  padding: 0px;
  /* font-size: 30px; */
  /* font-weight: 700; */
  /* padding-bottom: 30px; */
  padding-top: 30px;
}

ul.links li a {
  display: block;
  padding: 35px 0px;
  font-size: 27px;
  font-weight: 700;
  border-bottom: solid 1px;
  display: flex;
  justify-content: space-between;
  transition: 0.3s all ease;
}

ul.links li a i {
  opacity: 1;
  padding-right: 20px;
  transition: 0.3s all ease;
  color: #462376;
}

ul.links li a:hover {
  transform: scale(1.1);
  transition: 0.3s all ease;
  background: #462376;
  color: #fff;
  padding-left: 20px;
}

ul.links li a:hover i {
  opacity: 1;
  padding-right: 20px;
  transition: 0.3s all ease;
  color: #fff;
}

@media (max-width: 812px) {
  h2.tit-cuentanos {
    font-weight: 700;
    line-height: 115px;
    margin: 0px;
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  .contenedor-cuentanos {
    max-width: 85%;
    margin: 0 auto;
  }
  .resena {
    font-size: 19px;
    line-height: 31px;
    padding-top: 20px;
    max-width: 100%;
  }
  ul.links li a {
    display: block;
    padding: 25px 0px;
    font-size: 25px;
    font-weight: 700;
    border-bottom: solid 1px;
    display: flex;
    justify-content: space-between;
    transition: 0.3s all ease;
    line-height: 31px;
    align-items: center;
  }
}
.repetidor-listas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.contenedor-listados {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
}

.titulo-listado h2 {
  font-size: 57px;
  line-height: 62px;
  padding-bottom: 28px;
  font-family: "Montserrat", sans-serif;
  max-width: 80%;
}

.baja-listado {
  padding-bottom: 40px;
  font-weight: 400;
  line-height: 26px;
  max-width: 80%;
}

.listado ul {
  padding: 0px 0px 0px 17px;
}

.listado h3 {
  font-size: 29px;
  line-height: 34px;
  padding-bottom: 23px;
}

.listado ul li {
  font-size: 18px;
  font-weight: 400;
  /* line-height: 42px; */
  padding-bottom: 18px;
  line-height: 26px;
  text-decoration: underline;
}

.contenedor-listados {
  padding-bottom: 50px;
  border-bottom: solid 4px #000;
}

@media (max-width: 812px) {
  .contenedor-listados {
    max-width: 85%;
    margin: 0 auto;
    font-size: 18px;
  }
  .titulo-listado h2 {
    font-size: 30px;
    line-height: 34px;
    max-width: 100%;
  }
  .listado h3 {
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 23px;
  }
  .contenedor-listados {
    max-width: 85%;
    margin: 0 auto;
    font-size: 18px;
    border-bottom: solid 4px;
    padding-bottom: 50px;
  }
  .baja-listado {
    padding-bottom: 40px;
    font-weight: 400;
    line-height: 26px;
    max-width: 100%;
  }
}
.titulo-destacado h2 {
  font-size: 54px;
  line-height: 57px;
  padding-right: 24px;
  font-family: "Montserrat", sans-serif;
  max-width: 90%;
}

@media (max-width: 812px) {
  .titulo-destacado h2 {
    font-size: 30px;
    line-height: 36px;
    padding-right: 24px;
    font-family: "Montserrat", sans-serif;
    max-width: 90%;
  }
}
.contenedor-texto-destacado {
  max-width: 1100px;
  margin: 0 auto;
  width: 85%;
}

.texto-destacado {
  font-size: 20px;
  line-height: 27px;
}

@media (max-width: 812px) {
  .texto-destacado {
    font-size: 16px;
    line-height: 22px;
  }
}
.titulo-destacado h2 span {
  font-weight: 100;
  font-style: italic;
}

.texto-chico .texto-caja {
  padding-top: 10px;
  font-size: 15px;
  line-height: 20px;
}

.cliente {
  background: #38324B;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-sizing: border-box;
}

.nombre-cliente {
  font-size: 30px;
  font-weight: 700;
}

.nombre-cliente span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding-bottom: 20px;
  padding-top: 15px;
}

.footer-caso {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px 0px;
}

.logo-cliente {
  max-width: 150px;
}

#casos {
  color: #fff;
}

.boton-ver-mas {
  background: #EBFF00;
  display: block;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
}

.titulo-caso h2 {
  font-size: 54px;
  line-height: 57px;
  padding-right: 24px;
  font-family: "Montserrat", sans-serif;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}

.titulo-caso p {
  font-size: 20px;
  line-height: 28px;
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0px 60px;
}

.texto-foto-cliete {
  background: #D5DD99;
  color: #000;
  padding: 30px;
}

.img-cliente {
  overflow: hidden;
  max-height: 214px;
}

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

.foto-cliente {
  border-radius: 10px;
  overflow: hidden;
}

a.contacto-exito {
  display: block;
  background: #000;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  width: fit-content;
  margin-top: 20px;
}

.texto-cliente {
  font-size: 18px;
  line-height: 26px;
}

.llamada-caso {
  text-align: center;
  font-size: 28px;
  margin-top: 50px;
}

.llamada-caso a {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}

.caso .owl-nav {
  position: absolute;
  top: 50%;
  right: inherit;
  left: 50%;
  transform: translate(-50%);
  font-size: 35px;
  display: flex;
  min-width: 1180px;
  justify-content: space-between;
}

@media (max-width: 812px) {
  .titulo-caso h2 {
    font-size: 44px;
    line-height: 45px;
    padding-right: 24px;
    font-family: "Montserrat", sans-serif;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }
  .titulo-caso p {
    font-size: 18px;
    line-height: 23px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0px 60px;
  }
  .footer-caso {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    padding: 40px 0px 0px;
    flex-direction: column;
  }
  .boton-ver-mas {
    background: #EBFF00;
    display: block;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    width: fit-content;
    margin-top: 30px;
  }
  .llamada-caso {
    text-align: center;
    font-size: 28px;
    margin-top: 50px;
    line-height: 36px;
  }
  .caso .owl-nav {
    position: absolute;
    top: 29px;
    right: 25px;
    font-size: 35px;
    display: flex;
    min-width: 54px;
    justify-content: space-between;
    left: inherit;
    transform: inherit;
  }
}
.ejemplo {
  max-height: 400px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.21);
  margin: 30px;
}

@media (max-width: 812px) {
  .ejemplo {
    margin: 10px;
  }
  .listado-links {
    grid-gap: 6px;
  }
}
@media (max-width: 1024px) {
  .sas {
    overflow: hidden;
    width: 100%;
  }
}