@import "fonts/fonts.css";

body,
html {
    height: 100%;
    -moz-osx-font-smoothing: rgba(0,0,0,0.5)scale;
    -webkit-font-smoothing: rgba(0,0,0,0.5)scale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #EFF0F3;
    font-family: 'NexaBold';
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
ul,
li{
    list-style: none;
}
a {
    text-decoration: none;
    color: #fff;
}

.vendido{
    width: 100px;
    position: absolute;
    top: -5px;
    left: -5px;
    pointer-events: none;
}

#contacts:after, .content, .section:after, #veiculo #left-infos:after{
    content: '';
    display: block;
    clear: both;
}

#header{
    width: 100%;
    height: 238px;
    background-color: #515962;
    position: relative;
    background: url('../images/header.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#header-logo{
    height: 110px;
    margin: 0 auto;
    position: absolute;
    margin-top: 43px;
}
#header-logo, #header-nav{
    left: 0;
    right: 0;
}
#header-nav{
    width: 100%;
    height: 42px;
    background-color: #515962;
    margin-bottom: 50px;
}
#header-nav-logo{
    width: 150px;
}
#header-nav-logo img{
    display: block;
    margin: 7px auto 0;
}
#header-nav-logo,
#header-nav-lang{
    width: 245px;
    border-right: 1px #fff solid;
    position: relative;
}
#header-nav-lang{
    border: 0;
    border-left: 1px #fff solid;
}
#header-nav-lang div.mod-languages{
    margin-top: 10px;
}
#header-nav-lang div.mod-languages ul{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 102px;
}

#header-nav-lang div.mod-languages li {
    width: 24px;
    height: 24px;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    border-radius: 12px; 
    line-height: 24px;
    font-size: 10px;
    text-align: center;
    margin-left: 15px;
    text-transform: uppercase;
    position: relative;
}
#header-nav-lang div.mod-languages li:first-child{
    margin-left: 0;
}
#header-nav-lang div.mod-languages a {
    height: 100%;
    width: 100%;
    display: block;
    background-color: #838992;
}
#header-nav-lang div.mod-languages a:hover,
#header-nav-lang div.mod-languages li.lang-active a{
    background-color: #ff6600;
}
#header-nav-logo,
#header-nav-lang,
#header-nav-menu{
    height: 100%;
    float: left;
    position: relative;
}
#header-nav-menu{
    width: 600px;  
}
#overlay{
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
    background: rgba(0,0,0,0.9);
    cursor: default;
    display: none;
}

#header-nav-menu #menutoggle {
    background: #838992;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
}

#menutoggle:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 2px;
    background: #fff;
    top: 9px;
    left: 16%;
    -moz-box-shadow: 0 5px 0 #fff,0 10px 0px #fff;
    -webkit-box-shadow: 0 5px 0 #fff,0 10px 0px #fff;
    box-shadow: 0 5px 0 #fff,0 10px 0px #fff;
}

#header-nav-menu #main-menu li{
    float: left;
    width: 150px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    border-left: 1px #fff solid; 
    position: relative;
    font-size: 14px;
}
#header-nav-menu #main-menu li:first-child{
    border: 0; 
}
#header-nav-menu #main-menu li a{
    display: block;
    width: 100%;
    height: 100%;
}
#header-nav-menu #main-menu li:hover a:before,
#header-nav-menu #main-menu li.active a:before{
    content: '';
    display: block;
    height:3px;
    background-color:#0095AA;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content{
    position: absolute;
    top: 196px;
    width: 1090px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    left: 0;
    right: 0;
    margin-bottom: 40px;
}

.section{
    width: 980px;
    height: auto;
    padding: 40px 0 0;
    margin: 0 auto;
    position: relative;
}

#slideshow{
    width: 100%;
    overflow: hidden;
}

