

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	AutoDoc
Version:	1.1
Assigned to:	Alex Zaymund
Primary use:	Auto Blog and Shop
-------------------------------------------------------------------*/


/* MAIN CSS */
@import url('bootstrap.css');
@import url('theme.css');
@import url('custom.css');
@import url('inner.css');
@import url('shop.css');
@import url('blog.css');
@import url('responsive.css');
@import url('animate.css');
@import url('debugging.css');



/* FONTS*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300&subset=latin,latin-ext);
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700");
@import url('../fonts/webfontkit/stylesheet.css');
@import url('../fonts/icomoon/style.css');
@import url('../fonts/simple/simple-line-icons.css');
@import url('../fonts/flaticon/flaticon.css');
@import url('../fonts/autoicon/css/fontello.css');
@import url('../fonts/font-awesome/css/font-awesome.min.css');


/* PLUGIN CSS */
@import url('../plugins/validation/validation-2.2.min.css');
@import url('../plugins/bxslider/jquery.bxslider.css');
@import url('../plugins/nouislider/jquery.nouislider.css');
@import url('../plugins/flexslider/flexslider.css');
@import url('../plugins/magnific/magnific-popup.css');
@import url('../plugins/prettyphoto/css/prettyPhoto.css');
@import url('../plugins/yamm/yamm.css');
@import url('../plugins/loader/css/loader.css');


.texto-perguntas{
    float: left;
    line-height: 20px;
    margin-right: 20px;
}

.campos-perguntas{
    float: left;
    width: 40%;
}

.bgRodape{
	background: #f5f5f5;
}

.tam20{
	font-size: 20px;
}

#valorgnv input::placeholder{
    color: #fff;
}

.corBranca{
	color: rgba(255,255,255,1) !important;
}


.corCinza{
	color: #dad8d8;
}

.circuloAmarelo{
    width: 24px !important;
    height: 25px !important;
    background: #f9a607;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    margin-right: 9px;
}


.btnEnviar{
    overflow: inherit;
    background: #ffffff;
    color: #04395f !important;
    font-size: 12px;
}

.btnEnviar:hover{
    background: #ffffff;
    color: #04395f !important;
}

.lb-radios{
    width: 100%;
    outline: none;
}

.lb-radios input{
    width: auto;
    float: left;
    margin-right: 10px;
    outline: none;
}

.lb-radios input:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none;
}


.lb-radios span{
    float: left;
    color: #333333;
    line-height: 33px;
    outline: none;
}

.area-cotacoes .row div .form-group select, .area-cotacoes .row div .form-group input{
    width: 100%;
    height:26px; /*se mudar p 40px!important melhora os select mas estraga os radiobuttons*/
    color: #333333;
    margin-top: 5px;
}
.txt{
    height: 40px!important;
}
.area-cotacoes .row div .form-group input[type="radio"]{
    width: auto !important;
}

.btn-Cotacao{
    margin-top: 30px;
}

.desabilita-campos{
    display: none;
}

.backgroundCotacao{
    background: none repeat scroll 0 0 #ebebeb;
}



.btnEnviar span{
 width: 40px;
 background: #04395f;
}

.ver-depoimentos-btn{
    overflow: inherit !important;
}

.btn-primary .btn-icon{
    width: 48px;
}

.bgAzulClaro{
    background: #d8e6f0;
}


.bgAzulClaro p, .bgAzulClaro h4, .bgAzulClaro p span{
    color: #333333;
}


.col-md-7 i.fa.fa-check{
    color: #28638e;
    margin-right: 15px;
}

.col-md-7 h3{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #333333;
    font-weight: 300;
}


.txtligue{
    color: #888888;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0 5px;
}


