/*
Theme Name: Orange.
Theme URI: Your Theme's URI
Description: idk.
Version: 1.0
Author: Andre
Author URI: Your website address.
*/

/*MAIN*/
body {
  margin-top: calc(3vh + 100px);
  padding: 0;
  overflow-x: hidden;
}

.site-main, .main-container, .content-area, .site-content {
  margin: 0;
  padding: 0;
}


p {
  font-family: "Montserrat", sans-serif;
	
  color: white;
}

.titulo {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  color: #10AD7C;
  margin-bottom: 6vh;
  line-height: 1;
  margin-bottom: 5vh;
	font-family: "Lilita One", sans-serif;
	  font-family: "Poppins", sans-serif;


}



#descricao {
  font-size: 140%;
  margin: 0;
  width: 100%;
  margin-top: 10%;
  font-weight: 500;
  color: rgb(64, 64, 64);
}

.texto {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #000000;
  margin-left: 10vw;
  margin-right: 10vw;
  margin-bottom: 10vh;
}

.separador {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  background-color: white;
  text-align: center;
  overflow:hidden;
  height: auto;
  margin-bottom: 10vh;
  position: relative;
}


/*HEADER*/
#header {
  margin-left: 5%;
  margin-right: 2.5%;
  width: 90%;
  height: 100px;
  background-color: rgba(255, 255, 255, 1);
  backdrop-filter: blur(10px); 
  position: fixed;
  top: 3vh;
  left: 0;
  z-index: 10;
  display: flex;
  padding-left: 4vw;
  padding-right: 4vw;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 5px 20px  rgba(0,0,0,0.3);
  border-radius: 20px;
}


#divLogoHeader {
  display: flex;
  align-items: center;
  flex: 1;
}

#logoHeader {
  height: 80px;
  margin-top:4px;
}

#logoHeader:hover {
  cursor: pointer;

}

#atalhosHeaderMeio {
  display: flex;
  flex: 2;
  justify-content: center;
  align-items: center;
}

#atalhosHeaderMeio a {
  margin: 0 15px; 
}

#atalhosHeaderDireita {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.atalhoHeader {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.2s, font-weight 0.2s, font-weight 0.1s;
  color: #10AD7C;
}

.atalhoHeader:hover {
  color: #10AD7C;
  transition: color 0.2s;
  cursor: pointer;
  transform: scale(1.1);
  font-weight: 500;
  transition: transform 0.2s, font-weight 0.2s, font-weight 0.1s;
}



.botaoHeader {
  height: 55px;
  width: 230px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  border-style: none;
  background-color: #10AD7C;
  font-weight: 500;
  color: #ffffff;
  border-radius: 12px;
  transition: transform 0.2s, font-weight 0.2s, font-weight 0.1s;
  /*background-image: linear-gradient(to bottom, #10AD7C, #038e62);*/
}

#botaoLinguagem {
  width: 80px;
  background-color: white;
  color: #10AD7C;
  background-image: linear-gradient(to bottom, white, white);
}

#botaoLinguagem:hover{
  background-color: #10AD7C;
  color: white;
  /*background-image: linear-gradient(to bottom, #10AD7C, #038e62);*/
  border-style: none;
}

.botaoHeader:hover {
  background-color: white;
  color: #10AD7C;
  border-style: solid;
  border-color: #10AD7C;
  border-width: 3px;
  transform: scale(1.05);
  transition: transform 0.2s, font-weight 0.2s, font-weight 0.1s;
  cursor: pointer;
  font-weight: 500;
  background-image: linear-gradient(to bottom, white,white);

}



.hamburger-menu {
  position: fixed; 
  top: 6vh;; 
  right: 5vw; 
  z-index: 9999;
  cursor: pointer;
  display: none;
}


.hamburger-menu span {
  width: 30px;
  height: 5px; 
  background-color: #10AD7C;
  margin: 8px 20px; 
  margin-left: 30px;
  display: block; 
  border-radius: 90px;
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:first-child {
  transform: rotate(45deg) translateY(6px);
}

.hamburger-menu.active span:last-child {
  transform: rotate(-45deg) translateY(-6px);
}

.sensorBarra {
  position:fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 10;
  display: none;
}



/*RODAPE*/
#rodape {
  background-color: #10AD7C;
  height: 30vh;
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #10AD7C;
  margin-bottom: 0;
  flex-direction: row;
  min-height: 300px;
  /*background-image: linear-gradient(to bottom, #10AD7C, #038e62);*/
  width: 90%;
  margin-left: 5vw;
  margin-bottom: 1vw;
}