.pagination,
.general-title{
    height: 25px;
    position: relative;
    background-color: #515962;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    color: #fff;
}
.general-title{
    margin-top: 20px;
    text-transform: uppercase;
}
.pagination:before,
.general-title:before{
    content: '';
    display: block;
    background-image: url('../images/title-blue.png');
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-position: -1px -1px;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}
.about_texto{
    font-family: 'NexaLight';
    padding-left: 190px;
    position: relative;
}
.about_texto .image_about{
    width: 165px;
    height: 165px;
    left: 0;
    position: absolute;
    -webkit-border-radius: 165px;
    -moz-border-radius: 165px;
    border-radius: 165px;
    overflow: hidden;
}
.about_texto .image_about img{
    width: 100%;
    height: 100%;
}
.about_texto p,
.about_texto li{
    margin-bottom: 15px;
}
.about_texto li{
    list-style: disc;
    margin-left: 18px;
}
.marcas-item{
    margin-left: 12.93px;
    width: 58px;
    height: 58px;
    float: left;
    background-color: #eff0f3;
}
.marcas-item:first-child{
    margin-left: 0;
}
.marcas-item img{
    width: 100%;
    height: 100%;
}
#mosthits-carousel{
    width: 100%;
}
#mosthits-carousel,
#carousel-slider{
    overflow: hidden;
    height: 280px;
    padding: 5px 0;
}
#carousel-slider{
    float: left;
}
a.carousel-arrow{
    width: 80px;
    height: 270px;
    border-width: 1px 0;
    border-color: #C8CDD4;
    border-style: solid;
    display: block;
    cursor: pointer;
    position: relative;
    float: left;
}
#mosthits-carousel a.carousel-arrow{
margin-top: 5px;    
}

a.carousel-arrow.disable{
    cursor: default;
}
a.carousel-arrow:before{
    width: 20px;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: #C8CDD4;
    background-image: url('../images/arrows.png');
    background-repeat: no-repeat;
    background-size: 40px;

}
a.carousel-arrow.arrow-left{
    margin-right: 20px;
}
a.carousel-arrow.arrow-right{
    margin-left: 20px;
    float: right;
}
a.carousel-arrow.arrow-left:before{
    background-position: 4.5px 50%;
    left: 0;
}
a.carousel-arrow.arrow-right:before{
    background-position: -24px 50%;
    right: 0;
}
.veiculos-item{
    width: 180px;
    height: 270px;
    padding: 5px;
    margin-left: 20px;
    margin-bottom: 16px;
    border: 1px #C8CDD4 solid;
    position: relative;
    float: left;
    text-align: left;
}
#mosthits-carousel .veiculos-item.first,
#veiculos .veiculos-item:nth-child(5n+1){
    margin-left: 0;
}
.veiculos-item-image{
    display: block;
    width: 100%;
    height: auto;
    height: 126px;
    overflow: hidden;
}
.veiculos-item-image img{
    width: 100%;
    height: 100%;
}
.veiculos-item h1{
    font-size: 16px;
    margin-top: 5px;
}
.veiculos-item h2{
    font-size: 12px;
    font-family: 'NexaLight';
}

.veiculos-item h1, .veiculos-item h2{
    color: #515962;
    text-indent: 5px;
}
.veiculos-item h1:first-letter, .veiculos-item h2:first-letter{
    text-transform: uppercase;
}
a.btspecs{
    display: block;
    background-color: #0095AA;
    height: 25px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    font-size: 15px;
    font-family: 'NexaLight';
}

a.more{
    display: block;
    background-color: #ff6600;
    width: 180px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'NexaLight';
    margin: 0 auto;
}
a.more.disable{
    display: none;
}


