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

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

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

.salto {
  height: 100px;
}

.caja-contacto {
  background: #184071;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  position: relative;
}

.caja-contacto a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 812px) {
  .salto {
    height: 100px;
  }
}
.gradiente {
  background: rgb(189, 131, 230);
  background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%);
  color: #fff;
}

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

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

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

@media (max-width: 812px) {
  .bg-negro {
    background-color: #000;
  }
}
/*BOTONES*/
a.boton-gradiente {
  color: #fff;
  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.interno {
  background: #f1f7ff;
}

.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: 180px;
}

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

li a.active-page {
  background: #2970c4;
  font-weight: 700 !important;
  color: #fff !important;
}

li a.active-page:hover {
  background: #2970c4 !important;
  font-weight: 700 !important;
}

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

.negra .botonera ul li a {
  color: #000;
  font-size: 16px;
}

.espacio-botonera {
  display: flex;
  justify-content: end;
}

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

li.destacado a {
  background: #000;
  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: #000 !important;
  color: #fff !important;
  border-radius: 50px;
  /* font-size: 24px; */
  animation: pulsate 1s infinite; /* Inicia la animación de pulsación */
}

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

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

.botonera-footer li.propiedades a {
  color: #fff !important;
  border: solid 1px #fff;
}

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

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

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

/*FOOTER*/
.publique a {
  display: flex;
  align-items: center;
}

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

.texto-boton-public i {
  font-size: 26px;
  margin-right: 10px;
}

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

.texto-boton-public {
  background: #2970C4;
  font-weight: 700;
  padding: 17px 20px 17px;
  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: #184071;
}

.logo-footer {
  margin: 0 auto;
  width: fit-content;
}

.botonera-footer {
  width: fit-content;
  margin: 0 auto;
  padding: 50px 0px;
}

.footer .botonera ul li a {
  font-size: 16px;
}

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

.frase {
  text-align: center;
  padding-top: 30px;
  color: #fff;
}

.botonera-footer a.active-page {
  background: #2970c4;
  font-weight: 700 !important;
  color: #000;
  border-radius: 50px;
}

.yoursups {
  margin: 0 auto;
  color: #fff;
}

.copy {
  font-size: 15px;
  /* max-width: 1100px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background: #184071;
  text-align: center;
  border-top: solid 1px rgba(204, 204, 204, 0.1215686275);
  padding-bottom: 100px;
}

.copy a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

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

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

.mega-menu img {
  display: block;
}

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

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

.botones > ul {
  display: grid;
  grid-template-columns: repeat(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;
}

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

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

a.prend {
  background: #EBC627;
}

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

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

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

a.closs {
  color: #000;
  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;
  color: white;
  text-align: center;
}

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

form.generico {
  display: flex;
  max-width: 730px;
  align-items: end;
}

h1.tit-resultado {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 30px;
}

h1.titulo-sec {
  font-size: 20px;
}

h1.titulo-sec i {
  font-size: 14px;
  margin: 0px 4px;
}

h1.tit-resultado i {
  font-size: 12px;
  margin-right: 14px;
}

form.generico select {
  padding: 12px;
  font-size: 14px;
  border-radius: 10px;
  border: solid 1px #ccc;
}

.bus label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
  display: block;
}

.bus {
  margin-right: 17px;
}

input.btn-busca {
  /* width: 50px; */
  height: 44px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 50px;
  border: none;
  background: #2871c5;
  color: #fff;
}

@media (max-width: 812px) {
  .opciones {
    display: none;
  }
  form.generico select {
    padding: 12px;
    font-size: 14px;
    border-radius: 10px;
    border: solid 1px #ccc;
    width: 100%;
    margin-bottom: 10px;
  }
  form.generico {
    display: flex;
    max-width: 100%;
    align-items: initial;
    flex-direction: column;
  }
  .header-category {
    flex-direction: column;
  }
  .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;
}

