

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;   /* optional: just make scrollbar invisible */
}



* {
	box-sizing: border-box;
}

.paginas {
	background-color: #f5f5f5;
}
/*
home page
*/
html, body {
	width: 100%;
	margin: 0;
}

body {
	margin-top: 0;
	font-family: 'Prompt', sans-serif;
	background-color: white;
}



/*
header
*/

header {
	position: relative;
	margin: 0;
	z-index: 100;
	width: 100%;
} 



/*
Logo
*/

.logo {
	margin-left: 10%;
} 

/*
nav menu
*/

header nav {
	background-color: rgb(70, 70 ,70);
} 

#menuHeader {
	margin: 0;
	position: relative;
	padding-left: 10%;
}

#menuHeader li {
	list-style: none;
	font-size: 1.1em;
	display: inline-block;
	padding: 12px 20px;
	color: #848484;

	cursor:  pointer;
}

#menuHeader li:hover {
	color: #a5a5a5;
}

#menuHeader li:hover ul {
	display: block;
}

#menuHeader .liativo {
	color: #e2e2e2;
}
#menuHeader .liativo:hover {
	color: #e2e2e2;
}



/*
form pesquisa 
*/

#mostraFormMobile {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 10%;
	color: #aaaaaa;
	transform: translateY(-50%);
    top: 50%;
    font-size: 1.5em;
}

#escondeFormMobile {
	cursor: pointer;
	display: none;
	position: absolute;
	left: 10%;
	color: #aaaaaa;
	transform: translateY(-50%);
    top: 50%;
    font-size: 1.5em;
}


#formPesquisa {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100%;
    margin-right: 10%;
    display: none;
}

#formPesquisa p {
	position: relative;
	margin: 0;
}

#formPesquisa p button {
	background-color: transparent;
    border: none;
    position: absolute;
    font-size: 1.1em;
    top: 50%;
    transform: translateY(-50%);
    color: #aaaaaa;
}

#formPesquisa p button:hover {
	color: #e2e2e2;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #777777;
}

#formPesquisa p input {
	background-color: #5b5b5b;
    font-size: 1.1em;
    padding: 5px 30px; 
    padding: 5px 12px 5px 28px;
    border-radius: 23px;
    border: none;
    box-shadow: 0px 0px 8px 0px #ccc;
    color: #aaaaaa;
}

#formPesquisa p input:focus {
	box-shadow: 0px 0px 10px 1px #ccc; 
}

.limpaFocus:focus {
	outline: none;
	border: none;
}



/*
div msg
*/

#divMsg {
	position: absolute;
	width: 100%;
	background-color: rgba(155, 155, 155, 0.95);
	padding-left: 10px;
	z-index: 10;

	display: none;
}

#divMsg p {
	width: 86%;
}

#divMsg span {
	position: absolute;
	right: 10px;
	transform: translateY(-50%);
    top: 50%;
	font-size: 2em;
}



/*
div imagem
*/

#divImagem {
	position: relative;
	text-align: center;
	width: 100%;
	padding: 40px 50px;
	background-image: url("../imagens/fundo.jpg");
}

#divImagem img {
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 10px 5px #4f4e4c;
  	-moz-box-shadow: 0px 0px 10px 5px #4f4e4c;
  	box-shadow: 0px 0px 10px 5px #4f4e4c;
}


#divSlogan {
	position: absolute;
    margin-top: 3%;
    left: 0;
    right: 0;
}

#slogan {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 2em;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.914);
    
}

/* classe palavra verde tit */
.spanTit {
	color: #8aed49;
}


#fundo {
	padding-bottom: 10px;
	margin-bottom: 60px;
	background-color: #f2f1de;
}




/*
main
*/


#mainWrapper {
	text-align: center;
	padding: 0 10%;
}

.mainH1 {
	font-family: 'Josefin Sans', sans-serif;
}



/*
div Form
*/
#mostraEnviaEmailMobile {
	display: none; 
}

#divForm {
	width: 25%;
	float: left;
	text-align: justify;
}

#divForm form {
	margin-bottom: 80px;
}

