
h1{
	color:#555555;
	font-size: 1.7777777778em; /* 60px ÷ 18px = 3.3333333333em */
	font-weight: 600;
	letter-spacing: -0.05em; /* -3px ÷ 60px = -0.05em */
	line-height: 1em; /* 60px ÷ 60px = 1em */
}

 h2{
	color:#868686;
	font-size: 1.3333333338em; /* 60px ÷ 18px = 3.3333333333em */
	font-weight: 400;
	letter-spacing: -0.05em; /* -3px ÷ 60px = -0.05em */
	line-height: 1em; /* 60px ÷ 60px = 1em */
}


h3{
	font-size: 1.3333333338em; /* 32px ÷ 18px = 1.7777777778em */
	font-weight: 300;
	letter-spacing: -0.0625em; /* -2px ÷ 32px = -0.0625em */
	line-height: 1.1875em; /* 38px ÷ 32px = 1.1875em */
}




/* INICIO CSS HEADER */


/* INICIO CSS CONTEUDO */
.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;
}



article h1{
	margin-bottom:20px;
	text-transform: capitalize;
}


article p{
	text-align:justify;
}
/* 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 */



/* INICIO CSS PAGINAS OTIMIZADAS */
.textos{
	float:left;
	width:60%;
}

.formulario{
	float:right;
	width:36%;
	background:#E3E3E3;
	padding:2%;
	box-sizing:border-box;
	border-radius: 5px;
}


.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){

	.menu{
		box-sizing: border-box;
		padding: 0 3%;;
	}
}



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

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

	.formulario{
		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){

}