a.abrir-menu {
  font-size: 22px;
  width: 50px;
  height: 50px;
  /* background: #000; */
  display: none;
  text-align: center;
  line-height: 50px;
  float: right;
}

.espacio-botonera .otr {
  display: none;
}

@media (max-width: 812px) {
  .espacio-botonera .otr {
    display: flex;
  }
  .espacio-botonera .abrir-menu {
    color: #000;
  }
  a.abrir-menu {
    font-size: 22px;
    width: 50px;
    height: 50px;
    /* background: #000; */
    display: block;
    text-align: center;
    line-height: 50px;
    float: right;
  }
  .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;
  }
}
.cont-bot-movil .botonera {
  display: block;
}

.cont-bot-movil a.active-page {
  background: #2770c5 !important;
  font-weight: 700 !important;
  color: #fff !important;
}

.cont-bot-movil .botonera ul {
  display: flex;
  flex-direction: column;
}

.cont-bot-movil .botonera ul li a {
  color: #000;
  font-size: 18px;
  display: block;
  font-weight: 500;
  padding: 18px 20px;
  text-transform: none;
  border-radius: 50px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 0px !important;
}

.cont-bot-movil .botonera ul li a:hover {
  border-radius: 0px;
  background: #dfdfdf;
}

.cont-bot-movil li.propiedades a {
  border: solid 1px #2770c4;
  border-radius: 50px;
  color: #2970c4 !important;
  font-weight: 700 !important;
  background: #2770c4;
  color: #fff !important;
}

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

div#gestion {
  color: #fff;
  padding-top: 165px;
}

/*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: 25px;
  max-width: 90%;
}

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

.textos-banner h1 {
  font-weight: 200;
  line-height: 67px;
  margin: 0px;
  font-style: italic;
  font-size: 75px;
  font-family: "Inter", sans-serif;
}

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

.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 {
  display: block;
}

.foto-tel {
  display: none;
}

.colores {
  background: transparent !important;
}

.slide {
  position: relative;
}

.foto-banner {
  height: 800px;
}

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

@media (max-width: 812px) {
  .foto-banner {
    height: 600px;
  }
  .foto-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .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: 600px;
  }
  .foto-pc {
    position: relative;
    z-index: -1;
    overflow: hidden;
    width: 100%;
  }
  .foto-pc img {
    height: 450px;
    object-fit: cover;
  }
  .textos-banner {
    max-width: 90%;
    margin: 0 auto;
    padding: 30px 0px 50px;
  }
  .textos-banner h1 {
    line-height: 44px;
    font-size: 50px;
  }
}
/*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: 65px;
  text-transform: none;
  font-style: normal;
  line-height: 30px;
  font-weight: 300;
  padding-top: 50px;
}

.velo-banner {
  background: rgba(0, 0, 0, 0.5490196078);
  width: 100%;
  height: 100%;
  position: absolute;
}

.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: 750px;
  background-size: cover !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: 600px;
  overflow: hidden;
}

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

.caja-texto.intro {
  max-width: 700px;
  width: 90%;
  font-size: 23px;
  text-align: center;
}

@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: 49px;
    text-transform: none;
    font-style: normal;
    line-height: 60px;
    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;
}

.tit-caja-texto h1 {
  font-size: 65px;
  font-weight: 300;
  line-height: 58px;
  padding-bottom: 30px;
}

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

.foto-text {
  height: 500px;
}

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

.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; */
  font-size: 18px;
}

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) {
  .tit-caja-texto h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 44px;
    padding-bottom: 30px;
  }
  .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;
  }
  #gestion .invertido .span-1:first-child {
    grid-column: 1/3;
    padding-top: 50px;
  }
  #gestion .invertido .span-1:last-child {
    grid-column: 1/3;
    grid-row: 1;
  }
  div#dos-textos {
    grid-gap: 0px;
  }
}
.item-propiedad:hover {
  background: #184071;
  color: #fff;
}

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

