@font-face {
  font-family: 'Gistesy';
  src: url('/fonts/Gistesy.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('/fonts/Montserrat-Regular.otf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Just';
  src: url('/fonts/JustAnotherHand-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

/*Color  background-color: #F4CDA6; /*Crema*/
/*Color background-color: #244F57; /*Verde*/
*{
  margin: 0;
  padding: 0;
  font-family: Just;
}
h1,h2,h3{
  font-weight: 500;
}
strong{
  font-weight: 500;
}

html{
  font-size: 22px;

}
.main-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #244F57;
  padding: 1.5em 5%;
  border-bottom: 0.1em solid black;
  border-color: #F4CDA6;
  position: fixed;
  width: 90%;
  z-index: 1;
}


.main-logo{
  color: #F4CDA6;
  font-size:2em;
  text-decoration:none;
  width: 100%;
  text-align: center;
}

.main-nav{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  margin-left: -100%;
  transition: all .2s linear;
  background-color: rgba(0,0,0,.7);
  z-index: 100;
 
}


#imagen{
  padding-top: 5.1em;
  background-color: #F4CDA6;
  padding-bottom: 1em; 
}
#cuentaatras{

  width: 100%;
  font-size: 1.5em;
  color: #244F57;
  padding-bottom: 0;
  text-align: center;

}

#alojamiento, #peluqueria{
  text-align: center;

}

#alojamiento{
  color: #244F57;
  background-color: #F4CDA6;
}

#sinti{
  color: #244F57;
  background-color: #F4CDA6;
}

#alojamiento li{
  font-size: 0.8em;
  list-style-type: none;
}
#peluqueria li{

  list-style-type: none;
}

#alojamiento ul li div{
  padding: 0;
}

#imagen img{
  width: 100%;
  filter: sepia(0.5);
}


.main-nav.show{
  margin-left: 0;
}

.nav-links{
  background-color: #244F57;
  display: flex;
  flex-direction: column;
  width: 70%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}

.link-item{
  margin-top: 2rem;
  color: #F4CDA6;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.link-item::after {
  position: absolute;
  content: "";
  background-color: black;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 3px;
  transition: 0.3s ease all;
}

.link-item:hover::after {
  width: 100%;
}

.button-menu{
  z-index: 200 !important;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  background: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.button-menu span{
  width: 37px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #F4CDA6;
  border-radius: 3px;
  transform-origin: 4px 0px;
  transition: all .2s linear;
}

.button-menu.close span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, 0px);
  background: #F4CDA6;
}

.button-menu.close span:nth-child(2){
  transform: rotate(-45deg) translate(-8px, 5px);
}

.button-menu.close span:nth-child(3){
  display: none;
}

main{
  background-color: #244F57;
  color: #F4CDA6;
}

.titulos_apartado{

  font-size: 2em;
  padding: 0.5em 0;

}

.no_apilado{
  padding: 6em 0;
  width: 30%;
}
#apilado{
  width: 40%;
  border-left: 0.1em solid #F4CDA6;
  border-right:0.1em solid #F4CDA6;

}
#apilado h2{
font-size: 2em !important;
}

.no_apilado h2{
font-size: 2em !important;
}

#apilado h1{
font-size: 6em !important;
}



#fecha{
  display: inline-flex;
  padding-bottom: 0.5em;
  width: 100%;
}

#pueblo{
  padding: 2em 0;
  font-size: 1.5em !important;
}
main h1{

  
  text-align: center;
}

#principal{
  text-align: center;
   
   font-size: 16px;
}
#principal h1{
  font-size: 4em;
  margin: 0.2em;
}

#principal h2{
  font-size: 1.5em;

}

main div{
  padding-bottom: 2em;
  padding-top: 7%;
}

.contenido li{

  padding: 1em 0;

}
#verbena{
  background-color: #F4CDA6;
  color:#244F57;
  text-align: justify;
}
#verbena p{
  margin: 0 5%;
}

.plani{
  width: 70%;
  margin: auto;
   border: 0.3em solid #F4CDA6;
   border-radius: 1em;
   padding: 1em;
   margin-bottom: 4em;
   box-shadow: 26px 36px 38px -8px rgba(244,205,166,0.75);
}

.plani .titulo_plan{
  border-bottom: 0.2em solid #F4CDA6;
  padding: 1em;
}
.plani h2{
  font-size: 1em;
  text-align: center;
}
.plani p{
  padding: 0.5em 1em;
  text-align: justify;
}

#mapa{
  width: 100%;
}

iframe{
  width: 100%;
  height: 66vh;
}

#sinti p{
  text-align: justify;
  margin: 0 10%;
}
#sinti h1{
  font-size: 1.8em;
}

.botones{
    color: #F4CDA6;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    width: 12em;
    display: block;
    padding: 1em 0.5em;
    border-radius: 10em;
    background-color: #244F57;
    box-shadow: 11px 17px 5px -8px rgba(6,6,6,0.75)
}

#sinti h2{
  text-align: center;
  margin-top: 2em;
}

#grupo_bizum{
  display: flex;
  padding: 1em 0;

}
.bizum{
  width: 50%;
  text-align: center;
 
}
.bizum h3{
  padding: 0.3em 0;
   font-size: 1.4em;
   font-weight: normal;
}

p{
 font-size: 1.2em;

}

#recomendaciones ul{
  margin: 0 2em;
  list-style-type:  none;
}
/* Para pantallas grandes */

@media screen and (min-width:1000px) {

main{
  width: 50%;
    margin: auto;
    box-shadow: 0px 19px 20px 13px rgba(6,6,6,0.75);
}

body{
  background-color: #244F57;
}

}

  /*
  .button-menu{
    display: none;
  }

  .main-logo{
    flex-basis: 30%;
  }

  .main-nav{
    position: static;
    margin-left: 0;
    flex-basis: 70%;
    height: 100%;
  }

  .nav-links{
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }

  .link-item{
    display: inline-block;
    margin-top: 0;
    margin-right: 2rem;
  }
  body{
    max-width: 1800px;
    margin: 0 auto;
  }
}
*/