.txtPhone{
    color: #04395f;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}


/*.li-last a:hover{
    text-decoration: none !important;
}*/

.link-color:hover{
    text-decoration-color: #000;
}

.caption-contain .light-font{
    margin-bottom: 8px !important;
}

.caption-contain h2{
    font-family: 'Bevan', cursive;
    font-size: 52px !important;
    text-transform: uppercase;
    line-height: 60px;
}

.caption-contain p{
    font-family: "latolight";
    font-size: 19px;
    width: 60%;
    line-height: 24px;
    margin-top: 10px !important;
    color: rgba(255,255,255,1);
}

.bg-area1{
    background: url(../images/bg-area1.jpg) repeat;
}

h1{
    font-family: 'Bevan', cursive;
    font-size: 40px;
    text-transform: uppercase;
}
.padding5{
    padding: 5px !important;
    font-size: 0 !important;
    margin-top: 14px;
}

.modificaoVerMais{
    background: #ffffff;
    color: #04395f;
    font-family: "latolight";
    font-size: 11px;
}

.modificaoVerMais:hover{
    background: #ffffff;
    font-weight: 700;
    color: #04395f;
}


.paddingBottom0{
    padding-bottom: 0;
}

.subtituloCotacao{
    margin-top: 5px;
    font-family: 'Bevan', cursive;
    font-size: 31px;
    text-transform: uppercase;
}


.carousel-5 li img{
    margin: 0 auto;
    border: solid 1px #e1e1e1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.svg); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
    filter: grayscale(100%);
}

.carousel-5 li img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.pre-footer .col-md-4 p.cxalta{
    font-size: 16px;
    font-family: "latolight";
    text-transform: uppercase;
}

.pre-footer .col-md-4 h4{
    font-size: 20px;
    font-family: latobold;
    text-transform: uppercase;
}

.pre-footer .col-md-4 h4.gran{
    font-size: 20px;
    font-family: latobold;
    text-transform: uppercase;
}

.icon-line span.padding5{
    background: none repeat scroll 0 0 #04395f;
    width: 38px;
    height: 38px;
}

.icon-line span.padding5 .fa-envelope{
    color: #ffffff;
}

.icon-line span.padding5 .fa-envelope:before{
    font-size: 26px !important;
}

.error{
    background: rgba(255,0,0,0.2) !important;
    color: #ffffff !important;
}

.contactForm2.error{
    background: none !important;
}

.contactForm2 .error{
    font-size: 12px;
}

textarea{
    resize: none;
}

.submenuCot{
    display:none;
    position: absolute;
    top: 36px;
    left: 0px;
    border-bottom: solid 1px rgba(249,166,7,0.7);
    border-right: solid 1px rgba(249,166,7,0.7);
    border-left: solid 1px rgba(249,166,7,0.7);
    z-index: 99999999;
    background: rgba(249,166,7,1);
    padding: 0;
    min-width: 260px;
}

.escolha-feita{
    /*display: none;*/
    position: relative;
    z-index: 99999999;
    /* color: #333333; */
    text-transform: uppercase;
    cursor: pointer;
}

.escolha-feita span{
    font-family: latolight;
    font-size: 19px;
}

.todos-cont .col-md-12 .row div {
    padding-right: 0 !important;
    height: auto;
    margin-bottom: 7px;
}

.submenuCot li{
    border-top: solid 1px rgba(249,166,7,0.7);
    background: rgba(255, 255, 255,1);
    padding: 10px 12px;
    list-style: none;
}

.submenuCot li a{
    font-size: 14px;
    text-transform: initial !important;
    color: #333333 !important;
    text-decoration: none;
    display: block;
    font-family: latolight;

}

.todos-cont{
    display: none;
}


.bgLeftQuadrados{
    height: 464px;
}

.bgLeftQuadrados .col-md-6, .bgLeftQuadrados .col-md-6 img{
    height: 465px;
}

a.btn.btn-primary.btn-lg.btn-icon-right {
    margin-top: 26px;
}

.titulo-white{
    color: #ffffff;
    font-size: 40px;
}
@media (max-width:760px){
    .titulo-white{
        font-size: 30px;
    }
    .divbarra>div{
        margin-right: auto;
    }
}

.area-title-topo {
    color: #fff;
    overflow: hidden;
    padding: 118px 0;
}
@media (max-width:760px){
    .area-title-topo {
        padding: 40px 0;
    }
}

.siderbar-quemsomos{
    background: #04395f;
    color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

.siderbar-quemsomos p, .siderbar-quemsomos h4{
    color: #ffffff;
}

.siderbar-quemsomos .box{
    position: relative;
}

.siderbar-quemsomos h4{
    font-family: 'Bevan', cursive;
    font-size: 26px;
    line-height: 42px;
    margin: 0;
    float: left;
    background: #04395F;
    padding-right: 20px;
}

.clear{
    clear: both;
}

.siderbar-quemsomos .fa-content{
    width: 100% !important;
}

.siderbar-quemsomos .fa-content p{
    font-family: 'latoregular';
    font-size: 16px;
    line-height: 22px;
}

.siderbar-quemsomos i{
 color: #f9a607;
 float: left;
 font-size: 32px;
 padding-right: 15px;
 line-height: 40px;
 background: #04395F;
 display: block;
}

.siderbar-quemsomos span{
    border-bottom: solid 1px #ffffff;
    width: auto;
    position: absolute;
    height: 30px;
    right: 20px;
    left: 20px;
}
.ef2{
 font-family: 'bevan', cursive!important;
 font-size: 30px!important;
 /* color: #04385d; */
 margin-left: 3.4%;
}
.ef3{
 font-family: 'bevan', cursive!important;
 font-size: 30px!important;
 /* color: #04385d; */
 margin-left: 1%;
}
.form-p{
    /* color: #04385d; */
    font-size: 18px;
    font-family: Lato;
}
.contactForm h4{
    /* color: #04385d!important; */
    font-size: 18px;
    font-family: Lato;
}
.contactForm option{
    color: #fff;
    /* color:#333333; */
}
#modelos{
    background: none repeat scroll 0 0 #ffffff;
    border: none;
}
#todasasmarcas{
    background: none repeat scroll 0 0 #ffffff;
    border: none;
}
#qualanotipo{
  background: none repeat scroll 0 0 #ffffff;
  border: none;
}
@media(max-width: 1516px){
    .mnamein {
        width: 100%!important;
    }
}
.mnamein{
    width: 100%!important;
}
.mcpfin{
    margin-left: 3%;
}
.spanbday{
    margin-left: 9%;
}
.ec{
    width: 10%;
}
.spancond{
    line-height: 50px;color: #043a60!important;font-weight: 500!important;
}
.condin{
   float:right; width:73%!important;border:none;height:40px;background: none repeat scroll 0 0 #f9a608!important;
}
/* ------------------- */
#jssor_1 p{
    z-index: 2;
    color: #fff;
    position: absolute;
    margin-left: 200px;
    margin-top:130px;
}
#jssor_1 p:nth-child(1){
    text-transform: uppercase;
    font-size:30px;
    font-weight: 100;
}
#jssor_1 p:nth-child(2){
    margin-top:170px;
    text-transform: uppercase;
    font-size:35px;
    font-family: 'Bevan', cursive !important;
    font-weight: bold;
}
#jssor_1 p:nth-child(3){
    margin-top:225px;
    width: 55%;
    font-size: 18.5px;
    line-height: 96%;
    opacity: 0.8;
}
@media (min-width:761px) and (max-width:1000px){
    #jssor_1 p{
        margin-left: 100px;
    }
    #jssor_1 p:nth-child(1){
        margin-top: 125px;
        font-size: 40px;
    }
    #jssor_1 p:nth-child(2){
        margin-top:175px;
        font-size:45px;    
    }
    #jssor_1 p:nth-child(3){
        margin-top:240px;
        width: 80%;
        font-size: 28px;
    }
}
@media (max-width:760px){
    #jssor_1 p{
        margin-left: 100px;
    }
    #jssor_1 p:nth-child(1){
        margin-top: 110px;
        font-size: 45px;
    }
    #jssor_1 p:nth-child(2){
        margin-top:170px;
        font-size:65px;
        width: 85%;
    }
    #jssor_1 p:nth-child(3){
        display: none;
    }
}
.owl-stage-outer{
    max-width: 1130px;
    margin: 0 auto;
}
@media (min-width:760px) and (max-width:1150px){
    .owl-stage-outer{
        width: 750px !important;
    }
}
@media (min-width:410px) and (max-width:730px){
    .owl-stage-outer{
        width: 370px !important;
    }
}
.owl-width{
    width: 370px !important;
}
.owl-nav{
    margin-top: 30px;
    text-align: center;
}
.owl-nav button:focus {
    outline: none;
}
.owl-nav a{
    padding: 6px 12px;
    background: none repeat scroll 0 0 #f5f5f5;
    color: #04395f;
    border: 1px solid #cbcccc;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    height: 32px;
    margin: 0 5px;
    outline: 0 none;
    text-decoration: none !important;
    top: 0;
    width: 32px;
    z-index: 9;
    transform-style: flat;
    -webkit-transform-style: flat;
    -moz-transformtransform-style: flat;
    -ms-transform-style: flat;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.owl-nav i{
    display: block;
    transform-style: flat;
    -webkit-transform-style: flat;
    -moz-transformtransform-style: flat;
    -ms-transform-style: flat;
    transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.map-1{
    height: 300px !important;
}
@media only screen and (max-width:1000px){
    .owl-stage-outer-2{
        width: 570px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
.owl-carousel-2{
    position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 850px;
}
.owl-stage-outer-2{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 80px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.owl-width-2{
    width: 270px !important;
}
.owl-carousel-2 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: solid 1px #e1e1e1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.svg);
    filter: gray;
    filter: grayscale(100%);
}
.owl-carousel-2 img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.owl-carousel-2 .owl-next,.owl-carousel-2 .owl-prev{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel-2 .bx-prev{
    background: none repeat scroll 0 0 #adadad;
    border: 1px solid #adadad;
    color: #fff;
}
.owl-carousel-2 .bx-next{
    background: none repeat scroll 0 0 #04395f;
    border: 1px solid #04395f;
    color: #fff;
}
@media only screen and (min-width:1000px){
    .owl-carousel-2 .owl-next,.owl-carousel-2 .owl-prev{
        position: absolute;
        top: 25px;
    }
    .owl-carousel-2 .owl-next{
        right: -50px;
    }
    .owl-carousel-2 .owl-prev{
        left: -60px;
    }
}
@media only screen and (max-width:730px){
    .owl-stage-outer-2{
        width: 280px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
#divEC{
    border: none;
    background: none repeat scroll 0 0 #ffb244!important;
    color: #fff;
    padding-left: 13px;
    /* height: auto; */
    width: 100%;
    font-family: inherit;
    line-height: inherit;
}