* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  color: #4C4C4C;
}

html {
  scroll-behavior: smooth;
}

::-moz-placeholder {
  font-size: 14px;
}

::placeholder {
  font-size: 14px;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

h1 {
  margin-bottom: 20px;
}
h2 {
  width: 80%;
  font-weight: 400;
  font-size: 36px;
  text-align: left;
  color: #4C4C4C;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}

p {
  line-height: 22px;
  font-size: 14px;
}
@media (min-width: 768px) {
  p {
    font-size: 14px;
  }
}

.item {
  margin-bottom: 20px;
}

.titulo {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .titulo {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .titulo h2 {
    width: 100%;
    text-align: center;
  }
}
.titulo p {
  font-size: 16px;
}

.titulo b {
  display: block;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .titulo p {
    width: 100%;
    text-align: center;
    width: 60%;
    margin: auto;
  }
}

.contenedor-pl {
  display: flex;
  flex-flow: column;
  align-content: center;
  width: 100%;
  margin: auto;
}

.pre-header {
  height: 80px;
  background-color: #833AB4;
  display: flex;
  position: fixed;
  top: 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.pre-header p {
  color: white;
  text-align: center;
  line-height: 21px;
  width: 70%;
  text-decoration: none;
}

.pre-header a {
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) {
  .pre-header p {
    font-size: 21px;
    width: fit-content;
  }
}
.pre-header b {
  color: white;
}

.pre-header img {
  width: 40px;
    margin-right: 20px;
}

.menu {
  display: flex;
  position: fixed;
  background-color: #4C4C4C;
  bottom: 0px;
  width: 100%;
  gap: 0px;
  justify-content: center;
  height: 60px;
  z-index: 999999999;
}
@media (min-width: 768px) {
  .menu .destacado {
    display: flex;
    align-items: center;
    height: 190px;
    bottom: 50px;
    overflow: hidden;
    flex-flow: column;
    width: 110px;
  }
  .menu {
    height:110px;
  }
  

}

.menu .destacado {
  position: relative;
  display: flex;
  align-items: center;
  height: 190px;
  bottom: 50px;
  overflow: hidden;
  flex-flow: column;
  width: 110px;
}

.menu .destacado img {
  width: 100px;
}

.menu .destacado img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
 .menu .destacado img:hover {
  transform: scale(1);
    }
}

.menu .destacado a{
  color: white;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.menu .destacado a:hover{
  color: white;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .menu .destacado img {
    width: 70px;
    }

    .menu .destacado a{
      height: 70px;
    }
    
 
}


.menu .destacado p {
  color: white;
  font-size: 13px;
  margin-top: 10px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  margin-top: 100px;
}
@media (min-width: 768px) {
  .header {
    width: 70%;
  }
}
.header img {
  width: 110px;
}
@media (min-width: 768px) {
  .header img {
    width: 150px;
  }
}
.header .btn-ficha {
  background-color: #00b2ff;
  width: 150px;
    border-radius: 50px;
    color: white;
    font-size: 16px;
    height: 45px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
  .header .btn-ficha {
    font-size: 16px;
  }
}

.vitrina {
  height: 420px;
}

.el-lodge {
  width: 80%;
  margin: auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .el-lodge {
    width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-flow: column;
    margin-top: 40px;
  }
}
.el-lodge h1 {
  width: 100%;
  font-size: 36px;
  text-align: left;
  color: #4C4C4C;
  line-height: 36px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .el-lodge h1 {
    text-align: center;
  }
}
.el-lodge h2 {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  text-transform: none;
  line-height: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .el-lodge h2 {
    text-align: center;
    width: 50%;
  }
}
.el-lodge p {
  text-align: left;
  font-size: 15px;
}
@media (min-width: 768px) {
  .el-lodge p {
    text-align: center;
  }
}

.pilares {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .pilares {
    width: 40%;
    gap: 20px;
  }
}
.pilares .pilar {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
}
.pilares .pilar img {
  width: 80%;
}
@media (min-width: 768px) {
  .pilares .pilar img {
    width: 100%;
    background-color: #86c400;
    border-radius: 50px;
  }
}
.pilares .pilar h2 {
  text-align: center;
  margin-top: 10px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 0px;
  font-size: 32px;
}
@media (min-width: 768px) {
  .pilares .pilar h2 {
    width: 80%;
    margin-top: 20px;
    font-size: 48px;
    margin: 20px 0;
  }
}
.pilares .pilar p {
  text-align: center;
  line-height: 18px;
}
@media (min-width: 768px) {
  .pilares .pilar p {
    width: 80%;
    margin: auto;
    font-size: 1rem;
  }
}

#opiniones {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #opiniones {
    width: 80%;
  }
}
#opiniones h2 {
  width: 60%;
  font-size: 36px;
  text-align: left;
  color: #4C4C4C;
  line-height: 36px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #opiniones h2 {
    width: 80%;
    margin: auto;
  }
}

.opinion {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  width: 90%;
    height: 350px;
    background-color: #f3f3f3;
    border-radius: 30px;
}
@media (min-width: 768px) {
  .opinion {
    width: 90%;
    height: 350px;
    background-color: #f3f3f3;
    border-radius: 30px;
  }
}
.opinion img {
  width: 150px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.opinion p {
  text-align: center;
  width: 80%;
  margin-top: 10px;
}

#hospedajes {
  width: 100%;
  /* height: 750px; */
  
}
@media (min-width: 768px) {
  #hospedajes {
    width: 70%;
    margin: auto;
    margin-bottom: 0px;
    /* height: 750px; */
  }
}
#hospedajes h2 {
  width: 50%;
  font-size: 36px;
  text-align: left;
  color: #4C4C4C;
  line-height: 36px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #hospedajes h2 {
    width: 80%;
    margin: auto;
    text-align: center;
  }
}
#hospedajes .hospedaje {
  background-color: #f3f3f3;
  border-radius: 0 100px 30px 30px;
  margin-bottom: 40px;
  //height: 630px;
}

