
/* 
 Theme Name:   Lemon
 Theme URI:    
 Description:  
 Author:       Andre
 Author URI:   
 Template:     orange
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

--------------------------------------------*/



body {
	margin-top: calc(3vh + 120px);
}

.titulo{
	font-weight:600;

}


#header{
box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);}
	
.atalhoHeader {
	margin:0;
}

.column {
	width: 100%;

}

#botaoLateral {
	font-size: 24px;
}

#servicosTexto {
	margin: 0%;
	margin-left: 20px;
	align-items: center;
	
}

.textoRodape {
  display: block; 
  margin-bottom: 16px;
	text-decoration:none; !important
	color: white; !important

	
}

a {
	text-decoration:none; !important
	color: white; !important
	

}


#divSociais {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	height: 20px;
	padding-left: 20%;
	padding-right: 20%;
	justify-content: space-evenly;
	margin-bottom: 10px;
}

#textoSociais {
	margin-bottom:0;
	font-size: 16px;
}

#tituloLocalizacao {
	color: #10AD7C;
}

.informacaoLocalizacao {
  padding: 0;
	height: 100%;
}

.mapa {
		width: 100%;
		height: 100%;
		border-radius: 40px;
}

.informacaoLocalizacao{
flex:0.6
}

.localizacaoDiv{
margin: 0;
	height: calc(100vh - 3vh - 100px);
}

#atalhosHeaderMeio {
justify-content: space-around;
}

#areaPrimeira {
		padding-bottom:0;
}

#primeiraEsquerda {
justify-content: space-around;
}

#esquerdaBotoes {
height: 20%;
	gap: 3%;
}

#primeiraDiv {
	height: calc(100vh - 3vh - 120px);
	min-height: 700px;
}

#quartosDiv {
	top: 10px;
}

#primeiraDireita {
		justify-content: space-around;
}

.imagensPrimeira {
		align-items: center
}

#rodape {
	height: auto;
	margin-bottom: 3vh;
	padding-top: 4vh;
	padding-bottom: 4vh;
	flex-direction: row;
	justify-content: space-around;
	
}

#divMapa {
	width:40%;
		height: 70%;
}

.separador {
	padding: 0;
	margin: 0;
}

#separadorLocalizacao {
	height: calc(100vh - 3vh - 120px);
	top: 10px;
}

.informacaoLocalizacao {
	align-items: center;
	justify-content: center;
}

.direitaLocalizacao {
	align-items: center;
	justify-content: center;
	height: 50%;
	margin-top: 25%;
	display: flex;
	flex-direction: column;
}

#sobreTitulo {
	margin-bottom: 6vh;
	  font-family: "Poppins", sans-serif;

}




#sobreDiv {
	top:10px;
	padding: 0;
	padding-left: 5vw;
		padding-right: 5vw;

}

#textoSobre {
	margin:0;
	margin-bottom: 3vh;
	text-align: justify;
	text-indent: 2em;
}

#botaoPrimeiraGaleria{
	color: #FFCE00;
	border-color: #FFCE00;
	border-width: 3px;
}

#botaoPrimeiraGaleria:hover {
	background-color: #10AD7C;
	color: white;
	border-color: #FFCE00;
}








/*GALERIA*/
.quartoDiv::before {
	border-radius: 15px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96%;;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 30%);
  pointer-events: none;
transition: transform 0.3s;
	z-index: 1;
}

	.quartoContainer {
		margin-bottom: 10vh;
	}

.quartoDiv:hover .quartoFoto,
.quartoDiv:hover::before {
  transform: scale(1.1); 
}

.nomeQuarto {
	z-index: 2;
}

.descricaoQuarto {
	z-index:2;
}

.nomeInterior {
	z-index: 2;
}





.separador {
width: 100vw;
}

#contactoDiv{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100vh -  3vh - 150px);
  padding-left: 3vw;
  padding-right: 3vw;
	margin-bottom: 10vh;
}

#contactoContainer {
  display: flex;
  height: 100%;
  width: 100%;
  gap: 3%;
  padding-bottom: 4%;

}

#contactoEsquerda {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding-left: 3%;
}

#contactoDireita {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding-right: 3%;

}
.textoContacto {
  color:#10AD7C;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  margin: 0;
}

.inputContacto {
  width: 100%;
  height: 40%;
  min-height: 50px;
  border: 2px solid #10AD7C;
  border-radius: 15px;
  padding-left: 20px;
  text-align: left;
  align-items:center;

}

.linhaContacto {
  display: flex;
  gap:3%;
  height: 100%;
	width: 100%;
}

#linhaMensagem{
	gap:0;
}

.elementoContacto {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
height: 100%;
  width: 100%;
}