#searchcontent .searchbox{
    width: 33.333333333%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 6px;
}
#searchcontent .searchbox:nth-child(3n){
    padding-left: 4px;
}
#searchcontent .searchbox:nth-child(3n+1){
    padding-right: 4px;
}
#searchcontent .searchbox:nth-child(3n+2){
    padding: 0 2px;
}
#searchcontent .searchbox-title{
    background-color: #009BAC;
    color: #fff;
    position: relative;
}
#searchcontent .searchbox-title.selectBox{
    cursor: pointer;
}
#searchcontent .searchbox-title.selectBox:before{
    width: 14px;
    height: 16px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    background-image: url('../images/arrows.png');
    background-repeat: no-repeat;
    background-position: -17px 50%;
    background-size: 30px;

}
#searchcontent .searchbox-selection{
    background-color: #ECEDED;
    position: relative;
    color: #878787;
}
#searchcontent .searchbox-selection .selectOptions{
    position: absolute;
    left: 0;
    top: 26px;
    width: 100%;
    height: auto;
    z-index: 12;
    display: none;
    max-height: 250px;
    background-color: #ECEDED;
}
#searchcontent .searchbox-selection .selectOptions:before, #searchcontent .searchbox-selection .selectOptions:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 161px;
    height: 18px;
    background: transparent;
    -webkit-box-shadow: 0 15px 10px #424A52;
    -moz-box-shadow: 0 15px 10px #424A52;
    box-shadow: 0 15px 10px #424A52;
    transform: rotate(-3deg);
}

#searchcontent .searchbox-selection .selectOptions:after
{
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

#searchcontent .searchbox-selection .selectOptions span{
    display: block;
    width: 100%;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-bottom: 1px solid #fff;
    background-color: #ECEDED;
    cursor: pointer;
    font-family: 'NexaLight';
    color: #878787;
    z-index: 15;
}


#searchcontent .searchbox-selection .selectOptions span:last-child{
    border-bottom: 0;
}
#searchcontent #modelo .searchbox-selection .selectOptions span,
#searchcontent .searchbox-selection .selectOptions span.first{
    display: none;
}
#searchcontent .searchbox-title,#searchcontent .searchbox-selection, #searchcontent .searchbox-selection .selectOptions span{
    width: 100%;
    height: 25px;
    line-height: 27px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}
#searchcontent .nstSlider {
    cursor: pointer;
    position: relative;
    max-width: 100%;
    margin: 0 10px;
    height: 2px;
    background: #424A52;
    top: 11.5px;
}
#searchcontent .nstSlider .rightGrip, .nstSlider .leftGrip{
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    top: -5px;
    -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.58);
    -moz-box-shadow:    2px 0px 2px 0px rgba(0, 0, 0, 0.58);
    box-shadow:         2px 0px 2px 0px rgba(0, 0, 0, 0.58);

}
#searchcontent .nstSlider .rightGrip{
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    top: -5px;
    -webkit-box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.58);
    -moz-box-shadow:    -2px 0px 2px 0px rgba(0, 0, 0, 0.58);
    box-shadow:         -2px 0px 2px 0px rgba(0, 0, 0, 0.58);
}
#searchcontent .nstSlider .bar {
    position: absolute;
    height: 2px;
    top: 0px;
}
#searchcontent .nstSlider .bar, .nstSlider .rightGrip, .nstSlider .leftGrip{
    background: #009BAC;

}
#searchcontent .nstSlider-leftLabel{
    position: absolute;
    left: 10px;
    top: 0;
}
#searchcontent .nstSlider-rightLabel{
    position: absolute;
    right: 10px;
    top: 0;
}

