
*{
    font-family: 'Titillium Web' !important;
}

body{ color:#606060; }

.content{ max-width:1057px; margin:0 auto; }

.right{ float:right; }
.left{ float:left; }

.formu{
 /*background:#f6f7f8; */
background: rgba(246, 247, 248, 1);
 width: 333px; padding:10px; float:right; }
.banner{ background-size:100% 100%;  width:100%;  margin: 0 0 0px 0; }
.opt{ font-size:10px; }
.titulo-form{ color: #da251d;
font-size: 18px;
font-weight: bold;}
.form input{ margin:0 0 5px 0; }
.form input[type="radio"]{ margin:0 0 10px 0; }
.direita{ text-align: right; }
.faixa > div:last-child{ text-align: right; }
.text-banner > img { width:70%; }


.destaques > div > img{ width:100%; margin:0 0 0 0; }
.destaques > div > .text{ background:gray; margin:0 0 20px 0; color:#fff; text-align: center; padding:10px 0; font-size:130%; }



/* Start of the media queries */

@media screen and (max-width: 990px) {
    .esque{
    	text-align: center;
    }
    .direita{
    	margin-top:20px;
    	text-align: center !important;
    }
    .faixa > div:last-child{ text-align: center; }
    .faixa > div:first-child{ text-align: center; }
    .formu{ width:100%; }
    .text-banner{ text-align:center; }
    .denti{ text-align:center; }
    .banner{ background-size:inherit; }

    .formu {
        position: static !important;   
        /*padding-top: 427px;         */
    }

   

}