#divForm p {
	font-size: 1.1em;
}

#divForm form p label {
	font-weight: bold;
	font-size: 1.2em;
}


#divForm form p:last-of-type input {
	width: 100%;
	font-size: 1.2em;
	background-color: rgb(70, 70 ,70);
	border: 1px solid #ccc;
	padding: 10px 0;
	color: #848484;
	border-radius: 4px;
}

#divForm form p:last-of-type input:hover {
	color: #e2e2e2;
	border: 1px solid #e2e2e2;
	background-color: #2d2d2d;
}

#divForm form p:last-of-type input:focus {
	outline: none;
}

#divForm form p:last-of-type {
	text-align: center;
}


.formInput {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 1.1em;
	padding: 10px 10px;
	background-color: #e2e2e2;
	resize: none;
}


/*
div sugestao
*/

#divSugestao img {
	cursor: pointer;
	width: 100%;
	border: solid 1px #000;
}

#divSugestao h2 {
	text-align: center;
}



/*
div info
*/


#divInfo {
	width: 60%;
	float: right;
	text-align: justify;
	vertical-align: top;
	font-size: 1.1em;
}


#divProdutos {
	text-align: center;
	margin-bottom: 100px;
}

#divProdutos h2 {
	text-align: left;
}

#divProdutos .produtosInfo {
	
	position: relative;
	display: inline-block;
	width: 48%;

	text-align: justify;
    vertical-align: top;
}

#divProdutos .produtosInfo:first-of-type {
	margin-right: 22px;
}

.produtosInfo .produtosDivImg img {
	width: 100%;
	height: 201px;
	
}

.produtosDivImg {
	position: relative;
	cursor: pointer;
}

.bordaImg {
	position: absolute;
	background-color: rgba(0,0,0, .8);
}

.topo {
	width: 90%;
    height: 7%;
    top: 0;
    left: 5%;
}

.direita {
	height: 100%;
	width: 5%;

	right: 0;
}

.baixo {
	width: 90%;
    height: 7%;
    bottom: 0;
    left: 5%;
}

.esquerda {
	height: 100%;
	width: 5%;
	left: 0;
}



/*
div morada
*/


#divMorada {
	position: relative;
}

#divMorada .fotoMapa {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

#mapaNormal {
	height: 100%;
}

#mapaMobile {
	display: none;
}

#mapaPort {
	display: none;
}


#divMorada h1 {
	margin: 50px 0;
}

#divMorada h1:first-of-type {
	margin-top: 0;
}

#divMorada p a {
	text-decoration: none;
	color: #000;
}




/*
footer
*/
footer {
	clear: both;
	position: relative;
	background-color: #424242;
	color: #848484;
}

.h1footer {
	margin-top: 40px;
	color: #e2e2e2;
	font-family: 'Josefin Sans', sans-serif; 
}



#sobreFooter {
	display: inline-block;
	width: 30%;
	margin-left: 10%;
}

.autor {
	text-align: right;
}



#infoFooter {
	float: right;
	vertical-align: top;
	margin-right: 10%;
	margin-bottom: 40px;
}


.pCopy {
	clear: right;
	background-color: #2b2b2b;

	padding: 15px;
	margin-bottom: 0;
}

#hrefLinkedin {
	text-decoration: none;
	color: #848484;
}

#hrefLinkedin:hover {
	text-decoration: underline;
	color: #e2e2e2;
}

/*
Cookies
*/

#divAlertaCookies {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #2b2b2b;
}

.cookiesP {
	width: 80%;
	text-indent: 20px;
	display: inline-block;
	color: #848484;
}

#btAceitaCookies {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%); 

	background-color: #757575;
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 1em;
}



/*
ecra de loadings 
*/
#divLoading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 111;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

#caixaLoading {
	background-color: #fff;
    padding: 30px;
    width: 70%;
    margin: 10% auto;
    box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.55);
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}


.spinner {
  margin: 25px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


/* Light Box */
#divLightBox {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background-color: rgba(0, 0, 0, .9);
}

#divImgLightBox {
	position: relative;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}