.section_double{
    width: 50%;
    float: right;
    padding-top: 25px;
}
.section_double.even{
    padding-right: 3px;   
}
.section_double.odd{
    padding-left: 3px;
}
.contacts-content{
    width: 100%;
    padding: 45px 55px 0;
}
.contacts-content .cnt_grup{
    width: 100%;
}
.section_double.odd .cnt_grup{
    padding: 25px 15px;
    text-align: center;
    background-color: #ECEDED;
}
.contacts-content h1{
    color:#0095AA;
    font-size: 18px;
}
.contacts-content h1,
.contacts-content h2{
    color:#0095AA;
}
.contacts-content h2,
.contacts-content p{
    font-size: 15px;
}
.contacts-content h2{
    padding-top: 15px;
}
.contacts-content p{
    color:#87868A;
    font-family: 'NexaLight';
    padding-top: 15px;
}
.contacts-content p.uper{
    text-transform: uppercase;
}
.contacts-content input,
.contacts-content label,
.contacts-content textarea{
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 32px;
    font-family: 'NexaLight';
    text-indent: 10px;
}
#prenc{
    font-size: 12px;
    font-family: 'NexaLight';
    color: #0095AA;
    line-height: 0px;
    color: #ff6600;

}

.contacts-content label{
    background-color: #0095AA;
    display: block;
    color: #fff;
}
#prenc span,
.contacts-content label span{
    font-size: 20px;
    line-height: 0px;
}

.contacts-content input,
.contacts-content textarea{
    background-color: #ECEDED;
    outline: 0;
    border: 0;
    color: #424A52;
}
.contacts-content textarea{
    height: 137px;
    resize: none;
    padding: 0 10px;
    text-indent: 0;
}
.contacts-content .error{
    border:1px solid orangered;
}

#formsend{
    width: 124px;
    height: 75px;
    line-height: 42px;
    display: block;
    background-color: #0095AA;
    text-indent: 10px;
    text-transform: uppercase;
    font-family: 'NexaLight';
    font-size: 15px;
    margin-left: 4px;
}
#formsend,#captcha{
    margin-top: 5px;
    float: left;
}
#footer{
    background: url('../images/footer.png');
    height: 500px;
    position: relative;
    background-position: -1px 0px;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    background-size: 101% 100%;
    margin-top: 40px;
}
#footer-logo{
    height: 150px;
    width: 150px;
    display: block;
    position: absolute;
    left: 170px;
    top: 21px;
    z-index: 0;
}
#footer-face{
    width: 230px;
    position: absolute;
    top: 190px;
    left: 70px;
}
#footer_litigios{
position: absolute;
bottom: 70px;
left: 70px;
right: 70px;
    font-family: 'NexaLight';
}

#footer_litigios,#footer_litigios h1{
color:#fff;
font-size: 10px;
text-align: center;

}
#footer_litigios a{
text-decoration: underline;
}
#footer-copyright{
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 42px;
    font-size: 10px;
    color: #515962;
    background-color: #fff;
}
#footer-copyright .section{
    padding: 0;
}
#footer-copyright-left{
    float: left;
}
#footer-copyright-right
{ float: right;}

#footer-copyright-right img
{ height: 30px; margin-top: -2px; margin-left: 5px;}

#footer-links{
    position: absolute;
    top: 190px;
    right: 50px;
}
#footer-links .links-col.x-mobile{
display: block;
}
#footer-links .links-col{
    float: left;
    padding: 0 15px;
    border-left: 1px solid #AFAFAF;
}
#footer-links .links-col:first-child{
    border-left: 0;
    padding-left: 0;
}
#footer-links .links-col a{
    color: #fff;
}
#footer-links .links-col a:hover{
    color: #009BAC;
}
#footer-links .links-col h1{
    font-size: 16px;
}
#footer-links .links-col h2{
    font-size: 12px;
    font-family: 'NexaLight';
    color: #fff;
}
#footer-links .links-col h1,
#footer-links .links-col h2{
    max-width: 123px;
    width: 123px;
}
#veiculo #veiculo-left,
#veiculo .veiculo-right{
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    height: 532px;
}
#veiculo #veiculo-left{
    width: 735px;
}
#veiculo .veiculo-right{
    width: 245px;
    border-left: 1px solid #AFAFAF;
}

#veiculo #veiculo-left h1,
#veiculo .veiculo-right h1{
    color: #0095AA;
}

