@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir/avenir-light-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/avenir/AvenirLTStd-Light.otf');
  src: url('../fonts/avenir/avenir-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/avenir/avenir-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/avenir/avenir-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/avenir/avenir-light-webfont.svg#avenir-light-webfont') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Avenir', sans-serif;
	line-height: 30px;
	font-size: 15px;
	color: #2F2F2F;
	overflow-x: hidden;
	overflow-y: hidden;
}

/* Ocultar as barras de rolagem do browser */
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.button {
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    cursor: pointer;
	border: 2px solid #a02b2d;
}

.button:hover { background-color: #a02b2d }

/* ----------------- BANNER TOPO ----------------- */

.banners {
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: cover;
}

#banner {
	width: 100%;
	min-height: 500px;
	background-image: url(../imagens/background/banner-fachada2.png);
   /* background-position: 0 110%;*/
}

.titulos {
	font-size: 46px;
	line-height: 70px;
}
.titulos h2 { font-weight: bold }

.textos {
	width: 100%;
	font-size: 18px;
	text-align: left;
}

#titulo {
	position: relative;
	left: 10%;
	padding-top: 180px;
	font-size: 40px;
	text-align: left;
	line-height: 60px;
}

#titulo h1 {
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0px 1px 0px #000000;
}

#texto {
	position: relative;
	left: 10%;
	width: 60%;
	font-size: 20px;
	text-align: left;
	line-height: 30px;
}

#texto h2 {
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #000000;
}

.botao02 {
    background-color: transparent; 
    color: black;
}

.botao02:hover { color: white }

/* ----------------- Fim - BANNER TOPO ----------------- */

table, th, td {
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	width: 50%;
  	padding: 5px;
  	text-align: center;
}

/* ----------------- ONDE ATUAMOS ----------------- */

.wrappers {
	width: 100%;
	min-height: 650px;
}

#solidez-1,
#solidez-2,
#solidez-3,
#solidez-5 {
	width: 10%;
}

#solidez-4 {
	width: 60%;
}

#historia-de-solidez {
	background-color: #E9E9E9;
}

#historia-de-solidez-titulo {
	text-align: left;
}

#barra1 {
	background-image: url(../imagens/elementos/barra.jpg);
	width: 10px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

#historia-de-solidez-texto {
	width: 100%;
	padding: 50px 0;
}

/* ----------------- Fim - ONDE ATUAMOS ----------------- */

#visao-missao-valores {
	width: 100%;
	background-color: #E0E0E0;
}

.tabela-vmv-titulos {
	width: 30%
}

.tabela-vmv-textos {
	width: 70%;
	padding-right: 10%;
}


/* ------------------------Responsive ------------------------ */

@media (min-width: 1367px) {
	#banner { background-position: 0 -10vw }
}

@media (max-width: 1366px) {	
	#banner { background-position: 0 -2vw }
}

@media (max-width: 1071px) {
	.banners { background-attachment: scroll }
	
	#banner { background-position: 0 0 }
	
	#barra1 { left: 39% }
}

@media (max-width: 991px) {	
	#titulo {
		max-width: 80%;
		font-size: 2em;
		padding-top: 200px;
	}
	#texto {
		max-width: 80%;
		font-size: 1.2em;
		padding-bottom: 150px;
	}
	
	#barra1 { display: none }
	
	table, th, td {
		margin-left: 0;
		padding: 10px 30px;
	}
	
	#historia-de-solidez td,
	#visao-missao-valores td {
		display: block;
		width: 100%;
	}
	
	.wrappers {
		min-height: 600px;
	}
	
	.titulos {
		font-size: 2em;
		line-height: 40px;
	}
	
	#solidez-1,
	#solidez-3,
	#solidez-5 {
		width: 0;
	}
	
	#solidez-2,
	#solidez-4,
	#visao-1, 
	#visao-2,
	#missao-1, 
	#missao-2,
	#valores-1,
	#valores-2 {
		width: 100%;
	}
	
	#historia-de-solidez-texto { padding: 0 }
	
	#visao-2,
	#missao-2,
	#valores-2 { text-align: center }
	
	#visao-1 { padding-top: 30px }
	#valores-2 { padding-bottom: 30px }
}

@media (max-width: 600px) {
	#banner { background-position: -25vw 10vw }
	
	.titulos { font-size: 1.8em }
	.textos { font-size: 1.0em }
	
	#titulo,
	#texto {
		width: 100%;
		margin-left: -5%;
	}
	table, th, td {
		padding: 2px 10px 10px;
	}
	
	/*#veja-tambem-texto { font-size: 1em }*/
}

@media (max-width: 360px) {
	#banner { background-position: -65vw 10vw }
}