.item-propiedad {
  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);
  margin: 5px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s all ease;
  position: relative;
  background: #fff;
}

h2.titulo-especial {
  text-align: center;
  color: #193f6e;
  padding-bottom: 35px;
  font-size: 33px;
}

.foto-destacada {
  height: 200px;
  overflow: hidden;
}

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

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

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

.texto {
  padding: 20px;
}

.texto h3 {
  font-size: 16px;
  font-weight: 400;
}

.operacion {
  font-weight: 700;
  padding-bottom: 10px;
}

.precio {
  font-weight: 700;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}

a.boton-mas, span.boton-mas {
  font-size: 41px;
  border: solid 1px #ccc;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  position: absolute;
  bottom: 40px;
  right: 20px;
  background: #ccc;
}

.item-propiedad:hover a.boton-mas, .item-propiedad:hover span.boton-mas {
  color: #fff;
  background: #2970C4;
  border: #2970C4 solid 1px;
}

@media (max-width: 812px) {
  .foto-destacada {
    height: 240px;
    overflow: hidden;
  }
  a.boton-mas, span.boton-mas {
    font-size: 25px;
    border: solid 1px #ccc;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    position: absolute;
    bottom: 6px;
    right: 4px;
    background: #ccc;
  }
  .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 {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  min-height: 300px;
  overflow: hidden;
}

.foto-lista {
  width: fit-content;
  overflow: hidden;
  margin-bottom: 20px;
}

.foto-lista img {
  width: 80px;
  height: 70px;
  display: block;
}

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

.ui-pos .titulo-seccion {
  max-width: 90%;
  text-align: left;
  /* margin: 0 auto; */
  color: #fff;
  font-size: 16px;
}

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

@media (max-width: 812px) {
  .ui-pos .titulo-seccion {
    max-width: 90%;
    margin: 0 auto;
  }
  .ui-lista {
    min-height: auto;
  }
  .ui-lista {
    margin-bottom: 30px;
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .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.pad-bot-50 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0px 0px;
}

.contenedor-titulo h1 {
  font-size: 25px;
  font-weight: 400;
}

.contenedor-titulo h2 {
  font-size: 60px;
  font-weight: 300;
  max-width: 80%;
  line-height: 41px;
  padding-bottom: 20px;
}

.contenedor-titulo h2 strong {
  font-style: 700;
}

.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) {
  .contenedor-titulo.pad-bot-50 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 0px 0px;
    width: 90%;
    margin-top: 100px;
  }
  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: 200;
}

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

.contenedor-buscador {
  width: fit-content;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translate(-50%) !important;
  top: 260px;
}

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

.buscador-banner {
  /* min-height: 50px; */
  background: #fff;
  width: fit-content;
  border-radius: 10px;
  padding: 15px;
  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);
}

.contenedor-buscador p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

.buscador-banner ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.buscador-banner li a {
  background: #F0F3F7;
  display: block;
  padding: 10px 36px;
  border-radius: 50px;
  margin-right: 10px;
  font-weight: 700;
}

.buscador-banner a:hover {
  background: #cdd3e5;
}

a.buscar, a.buscador {
  /* background: #2970c4; */
  color: #000;
  display: block;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 22px;
}

a.buscar:hover, a.buscador:hover {
  background: #1b3656;
  color: #fff;
}

nav {
  width: fit-content;
  border: 1px solid #666;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  border-radius: 50px;
  margin: 0 auto;
}

nav input {
  display: none;
}

nav label {
  font-family: sans-serif;
  padding: 10px 16px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 200px;
  text-align: center;
}

nav label:last-of-type {
  border-right: 0;
}

nav label:hover {
  background: #eee;
}

nav input:checked + label {
  background: #184071;
  color: #fff;
}