#veiculo #veiculo-left h2,
#veiculo .veiculo-right h2{
    color: #424A52;   
}
#veiculo #veiculo-left .left-infos-item.first h1{
    text-transform: uppercase;
}
#veiculo #veiculo-left h1{
    font-size: 18px;
}
#veiculo #veiculo-left h2{
    font-family: 'NexaLight';
    font-size: 16px;
}

#veiculo #veiculo-left .left-infos-item{
    float: left;
    width: 25%;
    border-left: 1px solid #AFAFAF;
}
#veiculo #veiculo-left .left-infos-item.first{
    width: 50%;
    border-left: 0;
}
#veiculo #veiculo-left .left-infos-item,
#veiculo .veiculo-right li{
    height: 45px;
    padding: 0px 15px;
    display: block;
    border-bottom: 1px solid #AFAFAF;
}
#veiculo .veiculo-right li{
    padding-top: 4px;
}
#veiculo .veiculo-right li.last{
    border-bottom: 0;
    height: auto;
    padding: 10px 0 0 15px;
}
#veiculo .veiculo-right h1{
    font-size: 16px;
}
#veiculo .veiculo-right h2{
    font-family: 'NexaLight';
    font-size: 14px;
}
#veiculo .veiculo-right.xlshidden{
    height: 0;
    width: 0;
    position: absolute;
    border-left: 0;
}
#carousel-image{
    width: 735px;
    height: 487px;
    height: auto;
    position: relative;
    overflow: hidden;
}

#veiculo-carousel{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 89px;
    margin-bottom: 40px;
}
#veiculo-carousel-slider{
    width: 100%;
    overflow: hidden;
}
.carousel-image-arrow,
.veiculo-carousel-arrow{
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    display: block;
    cursor: pointer;
    z-index: 2;
    background-image: url('../images/arrows.png');
    background-repeat: no-repeat;
    background-size: 50px;
    background-color: rgba(0, 0, 0, 0.2);
}
.carousel-image-arrow:hover,
.veiculo-carousel-arrow:hover{
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: background-color 0.2ms ease-out 0.5ms;
    -moz-transition: background-color 0.2ms ease-out 0.5ms;
    -o-transition: background-color 0.2ms ease-out 0.5ms;
    transition: background-color 0.2ms ease-out 0.5ms;
}
.carousel-image-arrow.left,
.veiculo-carousel-arrow.left{
    left: 0;
    background-position: 7.5px 50%;
}
.carousel-image-arrow.right,
.veiculo-carousel-arrow.right{
    background-position: -27.5px 50%;
    right: 0;
}

#veiculo-carousel .veiculo-carousel-item{
    width: 117.6875px;
    height: auto;
    margin: 0;
    border-radius: 0;
    margin-left: 5.5px;
    cursor: pointer;
}
#veiculo-carousel .veiculo-carousel-item.first{
    margin-left: 0;
}
#veiculo-carousel .veiculo-carousel-item.swiper-pagination-bullet-active{
    opacity: 0.4;
}
#veiculo-infos{
    width: 100%;
    height: auto;
}

#veiculo-infos-desc{
    float: left;
}

#desc-text{
    width: 364.0625px;
    border: 1px solid #CCCCCC;
    padding: 15px 10px 10px 15px;
    height: 308px;
    overflow: auto;
    font-size: 14px;
    font-family: 'NexaLight';
}
.my-tabs{
    float: left;
    width: 615.9375px;
    padding-left: 5.5px;
}

.my-tabs > input {
    display: none;
}
#desc-title,
.my-tabs > label {
    position: relative;
    height: 62px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    width: 240.875px;
    float: left;
    clear: left;
    background: #878787;
    border-bottom: 1px solid #fff;
    transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -webkit-transition: background 0.4s, color 0.4s;
    color: #fff;
    padding-left: 15px;
    line-height: 62px;
    font-size: 14px;
    font-family: 'NexaLight';
}
#desc-title{
    cursor: default;
    width: 364.0625px;
    border: 0;
    float: none;
}
.my-tabs label.last {
    border: 0;
}
.my-tabs > label:before{
    width: 14px;
    height: 16px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 5px;
    background-image: url('../images/arrows.png');
    background-repeat: no-repeat;
    background-position: -17px 50%;
    background-size: 30px;
}

