* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
footer {
  background: url("../../images/footer-balneario.jpg") repeat;
  color: #fff;
  display: grid;
  font-family: "Share Tech Mono", monospace;
  min-height: 350px;
  width: 100%;
}
footer .footer__divisor {
  display: grid;
  justify-content: center;
  width: 100%;
}
footer ul li {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 2.8em;
  position: absolute;
  top: 40%;
  left: 5%;
  line-height: 1.7em;
  z-index: 4;
}
h1 span {
  display: block;
  font-size: 2em;
  font-weight: 600;
}
h1 b {
  display: block;
  line-height: 1em;
  font-size: 0.5em;
}
h2 {
  color: #1f3109;
  display: block;
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-size: 2.5em;
  text-transform: uppercase;
}
h3 {
  color: #fff;
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-size: 2.8em;
}
h4 {
  color: #ff0;
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-size: 3em;
}
h5 {
  color: #ff0;
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 2em;
  line-height: 1.7em;
}
h6 span {
  display: block;
  font-size: 2.5em;
  font-weight: 600;
}
header {
  display: block;
  height: 700px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
header .mascara {
  background: url("../../images/punto.png");
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
header video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
p {
  color: #fff;
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-size: 1.1em;
  font-style: normal;
}
nav {
  background: #fff;
  border-radius: 20px;
  display: block;
  left: 10%;
  position: absolute;
  padding: 0 5%;
  top: 5%;
  width: 80%;
  z-index: 10;
}
nav ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 5px;
}
nav ul li {
  display: flex;
  justify-content: center;
  flex: 1;
  list-style-type: none;
  padding: 10px;
}
nav ul li a {
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  color: #176339;
  padding: 5px 10px;
  text-decoration: none;
}
.alto {
  height: 100%;
}
.atracciones {
  background: #fff;
  border-radius: 5px;
  display: grid;
  padding: 10px;
  width: 100%;
}
.atracciones__foto {
  display: grid;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.atracciones__foto img {
  width: 100%;
}
.atracciones__titulo {
  display: grid;
  text-align: center;
  padding: 10px;
  width: 100%;
}
.background__hospedaje {
  background: url("../../images/hospedaje-fondo.jpg") no-repeat;
  background-position: center 20%;
  background-size: cover;
  height: 600px !important;
}
.background__hospedaje .mascara {
  opacity: 0.4 !important;
}
.background__precio {
  background: url("../../images/precio-fondo.jpg") no-repeat;
  background-position: center 20%;
  background-size: cover;
  height: 400px !important;
}
.background__precio .mascara {
  opacity: 0.4 !important;
}
.btn__mas {
  background: #fff;
  color: #333;
  height: 40px;
  font-family: "Share Tech Mono", monospace;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
}
.campamento {
  background: url("../../images/campamento.jpg");
  display: grid;
  grid-template-columns: 30% 1fr;
  min-height: 700px;
  padding: 8% 5%;
  width: 100%;
}
.campamento__titulo {
  display: grid;
  padding: 25% 0 0 12%;
  z-index: 1;
}
.campamento__titulo img {
  width: 100%;
}
.container__card {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-height: 600px;
  width: 100%;
}
.container__card:hover > .card:not(:hover) {
  transform: scale(0.9);
}
.container__card:hover > .card:not(:hover) .card-background,
.container__card:hover > .card:not(:hover) .card-category {
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(3px);
}
.card {
  background: #000;
  position: relative;
  border-radius: 20px;
  list-style-type: none;
  width: 20%;
  transition: 0.3s ease;
}
.card:hover .card-heading {
  filter: blur(0);
}
.card::before {
  content: "";
  display: block;
  padding: 150%;
  width: 100%;
}
.card-background {
  background-size: 350px;
  background-position: center;
  filter: brightness(0.9) saturate(1) contrast(1);
  position: absolute;
  opacity: 0.6;
  bottom: 0;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  transform-origin: bottom;
  transform: scale(1) translateZ(0);
  transition: 0.3s ease;
}
.card:hover .card-background {
  transform: scale(1.09) translateZ(0);
  opacity: 1;
  background-size: 350px;
}
.card-grid:hover > .card:not(:hover) {
  transform: scale(0.9);
}
.card-grid:hover > .card:not(:hover) .card-background,
.card-grid:hover > .card:not(:hover) .card-category {
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}
.card-category {
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.card-heading {
  filter: blur(1.8px);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
}
.centrar {
  display: flex;
  justify-content: center;
}
.contenedor__cabanas-seccion {
  background: #292319;
  box-shadow: rgba(50,50,93,0.25) 0px 6px 12px -2px, rgba(0,0,0,0.3) 0px 3px 7px -3px;
  border-radius: 0 30px 0 90px;
  display: grid;
  padding: 5% 8%;
  width: 100%;
}
.content {
  top: 5%;
  left: 0;
  padding: 25%;
  position: absolute;
}
.c__servicios {
  padding: 5% 20% !important;
}
.costos {
  border-top: 5px solid #1f3109;
  background: url("../../images/fondo-papel.jpg") repeat;
  position: relative;
  padding: 4%;
  overflow: hidden;
}
.costos__titulos {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.costos__contenedor {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  padding: 2% 15%;
  width: 100%;
}
.costos__container {
  display: grid;
  gap: 30px;
  padding: 2% 0 5% 0;
  width: 100%;
}
.costos__container .verde-contenedor {
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.costos__container .costos__container-titulo {
  display: grid;
  padding: 10px;
  width: 100%;
}
.costos__container .costos__container-costos {
  background: #33441a;
  display: grid;
  height: 100%;
  padding: 15px;
  width: 100%;
}
.costos__container .costos__container-costos p {
  margin: 3px 0;
}
.costos__container-cabanas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 3% 5%;
}
.costos__informacion {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10%;
  padding: 5%;
  width: 100%;
  position: relative;
}
.costos__informacion-contenedor {
  display: grid;
  width: 100%;
  color: #333;
  font-family: "Share Tech Mono", monospace;
  font-size: 1.2em;
}
.costos__informacion-contenedor p {
  color: #333;
}
.costos__informacion-contenedor span {
  font-size: 1.5em;
}
.costos__informacion-contenedor ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.desplegar {
  display: block !important;
}
.dinosaurio__fondo {
  background: url("../../images/dinosaurio.png") no-repeat;
  background-position: center center;
}
.dinosaurio {
  background: url("../../images/dinosaurio-1.png") no-repeat;
  right: -420px;
  top: 15%;
  height: 800px;
  opacity: 0.5;
  position: absolute;
  width: 600px;
  z-index: 1;
}
.familiar {
  background: background url("../../images/fondo-como-llegar.jpg") no-repeat;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 7%;
  width: 100%;
}
.familiar__video {
  width: 100%;
}
.familiar__video iframe {
  width: 100%;
}
.familiar__titulo {
  display: grid;
  padding: 0 12% 0 0;
  width: 100%;
}
.familiar__titulo p {
  vertical-align: top;
}
.fondo__oscuro {
  background: url("../../images/fondo-papel-2.jpg") no-repeat;
  background-position: center 20%;
  background-size: cover;
}
.footer__informacion {
  display: flex;
  flex-direction: row;
  flex: 1 1 1;
  padding: 5%;
  width: 100%;
}
.footer__derechos {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 15px 0 0 0;
  width: 100%;
}
.galeria-secciones {
  display: flex;
  height: 20rem;
  gap: 1rem;
}
.galeria-secciones > div {
  flex: 1;
  border-radius: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
}
.galeria-secciones > div:hover {
  flex: 5;
}
.ham-menu {
  display: none;
  height: 50px;
  position: relative;
  width: 50px;
  z-index: 1;
}
.ham-menu span {
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 25px;
  left: 50%;
  position: absolute;
  transform: translate(50%, -50%);
  top: 50%;
  transition: 0.3s ease;
}
.ham-menu span:nth-child(1) {
  top: 25%;
}
.ham-menu span:nth-child(3) {
  top: 75%;
}
.ham-menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ham-menu.active span:nth-child(2) {
  opacity: 0;
}
.ham-menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hero-section {
  display: flex;
  height: 700px;
  align-items: center;
  justify-content: center;
}
.hospedaje {
  background: #373314;
  padding: 10%;
  width: 100%;
}
.hospedaje__titulo {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
}
.hospedaje__habitaciones {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  padding-left: 35%;
  width: 100%;
}
.introduccion {
  background: url("../../images/fondo-tierra.jpg") repeat;
  display: block;
  padding: 5%;
  width: 100%;
}
.introduccion__videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 15%;
  gap: 3%;
}
.introduccion__titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 70px;
}
.infantil {
  background: #5ccb5f;
  padding: 5%;
  display: grid;
  grid-template-columns: 40% 1fr;
  width: 100%;
}
.infantil__titulo {
  width: 100%;
}
.infantil__contenedor {
  background: linear-gradient(to right, #497b54 0%, #243b29 100%);
  padding: 3% 5%;
  width: 100%;
}
.infantil__contenedor iframe {
  margin-top: 30px;
  width: 100%;
}
.line {
  background: #ff0;
  margin-bottom: 30px;
  padding: 1.5px;
  width: 100px;
}
.line__pasto {
  background: url("../../images/line.png");
  bottom: 0;
  height: 50px;
  position: absolute;
  left: 0;
  width: 100%;
}
.limpio {
  list-style-type: none;
}
.listado {
  color: #bbb;
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
  padding: 5px;
}
.listado li {
  padding: 3px 0;
}
.logo {
  position: absolute;
  left: 38%;
  top: 32%;
  height: 350px;
  width: 350px;
  z-index: 6;
}
.logo img {
  width: 100%;
}
.logo__oficial {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 48%;
  width: 50px;
  z-index: 11;
}
.precios {
  background: #373314;
  display: grid;
  width: 100%;
}
.precios__titulo {
  display: grid;
  justify-content: center;
}
.precios__titulo h1 {
  text-align: center;
}
.rama {
  background: url("../../images/rama-1.png") no-repeat;
  height: 200px;
  left: 0;
  position: absolute;
  top: 8%;
  width: 400px;
  z-index: 10;
}
.rama__2 {
  background: url("../../images/rama.png");
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.rocas {
  background: url("../../images/rocas.png");
  bottom: -50px;
  height: 200px;
  right: 0;
  position: absolute;
  width: 500px;
}
.submenu {
  background: #fff;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 34px;
}
.submenu__desplegable {
  position: relative;
  width: 100%;
}
.servicios {
  background: url("../../images/servicios.jpg");
  display: grid;
  padding: 6%;
  position: relative;
  width: 100%;
}
.servicios__titulo {
  display: flex;
  justify-content: center;
  padding: 0 14%;
  margin-bottom: 20px;
  width: 100%;
}
.servicios__titulo p {
  font-size: 1.8em;
  text-align: center;
}
.servicios__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
.servicios__contenidos {
  display: flex;
  gap: 60px;
  padding: 2% 5%;
  justify-content: center;
  width: 100%;
}
.sombra {
  text-shadow: 2px 2x 3px rgba(0,0,0,0.5);
}
.subtitulo {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.2em;
  background: -webkit-linear-gradient(left, #19d2b9 0%, #feff01 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-align: center;
}
.txt__titulo {
  display: grid;
  padding: 10px 15%;
  width: 100%;
}
.txt__titulo p {
  color: #333;
  font-size: 1.2em;
  margin: 10px 0;
}
.txt__negro {
  color: #333;
  font-size: 1.3em;
}
.txt__titulos {
  color: #373314;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 1.4em;
  line-height: 1.9em;
  font-style: normal;
}
.txt__titulos span {
  font-family: "Bebas Neue", sans-serif;
  display: block;
  font-weight: bold;
  font-size: 3em;
}
.txt__titulos-secciones {
  font-family: "Share Tech Mono", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7em;
  color: #fff;
  position: absolute;
  top: 42%;
  left: 35%;
  z-index: 3;
}
.txt__titulos-precios {
  font-family: "Share Tech Mono", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7em;
  color: #fff;
  position: absolute;
  top: 42%;
  left: 40%;
  z-index: 3;
}
.txt__blanco {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  display: block;
  font-weight: bold;
  font-size: 3em;
}
.txt__blanco-2 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  display: block;
  line-height: 2em;
  font-weight: bold;
  font-size: 1.5em;
}
.txt__subtitulos {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.8em;
}
.ver {
  display: block !important;
}
.video__turborex {
  display: block;
  width: 100%;
}
.video__turborex iframe {
  margin-top: 30px;
  width: 100%;
}
.video__oasis {
  display: block;
  width: 100%;
}
.video__oasis iframe {
  margin-top: 30px;
  width: 100%;
}
.whatsapp {
  background: #25d366;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000;
}
@media screen and (max-width: 1700px) {
  .costos {
    padding: 4% 0;
  }
  .card {
    width: 25%;
  }
  .card-background {
    background-size: 390px;
  }
}
@media screen and (max-width: 1500px) {
  h1 {
    font-size: 2em;
  }
  header {
    height: 700px;
  }
  nav {
    padding: 0 5%;
  }
  .c__servicios {
    padding: 5% 10% !important;
  }
  .logo {
    width: 250px;
  }
}
@media screen and (max-width: 1300px) {
  .dinosaurio {
    display: none;
  }
  .costos {
    padding: 4% 2%;
  }
  .content {
    padding: 15%;
  }
  .container__card {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    height: 500px;
  }
  nav {
    padding: 0 2%;
  }
  .c__servicios {
    padding: 5% !important;
  }
  .card {
    width: 30%;
  }
  .centrar img {
    height: auto;
    width: 100%;
  }
  .infantil {
    grid-template-columns: 50% 1fr;
  }
  .logo__oficial {
    left: 3%;
    top: 5%;
  }
  .txt__titulos-precios {
    font-size: 5em;
  }
}
@media screen and (max-width: 1100px) {
  .costos__container-cabanas {
    grid-template-columns: 100%;
  }
  .rama {
    top: 4%;
  }
  .txt__titulos-secciones {
    left: 25%;
  }
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 1.5em;
  }
  nav {
    border-radius: 0;
    padding: 0 1%;
    left: 0;
    top: 0;
    width: 100%;
  }
  .background__precio {
    max-height: 300px !important;
  }
  .card {
    height: 250px;
    width: 80%;
  }
  .container__card {
    flex-direction: column;
    max-height: unset;
  }
  .costos__informacion {
    gap: 3%;
    grid-template-columns: 100%;
  }
  .card-background {
    background-size: 780px;
  }
  .content {
    padding: 5%;
    width: 100%;
  }
  .costos {
    padding: 2%;
  }
  .costos__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .costos__container .costos__container-costos {
    height: auto;
  }
  .infantil {
    grid-template-columns: 100% 1fr;
  }
  .infantil .centrar {
    display: none;
  }
  .introduccion__videos {
    grid-template-columns: 100%;
  }
  .familiar {
    grid-template-columns: 100%;
  }
  .hero-section {
    height: auto;
    padding: 5% 0% 5% 18%;
  }
  .logo__oficial {
    left: 5%;
    top: 35%;
  }
  .rama {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .background__hospedaje {
    height: 400px !important;
  }
  .logo__oficial {
    top: 48%;
    left: 20%;
  }
  .txt__titulos-secciones {
    font-size: 5em;
    top: 49%;
    left: 34%;
  }
  .txt__titulos span {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 700px) {
  h1 {
    font-size: 2em;
  }
  h6 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 2em;
  }
  nav {
    height: 50px;
  }
  nav ul {
    display: none;
    flex-direction: column;
  }
  .campamento {
    grid-template-columns: 100%;
  }
  .costos__container {
    grid-template-columns: 100%;
  }
  .costos__contenedor {
    grid-template-columns: 100%;
  }
  .campamento__titulo {
    padding: 5%;
  }
  .hospedaje__habitaciones {
    padding-left: 5%;
  }
  .ham-menu {
    display: block;
  }
  .hospedaje__habitaciones {
    grid-template-columns: 100%;
  }
  .servicios__titulo p {
    font-size: 1.5em;
  }
  .logo__oficial {
    top: 16%;
    left: 45%;
  }
  .introduccion__titulo {
    margin-bottom: 20px;
  }
  .menuRes {
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .rocas {
    display: none;
  }
  .txt__titulo {
    padding: 10px 5%;
  }
  .txt__titulos-precios {
    font-size: 3em;
  }
  .txt__titulos-secciones {
    font-size: 3em;
    top: 50%;
  }
  .costos__informacion-contenedor {
    font-size: 1em;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 2em;
  }
  header {
    height: 400px;
    overflow: visible;
  }
  header video {
    position: relative;
    left: -150px;
    width: 200%;
  }
  .background__precio {
    height: 160px !important;
  }
  .hospedaje__habitaciones {
    grid-template-columns: 100%;
  }
  .logo {
    top: 35%;
    left: 30%;
    width: 150px;
  }
  .txt__titulos-precios {
    left: 20%;
    top: 50%;
  }
}