#divImgLightBox img {
	max-width: 100%;
}

#fechaLight {
	position: absolute;
	top: 10px;
	right: 10px;
}


/*
	\\ MEDIA QUERIES //
*/
/* smartphone */

@media only screen and (max-width: 665px) {
	#divLogo {
		text-align: center;
	}

	.logo {
		margin: 0;
	}

	/* header */

	#menuHeader {
		padding-left: 10%;
	}
	#menuHeader li  {
		padding: 12px 10px 12px 0;
	}

	#formPesquisa {
		display: none;
		right: -100%;
	}

	#formPesquisa p  {
		width: 185px;
	}
	#formPesquisa p input {
		width: 100%;
	}


	#mostraFormMobile {
		display: block;
	}


	/* imagem principal*/

	#divImagem {
		padding: 40px 0;
	}

	#divSlogan {
		position: static;
		margin: 0 0 15px 0;
		padding: 0 10px;
	}

	#divSlogan #slogan {
		font-size: 1.2em;
		color: #757575;
	}

	/* main */

	#mainWrapper {
		padding: 0;
	}

		/* div form email */

	#mostraEnviaEmailMobile {
		margin-top: 15px;
		display: block;
		position: relative;
		padding: 5px 0 5px 5%;
		font-size: 1.1em;
		background-color: #e2e2e2;
		box-shadow: 0px 0px 20px 3px #4f4e4c;
	}
	
	.emailToggle {
		position: absolute;
		right: 3%;
		top: 50%;
		transform: translateY(-50%);
	}

	#emailEsconde {
		display: none;
	}


	#divForm {
		float: none;
		width: 80%;
		display: block;
		margin: 0 auto;
		margin-bottom: 20%;
	}

	#divForm h1 {
		text-align: center;
		margin-bottom: 25px;
	}

	#enviaEmail {
		display: none;
		background-color: #e2e2e2;
		padding: 0 10px 10px 10px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		box-shadow: 0px 0px 14px 2px #4f4e4c;
	}

	#enviaEmail p:first-of-type {
		margin-top: 0;
		padding-top: 10px;
	}

	.formInput {
		background-color: #c4c4c4;
	}


	#divSugestao {
		margin-top: 20%;
	}


		/* div informacoes */

	#divInfo {
		float: none;
		width: 80%;
		padding-bottom: 30px;
		display: block;
		margin: 0 auto;
	}

	#divProdutos {

	}

	#divProdutos .produtosInfo {
		display: block;
		margin: 0 auto;
		margin-top: 20%;
		width: 95%;
	}

	#divProdutos .produtosInfo:first-of-type {
		margin: 25px auto;
	}

	.produtosInfo .produtosDivImg img {
		height: auto;
	}

	/* morada */


	#divMorada {
		text-align: left;
	}
	
	#divMorada .fotoMapa {
		margin: 0 auto;
		margin-top: 15%;
		position: static;
		height: auto;
		width: 100%;
	}

	#mapaNormal {
		display: none;
	}

	#mapaMobile {
		display: inline-block;
		width: 100%;
		height: auto;
	}

	

	/*
	footer
	*/
	

	#sobreFooter {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	#sobreFooter h1 {
		margin-top: 0;
		padding-top: 30px;
	}


	#infoFooter {
		float: none;
		width: 80%;
		margin: 0 auto; 
	}


	/* alerta cookies */
	#divAlertaCookies {
		padding-bottom: 16px;	 
	}

	.cookiesP {
		width: 100%;
		text-align: center;
		display: block;
		color: #848484;
		font-size: .8em;
	}

	#btAceitaCookies {
		position: static;
		margin-left: 50%;
		transform: translateX(-50%);
		font-size: .8em;
	}


	/* caixa loading */

	#caixaLoading h1 {
		font-size: .8em;
	}

	#caixaLoading h2 {
		font-size: .7em;
	}
}



/* tablet */