#desc-title,
.my-tabs > label:hover{
    background: #009BAC;
}
.my-tabs > input:checked + label{
    cursor: default;
    background: #009BAC;
}
.my-tabs > ul {
    position: relative;
    display: block;
    margin-left: 240.875px;
    perspective: 2000px;
    -o-perspective: 2000px;
    -ms-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px;
    perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;
    border: 1px solid #CCCCCC;
    height: 372px;
}
.my-tabs > ul > [class*="my-tab-"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 15px 10px 10px 15px;
    height: 100%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: opacity 0.8s, -o-transform 0.8s;	
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;	
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;	
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    -o-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
}
.my-tabs > .my-tab-1:checked ~ ul > .my-tab-1,
.my-tabs > .my-tab-2:checked ~ ul > .my-tab-2,
.my-tabs > .my-tab-3:checked ~ ul > .my-tab-3,
.my-tabs > .my-tab-4:checked ~ ul > .my-tab-4,
.my-tabs > .my-tab-5:checked ~ ul > .my-tab-5,
.my-tabs > .my-tab-6:checked ~ ul > .my-tab-6{
    position: relative;
    opacity: 1;
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}
.my-tabs > ul > [class*="my-tab-"] ul{
    margin-bottom: 10px;
}
.my-tabs > ul > [class*="my-tab-"] > h1{
    font-size: 17px;
    color:#0095AA;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.my-tabs > ul > [class*="my-tab-"] ul li{
    list-style: disc;
    margin-left: 17px;
    font-family: 'NexaLight';
    font-size: 20px;
    color:#0095AA;
    line-height: 14px;
    position: relative;
}
.my-tabs > ul > [class*="my-tab-"] ul li span{
    position: absolute;
    font-size: 14px;
    color:#000;
    line-height: 14px;
    top: 1px;

}
.my-tabs > ul > [class*="my-tab-"] ul h1{
    font-size: 16px;
    color:#0095AA;
}
.my-tabs > ul > [class*="my-tab-"] ul li span:first-letter,
#veiculo h2:first-letter{
    text-transform: uppercase;  
}

.bt-social-share{
    width: 100%;
}
.bt-social-share-button {
    float:left;
    margin-right:5px;
    min-height:20px;
}
.bt-social-share img.fb-share,.bt-social-share img.digg-share{
    margin:1px 0 0 0;
    border:none;
    padding:0;
    cursor:pointer;
}
.bt-pretext{
    line-height:19px;
    font-weight:bold;
    float:left;
    margin-right:5px;
}

#marcas-slide{
    height: 98px;
    overflow: hidden;
}

#veiculos{
    overflow: hidden;
    color: #515962;
}

#ordersearch {
    width: 100%;
    padding:  10px 0 0;
    text-align: right;
    width: 980px;
    margin: 0 auto;
}
#ordersearch span{
    font-size: 12px;
    color: #515962;
}
#ordersearch a{
    font-size: 12px;
    color: #0095AA;
    margin-left: 5px; 
    font-family: 'NexaLight';
}
#ordersearch a:hover,
#ordersearch a.slc{
    color: #ff6600;
}

#sucessmsg{
    position: fixed;
    width: 250px;
    height: 150px;
    background: #515962;
    left: 50%;
    margin-left: -125px;
    top: 50%;
    margin-top: -75px;
    z-index: 9999999;
}
#sucessmsg span{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    color: #fff;
}
#sucessmsg:before{
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    margin: 30px auto 0;
    background-image: url('../images/check.png');
    background-size: 100%;
}

#veiculos.section{
    padding: 25px 0 0;
}