@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600&display=swap');
*
{
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.boton-menu
{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  left: 10%;
  top: 5%;
  padding: 5px 7px;
  font-size: smaller;
  border-radius: 20px 20px 20px 0;
  background-color: #b0814d;
  color: #f5f0d7;
  box-shadow: 3px 3px 5px #000 ;
  border: 2px solid #f5f0d7;
  animation: aparece-boton 5s forwards;
}

@keyframes aparece-boton
{
  0%
  {
    opacity: 0;
  }
  50% 
  {
    opacity: 0;
  }
  100%
  {
    opacity: 1;
  }
}

.banner .container-fluid, .intermedio2 .container-fluid, .galeria .container-fluid
{
  padding: 0;
}

.header-mobile
{
  display: none;
  /* position: fixed; */
  right: 0;
  left: 0px;
  z-index: 3;
  
}

.header-mobile .row
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-mobile .row .menu-mobile 
{
  z-index: 1;
  position: absolute;
  transition: ease;
  transition-duration: 1s;
  top: 0;
  width: 200px;
  height: 2000px;
  left: -200px;
  /* background: rgba(0, 0, 0, 0.8); */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
}

.header-mobile .row .menu-mobile-active {
  position: absolute;
  transition: ease;
  transition-duration: 1s;
  top: 0;
  width: 200px;
  height: 2000px;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
}

.header-mobile .row ul
{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: absolute;
  top: 100px;
  text-decoration: none;
  list-style: none;
  padding-left: 20px;
}

.header-mobile .row ul li a
{
  text-decoration: none;
  color: #fff;
  line-height: 3;
}

.header-mobile .idiomas
{
  display: flex;
  flex-direction: column;
}

.header-mobile .idiomas a{
  margin: 10px 0 10px 0;
}

.header-mobile .idiomas img {
  height: 20px;
}

.logo-mobile {
  display: flex;
  top: -100px;
  width: 500px;
  height: 500px;
  position: absolute;
  animation: mover-mobile 3s forwards;
  animation-delay: 2s;
  transform: translate(0, 25%);
  z-index: 10;
}

@keyframes mover-mobile {
  0% {
    transform: translate(0, 25%);
    /* top: 50%; */
    right: 0;
  }

  50%
  {
    right: 0;
    /* transform: translate(0, -10%); */
  }

  100% 
  {
    width: 100px;
    height: 200px;
    right: 5%;
    /* transform: translate(0, -10%); */
  }
}

.header-full
{
  height: 150px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 10;
}

.header-full .idiomas
{
  display: flex;
  position: absolute;
  right: 20px;
  top: 35%;
}

.header-full .idiomas img
{
  max-width: 25px;
  margin: 0 10px 0 10px;
}

.header-full .menu ul
{
  text-transform: uppercase;
  display: flex;
  /* width: 800px; */
  justify-content: space-evenly;
  list-style: none;
  color: #fff;
  margin-top: 0;
}
.header-full .menu ul li
{
  margin: 0 20px 0 20px;
  text-shadow: 2px 2px 5px #000;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: large;
}

.header-full .menu ul li:hover a
{
  color: #b0814d;
  transition: ease;
  transition-duration: .5s;
}

.header-full .menu ul li a
{
  text-decoration: none;
  color: #fff;
}

body
{
  margin: 0;
  padding: 0;
  background: #000000;
  /* opacity: 1; */
  animation: fondo 3s forwards;
  animation-delay: 3s;
  z-index: 100;
}

@keyframes fondo 
{
  to 
  {
    /* opacity: 0; */
    background: transparent;
  }
}

.header-full .row
{
  display: flex;
  justify-content: center;
}

.logo
{
  width: 500px;
  height: 500px;
  position: absolute;
  animation: mover 3s forwards;
  animation-delay: 2s;
  transform: translate(0, 50%);
}

@keyframes mover
{
  0%
  {
    /* transform: translate(0, 50%); */
    /* top: 50%; */
    left: 35%;
  }

  100%
  {
    width: 100px;
    height: 100px;
    left: 5%;
    transform: translate(0, -10%);
  }
}

svg .draw
{
  stroke: #fff;
  stroke-width: 10px;
  fill: transparent;
  stroke-width: 5;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: animate 3s forwards;
}

@keyframes animate
{
  to
  {
    stroke-dashoffset: 0;
    fill: #b0814d;
  }
}

/**************** BANNER *****************/

.banner,header ul
{
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 1000px;
  overflow: hidden;
  opacity: 0;
  animation: opacidad 3s forwards;
  animation-delay: 2s;
}

@keyframes opacidad
{
  to
  {
    opacity: 1;
  }
}

.banner .row .col
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner img
{
  width: 100%;
  animation: blurredBanner 2s forwards 5s;
  filter: blur(3px);
}

@keyframes blurredBanner
{
  0%
  {
    filter: blur(3px);
  }

  50%
  {
    filter: blur(10px);
  }

  100%
  {
    filter: blur(0);
  }
}

.banner .hero
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 70px;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  pointer-events: none;
}

