/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Lato', bpicons, Calibri, Arial, sans-serif;
    /*color: #47a3da;*/
    font-weight: 400;
    min-height: 900px;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container-fluid > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 20px 0 0 0;
}


.titulo_conf, .titulo_conf a, .titulo_conf a:hover {
	font-family: 'Lato', bpicons, Calibri, Arial, sans-serif;
		color:#3B3B3B;
		text-decoration:none;
}
.container-fluid > header a, .container-fluid > header a:hover{
	color:#3B3B3B;
		text-decoration:none;
}
.container-fluid > header h1 {
	font-family: 'labtop';
	font-size: 5em;
	line-height: 1.3;
	margin: 0 0 0 0;
	/*float: left;*/
	font-weight: bold;
	color:#3B3B3B;
}

.container-fluid > header span {
	font-family: 'Lato', bpicons, Calibri, Arial, sans-serif;
	display: block;
	position: relative;
	z-index: 101;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding: 0 0 0.6em 0.1em;
	float: left;
	color:#A3A3A3;
	
	font-size: 30px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: subpixel-antialiased;


}

.container-fluid > header span duvidas:after {
	width: 20px;
	height: 20px;
	/*left: -12px;*/
	font-size: 50%;
	top: -8px;
	/*font-size: 75%;*/
	position: relative;
}

.container-fluid > header span duvidas:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #000000;
}

.container-fluid > header nav {
	float: right;
	text-align: center;
}

.container-fluid > header nav a {
	display: inline-block;
	/*position: relative;
	text-align: left;
	width: 2.5em;*/
	height: 2.5em;
	/*background: #fff;
	border-radius: 50%;*/
	margin: 0 0.1em;
	/*border: 4px solid #47a3da;*/
}

.container-fluid > header nav a > span {
	display: none;
}

.container-fluid > header nav a:hover:before {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container-fluid > header nav a:hover {
	
}

.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}

.container-fluid > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container-fluid > header nav a:hover:after {
	color: #fff;
}

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-drop:after {
	content: "\e001";
}
.bp-icon-archive:after {
	content: "\e002";
}
.bp-icon-about:after {
	content: "\e003";
}
.bp-icon-prev:after {
	content: "\e004";
}


.ajuste_thiago{
	padding-left: 15px;
}

@media screen and (max-width: 55em) {

	.container-fluid > header h1,
	.container-fluid > header nav {
		float: none;
	}

	.container-fluid > header span,
	.container-fluid > header span duvidas,
	.container-fluid > header h1 {
		text-align: center;
	}

	.container-fluid > header nav {
		margin: 0 auto;
		display:inline-block;
		text-align: center;
	}

	.container-fluid > header span {
		text-indent: 30px;
	}
	.ajuste_thiago{
		margin: 0 auto;
		text-align: center;
		padding-left: 0;
	}
}


.corpo{
	/*background-image:url(../img/fundo/foto1.jpg);*/
	background-repeat:no-repeat;
	background-position-x: 50%;
	/*margin: 0 auto; */
	margin-left: 50%;
	left: -50%;
	width: 100%;
	height: 100%;
	position: absolute;
}

.corpo2{
	/*background-image:url(../img/fundo/foto1.jpg);*/
	background-repeat:no-repeat;
	background-position-x: 50%;
	/*margin: 0 auto; */
	margin-left: 50%;
	left: -50%;
	width: 100%;
	height: 100%;
	position: absolute;
}


@media screen and (min-width: 52em) {
	.corpo_texto > h3{		
		font-size:30px;	
		/*text-shadow: black 0.1em 0.1em 0.2em;	
		color: #000000;*/
	}
	
	.corpo_texto > p{		
		font-size:20px;	
		/*text-shadow: black 0.1em 0.1em 0.2em;	
		color: #000000;*/
	}
}
@media screen and (min-width: 25.1em) and (max-width: 51.4375em){
	.corpo_texto > h3{		
		font-size:20px;	
		/*text-shadow: black 0.1em 0.1em 0.2em;	
		color: #000000;*/
	}
	
	.corpo_texto > p{		
		font-size:15px;	
		/*text-shadow: black 0.1em 0.1em 0.2em;	
		color: #000000;*/
	}
}
@media screen and (max-width: 25em){
	.corpo_texto > h3{		
		font-size:18px;	
		/*text-shadow: black 0.1em 0.1em 0.2em;	
		color: #000000;*/
	}
	
	.corpo_texto > p{		
		font-size:15px;	
		/*text-shadow: black 0.1em 0.1em 0.2em;	
		color: #000000;*/
	}
	.modal_interior{
		width: auto;
		height: 290px;
		overflow: hidden;
		overflow-y: scroll;
	}
}

.corpo_texto{
		width: auto;
		height: auto;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		padding: 10px;
		margin-top: 90px;
		background-color: rgba(255, 255, 255, 0.60);
		padding: 20px;
}


.ajuste_corpo{
	margin-top:450px;	
}
.ajuste_corpo2{
	margin-top:20px;
	padding:15px	
}

.main{
	
}

.cabecalho{
	
}

.rodape{
	margin-top:30px;

	padding: 50px 15px 50px 15px;
	background-color:#383838;
	color:#FFFFFF;
}
.rodape a{
	color:#FFFFFF;
	text-decoration:none;
}
.rodape a:hover{
	color:orange;
	text-decoration:none;
}

.cor_fundo_rodape{
	background-color:#5E5E5E;	
}


.cor_titulo{
	color:orange;	
}

.cor_subtitulo{
	color:#4D4D4D;	
}

.tamanho_do_carrossel{
	position: absolute;
	width:100%;
	height:400px;	
}
.texto_do_carrossel{
	text-align: center;
  margin-top: 350px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: x-large;
  text-shadow: 1px 1px 2px #000000;
}

.tamanho_do_carrossel > .fotorama a, .tamanho_do_carrossel > .fotorama a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-large;
	text-decoration:none;
 
}