#inputMensagem {
	height: 83%;
	width: 100%;
	padding-top: 2%;
}

#linhaBotoes {
  margin-top: 2vh;
  flex: 1;
}

.botaoContacto {
  /*background-image: linear-gradient(to bottom, #10AD7C, #038e62);*/
	background-color: #10AD7C;
  border-style: none;
  width: 100%;
  height: 70px;
  border-radius: 15px;
  color: white;
  font-size: 130%;
  font-weight: 500;
  transition: transform 0.2s, font-weight 0.2s, font-weight 0.1s;
		border-width: 3px;

}

.botaoContacto:hover {
	color: #10AD7C;
	transform: scale(1.1);
	background-color: white;
	border-style: solid;
	border-color: #10AD7C;
}

#btnVerificarDisponibilidade {
	background-color: #FFCE00;
}

#btnVerificarDisponibilidade:hover {
	transform: scale(1.1);
}


.overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  overflow: auto;
  justify-content: center;
  align-items: center;
}

.overlay-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 800px;
  height: 70%;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}

.calendar-header {
  display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.calendar-header h2 {
  margin: 0;
  color: #10AD7C;
}

#calendar {
  flex-grow: 1;
  width: 100%;
  height: calc(100% - 50px); /* Adjust based on your header height */
  height: 50%;
}

#subtituloCalendario {
	color: black;
	font-weight: 200;
	font-size: 150%;
	margin-top: 2%;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

#calendar {
  flex-grow: 1;
  width: 100%;
  height: calc(100% - 50px); /* Adjust based on your header height */
}

/* FullCalendar specific styles */
.fc .fc-daygrid-day-frame {
  min-height: 100%;
}

.fc .fc-daygrid-day-top {
  flex-direction: row;
  justify-content: center;
}

.fc .fc-daygrid-day-number {
  width: 100%;
  text-align: center;
	color: black;
	text-decoration: none;
	font-weight: 500;
	font-size: 120%;
	opacity: 70%;
}

.fc .fc-daygrid-event {
  margin-top: 1px;
  margin-bottom: 1px;
}

.fc .fc-daygrid-event-harness {
  margin-top: 0;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}


.fc-day-today {
  background-color: white !important;
}

.fc-daygrid-day.fc-day-past {
  background-color: #ffffff;
}

.fc-daygrid-day.fc-day-future {
  background-color: white;
}

.fc .fc-col-header-cell-cushion {
 width: 100%;
  text-align: center;
	color: black;
	text-decoration: none;
	font-weight: 500;
	font-size: 120%;
	opacity: 70%;}

.fc .fc-button-primary {
	background-color: #10AD7C;
	border-style: none;
}





/*BARRA LATERAL*/
.barraLateral {
	height: auto;
	padding-top: 10vh;
	padding-bottom: 10vh;
	margin-top: 3vh;

}

.barraContainer{
	height:100%;
}


#botaoLateral {
margin: 0;	
	font-size: 20px;
}


#descricaoContacto {
	margin: 0;
	font-size: 100%;
	margin-top: 2vh;
}



.nomeInterior {
	margin-bottom: 6%;
	font-size: 24px;
}

/*POPUP GALERIA*/
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
	align-items: center;
	justify-content: center;
}

.popup-content {
  display: block;
  margin: auto;
  width: 70vw;
	height: 80vh;
	object-fit: cover;
  position: relative;
	border-radius: 30px;
}

.close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}








/* TURISMO */
#separadorTurismo {
    height: calc(93vh - 120px);
	margin-bottom: 10vh;
	padding-bottom: 10vh;
	width: 90%;
	margin-left: 5%;
}

.turismoContainer {
    height: 100%;
    gap: 1%;
    display: flex;
    flex-direction: row;

}

.turismoLados {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
	gap: 2%;
}

#turismoCima {
    display: flex;
    flex-direction: row;
	height: 38%;
}

#turismoBaixo {
    display: flex;
    flex-direction: row;
	height: 60%;
}


#turismoEsquerda {
	height: 100%;
}




.imagemTurismo {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    position: relative;
		background-color: red;
	background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 30%);
  pointer-events: none;

}


.imagemTurismo::before {
	border-radius: 15px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
  pointer-events: none;
transition: transform 0.3s;
	z-index: 1;
}