.textoRodape {
  color: white;
  font-size: 16px;
  margin:0;
  margin-bottom: 20px;
  font-weight: 300;
}

/*BARRA LATERAL*/
.barraLateral {
  flex-direction: column;
  padding-top: 100px;
  position: fixed;
  height: 100%;
  width: 300px;
  right: 0;
  top: 0;
  z-index: 10;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: rgba(255, 255, 255, 1);
  padding-left: 40px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);  
  display: none;

}

.barraContainer {
  width: 300px;
  display:flex;
  flex-direction: column;
}

.barraLateral .botaoHeader {
  margin-bottom: 20px;
  margin-left: 0;
}


.barraLateral .atalhoHeader {
  margin-left: 0;
  margin-bottom: 14px;
}


.barraLateral .atalhoHeader:hover {
  color: #10AD7C;
  transition: color 0.2s;
  cursor: pointer;
  transform: scale(1.05);
  font-weight: 500;
  transition: transform 0.2s, font-weight 0.2s, font-weight 0.1s;
}

/*PRIMEIRA*/
#primeiraDiv {
  position: relative;
  height: calc(100vh - 160px);
  width: 110%;
  /*background-color: rgb(185, 185, 185);*/
  margin-bottom: 0;
  overflow-y:hidden;
	height: 150vh;
}

#areaPrimeira {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 5%;
  padding-top:2%;
  padding-bottom:2%;
}


#primeiraEsquerda {
  flex: 0.6;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-direction: column;

}

#esquerdaCima {
  width: 100%;
  padding: 0;
  flex-direction: column;
  align-items: center;
  text-align: justify;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

#logo3 {
  /*height: 100%;*/
  width: 100%;
  margin: 0;
}


#esquerdaBotoes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}



.botaoPrimeira {
  height: 65px;
  width: 46%;
  min-width: 180px;
  font-family: "Montserrat", sans-serif;
  font-size: 140%;
  border-style: none;
  background-color: #10AD7C;
  font-weight: 500;
  color: #ffffff;
  border-radius: 15px;
  transition: transform 0.2s, font-weight 0.2s, font-weight 0.1s;
  /*background-image: linear-gradient(to bottom, #10AD7C, #038e62);*/
}

.botaoPrimeira:hover{
  transition: transform 0.2s;
  transform: scale(1.1);
 }
 

#botaoPrimeiraGaleria {
  background-image: none;
  border-color: #10AD7C;
  border-style: solid;
  border-width: 3px;
  color: #10AD7C;
  font-weight: 600;
  background-color: white;
}

#botaoPrimeiraGaleria:hover {
  /*background-image: linear-gradient(to bottom, #10AD7C, #038e62);*/
  border-style: none;
  color: white;
}

#botaoPrimeiraContacto:hover {
  background-image: none;
  background-image: white;
  border-style: solid;
  border-width: 3px;
  border-color: #10AD7C;
  color: #10AD7C;
  background-color: white;
}


#descricao {
  font-size: 140%;
  margin: 0;
  width: 100%;
  margin-top: 10%;
  font-weight: 500;
}





#primeiraCentro {
  width: 10%;
}






#primeiraDireita{
  flex: 1;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  flex-direction:column;
}

.imagensPrimeira {
  display: flex;
  width: 100%;
  height: 100%;
  flex: 1;
  justify-content: space-between;
  
}

#imagemPrimeira {
  height: 80%;
  width: 32%;
  object-fit: cover;
  border-radius: 50px;
  transition: transform 0.2s;

}

#imagemPrimeira:hover {
  transition: transform 0.2s;
  transform:scale(1.1);
}

#imagensMeio {
  margin-left: -15%;
}








#sobreDiv {
  height: auto;
  top: 4vh;
  align-items: center;  
  padding-left: 5%;
  padding-right: 5%;

}

.servicosElemento {
  display: flex;
  align-items: center;
  width: 100%;
}

.servicosIcone {
  height: 60px;
}