@media (max-width: 768px){
   #hospedajes .hospedaje{
   //height: 690px;
   }
}

#hospedajes .hospedaje .imagen-hospedaje {
  width: 100%;
  top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
#hospedajes .hospedaje .contenido {
  width: 90%;
  margin: auto;
  /* height: 330px; */
  margin-top: 20px;
}
@media (min-width: 768px) {
    
    #hospedajes .hospedaje {
      height: auto;
    }

  #hospedajes .hospedaje .contenido { 
    /* height: 250px; */
  }
}
#hospedajes .hospedaje .contenido h3 {
  margin-bottom: 10px;
}
#hospedajes .hospedaje .contenido p:nth-child(3) {
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
  color: darkgrey;
}
#hospedajes .hospedaje a img {
  position: relative;
  top: 20px;
  width: 180px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  #hospedajes .hospedaje a img {
    width: 160px;
  }
}

.valores {
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
}

.valores td {
  font-size: 16px;
}
@media (min-width: 768px) {
  .valores {
    width: 60%;
  }
}
.valores tr td:nth-child(1) {
  width: 60%;
  height: 60px;
  text-align: left;
}
.valores tr td:nth-child(2) {
  width: 40%;
  text-align: right;
  font-weight: bold;
}
.valores h2 {
  width: 50%;
  font-size: 36px;
  text-align: left;
  color: #4C4C4C;
  line-height: 36px;
  text-transform: uppercase;
}
.valores table {
  width: 100%;
  margin: auto;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid;
  padding: 10px;
  border-collapse: collapse;
}
.valores .legales {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .valores .legales {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-flow: row;
  }
}
.valores .legales p {
  font-size: 14px;
}

.ficha {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ficha {
    width: 60%;
  }
}
.ficha h2 {
  width: 70%;
  font-size: 36px;
  text-align: left;
  color: #4C4C4C;
  line-height: 36px;
  text-transform: uppercase;
}
.ficha .formulario {
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin: auto;
}
.ficha .formulario input, .ficha .formulario select {
  width: 100%;
  height: 50px;
  background: #f3f3f3;
  border: none;
  margin-bottom: 10px;
  padding-left: 10px;
}
.ficha .formulario button#submit {
  border: 0;
  display: flex;
  background: none;
}
.ficha .formulario button#submit img {
    width: 250px;
}

@media (min-width: 768px) {
  .ficha .formulario button#submit img {
    width: auto;
    height: 60px;
    }
}

#galeria {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.titulo-peluqueria {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}
.titulo-peluqueria img {
  width: 100%;
  margin-top: 20px;
}

#peluqueria {
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #peluqueria {
    width: 70%;
  }
}
#peluqueria .servicio {
  background-color: #f3f3f3;
  border-radius: 160px 160px 30px 30px;
  margin-bottom: 40px;
}
  
@media (max-width: 768px) {
  #peluqueria .servicio {
    height: fit-content;
  }
} 
  
#peluqueria .contenido {
  width: 90%;
  margin: auto;
  //height: 210px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #peluqueria .contenido {
    height: auto;
  }
}
#peluqueria .contenido h3 {
  margin-bottom: 10px;
}
#peluqueria a img {
  position: relative;
  top: 20px;
  width: 180px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  #peluqueria a img {
    width: 160px;
  }
}

.requisitos {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .requisitos {
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.requisitos h2 {
  width: 100%;
}
.requisitos p {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .requisitos p {
  /* font-size: 16px;
  line-height: 26px; */
  }
}
.requisitos .requisito {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .requisitos .requisito {
    width: 25%;
  }
}

.store {
  background-color: #F08426;
  height: 480px;
  padding: 20% 10%;
  margin-bottom: 40px;
}
.store h2 {
  width: 50%;
  font-size: 36px;
  text-align: left;
  color: #4C4C4C;
  line-height: 36px;
  text-transform: uppercase;
}

.footer {
  display: flex;
    margin-bottom: 90px;
    background-color: #ADADAD;
    height: 300px;
    padding-left: 20px;
}
@media (min-width: 768px) {
  .footer {
    margin-bottom: 70px;
    height: 200px;
    color: white;
  }
}
.footer .contenido {
  display: flex;
  flex-flow: column;
  width: 80%;
  /* margin: auto; */
  margin-top: 30px;
}

.footer .contenido a:hover{
  color: white;
  text-decoration: underline;

}
@media (min-width: 768px) {
  .footer .contenido {
    display: flex;
    flex-flow: row;
    width: 100%;
    /* margin: auto; */
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
  }
}
.footer img {
  width: 100px;
}
@media (min-width: 768px) {
  .footer img {
    width: 70px;
    margin-right: 20px;
  }
}
.footer p {
  font-size: 16px;
  width: 55%;
}
@media (min-width: 768px) {
  .footer p {
    width: auto;
  }
}
.footer a {
  margin: 5px;
  font-size: 16px;
}

#ficha-de-ingreso,
#requisitos-ingreso,
#peluqueria-en-el-lodge {
  height: 40px;
  position: relative;
  margin-top: -50px;
}