@charset "UTF-8";
.linea-vertical-inclinada {
  width: 0.5px;
  height: 250px;
  background-color: #096797;
  transform: rotate(22deg);
  transform-origin: center;
}

.linea-vertical-inclinada-dos {
  width: 0.5px;
  height: 160px;
  background-color: #096797;
  transform: rotate(22deg);
  transform-origin: center;
}

.texto-linea {
  display: flex;
  align-items: center;
}

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

.text-seccion {
  padding-left: 100px;
  font-weight: 400;
  line-height: 25px;
}

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

.text-seccion {
  padding-left: 100px;
  font-weight: 400;
}

@media (max-width: 812px) {
  .tit-seccion h2 {
    font-size: 38px;
    font-weight: 300;
  }
  .text-seccion {
    padding-left: 0px;
    font-weight: 400;
    /* max-width: 90%; */
    margin: 0px;
  }
  .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: "Poppins", 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-servicios {
  background-attachment: fixed !important;
  background-size: cover !important;
  display: grid;
  align-items: center;
  min-height: 700px;
}

.cont-ser {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.servicios {
  display: grid;
  width: 650px;
  /* flex-direction: column; */
  /* flex-wrap: wrap; */
  /* height: 333px; */
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.icono-servicio {
  width: 100px;
  margin-right: 25px;
}

.serv {
  display: flex;
  color: #fff;
  font-size: 15px;
}

.srtt {
  color: #fff;
  font-size: 38px;
}

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

.srtt {
  color: #fff;
  font-size: 38px;
  max-width: 200px;
  margin-right: 83px;
}

.titulo-serv .linea-vertical-inclinada {
  width: 0.5px;
  height: 104px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: rotate(22deg);
  transform-origin: center;
}

.texto-servicio {
  font-weight: 400;
}

@media (max-width: 812px) {
  .srtt {
    color: #fff;
    font-size: 38px;
    max-width: 200px;
    margin-right: 83px;
    padding-bottom: 30px;
  }
  .contenedor-servicios {
    background-attachment: inherit !important;
    background-size: contain !important;
    display: grid;
    align-items: center;
    min-height: 700px;
    padding-top: 0;
    background-repeat: no-repeat !important;
    background-color: #122d64 !important;
  }
  .cont-ser {
    max-width: 1000px;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 100px;
  }
  .servicios {
    display: grid;
    width: 90%;
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    /* height: 333px; */
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.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%;
}

img.mapita-tel {
  display: none;
}

@media (max-width: 812px) {
  .pin {
    max-width: 30px;
  }
  img.pulse {
    margin-top: -36px;
    width: 66px;
    margin-left: -18px;
    opacity: 0.3;
  }
  img.mapita {
    display: none;
  }
  .float-mapa {
    display: none;
  }
  .contenedor-mapa {
    max-width: 1438px;
    margin: 0 auto;
    min-height: 700px;
  }
  img.mapita-tel {
    display: block;
  }
  .mapa-telefono {
    position: relative;
    overflow: hidden;
  }
  .nam {
    position: absolute;
    top: 64px;
    width: 156px;
    text-align: left;
    left: 38px;
    font-weight: 400;
    top: 13px;
    font-size: 13px;
  }
  .float-mapa-dos .srtt {
    color: #122d64;
  }
  .float-mapa-dos .srtt {
    font-size: 38px;
    max-width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .texto-mapa {
    max-width: 100%;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 50px;
  }
  .acs {
    max-width: 85%;
    margin: 0 auto;
  }
  .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: 20;
    position: absolute;
    width: 150px;
    left: -42px;
  }
  .triangle-left {
    display: none;
  }
  .a243 .dato {
    top: -33px;
  }
  img.mapita-tel {
    border-bottom: solid 4px #b1d3e6;
  }
}
.logos {
  padding-top: 80px;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.lg {
  max-width: 300px;
}

@media (max-width: 812px) {
  .lg {
    max-width: 192px;
  }
  .linea-vertical-inclinada-dos {
    display: none;
  }
}
.texto-normal {
  font-weight: 400;
}

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

ul.equip {
  list-style: none;
  padding: 0px;
  padding-top: 20px;
  display: grid;
  /* flex-wrap: wrap; */
  grid-template-columns: repeat(2, 1fr);
}

ul.equip li {
  margin-bottom: 20px;
  border-left: 3px solid #ffe3d2;
  padding-left: 18px;
}

.img_tl {
  display: none;
}

.float-mapa-dos {
  display: none;
}

.foot {
  height: 700px;
  width: 100%;
  background-attachment: fixed !important;
  background-size: cover !important;
}

@media (max-width: 812px) {
  .foot {
    height: 357px;
    width: 100%;
    background-attachment: inherit !important;
    background-size: cover !important;
    width: 100%;
  }
}
@media (max-width: 812px) {
  .float-mapa-dos {
    display: block;
  }
  .img_tl {
    display: block;
  }
  ul.equip {
    list-style: none;
    padding: 0px;
    padding-top: 20px;
    display: grid;
    /* flex-wrap: wrap; */
    grid-template-columns: repeat(1, 1fr);
  }
  ul.equip li {
    margin-bottom: 30px;
    border-left: 3px solid #ffe3d2;
    padding-left: 18px;
  }
  .carco {
    padding-top: 6px;
  }
  .velo_carro {
    height: 100%;
    width: 100%;
    background: rgba(18, 45, 100, 0.7803921569);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
  }
}
body {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  color: #096797;
}

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

@media (max-width: 812px) {
  .logo {
    width: fit-content;
    max-width: 220px;
  }
  .cabecera-telefono {
    display: grid;
  }
  a.abrir-menu {
    width: 25px;
    display: block;
    float: right;
  }
}
.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: 0px;
  background: #fff;
}

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

.pegajoso {
  display: none;
}

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

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

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

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

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

.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: 90px;
  line-height: 90px;
}

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

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

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: rgb(9, 103, 151);
}

@media (max-width: 812px) {
  .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: center;
    height: 90px;
    flex-direction: column;
  }
  .botonera > ul {
    align-items: initial;
  }
  .botonera ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: none;
    min-height: auto;
    line-height: 34px;
  }
}
.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*/
.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;
}

