/*Document*/
body{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 16px;
color: #666;
margin: 0;
}
.principal{
    width: 1200px;
    height: 1000px;
    margin: auto;
}
.menu{
    width: 1200px;
    height: 50px;
    background-color: #222;
    text-align: center;
}
.menu a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 2px 16px 16px 16px;
    border-top: 2px solid transparent;
    margin-top: 12px;
}
.menu a:hover{
border-color: #FE0;
color: #FE0;
}
.banner{
    width: 1200px;
    height: 400px;
    background-color: #999;
}
.corpo{
    width: 998px;
    height: 500px;
    float: left;
    border-left: 1px solid #FE0;
    border-right: 1px solid #FE0;
}
.publi{
    width: 199px;
    height: 500px;
    float: left;
    border-right: 1px solid #FE0;
}
.rodape{
    width: 1200px;
    height: 30px;
    background-color: #03112F;
    clear: both;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
}
.titulo{
    background-color: #000207;
    font-size: 17px;
    text-align: center;
    margin: 0;
    padding: 14px;

}
.count1 img{
   width: 998px;
   height: 249px;
   background-color:coral;
   border-bottom:1px solid yellow;
}
.count1 p{
    text-align:justify;
    margin:10px;
}
.saiba{
    text-align:right important;
}
.saiba a hover{
    color:cadetblue;
}
.count2{
    width:498px;
    height:250px;
    background-color:#222;
    border-right: 1px solid yellow;
    float:left;

}
.count2 img{
    height:162px;
    margin-top:20px;

}
.count3{
    width:499px;
    height:250px;
    background-color:aqua;
    float:left;
}
.count3 img{
    with:146px;
}
.texto{
    text-align:justify;
    margin:10px important;
}
.formulario{
    width:500px;
    margin:auto;
    margin-top:20px;
    
}
.campo{
    width:100px;
    padding:8px;
    box-sizing: border-box;
    margin-bottom:2px;
    font-size:16px;
    font-family:"Segoe UI",Tahoma,Geneva,Vendara,sans-serif;

}
.botao{
    width:100px;
    padding:10px;
    border:4px solid transparent;
    background-color:darkgreen;
    color:purple;
    cursor:pointer;
}