body {
    font-size: 62.5%;
    line-height: 0;
    font-family: "verdana, Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;   
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #666666;
    text-decoration: none;
    font-size: 1.6em;
}

a:hover {
    text-decoration: underline;
}

.formbot_100 {
	width: 5.5em; 
	height: 19px; 
	font-family:  "verdana, Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 9pt; 
	color: #ffffff; 
	font-weight: normal;
	border-left: 1px solid #cccccc; 
	border-top: 1px solid #cccccc; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	background-color: #8c0000;
}

.formbot_100_sel {
	width: 5.5em; 
	height: 19px; 
	font-family:  "verdana, Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 9pt; 
	color: #ffffff; 
	font-weight: normal;
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000; 
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;
	background-color: #999999;
}

/* ==|== Estilos Principais ================================================== */

.container {
    max-width: 1920px;
    margin: 0 0;
    /*background-color: #4B0082;*/    
}

.header {    
    height: 48px;
    margin-top: 1.6em;
    margin-bottom: 2.6em;
    /*background-color: #9400D3;*/    
}

.header img {
    display: block;	
	margin: auto;      
}

.header p {	
	display: block;
	color: #8c0000;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2.3em;
	font-size: 1.3em;	
}

.menu {
	text-align: center;
	width: 29.2em;
	margin: auto;	      
	/*background-color: #FF8C00;*/			
}

.menu li {
	text-align: center;
    display: inline-block;
}


.menu2 {
	width: 7em;
	margin: auto;
	/*background-color: #FF8C00;*/
}


.banner {     
    margin-top: 16em;
    margin-bottom: 2em;    
	display: block;
    /*background-color: #DDA0DD;*/    
}

.banner p {
	color: #8c0000;
	text-align: center;	
	font-size: 1.3em;
}


.principal {
	width: 28em;	
	margin: auto;	      		   
 	/*background-color: #808080;*/   
 	                      
}


.coluna {	
	display: inline-block;
	width: 9em;		
    text-align: center;
    /*background-color: #FF69B4;*/  	    
}
.coluna p {
	margin-bottom: 2.7em;
}



.coluna2 {	
	width: 18em;
	margin: auto;
	margin-top: 3em;
    /*background-color: #FF69B4;*/	    	    
}
.coluna2 p {
	text-align: center;
	margin-top: 3em;	
	margin-bottom: 1em;
	font-color:#cc0000;	
}




.coluna3 {	
	width: 25em;
	margin: auto;	
	margin-top: 3em;
    /*background-color: #FF69B4;*/	    	    
}
.coluna3 p {
	text-align: center;	
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 3em;
	font-size: 1.3em;
	color: #333333;
}
.coluna3 p2 {
	text-align: center;
	font-size: 1.3em;
	color: #333333;
}
.coluna3 p3 {
	text-align: center;	
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 3em;
	font-size: 1.3em;
	color: #333333;
}





.coluna4 {	
	margin-top: 1em;
	display: inline-block;
	width: 13em;		
    text-align: center;
    /*background-color: #cccccc;*/    
    vertical-align: top;
}
.coluna4 p {
	margin-top: 2em;	
}





.footer {
    margin-bottom: 1.4em;
    text-align: center;
    /*background-color: #6495ED;*/
}
.footer p {    
    font-size: 1.2em;
    color: #666;
}


.footer2 {		    
    top: 88em;
    margin-bottom: 1.4em;
    text-align: center;
    /*background-color: #6495ED;*/	    	     
}
.footer2 p {    
    font-size: 1.2em;
    color: #666;
}




.footer3 {		    
    top: 88em;
    margin-top: 5em;
    margin-bottom: 1.4em;
    text-align: center;
    /*background-color: #6495ED;*/	    	     
}
.footer3 p {    
    font-size: 1.2em;
    color: #666;
}



.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