.footer {
  background-color: #fff;
  color: #122D63;
}

.final-footer {
  text-align: center;
  font-weight: 400;
  padding-top: 31px;
  line-height: 28px;
}

.ante-titulo {
  padding-bottom: 10px;
  font-weight: 400;
}

.logo-footer {
  max-width: 300px;
  margin: 0 auto;
}

.texto-foot {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  padding-top: 20px;
  font-family: "Poppins", sans-serif;
}

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

.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: "Poppins", 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: #000 !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;
  font-size: 15px !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: #122d64;
  position: fixed;
  top: 0px;
  z-index: 1000000;
  width: 80%;
  max-width: 100%;
  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;
  }
}
/*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: 80%;
  font-weight: 300;
}

a.btn_reserva {
  background: #ffffff;
  color: #096797;
  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: 100;
  line-height: 47px;
  margin: 0px;
  font-size: 47px;
  font-family: "Poppins", sans-serif;
  /* line-height: 65px; */
}

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

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

.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 15s infinite alternate; /* Aplica la animación */
}

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

#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.1) translate(0, 0);
  }
  100% {
    transform: scale(1.2) 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: auto;
    display: block;
  }
  .foto-tel img {
    height: 100%;
    width: 100%;
    object-fit: inherit;
    /* padding-bottom: 300px; */
  }
  .banner {
    height: auto;
    color: #fff;
    position: relative;
    align-items: end;
    height: auto;
    background: #096797;
  }
  .foto-pc {
    position: relative;
    z-index: -1;
    overflow: hidden;
    width: 100%;
  }
  .foto-pc img {
    height: 450px;
    object-fit: cover;
  }
  .textos-banner {
    max-width: 80%;
    margin: 0 auto;
    padding: 30px 0px 100px;
  }
  .textos-banner h1 {
    line-height: 39px;
    font-size: 38px;
    margin-top: -100px;
  }
  .descripcion-banner {
    font-size: 20px;
    padding-top: 0px;
    max-width: 100%;
    font-weight: 300;
  }
}
/*CARD PRODUCTO*/
.texto-producto h4 {
  margin: 10px 0px;
  font-size: 20px;
}

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

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

.precio {
  font-size: 25px;
}

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

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

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

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

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

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

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

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

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

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