.banner .hero p:nth-child(1)
{
  text-transform: uppercase;
  font-weight: 600;
}

.banner .hero p:nth-child(2) 
{
  text-transform: uppercase;
  font-weight: 200;
}

.banner .hero p:nth-child(3) 
{
  text-transform: uppercase;
  font-size: 15px;
}

.banner .hero p:nth-child(4) 
{
  font-size: 60px;
  font-family: 'Tangerine', cursive;
}

/**************** SERVICIOS *****************/

.servicios2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 80px 0;
  filter: blur(10px);
  opacity: 0;
}

.servicios2 .col {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.servicios2 .row
{
  display: flex;
  align-items: center;
}

.servicios2-texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #000;
  height: fit-content;
}

.servicios2-servicios {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
}

.servicios2-servicios .col-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.servicios2-titulo {
  font-size: 60px;
  font-weight: 200;
}

.servicios2-subtitulo {
  font-size: 20px;

}

.servicios2 img {
  width: 50px;
}

.animacion-servicios {
  animation: animacion-servicios 3s forwards;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 80px 0;
  filter: blur(10px);
}

.slide-servicios
{
  animation: slide-servicios 3s forwards;
  right: 20%;
}

@keyframes animacion-servicios {
  0% 
  {
    opacity: 0;
    filter: blur(10px);
  }

  100% 
  {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes slide-servicios {
  0% 
  {
    opacity: 0;
    right: 20%;
  }

  100% 
  {
    opacity: 1;
    right: 0;
  }
}


/**************** HABITACIONES *****************/

.seccion-habitaciones2
{
  background-color: #000;
}

.habitaciones2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 50px 0;
  filter: blur(10px);
  opacity: 0;
  color: #fff;
  overflow: hidden;
}

.habitaciones2 .row
{
  display: flex;
  align-items: center;
}

.habitaciones2-texto
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  text-align: end;
  border-left: 1px solid #fff;
  height: fit-content;
}

.habitaciones2-titulo {
  font-size: 60px;
  font-weight: 200;
}

.habitaciones2-subtitulo {
  font-size: 20px;
}

.habitaciones2-texto hr 
{
  width: 100%;
}

.habitaciones2 .habitacion-select
{
  margin-top: 20px;
  width: 100%;
}


.habitaciones2 .habitacion-select ul
{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  padding: 0;
}

.habitaciones2 .habitacion-select ul li
{
  cursor: pointer;
}

.habitaciones2 .habitacion-select ul li:hover
{
  color: #b0814d;
  transition: ease;
  transition-duration: 0.5s;
}

.habitaciones2 .habitacion
{
  width: 100%;
  max-height: 350px;
  border: 7px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  left: 100%;
}

.habitaciones2 .habitacion img
{
  width: 100%;
}

.animacion-habitaciones {
  animation: animacion-habitaciones 3s forwards;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 50px 0;
  filter: blur(10px);
}

.slide-habitaciones
{
  animation: slide-habitaciones 3s forwards;
  left: 50%;
}