#servicosTexto {
  margin: 0;
  margin-left: 3vw;
}

.servicosColuna {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 70px;
  justify-items: center;
  margin-bottom: 10vh;
  width: 100%;
  justify-content: space-around;
  padding-left: 5%;
  padding-right: 5%;

}


#servicosDiv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 70px;
  justify-items: center;
  margin-bottom: 10vh;
}

.barraCinza {
  width: 15vw;
  height: 7px;
  background-color: #FFCE00;
  border-radius: 90px;
  position: absolute;
}

.fundo {
  background-color: rgba(255, 255, 255);
  position: relative;
  border-radius: 80px;
}


#textoSobre {
  margin-bottom: 5%;
}


#imagemSobre {
  height: 10vh;
  width: 90%;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 10vh;
  object-position: center 75%;
}

/*LOCALIZACAO*/
.localizacaoDiv {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding-left: 5vw;
  padding-right: 5vw;
  

}
.mapa {
  flex: 1;
  height: 100%;
  width: 100%;
  border-radius: 35px;
}
.informacaoLocalizacao {
  display: flex;
  height: 100%;
  text-align: left;
  flex-direction: column;
  flex: 0.7;
  padding-right: 90px;
  justify-content: center;
}

#tituloLocalizacao {
  margin: 0;
  width: 100%;
  text-align: left;
  color: black;
  font-size: 25px;
  margin-bottom: 20px;
}

#textoLocalizacao {
  margin: 0;
  width: 100%;
  text-align: left;
  color: black;
  font-size: 25px;
  margin-bottom: 40px;
}


/*GALERIA*/

.quartoContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; 
  align-items: flex-start; 
  margin-left: 2vw;
  margin-right: 2vw;
}

.quartoDiv { 
  margin: 10px; 
  position: relative;
}

.quartoFoto {
  width: 500px;
  height: 360px;
  border-radius: 15px; 
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
  object-fit: cover;
}

.quartoFoto:hover {
  cursor: pointer;
  transform: scale(1.05); 
  transition: transform 0.3s;
}

.nomeQuarto,
.descricaoQuarto,
.nomeInterior {
  position: absolute;
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  left: 20px;
  bottom: 10px;

}

.nomeQuarto,
.descricaoQuarto:hover {
  cursor: pointer;
}


.nomeQuarto {
  bottom: 50px;
}

.descricaoQuarto {
  font-weight: 300;
}

















@media screen and (max-width: 800px) {
  .formularioGrid {
    grid-template-columns: 1fr;
  }
  .formularioArea {
    padding-left: 50px;
    padding-right: 50px;

  }
  #imagemFundoFormulario {
    width: 0;
    height: 0;
  }
  #botaoDisponibilidade {
    width: 100%;
  }
  .titulo {
    font-size:45px;
  }
  #calendarioArea {
    height: 90vh;
    width: 95vw;
  }
  .calendario {
    width: 80vw;
    height: 40vh;
  }
  #botaoVoltar{
    margin: 0;
  }
  #rodape {
    padding-left: 30px;
    padding-right: 30px;    
  }
  .localizacaoDiv {
    flex-direction: column;
  }
  header{
    margin-left: 3vw;
    margin-right: 3vw;
    width: 90vw;    
  }

  #divLogoHeader {
    display: block; 
    text-align: center; 
  }
  #atalhosHeaderMeio {
    /*display: none;*/
  }
  #atalhosHeaderDireita {
    /*display: none;*/
  }
  .hamburger-menu {
    display: inline-block;
  }  
  #areaPrimeira {
    flex-direction: column;
  }  #primeiraEsquerda {
    width: 100%;
    height: 100%;
  } #primeiraDireita {
    width: 100%;
  } #primeiraDiv {
    width:100%;
    height: auto;
  } #imagensMeio {
    margin-left: 0;
  } #imagemPrimeira {
    width: 100%;
  } #primeiraCentro {
    display: none;
  } #primeiraEsquerda {
    margin-bottom: 20%;
  } #descricao {
    margin-bottom: 10%;
  } #primeiraDireita {
    display:none;
  }
  .quartoFoto {
    width: 90vw;
    height: 300px;
  }

  .nomeQuarto {
    font-size: 18px;
  }

  .descricaoQuarto {
    font-size: 16px;
  }

}