.navi li {
  margin: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagina-aviso {
  background: #eee;
}

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

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

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

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

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

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

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

@media (max-width: 812px) {
  .pagina-aviso .contenedor-destacado {
    flex-wrap: wrap;
  }
  .pagina-aviso .text-destacados {
    font-size: 14px;
    line-height: 11px;
    margin-left: 16px;
  }
  .pagina-aviso .text-destacados strong {
    font-size: 28px;
    display: block;
    margin-top: 9px;
    padding-bottom: 11px;
  }
  .pagina-aviso .num {
    font-size: 52px;
    font-weight: 700;
    color: #060606;
  }
  .pagina-aviso .code strong {
    font-size: 21PX;
  }
  .pagina-aviso .code {
    padding: 8px;
    border: dashed 1px #a0a0a0;
    margin-top: 0px;
    font-size: 17px;
    margin-left: 30px;
    line-height: 20px;
  }
  .pagina-aviso {
    background: #eee;
    padding: 7px 0px;
  }
}
/*REPRODUCTOR DE VIDEO*/
.video-container {
  position: relative;
  width: 100%;
  max-width: 720px;
  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;
}

@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;
  }
}
.paginas .texto-banner-cat h1 {
  font-size: 25px;
  text-transform: none;
  font-style: normal;
  line-height: 30px;
  font-weight: 300;
  padding-top: 50px;
}

.paginas .texto-banner-cat h1 strong {
  font-size: 80px;
  display: block;
}

.texto-banner-cat h2 {
  font-size: 54px;
  line-height: 50px;
  margin-bottom: 26px;
  font-weight: 200;
  font-style: italic;
}

.texto-banner-cat h2 strong {
  font-weight: 700;
  font-style: normal;
}

.texto-banner-categoria {
  font-size: 22px;
}

a.ir {
  padding: 10px 35px;
  display: block;
  background: #fb6b09;
  font-size: 28px;
  width: fit-content;
  border-radius: 0;
  margin-top: 31px;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  margin: 30px auto 0px;
}

a.ir:hover {
  background: #fff;
  color: #fb6b09;
}

.imagen-banner {
  display: block;
  position: relative;
  height: 600px;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.texto-banner-cat {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
}

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

.paginas .imagen-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}

.banner-categoria {
  display: grid;
  position: relative;
  height: 700px;
  overflow: hidden;
}

.texno-interno.grid-center {
  z-index: 10;
  position: relative;
  height: 600px;
  text-align: center;
  width: 100%;
}

@media (min-width: 813px) {
  .banner-categoria.paginas .contenedor-seccion {
    background: transparent !important;
  }
}
@media (max-width: 812px) {
  .banner-categoria {
    display: grid;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .banner-categoria.paginas .contenedor-seccion {
    width: 100% !important;
    max-width: 100%;
  }
  .paginas .texto-banner-cat h1 strong {
    font-size: 50px;
  }
  .paginas .texto-banner-cat {
    max-width: 100%;
  }
  .paginas .texto-banner-cat h1 {
    font-size: 26px;
    text-transform: none;
    font-style: normal;
    line-height: 30px;
    font-weight: 300;
  }
  .paginas .texto-banner-cat {
    font-size: 16px;
    max-width: 85%;
    font-weight: 300;
    line-height: 19px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .texto-banner-categoria {
    padding-bottom: 30px;
    line-height: 30px;
  }
  .texto-banner-cat h2 {
    font-size: 42px;
    line-height: 41px;
    margin-bottom: 26px;
    font-weight: 300;
    font-style: italic;
  }
  .imagen-banner-tel {
    display: block;
    position: relative;
  }
}
.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;
}

.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: #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) {
  .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: 50px;
  }
  .invertido .span-1:last-child {
    grid-column: 1/3;
    grid-row: 2;
  }
  div#dos-textos {
    grid-gap: 0px;
  }
}
ul.pasos-list {
  list-style: none;
  padding: 0px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  /* border-radius: 10px; */
}

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

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

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

.num {
  padding-top: 20px;
}

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

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

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

div#nos_importa {
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.faq-container {
  width: 100%;
  max-width: 900px;
  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: #eee;
}

.faq-question {
  padding: 10px;
  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;
}

.faq-answer {
  padding: 10px;
  display: none;
}

.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: #000;
  border: solid 2px #fb6b04;
}

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

@media (max-width: 1024px) {
  .sas {
    overflow: hidden;
    width: 100%;
  }
}