/**
 *
 * Estilos.css para exemplo de background full size com paralax
 * Criado por Ronaldo Diniz
 * Site: http://www.ronaldodiniz.com.br/
 *
 */


 /* A seguir um reset simples para padronizar */
 /* Acrescentei apenas o box-sizing */
 /* Segue também a fonte do criador */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	/* acrescentando box-sizing */
	box-sizing: border-box;
	webkit-box-sizing: border-box;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Primeiro vamos a nossas personalizações básicas */
body {
	font-family: 16px/1.1 'Raleway', sans-serif;
	color: #444;
	background-color: #fafafa;

}
h1 {
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
	font-family: 'Raleway', sans-serif;
	line-height:1.2em;
}

/* bold para os titulos com cor */

datatexto {
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	margin-bottom: 1em;
	font-weight:900;
	color:#34b2ab;
}

datatitulo {
	font-size: 0.6em;
	margin-bottom: 1em;
	font-weight:bold;
	color:#ffffff;
	line-height:0.4em;
}

p{
	font-family: 'Raleway', sans-serif;
	margin-bottom: 1em;
	line-height: 1.6;
	font-weight:500;
}

a:link {
	text-decoration: none;
	color: #010101;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

negro {
		font-weight:bold;	
	
	}

data {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff;

}

.header {
	font-family: 'Merriweather', serif;
	background-color: #333;
	color: white;
	position: relative;
	width:100%;
	height:600px;
}
.header h1 {
	font-family: 'Merriweather', serif;
	text-align: center;
	text-shadow: 0 0 2px #000;
	background-color: rgba(0,0,0,0.8);
	padding: 30px;
	position: absolute;
	top: 35%;
	left: 0%;
	width: 100%;
	color:#34b2ab;
	font-weight: 700;

}


.header data {
	text-align: center;
	text-shadow: 0 0 2px #000;
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	position: absolute;
	top:-90px;
	left:9%;
	width: 80%;
	min-width:300px;
}


.header seta {
	text-align: center;
	text-shadow: 0 0 2px #000;
	background-image: url("seta.png")
	padding: 30px;
	position: absolute;
	top: 90%;
	left: 0%;
	width: 100%;
}

.header logo {
	text-align: center;
	text-shadow: 0 0 2px #000;
	background-color: rgba(0,0,0,0.5);
	padding-top:1%;
	top:0;
	left: 0;
	width: 100%;
	position:fixed;
	z-index:1;
}

.titulo {
	font-family: 'Merriweather', serif;
	font-size:4em;
	text-align: center;
	text-shadow: 0 0 2px #000;
	background-color: rgba(0,0,0,0.8);
	padding: 30px;
	position: absolute;
	top: 35%;
	left: 0%;
	width: 100%;
	color:#34b2ab;
	font-weight: 600;
}

/* menu páginas duplas */


.dupla{
	width: 100%;
	max-width:300px;
	font-family: 'Raleway', sans-serif;
	line-height:1.2em;
	float:left;
	margin-left:10px;
	margin-right:10px;
	

}

.dupla-medidas{
	color:#000000;
	font-weight:bold;
	font-size:1em;
	text-transform:uppercase;
	line-height:1em;
	text-align:center;
	width:300px;
	margin-top:10px;
	margin-bottom:10px;
}

.dupla-medidas-numero{
	color:#000000;
	font-size:1em;
	line-height:1em;
	text-align:center;
	width:300px;
	margin-bottom:5px;
}

.dupla-valor{
	font-family: 'Raleway', sans-serif;
	font-size:1.6em;
	line-height:1em;
	text-align:center;
	width:200px;
	background-color: rgba(0,0,0,0.1);
	margin:auto;
	font-weight:bold;
	margin-top:20px;

}

.dupla-formato{
	color:#000000;
	font-weight:bold;
	font-size:1.3em;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	width:300px;
	margin-top:40px;
	background-color: rgba(0,0,0,0.1);

}

.dupla-img{
	margin-top:15px;
	width:300px;
	height:150px;
	text-align:center;


}

.dupla-hr{
	margin-top:30px;
	width:300px;
}


.iva{
	font-family: 'Raleway', sans-serif;
	margin-bottom: 1em;
	line-height: 1em;
	font-weight:300;
	text-align:center;
	font-size:0.9em;
	
	}


/* menu páginas simples */


.menu{
	max-width: 300px;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	line-height:1.2em;
	float:left;
}
.menu-drt{
	max-width: 300px;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	line-height:1.2em;
	float:left;
}

.menu-hr{
width:300px;
padding-right:10px;
}

.menu-hrGr{
width:100%;
padding-right:10px;
}

.menu-titulo{
	color:#00627D;
	font-weight:bold;
	font-size:1.6em;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	width:100%;
	margin-top:50px;
	background-color: rgba(0,0,0,0.1);
}

.menu-formato{
	color:#000000;
	font-weight:bold;
	font-size:1.3em;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	width:100%;
	margin-top:40px;
}


.menu-medidasBold{
	color:#000000;
	font-weight:bold;
	font-size:1em;
	text-transform:uppercase;
	line-height:1em;
	text-align:center;
	width:290px;
	padding:10px;
	margin-top:40px;
}

.menu-valor{
	font-family: 'Raleway', sans-serif;
	font-size:1.6em;
	line-height:1em;
	text-align:center;
	width:100%;
}

.menu-medidas {
	font-family: 'Raleway', sans-serif;
	margin-bottom: 1em;
	line-height: 1;
	font-weight:500;
	text-align:center;
	width:100%;
}

.menu-img{
	width:100px;
	height:160px;
	text-align:center;
	float:left;


}

.contactos{
	color:#00627D;
	font-weight:bold;
	font-size:1.6em;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	width:100%;
	margin-top:50px;
	background-color: rgba(0,0,0,0.1);
}

.corpo {
	width:100%;
	max-width:700px;
	padding: 20px 30px;
	margin: 0 auto;
}
.footer {
	padding: 30px ;
	background: #333;
	background-size: 100% auto;
}

.bareme {
	color: #ffffff;
	text-align: center;
	font-size: 1em;
	font-weight:bold;
}

.copy {
	color: #AAA;
	text-align: center;
	font-size: 0.8em;
}
.copy a {
	text-decoration: none;
	color: #AFF;
}

/* Agora sim vamos ao que interessa */

.fullheight {
	/*com isso o header ficará sempre com o tamanho da tela */
	/*background geralmente uso o modo compacto, mas aqui vou colocar separadamente para explicar cada parte*/
	/* aqui defino a imagem maior*/
	/*deixa o background com efeito paralax*/
	/* cover é para nunca deixar espaço sem imagem*/
	background-size: cover;
}
/* aqui troco a imagem pra cada resolução na ordem do maior pro menor */
@media screen and (min-width: 320px) {
	.header.fullheight {
		background-image: url("image/img_topo.jpg");
	}
	
	.titulo {
		font-size:2.5em;		
		
		}
}

@media screen and (min-width: 768px) {
	.header.fullheight {
		background-image: url("image/img_topo.jpg");
	}
	
		.titulo {
		font-size:4em;		
		
		}
	
	
	
}
