#logo{
	margin-top: 60px;
    margin-bottom: 35px;
}

.breadcumb{
	float: left;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 7px 0;
    width: 100%;
}

.breadcumb ul li{
	float:left;
	margin-right:4px;
	list-style:none;
}

h1 {
    font-size: 32px;
}

h2{
	font-size:22px;
}

/* FIM CSS CONTEUDO */



/* INICIO CSS SITEMAP */
.cont-otimiza{
    float: left; 
    clear: none; 
    margin: 0 0px; 
    width:25%;  
    padding: 0 10px !important; 
    box-sizing:border-box;
	list-style:none;
}
	
.cont-otimiza li{
	border-bottom: 1px dotted #eee;
	margin-bottom: 10px;
}
		
		
.cont-otimiza a{
    display:block; 
    text-decoration:none; 
    font-size:12px;
    line-height:1.3;
	padding-bottom: 10px;
	text-transform: capitalize;
}
/* FIM CSS SITEMAP */



.textos{
	float:left;
	width:62%;
	text-align:justify;
}

.textos p{
	margin:5px 0 20px;
}

.lateral{
	float:right;
	width:35%;
}

.form-contato{
	float:left;
	width:68%;
	margin-top:0%;
	text-align:justify;
}


.form-contato h2{
	margin-bottom:5px;
	padding-bottom:0px;
}

.form-contato p{
	margin:0 0 20px;
}


.form-contato form{
	border: 1px solid #ddd;
    box-sizing: border-box;
    float: left;
    padding: 2% 10% 5%;
    width: 100%;
	margin-bottom:13%;
}

.form-contato input {
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #777;
    height: 38px;
    padding: 10px;
    width: 100%;
}


.form-contato textarea {
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #777;
    height: 200px;
    padding: 10px;
    width: 100%;
}



.formulario{
	background: #e3e3e3 none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    margin-top: 10px;
    padding: 8%;
    width: 100%
}

.formulario h1, .formulario p{
	text-align:center;
}

.formulario h1{
	font-size:27px;
}

.formulario input{
	 border: 0 solid;
    box-sizing: border-box;
    color: #777;
    height: 35px;
    padding: 10px;
    width: 100%;
}


.formulario textarea{
	border: 0 solid;
    box-sizing: border-box;
    color: #777;
    height: 120px;
    padding: 10px;
    width: 100%;
}

.labels{
	float:left;
	width:100%;
	margin:10px 0 2px;
}

.bt-envia{
	background: #53a540 none repeat scroll 0 0;
    border-bottom: 3px solid #55825b !important;
    color: #fff !important;
    float: left;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    height: auto !important;
    margin-top: 10px;
    text-transform: uppercase;
	cursor:pointer;
	border-radius: 5px;
}

.bt-envia:hover{
	background: #6DB25C none repeat scroll 0 0;
    border-bottom: 3px solid #55825B !important;
}

.otimiza{
	margin-top:10px;
	float:left;
	width:100%;
}

/* FIM CSS PAGINAS OTIMIZADAS */


@media screen and (max-width: 1200px){

}



/*960px – Tablets no formato paisagem e alguns monitores mais antigos
***********************************************************/
@media screen and (max-width:960px){


}



/*768px – Tablets no formato retrato, como o iPad
***********************************************************/
@media screen and (max-width:768px){	

	.cont-otimiza{
    width:50%;
    }
	
	.textos{
	width:100%;
	}

	.lateral{
		width:100%;
	}
}



/* 480px – Smartphones no formato paisagem com tela pequena
***********************************************************/
@media screen and (max-width:480px){
   .cont-otimiza{
    width:100%;
    }
	
}




/* 320px – Smartphones no formato retrato com tela pequena
***********************************************************/
@media screen and (max-width:320px){

}