@keyframes animacion-habitaciones {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes slide-habitaciones {
  0% 
  {
    opacity: 0;
    left: 50%;
  }

  100% 
  {
    opacity: 1;
    left: 0;
  }
}


/**************** INTERMEDIO 1 *****************/

.intermedio
{
  margin: 50px 0 50px 0;
}

.intermedio .col
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.intermedio .col p:nth-child(1)
{
  font-size: 3rem;
}

.intermedio .col p:nth-child(2) 
{
  font-size: 2rem;
}

.intermedio .col p:nth-child(3) 
{
  font-size: 1.5rem;
}


/**************** INTERMEDIO 2 *****************/

.intermedio2
{
  max-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.intermedio2 .row
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.intermedio2 img
{
  width: 100%;
  filter: blur(2px);
}

.intermedio2 .cards
{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.intermedio2 #card1, #card2, #card3
{
  height: 300px;
  width: 400px;
  max-height: 300px;
  max-width: 400px;
  border: 10px solid #b0814d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: #f5f4dc;
  background-image: url("../img/beige-paper.png");
  background-repeat: repeat;
  position: absolute;
  left: 5%;
  opacity: 0;
  box-shadow: 7px 10px 18px #000;
  text-align: center;
  font-size: medium;
  padding: 20px;
}

.intermedio2 .slide-active
{
  animation: slideIn 7s forwards;
}

@keyframes slideIn
{
  0%
  {
    left: 10%;
    opacity: 0;
  }

  40%
  {
    opacity: 1;
    left: 5%;
  }

  90% 
  {
    opacity: 1;
    left: 5%;
  }

  100%
  {
    opacity: 0;
    left: 5%;
  }

}

/**************** GALERIA *****************/

#modal-container
{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.galeria
{
  min-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 10px 0;
  background: url("../img/wall.jpg");
}

.galeria .row
{
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}

.galeria .box-imagenes
{
  position: absolute;
  display: flex;
  transition: ease;
  transition-duration: 1s;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  right: 100%;
}

.galeria .galeria-active
{
  position: absolute;
  display: flex;
  transition: ease;
  transition-duration: 1s;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  right: 0;
}

.galeria .galeria-next
{
  width: auto;
  position: absolute;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 30px 0 30px 0;
  align-self: center;
  top: 200px;
}

.galeria .galeria-next button
{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  box-shadow: 7px 10px 10px #000;
  border-radius: 100%;
  padding: 0;
}

.galeria .box-imagen
{
  max-height: 170px;
  margin: 15px;
  border: 5px solid #fff;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 0;
}

.galeria .box-imagen:hover img
{
  width: 110%;
  opacity: 1;
  transition: ease;
  transition-duration: 0.5s;
}

.galeria .box-imagenes img
{
  opacity: 0.7;
  width: 100%;
  transition: ease;
  transition-duration: 0.5s;
  overflow: hidden;
}

.modal-galeria
{
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  height: 600px;
  max-height: 600px;
  padding: 10px 0 10px 0;
}

.modal-galeria .modal-imagen
{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-galeria .modal-imagen img
{
  border: 15px solid #fff;
  height: 100%;
}

.modal-botones
{
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-botones .btn
{
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  height: 50px;
  width: 50px;
}

.modal-botones .btn:hover
{
  background-color: #000;
}

ion-icon
{
  color: white;
}

.modal-botones .btn:hover ion-icon
{
  fill: #fff;
  font-size: 40px;
  transition: ease;
}

.modal-cerrar
{
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15%;
  align-self: flex-start;
  right: 30px;
  box-sizing: border-box;
  padding: 0;
  top: 30px;
}

.modal-cerrar .btn
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}

.modal-cerrar .btn:hover
{
  background-color: #fff;
}

.modal-cerrar .btn ion-icon
{
  color: #000;
}

.modal-cerrar .btn:hover ion-icon
{
  fill: #fff;
  font-size: 40px;
  transition: ease;
}

/**************** FOOTER *****************/

footer .datos {
  background-color: #1F2121;
  /* height: 500px; */
  color: #f5f0d7;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

footer .creditos {
  background-color: #000000;
  height: 120px;
  color: #f5f0d7;
}

footer .creditos .col {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 50px 0 0;
}

.form-contacto {
  max-width: 600px;
}
