@charset "utf-8";
/* mobile -----------------------------------------------------------------  */
*{box-sizing:border-box;}

body {
	background-image:url(../img/fundo.gif);
	margin: 0px;
}

.reclamacoes{
	margin-top: 10px;
	max-width: 10vw;
	height: auto;
}

.contentor{
	width: 95%;
	height: auto;
	background-color: #FFF;
	margin-left: auto;
	margin-right:auto;
	min-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

header{
	width: 100%;
	height:auto;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 20px;
}

header img{
	max-width: 70%;
    height: auto;
}

nav{
	height: auto;
	width: 100%;
	text-align:center;
	font: bold 1.3em 'PTSerifBold', Georgia, Times, serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #1B1B1B;
	word-spacing: 10px;
}

nav a{ display:block;}

a:link, a:visited{
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #1B1B1B;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #999;
}
	
a:hover{
	color: #3B3B3B;	
}	

section h1{
	margin-top: 60px;
	text-align:center;
	font: 2.0em 'PTSerifRegular', Georgia, Times, serif;
}

.subtitulo{
	text-align:center;
	font: 1em 'PTSerifRegular', Georgia, Times, serif;
	color: #666;
	margin-top: -20px;
	text-transform:uppercase;
	margin-bottom: 50px;
}

footer{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	border-top: 2px solid #999;
}

.imagem{ text-align:center;}
.imagem picture, .imagem img{
	max-width: 100%;
	height:auto;
}

.linhaimg{
	margin-bottom: 15px;
}

.texto{
	text-align:justify;
	font: 130% 'PTSerifRegular', Georgia, Times, serif;
	color: #383636;
	margin-bottom: 50px;	
}

.textoServico{
	text-align:justify;
	font: 120% 'PTSerifRegular', Georgia, Times, serif;
	color: #3e3a3a;
	margin-top: 20px;
	margin-bottom: 50px;
}

.centrado{
	text-align: center;
	line-height: 40px;
}

.margem{ margin-top: -50px;}


.separador{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	border-bottom: 3px dotted #ccc;		
}

.separadorLongo{
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	border-bottom: 3px dotted #ccc;		
}

.servico{
	text-align:center;
	font: 1.8em 'PTSerifRegular', Georgia, Times, serif;
	color: #292525;
	margin-top: 10px;
	margin-bottom: 30px;
}

.servico::before{
content: "\2022\0020";
}

.servico::after{
content: "\0020\2022";
}

.nr::before{
content: "\2022\0020";
}

.nr::after{
content: "\0020\2022";
}


.divContactos{
	width: 100%;
	height: auto;
}
.ajuste{margin-bottom: -10px;}

/* tablet -----------------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 600px) {
    body {
        background-image:url(../img/fundo.gif);
		margin: 0px;
    }
	
	.contentor{
		width: 90%;
		height: auto;
		background-color: #FFF;
		margin-left: auto;
		margin-right:auto;
		min-height: 50px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 30px;
	}
	
	header{
		width: 100%;
		height:auto;
		margin-bottom: 30px;
		padding-top: 30px;
		text-align: center;
	}
	
	header img{
		max-width: 70%;
		height: auto;
	}

	nav{
		height: auto;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top-width: 1px;
		border-bottom-width: 2px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #999;
		border-bottom-color: #999;
		text-align:center;
		font: bold 1.3em 'PTSerifBold', Georgia, Times, serif;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		color: #1B1B1B;
		word-spacing: 10px;
	}
	
	nav a{ display:inline;}	
	
	nav a:nth-child(2)::before{
		content: "\2022\0020";
		font-size: 0.8em;
	}
	nav a:nth-child(2)::after {
		content: "\0020\2022";
		font-size: 0.8em;
	}
	
	
	a:link, a:visited{
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		color: #1B1B1B;
		border: 0px solid #fff;
	}
	
	a:hover{
		color: #3B3B3B;	
	}
	
	section h1{
		margin-top: 60px;
		text-align:center;
		font: 2.5em 'PTSerifRegular', Georgia, Times, serif;
	}
	
	.subtitulo{
		text-align:center;
		font: 1em 'PTSerifRegular', Georgia, Times, serif;
		color: #666;
		margin-top: -20px;
		text-transform:uppercase;
		margin-bottom: 50px;
	}	
	
	.divContactos{
		width: 50%;
		height: auto;
		float: left;
	}
}

/* pc -----------------------------------------------------------------  */
@media only screen and (min-width: 1000px) {
    body {
       background-image:url(../img/fundo.gif);
	   margin: 0px;
    }
	
	.contentor{
		width: 1000px;
		height: auto;
		background-color: #FFF;
		margin-left: auto;
		margin-right:auto;
		min-height: 50px;
		padding-left: 100px;
		padding-right: 100px;
		padding-bottom: 30px;
	}
	
	header{
		width: 100%;
		height:auto;
		margin-bottom: 30px;
		padding-top: 30px;
		text-align: center;
	}
	
	header img{
		max-width: 100%;
		height: auto;
	}

	nav{
		height: auto;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top-width: 1px;
		border-bottom-width: 2px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #999;
		border-bottom-color: #999;
		text-align:center;
		font: bold 1.3em 'PTSerifBold', Georgia, Times, serif;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		color: #1B1B1B;
		word-spacing: 10px;
	}
	
	nav a{ display:inline;}
		
	nav a:nth-child(2)::before{
		content: "\2022\0020";
		font-size: 0.8em;
	}
	nav a:nth-child(2)::after {
		content: "\0020\2022";
		font-size: 0.8em;
	}
	
	
	a:link, a:visited{
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		color: #1B1B1B;
		border: 0px solid #fff;
	}
	
	a:hover{
		color: #3B3B3B;	
	}

	section h1{
		margin-top: 80px;
		text-align:center;
		font: 2.5em 'PTSerifRegular', Georgia, Times, serif;
	}
	
	.subtitulo{
		text-align:center;
		font: 1em 'PTSerifRegular', Georgia, Times, serif;
		color: #666;
		margin-top: -20px;
		text-transform:uppercase;
		margin-bottom: 100px;
	}	
	
	.divContactos{
		width: 50%;
		height: auto;
		float: left;
	}
}