body{font-family: "Roboto"}
.menu{background: #802D33;/* padding: 10px 0; */float: left;width: 100%;}
.logo{
    float: left;
    width: 150px;
    max-width: 100%;
    margin-right: 51px;
}
.logo img{max-width: 200px;}
ul.menu{
    list-style: none;
    float: left;
    width: 800px;
    max-width: 100%;
    margin: 4px 0;
}
ul.menu li{
    display: inline-block;
}
ul.menu li a{
    color: #FFF;
}
.img-menu{width: 150px;}
.slide{
    float: left;
    background: url("/images/slide.jpg") #E3B02A;
    width: 100%;
    height: auto;
    min-height: 260px;
    background-attachment: fixed;
    /* position: relative; */
    z-index: 0;
    background-position: bottom;
}
form.form-home{}
.actions-form{
    background: #802D33;
    padding: 30px 40px;
    float: left;
    width: 800px;
    max-width: 100%;
    margin-left: calc(50% - 400px);
    margin-right: calc(50% - 400px);
    /* position: absolute; */
    z-index: 1;
    margin-top: -150px;
}
.actions-form h2{color: #FFF;font: 800 2em "Roboto";text-transform: uppercase;text-align: center;margin: 26px 10px;}
.clear{clear: both; width: 100%; float: left;}
.rectangle {
    height: 0;
    border-width: 0 0 12px 550px;
    border-color: #E3B02A transparent transparent #E3B02A;
    border-style: solid;
    top: 0;
    left: 5px;
    margin-left: 10px;
    float: left;
    max-width: 100%;
    margin-left: calc(50% - 350px);
    margin-right: calc(50% - 350px);
}
.card {
    /* border-radius: 3px; */
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.12), 0 1px 6px rgba(0,0,0,.12);
    box-shadow: 0 1px 6px rgba(0,0,0,.12), 0 1px 6px rgba(0,0,0,.12);
    /* margin: 10px 0; */
    padding: 24px;
}
.banner-ctc-background-over-white {
    background-color: #f7f7f7;
}
.third-level {
    background: 0 0;
    border: 1px solid #802D33;
}
.banner{
    float: left;
    width: 100%;
    margin: 70px 0;
}
.footer{background-color: #ededed;border-bottom: 4px solid #E3B02A;float: left;width: 100%;padding: 40px 0;margin-top: 60px;}
.footer h2{
    text-transform: uppercase;
    font: 200 1.2em "Roboto";
    margin: 10px 0;
}
ul.list-footer{
    list-style: none;
}
ul.list-footer li{}
ul.list-footer li a{
    color: #666;
    font: 200 .8em "Roboto";
}
ul.list-footer li a:hover{}
.footer-copy{background: #802D33;float: left;width: 100%;height: auto;padding: 16px;}
.footer-copy p{color: #FFF;font: 100 .8em "Roboto";text-align: center;margin: 0;}
.title{
    text-transform: uppercase;
    font: 800 2em "Roboto";
    color: #802D33;
    margin: 20px 0;
}
.content{
    float: left;
    width: 100%;
    padding: 40px 20px;
}

.result{
    /* border: 1px solid #CCC; */
    padding: 20px;
    margin-bottom: 70px;
}
.image-promo{
    position: relative;
    z-index: 0;
}
.image-promo image{}
.legend{
    position: absolute;
    z-index: 1;
    top: 14px;
    background: #000;
    padding: 6px;
    opacity: .8;
    width: 226px;
    max-width: 95%;
}
.legend h1{
    color: #FFF;
    font: 200 1.2em "Roboto";
    text-transform: uppercase;
}
.legend h2{
    color: #FFF;
    font: 200 1.2em "Roboto";
    text-transform: uppercase;
}
.legend span{
    color: #FFF;
    font: 200 .8em "Roboto";
}
.details{
    padding: 10px 0 0 0;
}
.details p{
    color: #333;
    font: 200 .8em "Roboto";
}
.price{}
.price span{
    color: #19912f;
    font: 200 1em "Roboto";
    width: 100%;
    float: left;
}
.price strong{
    color: #333;
    font: 200 .8em "Roboto";
}
a.btn-buy{
    width: 100%;
    background: #4eb24e;
    color: #FFF;
    font: 200 1em "Roboto";
    text-transform: uppercase;
    margin-top: 16px;
}
a.btn-buy:hover{
    background: #329132;
}
.key-search{background: #802D33;padding: 6px;float: left;width: 100%;margin-bottom: 50px;}
.key-search img{
    max-width: 70px;
    margin: 12px 20px;
}
.key-search p{
    float: left;
    color: #FFF;
    margin: 4px;
    width: 100%;
}
.key-search p span{
    font: 400 1em "Roboto";
    text-transform: uppercase;
}
.results-search{float: left; width: 100%;}
.result-search{
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin: 10px 0;
}
.result-search span{
    margin: 10px 16px;
    float: left;
}
.result-search span strong{
    color: #802D33;
}
.result-search a{
    float: right;
    background: #b28d36;
    color: #FFF;
    padding: 10px 30px;
}
.result-search a:hover{
    background: #8d7130;
}
img.img-header-user{
    width: 46px;
    float: left;
    margin: 0 8px;
}
.main-user-auth{
    background-color: #802D33;
}
.main-user-auth a{
    color: #FFF;
    background-color: #802D33;
}
.main-auth{
    width: 400px;
    max-width: 100%;
}
.main-auth a{color: #FFF;float: left;margin: 0 12px;font-size: .8em;}
.btn-form{
    background: #802D33;
    color: #FFF;
    border: 0;
    width: 100%;
    padding: 10px 0;
    font: 400 1em "Roboto";
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
}
.titulo {
    background-color: #802D33;
    height: 50px;
    width: 230px;
    margin: 25px;
    position: relative;
    transform: skew(-20deg);
    padding-top: 0.3%;
}
.titulo div{
    color: white;
    transform: skew(18deg);
    font-size: 1.7em;
    font-weight: bold;
}
.fooderBorder{
    border:2px #802D33 solid;
    border-radius: 15px;
    border-right: none;
    border-bottom: none;
    margin-right: 10px;
}
.fooderBorder h2{
    text-align: center;
    border-bottom: 1px #802D33 solid;
    color: #802D33;
}
.corPadrao{
    color:#802D33;
    font-weight: bold;
}
.btn-corPadrao:hover{
    color: white;
    background-color: #BE9425;
    font-weight: bold;
    border:1px white solid;
}
.msgEnviada{
    display: block;
    background-color:#DFF2BF;
    color:#55851F;
    margin-top: 20px;
    padding-left: 5px;
    border-radius: 3px;
}
.msgNaoEnviada{
    display: block;
    background-color:#EB6E6E;
    color:white;
    margin-top: 20px;
    padding-left: 5px;
    border-radius: 3px;
}
.btn-padrao{
    background-color: #802D33;
    color: white;
    font-weight: bold;
}