*{
	margin:0;
	border:0;
	padding:0;
}
body{
	width:100%;
	position:absolute;
	margin:0 auto;
	font-family:Lato;
}
/*===========================================
  Espaço para as modificações do cabeçario
===========================================*/
.header-container{
	width:1024px;
	position:relative;
	margin:30px auto 0;
}
.title{
	float:left;
	margin: 5px 0 0;
}
.logo{
	width:220px;
}
.logo img{
	margin:0;
}
nav {
        float: right;
        width: 65%;
    }
nav a {
		color:#45b3c4;
        float: left;
		padding: 10px 10px 20px;
        margin-bottom: 0;
		text-decoration:none;
		font-size:13px;
		-webkit-transition: all 500ms ease-in-out; 
   		-moz-transition: all 500ms ease-in-out; 
    	-o-transition: all 500ms ease-in-out; 
    	transition: all 500ms ease-in-out;
    }

nav li:first-child a {
        margin-left: 0;
    }

nav li:last-child a {
        margin-right: 0;
    }
nav a:hover{
    color: white;
	background:#4dc0de;
	-webkit-transition: all 500ms ease-in-out; 
   	-moz-transition: all 500ms ease-in-out; 
    -o-transition: all 500ms ease-in-out; 
    transition: all 500ms ease-in-out;
}

/*===========================================
  Espaço para as modificações do banner
===========================================*/
#banner_container{
	width:100%;
	background:#51a5b0;
	position:relative;
}
.banner{
	width:1440px;
	margin:0 auto;
	position:relative;
}
.texto_banner{
	font-family:Lato;
	font-weight:100;
	color:#FFF;
	background:#45b3c4;
	width:650px;
	height:120px;
	top:90px;
	left:220px;
	position:absolute;
	padding-left:25px;
	opacity:0.7;
}
.texto_banner span{
	font-size:24px;
}
.texto_banner h1{
	font-size:24px;
}



/*===========================================
  Espaço para as modificações do conteudo
===========================================*/
section{
	width:1440px;
	height:313px;
	margin:0 auto;
	float:left;
	position:relative;
}
#especializacao{
	width:100%;
	background:#ebebec;
}
.esp{
	background:#ebebec;
	width:1024px;
	margin:auto;
	height:313px;
	position:relative;
}
.bloco{
	width:33%;
	height:283px;
	padding:30px 0 0;
	float:left;
	position:relative;
	text-align:center;
	-webkit-transition: all 500ms ease-in-out; 
   	-moz-transition: all 500ms ease-in-out; 
    -o-transition: all 500ms ease-in-out; 
    transition: all 500ms ease-in-out;
}
.bloco h2{
	font-size:18px;
	font-weight:200;
	color:#1e4f56;
}
.bloco p{
	padding:10px 10px;
	font-weight:200;
	color:#1e4f56;
	margin:0;
}

.bloco:hover{
	background:#6fc8e2;
	-webkit-transition: all 500ms ease-in-out; 
   	-moz-transition: all 500ms ease-in-out; 
    -o-transition: all 500ms ease-in-out; 
    transition: all 500ms ease-in-out;
}
 .bloco:not(#dia) img{
	 margin-bottom:15px;
	 
 }
.form{
	width:1024px;
	margin:0 auto;
}
#formacao{
	width:100%;
	height:350px;
	
}
	
.form h2{
	color:#65ad84;
	font-size:24px;
	font-weight:100;
}
.form ul{
	list-style:url(../img/list_ico.png);
	height:250px;
	color:#6b6b6b;
	
	
}
.form ul li{
	width:21%;
	font-size:15px;
	float:left;
	margin:0 30px 0 0;
}
.form ul li h3{
	font-size:30px;
}
.form ul li p, span{
	padding:0 20px 0 0;
	text-align:left;	
}
.form span{
	color:#65ad84;
	width:150px;
}

#experiencia{
	width:100%;
	background:#6fc8e2;
	position:relative;
}
.expe{
	width:1024px;
	height:100%;
	margin:0 auto;
	color:#2e7782;
	position:relative;
}
.expe h2{
	padding-top:30px;
	margin-top:0;
}
.expe p{
	position:relative;
	line-height:35px;
	font-weight:100;
}
.expe strong{
	font-weight:600;
}
.foto{
	padding:0;
	margin:0;
	position:absolute;
	top:20px;
	right:0;
}

#extra{
	width:100%;
	height:284px;
	background: -moz-linear-gradient(left,  #84d5a7 0%, #9de5b7 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#84d5a7), color-stop(100%,#9de5b7));
	background: -webkit-linear-gradient(left,  #84d5a7 0%,#9de5b7 100%);
	background: -o-linear-gradient(left,  #84d5a7 0%,#9de5b7 100%); 
	background: -ms-linear-gradient(left,  #84d5a7 0%,#9de5b7 100%);
	background: linear-gradient(to right,  #84d5a7 0%,#9de5b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84d5a7', endColorstr='#9de5b7',GradientType=1 ) url(../img/fundo_ext.png);
	position:relative;
}
.ext{
	width:1024px;
	margin:0 auto;
	color:#2d4d3b;
	padding-top:20px;
}
.ext ul{
	padding:0;
	position:relative;
	list-style:none;
}
.ext ul li{
	width:330px;
	float:left;
	border-left:#2d4d3b solid 5px;
	padding-left:5px;
	line-height:30px;
}
/*===========================================
  Espaço para as modificações do footer
===========================================*/
footer{
	background:#d6d6d6;
	width:100%;
	float:right;
	margin:0 auto;
}
.rodape{	
	background:#d6d6d6;
	width:1024px;
	margin:0 auto;
	height:350px;
	color:#4f4f4f;
	padding-top:20px;
}
.bloco_rodape{
	height:100px;
	float:left;
	font-weight:100;
	padding-top:25px;
}
.bloco_rodape h2{
	font-size:30px;
}
.bloco_rodape:first-child{
	margin-right:30px;
	width:60%;
}
.assinatura{
	background:#d6d6d6;
	width:100%;
	height:30px;
	position:relative;
	float:right;
}
.assinatura_container{
	background:url(../img/assinatura.png);
	width:117px;
	height:19px;
	margin:0 auto;
	-webkit-transition: all 500ms ease-in-out; 
   	-moz-transition: all 500ms ease-in-out; 
    -o-transition: all 500ms ease-in-out; 
    transition: all 500ms ease-in-out;
}
.assinatura_container:hover{
	background:url(../img/assinatura_hover.png);
}
.assinatura_container a{
	padding:19px 117px 0 0;
}
/*===========================================
  Espaço para as modificações do mapa
===========================================*/



.mapa{
	padding:20px 20px 0 0;
	width:350px;
	margin:0 auto;
	float:right;
}
.mapa iframe{
	float:right;
	width:350px;
	margin:0 auto;
}
.mapa span{
	padding:50px 0 0 20px;
	float:left;
}