.imagemTurismoSrc {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.divImagemTurismo {
    height: 100%;
    width: 100%;
    position: relative; 
}

.textoImagensTurismo {
    position: absolute;
    font-size: 50px;
	font-weight: 600;
    color: white;
    bottom: 2%; 
    right: 5%; 
    z-index: 1; 
}



/*TURISMO POPUP*/
.popUpTurismo {
  display: flex;
  position: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.greenSide {
    width: 8%;
	min-width: 100px;
    background-color: #10ad7c;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.verticalText {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: white;
    font-size: 3em;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

.mainContent {
    flex-grow: 1;
    overflow-y: auto;
}

.popUpContent {
    position: relative;
    width: 90%;
    height: 90%;
    margin: 5% auto;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}

.popUpHeader {
    position: sticky;
    top: 0;
    background-color: white;
    padding: 30px 20px;
    z-index: 2;
}

.popUpHeader h2 {
    font-size: 3em;
	text-align: center;
    margin-bottom: 20px;
	color:#10ad7c;
	font-weight: 600;
	font-size: 70px;
}

.popUpHeader h3 {
    font-size: 2em;
	color:#10ad7c;

    margin-top: 20px;
}



.popUpScrollable {
  height: calc(100% - 150px);
  overflow-y: auto;
  padding: 0 20px;
}

.imageGrid {  
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}


.imageGrid img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.closeButton {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
}

/* Make the original images clickable */
.divImagemTurismo {
  cursor: pointer;
}






/*COOKIES*/
#cookie-consent {
	z-index: 99999;
	background-color: white;
	display: none; 
	position: fixed; 
	bottom: 0; 
	width: 100%; 
	padding: 30px; 
	text-align: center;
	color: red;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

#botaoCookies {
    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); */
}

#botaoCookies:hover {
	transform: scale(1.1)
}

#textoCookies {
	color:black;
}




#areaUnderConstruction {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  font-family: 'Arial', sans-serif;
}

#underConstruction {
  height: 100%;
  width: 100%;
  opacity: 0.5;
  position: fixed;
  background-color: black;
}

#divUnderConstruction {
  background-color: white;
  color: black;
  border-radius: 20px;
  height: auto;
  width: 50%;
  max-width: 600px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

#tituloUnder {
  color: #10AD7C;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
}

#textoUnder {
  color: black;
  font-size: 18px;
  line-height: 1.5;
}

#textoUnder strong {
  font-weight: 700;
  display: block;
}















@media screen and (max-width: 800px) {
	.contactoDiv {
		flex-direction: column;
	}
  #contactoContainer {
 flex-direction: column;
  }
	#contactoDiv {
		height: 160vh;
	}
	.contactoTitulo {
		color: red;
	}
	#contactoEsquerda {
		width: 100%;
	}
		#contactoDireita {
		width: 100%;
	} 
	.elementoContacto {
		justify-content: flex-start;
	}
	#rodape {flex-direction: column;};
		.quartoDiv::before {
		height: 95%;
	}
	
  .quartoFoto {
    width: 90vw;
    height: 300px;
  }
	body {
		margin-top: calc(3vh + 150px)
	}
	
	#textoSobre {
		text-align: justify;
		margin-left: 2vw;
		margin-right: 2vw;
		font-size: 21px;
		margin-bottom: 10vh;
	}
	#textoLocalizacao{
	margin-bottom: 15px;
		font-size: 21px;
}

	#divMapa {
		width: 100%;
		  flex: 0 1 auto; /* This makes the filler take up the remaining space */

	}
	
	.informacaoLocalizacao {
height: auto;	
	align-items:flex-start;
	justify-content: flex-start;
		  flex: 1 1 auto; /* This makes the content take up as much space as it needs */

	}
	
	.direitaLocalizacao {
		height: 30%;	
		align-items:flex-end;
	justify-content: flex-end;
	}
	
	#separadorLocalizacao {
		height:auto;
	}
	

	
.servicosElemento {
	justify-content: space-around;
}
	
	#divUnderConstruction {
		width: 90%;
		height: 65%;
	}
	
	.turismoContainer {
		flex-direction: column;
	}
	
	#separadorTurismo {
		height: 150vh;
		width: 90%;
		margin-left: 5%;
		margin-bottom: 0;
		padding-bottom: 5vh;

	}
	
	#turismoCima {
		height: 60%;	
	}
	.textoImagensTurismo {
		font-size: 40px;
	}

	.turismoContainer {
		gap: 0%;
	}
	
	  .overlay-content {
    width: 90%;
    height: 70vh;
  }
	
	#primeiraDiv {
		min-height: 750px;
}
	.column {
		margin-bottom: 30px;
	} 
	#header{
		height:100px;
		flex-direction: column;
		transition: height 0.1s;
		align-items: center;
		justify-content: center;
	}
	.atalhoHeader {
		display: block;
}
	  #atalhosHeaderMeio {
    display: flex;
	height: 100%;
	flex-direction: column;
		  display:none;
	}
	
  #atalhosHeaderDireita {
    display: block;
	  		  display:none;
  }
	#logoHeader {
		margin-top: 10px;
	}
	.titulo {
		font-size: 45px;
	}
	

}