@media only screen and (min-width: 666px) and (max-width: 1100px) {
	#divLogo {
		text-align: center;
	}

	.logo {
		margin: 0;
	}

	/* header */

	#menuHeader {
		padding-left: 10%;
	}
	#menuHeader li  {
		padding: 12px 10px 12px 0;
	}

	#formPesquisa {
		right: -100%;
	}

	#formPesquisa p  {
		width: 185px;
	}
	#formPesquisa p input {
		width: 100%;
	}


	#mostraFormMobile {
		display: block;
	}


	/* imagem principal*/

	#divImagem {
		padding: 40px 0;
	}

	#divSlogan {
		position: static;
		margin: 0 0 15px 0;
		padding: 0 10px;
	}

	#divSlogan #slogan {
		font-size: 1.2em;
		color: #757575;
	}

	/* main */

	#mainWrapper {
		padding: 0 5%;
	}

		/* div form email */

	#mostraEnviaEmailMobile {
		margin-top: 15px;
		display: block;
		position: relative;
		padding: 5px 0 5px 5%;
		font-size: 1.1em;
		background-color: #e2e2e2;
		box-shadow: 0px 0px 20px 3px #4f4e4c;
	}
	
	.emailToggle {
		position: absolute;
		right: 3%;
		top: 50%;
		transform: translateY(-50%);
	}

	#emailEsconde {
		display: none;
	}


	#divForm {
		float: none;
		width: 80%;
		display: block;
		margin: 0 auto;
		margin-bottom: 10%;
	}

	#divForm h1 {
		text-align: center;
		margin-bottom: 25px;
	}

	#enviaEmail {
		display: none;
		background-color: #e2e2e2;
		padding: 0 10px 10px 10px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		box-shadow: 0px 0px 14px 2px #4f4e4c;
	}

	#enviaEmail p:first-of-type {
		margin-top: 0;
		padding-top: 10px;
	}

	.formInput {
		background-color: #c4c4c4;
	}


	#divSugestao {
		margin-top: 20%;
		text-align: center;
	}

	#divSugestao img {
		width: 75%;
	}


		/* div informacoes */

	#divInfo {
		float: none;
		width: 80%;
		padding-bottom: 30px;
		display: block;
		margin: 0 auto;
	}

	#divProdutos {

	}

	#divProdutos .produtosInfo {
		display: block;
		margin: 0 auto;
		margin-top: 20%;
		width: 75%;
		max-width: 550px;
	}

	#divProdutos .produtosInfo:first-of-type {
		margin: 25px auto;
	}

	.produtosInfo .produtosDivImg img {
		height: auto;
	}

	/* morada */

	#divMorada {
		text-align: left;
	}
	
	#divMorada .fotoMapa {
		margin: 0 auto;
		margin-top: 15%;
		position: static;
		height: auto;
		width: 90%;
		text-align: center;
	}

	#mapaNormal {
		display: none;
	}

	#mapaMobile {
		display: inline-block;
		width: 100%;
		max-width: 600px;
		height: auto;
	}



	/*
	footer
	*/
	

	#sobreFooter {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	#sobreFooter h1 {
		margin-top: 0;
		padding-top: 30px;
	}


	#infoFooter {
		float: none;
		width: 80%;
		margin: 0 auto; 
	}


	@media only screen and (max-width: 830px){
		#divAlertaCookies {
			padding-bottom: 16px;	 
		}

		.cookiesP {
			width: 100%;
			text-align: center;
			display: block;
			color: #848484;
			font-size: .9em;
		}

		#btAceitaCookies {
			position: static;
			margin-left: 50%;
			transform: translateX(-50%);
			font-size: .9em;
		}
	}
}


/* portateis */

@media only screen and (min-width: 1101px) and (max-width: 1600px) {

	/* main */
	#mainWrapper {
		padding: 0 5%;
	}


	#divForm {
		width: 25%;
	}
	/* div Info */
	#divInfo {
		width: 65%;
	}

	#divProdutos .produtosInfo {
		width: 47%;
	}

	.produtosInfo .produtosDivImg img {
		height: auto;
	}

	/* morada */ 
	#mapaNormal {
		display: none;
	}
	#mapaMobile {
		display: none;
	}

	#mapaPort {
		display: block;
		height: 100%;
	}

}