@charset "UTF-8";

:root {
  --color-primario: #23afde;
  --color-secundario: #37b1a7;
  --color-p-dubtitle: #f5f5f7;
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fuentes/Poppins-Bold.eot");
  src: url("../fuentes/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-Bold.woff2") format("woff2"),
    url("../fuentes/Poppins-Bold.woff") format("woff"),
    url("../fuentes/Poppins-Bold.ttf") format("truetype"),
    url("../fuentes/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fuentes/Poppins-Regular.eot");
  src: url("../fuentes/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-Regular.woff2") format("woff2"),
    url("../fuentes/Poppins-Regular.woff") format("woff"),
    url("../fuentes/Poppins-Regular.ttf") format("truetype"),
    url("../fuentes/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Imbue Light";
  src: url("../fuentes/Imbue-Light.eot");
  src: url("../fuentes/Imbue-Light.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Imbue-Light.woff2") format("woff2"),
    url("../fuentes/Imbue-Light.woff") format("woff"),
    url("../fuentes/Imbue-Light.ttf") format("truetype"),
    url("../fuentes/Imbue-Light.svg#Imbue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Light";
  src: url("../fuentes/Poppins-Light.eot");
  src: url("../fuentes/Poppins-Light.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-Light.woff2") format("woff2"),
    url("../fuentes/Poppins-Light.woff") format("woff"),
    url("../fuentes/Poppins-Light.ttf") format("truetype"),
    url("../fuentes/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.fuente-light {
  font-family: "Imbue Light";
}
.fuente-light-poppin {
  font-family: "Poppins Light";
}
.fuente-Bold-poppin {
  font-family: "Poppins Bold";
}
.fuente-Regular-poppin {
  font-family: "Poppins Regular";
}

.background-header {
  background: url("../imagenes/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 800px;
}
.background-acerca {
  background: url("../imagenes/acerca.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: auto;
  overflow: hidden;
}
.background-aprt {
  background: url("../imagenes/apartamentos.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.background-amenidades {
  height: 600px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.background-recorrido {
  background: url("../imagenes/recorrido.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 500px;
  border-top-right-radius: 55px;
  border-bottom-left-radius: 55px;
}

.background-videos {
  background: url("../imagenes/videos.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.background-videos-2 {
  background: url("../imagenes/videos.png");
  background-size: cover;
  background-color: var(--color-secundario);
  background-repeat: no-repeat;
  background-position: top;
}
.circulo-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
}


.background-ubicacion-footer {
  background: #37b1a7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.diseno-amenidades {
  background-color: #37b1a7;
  height: 500px; /* Altura del parche blanco */
  /* align-items: center; */
  position: relative;
  z-index: 1;
}

.bacnground-lineas {
  background: url("../imagenes/lineas.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.font-size {
  font-size: 7rem;
}

.font-size-2 {
  font-size: 4rem;
}
.font-size-3 {
  font-size: 2rem;
}

.line-heigt {
  line-height: 10px;
}
.border-left-radi {
  border-bottom-left-radius: 50px;
}

.recuadros {
  /* position: absolute; */
  transform: translateY(-30%);
}

.recuadro {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #37b1a7;
  border-radius: 12rem;
  padding: 10px 10px;
  border: 2px solid white;
  box-shadow: 0px 50px 50px rgba(255, 255, 255, 0.25);
}

.campana {
  height: 800px;
}

.campana-interna {
  height: 460px;
}
.error-input{
  background: #ff0000f5;
}

a {
  text-decoration: none;
  color: white;
}

button {
  border: none;
  background: #ab37b1;
  color: white;
  border-radius: 25px;
  letter-spacing: 6px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

button:hover {
  scale: 1.1;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px; /* Ajusta el tamaño del icono */
  height: auto;
  cursor: pointer;
  opacity: 0.8;
}

.play-icon:hover {
  opacity: 1;
}

.border-line-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.background-color {
  background: #32a39a;
}
/* * {
  border: 1px solid red;
} */

.feunte-pequena {
  font-size: 10px;
}

.menu-toggle {
  width: 40px;
  height: 45px;
  /* padding-top: 15px; */
  position: fixed;
  top: 2em;
  right: 2em;
  cursor: pointer;
  z-index: 12;
  text-align: right;
}

.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
  padding-left: 20px;
  margin: 7px auto;
  margin-left: 8px;
}

.menu-toggle.on .two {
  opacity: 0;
}

.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
  padding-left: 20px;
  margin: 7px auto;
  margin-left: 8px;
}

.one,
.two,
.three {
  width: 100%;
  height: 3px;
  background: white !important;
  padding: 0;
  margin: 8px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 5px;
  padding-left: 45px;
}

.four {
  width: 5px;
  height: 5px;
  /*background: white !important;*/
  background: none !important;
  padding: 0;
  margin: 8px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 70px;
  padding-left: 6px;
  margin-right: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.one {
  width: 100%;
}

.two {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 35px;
}

.three {
  width: 100%;
}

.menu {
  min-height: 100vh;
  /* background: #181b3a;       align-items: center; */
  display: flex;
  justify-content: center;
  z-index: 3;
  position: relative;
  background: #37b1a7 !important;
}

.menu ul li a:hover {
  background: #ac37b1;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 0px 7px 15px;
}

.menu ul li a span:hover {
  color: white !important;
  text-decoration: none;
  /* padding: 0 2rem; */
}

.menu ul li a:hover img {
  filter: brightness(200%) saturate(0%);
}

.img-menu {
  width: 100%;
  min-height: 120vh;
  object-fit: cover;
  filter: brightness(0.9);
  background-size: cover;
}

.menu-activ h1 {
  font-weight: bold;
  font-size: 3.5rem;
  color: white;
  width: 50%;
  text-align: center;
  padding: 10px 15px;
  font-family: "Poppins Bold";
}

ul a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: white;
  font-size: 1.5em;
  line-height: 0.5;
  width: 95%;
  display: block;
  font-family: "Imbue Light";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.linea_inferior{
  border-bottom: 1px solid white;
  padding-top: 15px !important;
  width: 90%;
}

.top-menu {
  top: 2em !important;
  transition: 0.5s ease-in-out;
  z-index: 7;
}

.colorSuperior{
  background: #57bdb5 !important;
}

.tamanoLogo{
  width: 40% !important;
}

input {
  background: transparent;
  color: white;
  border: 1px solid white;
  font-family: "Poppins Light";
  user-select: none;
  border-radius: 25px;
  padding-left: 20px;
  outline: none;
}

select{
  background: transparent;
  color: #37b1a7;
  border: 1px solid white;
  font-family: "Poppins Light";
  user-select: none;
  border-radius: 25px;
  outline: none; 
}

#contenidoContac input::placeholder {
  font-family: "Poppins Light";
  color: white !important;
}

#indicativo::placeholder, #nombres::placeholder, #telefono::placeholder, #correo::placeholder, #pais::placeholder, #ciudad::placeholder {
  color: #00a19c !important;
}

.background-contac-header {
  background: url("../imagenes/background-contactenos.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: auto;
  overflow: hidden;
}


.fondo-total2 {
  height: 115vh !important;
  background: url("../imagenes/fondo-distrito-del-rio.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}


.div-gracias {
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.hvr-wobble-horizontal {
  background: #29958d !important;
  padding: 10px !important;
  border-radius: 10px !important;
}

.activoImg{
  border-bottom: 1px solid #37b1a7;
}

.boton_movil_tamano{
  width: 130px;
}
.swiper-button-prev, .swiper-button-next {
  color: #57bdb5; /* Cambia según el diseño */
  display: block;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev { left: 10px; }
.swiper-button-next { right: 10px; }

.swiper-button-prev-galeria,
.swiper-button-next-galeria {
    color: #57bdb5 !important; /* Forzar el color */
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev-galeria { left: 10px; }
.swiper-button-next-galeria { right: 10px; }


.input-error {
  border: 2px solid #e74c3c; 
  background-color: #fdd !important;
}

.iti{
  width: 100% !important;
}


@media (max-width: 768px) {
  .campana{
    height: 500px;
  }
  .background-header {
    height: 500px;
  }
  .font-size {
    font-size: 3rem;
  }
  .tamanoLogo {
    width: 100% !important;
  }
  .iframegiro360{
    height: 350px !important;
  }
  .font-size-2 {
    font-size: 2rem;
  }
  .background-amenidades {
    height: 160px;
  }
  .background-recorrido {
    height: 300px;
  }
  .background-ubicacion-footer {
    background: url("../imagenes/footer-movil.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background: #37b1a7;
  }
  .background-aprt {
    background: none;
  }
  .background-acerca {
    background: #37b1a7;
  }
  .color-azul {
    background: #32a39a;
  }
  .background-contac-header {
    background: linear-gradient(180deg, #32a39a 25%, transparent 25%);
  }
  .boton_movil_tamano{
    width: 120px !important;
  }
  .campana-interna {
    height: 220px;
  }
  .custom-tooltip {
    width: 200px !important;
    height: 140px !important;
  }
  .swiper-button-prev, .swiper-button-next{
    top: 35%;
  }
  .swiper-button-prev-galeria, .swiper-button-next-galeria{
    top: 60%;
  }
  #panorama{
    height: 500px !important;
  }
}