div#ubicacion input {
  padding: 13px;
  font-size: 18px;
  width: 100%;
  max-width: 80%;
  border-radius: 50px;
  border: solid 1px #999;
  margin: 0 auto;
}

div#ubicacion {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div#operacion {
  text-align: center;
}

.opciones-buscador h3 {
  font-size: 18px;
  padding-top: 24px;
  text-align: center;
}

ul.tipos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 94px;
  max-width: 90%;
  margin: 0 auto;
}

.active-button {
  background: #b4c2de !important;
}

a.buscar-propiedad {
  display: none;
}

.budcador-movil {
  display: none;
}

@media (max-width: 812px) {
  .buscador-banner {
    /* min-height: 50px; */
    background: #fff;
    width: fit-content;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    display: none;
  }
  .contenedor-buscador {
    width: 90%;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%) !important;
    top: 260px;
    text-align: center;
  }
  .contenedor-buscador h2 {
    margin: 0 auto;
    font-weight: 800;
  }
  .header-buscador {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .budcador-movil {
    background: #fff;
    position: fixed;
    z-index: 1000000;
    top: 0px;
    width: 74%;
    padding: 29px;
    height: 100%;
    right: -100%;
    display: block;
  }
  input.btn-busca {
    margin-top: 20px;
  }
  .velo {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.8509803922);
    top: 0px;
    left: 0px;
    z-index: 100000;
    display: none;
  }
  a.buscar-propiedad {
    background: #2970c4;
    position: absolute;
    z-index: 10;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 16px;
    border-radius: 50px;
    top: 64%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
    max-width: 240px;
    display: block;
  }
}
.bajada-botones h2 {
  font-size: 40px;
  max-width: 40%;
  margin: 0 auto;
  font-weight: 300;
  text-align: CENTER;
  line-height: 45px;
  color: #fff;
}

@media (max-width: 812px) {
  .bajada-botones h2 {
    font-size: 30px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 300;
    text-align: CENTER;
    line-height: 36px;
    color: #fff;
  }
}
.bajada-botones p {
  font-size: 25px;
  text-align: center;
  padding: 10px 0px 40px;
  color: #fff;
}

.imagen-boton img {
  transform: scale(1.02);
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s all ease;
}

.imagen-boton:hover img {
  transform: scale(1.1);
}

.velo-foto {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(23, 64, 113);
  background: linear-gradient(0deg, rgb(23, 64, 113) 0%, rgba(23, 64, 113, 0) 100%);
  transition: 0.7s all ease;
}

.imagen-boton:hover .dats {
  opacity: 0;
}

.dats {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  left: 30px;
  transition: 0.3s all ease;
  opacity: 1;
}

.imagen-boton:hover .velo-foto {
  background: rgba(44, 79, 121, 0.8117647059);
}

.imagen-boton {
  overflow: hidden;
  height: 400px;
  border-radius: 10px;
  position: relative;
}

.imagen-boton:hover .data-imagen {
  bottom: 0;
  opacity: 1;
}

.data-imagen {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 10;
  padding: 30px;
  transition: 0.5s all ease;
  opacity: 0;
}

.data-imagen p {
  font-size: 16px;
  max-width: 80%;
  transition: 0.3s all ease;
}

.data-imagen h3 {
  font-size: 30px;
}

a.boton-imagen {
  display: block;
  background: #296FC4;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  width: fit-content;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mapa {
  display: flex;
  position: relative;
}

.listado-event-mapa {
  background: #fff;
  padding: 0px;
  max-width: 250px;
  color: #000;
  width: 100%;
}

div#map {
  z-index: 0;
}

.item-listado-mapa h3 {
  margin: 0px;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
}

.tit-eventos {
  background: #FDED01;
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}

.datos-listado {
  font-size: 13px;
  line-height: 17px;
}

.item-listado-mapa {
  padding: 5px 15px;
  border-bottom: solid 1px #fded00;
  padding-bottom: 10px;
}

.item-listado-mapa:hover {
  background: #eee;
}

