img,picture,video,embed{max-width:100%}
*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
a:link,
a:visited{
    text-decoration: none;
}
a:hover{
    color:#F7B428;
}
body{font-size:62.5%;font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;margin:0 auto}
.wrap{width:100%;background-color:#fff}
.cabecalho{width:100%;height:86px;background-color:#8D1923;border-bottom:solid 1px #999}
.banner{   margin:5px 0 0 4%;
           float:left;
           width:221px;
           height:73px; background:url(../images/logo-mini.webp) top left no-repeat}
input[type="search"]{text-align: center;
                     margin:5px 5px 4px 0;
                     float:right;
                     background-color:#fff;
                     border:solid 1px #999;
                     border-radius:5px;
                     width:320px;
                     height:40px;
                     color:#767676;
                     font-size:17px;
                     padding-left:7px}

hr{color:#fff;width:80%;margin-left: 10%;clear:both}
.rodape{width:100%;clear:both;text-align:center;padding:20px 0 5px 0;background-color:#8D1923}
.textoFooter{color:#fff;font-size:17px;margin:20px 0 0 0;clear:both}
.linkBranco{color:#fff}

@media screen and (max-width: 580px){
    
        .banner{
           margin-left: calc(50% - 111px);
    }
    
    input[type="search"]{
        clear: both;
        width:98%;
        margin-top: 15px;
        margin-right: 1%;
    }
}

.adsFull{
    clear: both;
    float: left;
    width: 94%;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 3%;
}