.leaflet-popup-content {
  display: flex;
  max-width: 250px;
}

.leaflet-popup-content .foto-pin {
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.info-pin h3 {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}

.info-pin span {
  display: block;
  font-weight: 400;
  font-size: 11px;
}

.leaflet-popup-content img {
  max-width: 100%;
  /* margin-right: 10px; */
  height: 100%;
  object-fit: cover;
}

.leaflet-popup {
  bottom: 9px !important;
}

.mapa {
  display: flex;
  overflow: hidden;
  border-radius: 0px;
}

.mp {
  max-width: 1480px;
}

.filtro {
  max-width: 1100px;
  display: flex;
  /* justify-content: center; */
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.filtro input, .filtro select, .filtro button {
  padding: 15px;
}

.filtro input, .filtro select {
  min-width: 200px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 18px;
}

button#filtrar {
  background: #EBC627;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  margin-right: 10px;
  font-weight: 500;
}

button#reset {
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  margin-right: 10px;
  font-weight: 500;
  color: #fff;
}

.info-pin a {
  background: #000;
  color: #fff;
  padding: 5px;
  display: block;
  width: fit-content;
  margin-top: 5px;
  border-radius: 3px;
}

@media (max-width: 812px) {
  .filtro input, .filtro select, .filtro button {
    padding: 4px;
    margin-bottom: 7px;
    border: none;
  }
  .filtro {
    max-width: 1100px;
    display: flex;
    /* justify-content: center; */
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.fech {
  position: absolute;
  z-index: 1;
  background: #fff;
  color: #000;
}

.dia {
  font-size: 39px;
  font-weight: 700;
  text-align: center;
  padding: 10px 10px 5px;
}

.mes {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.hora {
  font-size: 11px;
  margin-top: -1px;
  text-align: center;
  background: #fded00;
  font-weight: 700;
}

ul.datos-evdento {
  list-style: none;
  padding: 0px;
  padding-right: 10px;
  line-height: 17px;
}

.inf-evento {
  max-width: 500px;
  margin-left: 50px;
}

.inf-evento h1 {
  text-transform: uppercase;
  font-size: 52px;
  margin: 0px;
  margin-bottom: 20px;
  line-height: 50px;
  font-weight: 500;
}

.cat.resize {
  font-size: 22px;
}

ul.datos {
  padding: 30px;
  list-style: none;
  border: solid 3px;
  margin: 0px;
  font-size: 18px;
}

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

div#mapa-evento {
  z-index: 1;
}

@media (max-width: 812px) {
  .inf-evento {
    max-width: 500px;
    margin-left: 0px;
    width: 90%;
    margin: 0 auto;
    padding: 50PX 0PX;
  }
  .img-list {
    height: 150px;
    overflow: hidden;
  }
  .categoria-articulo {
    padding: 5px 10px;
    position: relative;
    top: 0px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
  }
}
.ic {
  width: 23px;
  margin-right: 15px;
}

.lis {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.listado-categorias ul li {
  min-width: 215px;
  text-align: center;
  border: solid 1px #333;
  margin-bottom: 14px;
  margin: 10px;
  padding: 6px;
}

.listado-categorias h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.listado-categorias ul li {
  min-width: 250px;
  text-align: center;
  border: solid;
  margin-bottom: 14px;
}

.listado-categorias ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filtr-container .artitulo {
  max-width: 550px;
  margin: 0 auto;
  background: #212121;
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 812px) {
  .filtr-item.agn {
    max-width: 530px;
    width: 100%;
  }
}
.filtr-item .artitulo {
  margin-bottom: 0px;
}

.filtr-item .categoria-articulo {
  background: #f00074;
  color: #fff;
}

.filtr-item .datos-articulo {
  max-width: 100%;
}

.abrir-mapa {
  display: none;
}

@media (max-width: 812px) {
  .filtr-item .datos-articulo {
    max-width: 90%;
  }
  .listado-event-mapa {
    background: #fff;
    padding: 0px;
    max-width: 250px;
    color: #000;
    width: 100%;
    position: absolute;
    height: 100%;
    right: -100%;
    max-height: 600px;
    overflow: auto;
    z-index: 100;
  }
  .abrir-mapa {
    position: absolute;
    z-index: 9;
    color: #fff;
    background: #000;
    font-size: 20px;
    padding: 11px;
    border-radius: 10px;
    top: 20px;
    right: 20px;
    display: block;
  }
}
.titulo-propiedad h1 {
  font-size: 26px;
  font-weight: 700;
  color: #184071;
  padding-top: 30px;
}

.detalle-propiedad {
  border-top: solid 1px #ccc;
  padding-top: 30px;
}

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

.pin {
  max-width: 15px;
  margin-right: 10px;
}

a.imagen-prop img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 550px;
}

a.imagen-prop {
  max-height: 400px;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}

.galeria-imagenes .owl-carousel .owl-nav button.owl-next, .galeria-imagenes .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  font-size: 47px;
  width: 50px;
  border: solid 1px #ccc;
  height: 50px;
  line-height: 32px;
  border-radius: 50%;
  background: #fff;
}

.galeria-imagenes .owl-nav {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  position: absolute;
  width: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.direccion {
  font-size: 24px;
  font-weight: 100;
  font-style: italic;
  display: flex;
  align-items: center;
}

.galeria-imagenes {
  padding: 30px 0px 0px;
}

.precio-propiedad {
  font-size: 40px;
  font-weight: 900;
  display: flex;
  align-items: center;
}

li.propiedades a {
  border-radius: 50px;
  color: #fff;
  font-weight: 700 !important;
}

.precio-propiedad span {
  padding: 6px 14px;
  font-weight: 300;
  font-size: 16px;
  display: block;
  background: #2970c4;
  color: #fff;
  border-radius: 50px;
  width: fit-content;
  margin-left: 10px;
}

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.lightbox-contenido {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  border-radius: 10px;
}

.lightbox-contenido img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}

.cerrar-lightbox {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  z-index: 1;
}

ul.atributos-propiedad {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 30px;
  line-height: 35px;
}

ul.atributos-propiedad li strong {
  padding-left: 10px;
}

ul.atributos-propiedad li {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.total_construido .icono-svg {
  background: url("https://www.constructora-garval.cl/wp-content/themes/theme_blanco/img/mthome.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.total_terreno .icono-svg {
  background: url("https://www.constructora-garval.cl/wp-content/themes/theme_blanco/img/mttotal.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.dormitorios .icono-svg {
  background: url("https://www.constructora-garval.cl/wp-content/themes/theme_blanco/img/cama.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.banos .icono-svg {
  background: url("https://www.constructora-garval.cl/wp-content/themes/theme_blanco/img/bano.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.estacionamientos .icono-svg {
  background: url("https://www.constructora-garval.cl/wp-content/themes/theme_blanco/img/auto.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.ano_de_construccion .icono-svg {
  background: url("https://www.constructora-garval.cl/wp-content/themes/theme_blanco/img/ano.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.pisos .icono-svg {
  background: url("https://www.constructora-garval.cl/wp-content/themes/theme_blanco/img/pisos.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.orientacion .icono-svg {
  background: url("https://www.constructora-garval.cl/wp-content/themes/theme_blanco/img/guide.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.codigo .icono-svg {
  background: url("https://www.constructora-garval.cl/wp-content/themes/theme_blanco/img/bar.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.descripcion-prppiedad {
  position: relative;
  opacity: 1;
  max-height: 200px; /* Altura máxima que quieres mostrar inicialmente */
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out; /* Agrega transiciones suaves */
  font-size: 16px;
}

.descripcion-prppiedad::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* Altura del velo degradado */
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* Fondo degradado */
}

.descripcion-prppiedad.descripcion-completa {
  max-height: none; /* Muestra toda la descripción */
  opacity: 1;
}

.descripcion-prppiedad.descripcion-completa::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; /* Altura del velo degradado */
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* Fondo degradado */
}

a.ver-todo-boton {
  padding: 5px 20px;
  background: #e1e1e1;
  display: block;
  width: fit-content;
  border-radius: 50px;
  margin-top: 14px;
}

@media (max-width: 812px) {
  ul.atributos-propiedad {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 30px;
    line-height: 35px;
  }
}
.caja-taxonomia ul {
  padding: 0px;
  list-style: none;
}

.caja-taxonomia {
  border-radius: 5px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
}

.caja-taxonomia h2 {
  font-size: 18px;
  padding: 15px;
  border-bottom: solid 1px #eee;
}

.caja-taxonomia ul li a {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
}

.numero-post {
  background: #e7e7e7;
  padding: 3px 20px;
  border-radius: 50px;
  font-size: 11px;
}

.header-category {
  padding-bottom: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-radius: 10px;
  padding: 15px 30px;
  margin-top: 40px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

ul.otras-opciones li a {
  border-radius: 50px;
  padding: 10px 20px;
  border: solid 1px #2770c4;
  font-weight: 700;
  margin-left: 10px;
  color: #2970c4;
}

a.btn-otras.pri {
  background: #2970c5;
  color: #fff;
}

.header-category h1 {
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin: 0px;
}

.header-category h1 i {
  font-size: 13px;
  padding: 0px 17px;
}

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

ul.otras-opciones li a {
  border-radius: 50px;
  padding: 10px 20px;
  border: solid 1px #2770c4;
  font-weight: 700;
  margin-left: 10px;
}

.formulario-contacto {
  border-radius: 10px;
  padding: 30px 30px;
  /* margin-top: 40px; */
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 100px;
  max-width: 90%;
  box-sizing: border-box;
  float: right;
}

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

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0px 0 0;
  padding: 0px 0;
}

input#gform_submit_button_1 {
  border-radius: 50px;
  background: #2970c4;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  border: none;
  font-weight: 700;
  width: 100%;
}

.titulo-formulario {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 16px;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0px 0 0 !important;
  padding: 0px !important;
}

.titulo-propiedad {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 812px) {
  ul.otras-opciones li a {
    border-radius: 50px;
    padding: 10px 20px;
    border: solid 1px #2770c4;
    font-weight: 700;
    margin-left: 0px;
    text-align: center;
    display: block;
  }
  .header-category {
    padding-bottom: 20px;
    display: flex;
    align-items: initial;
    justify-content: space-between;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 40px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    max-width: 82%;
    display: none;
  }
  ul.otras-opciones {
    display: flex;
    list-style: none;
    padding: 0px;
    flex-direction: column;
  }
  a.btn-otras.pri {
    background: #2970c5;
    color: #fff;
    display: block;
    margin-bottom: 23px;
  }
  .formulario-contacto {
    border-radius: 10px;
    padding: 30px 30px;
    /* margin-top: 40px; */
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 100px;
    max-width: 100%;
    box-sizing: border-box;
    float: right;
    margin-top: 35px;
  }
}
a.whatsapp-2 {
  padding: 10px;
  display: block;
  background: #f1d978;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  /* margin-top: 30px; */
  margin-bottom: 30px;
}

a.volver {
  width: 37px;
  margin-top: 15px;
}

.otr {
  padding: 10px 0px;
  text-align: CENTER;
}

ul.otras {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

ul.otras li {
  border: solid 1px #ccc;
  padding: 5px;
  margin: 5px 5px 5px 0px;
}

button.buscar {
  background: #2970c4;
  border: none;
  color: #fff;
  width: 40px;
  border-radius: 50px;
}

.opciones {
  position: sticky;
  top: 100px;
}

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