body {
    padding-top: 100px;
    background: #FFFFFF;
    font-size: 10px;
}

.wrapper {
    display: block;
    max-width: 1159px;
    margin: 0 auto;
    width: 90%;
}

/* Header */
header {
    position: fixed;
    display: block;
    background: #FFF;
    z-index: 991;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

header .sup {
    position: relative;
    height: 35px;
    overflow: hidden;
    background: url(../img/sup-header.jpg) no-repeat center;
}

header .sup p {
    font-size: 1.4em;
    line-height: 30px;
}

header .sup a:before {
    content: " - ";
    opacity: .5;
}

header .sup .phone-mail {
    display: block;
    margin: 6px 0 0 5px;
    font-size: 1.4em;
}

header .sup select {
    border: none;
    width: 100%;
    margin: 3px 0 0 0;
    background: url(../img/icons/arrow-bottom1.png) no-repeat 5px top;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-left: 25px;
    box-shadow: none;
    background-color: transparent;
}

header .sup select option, header .sup select optgroup {
    color: #000;
    background: #FFF !important;
}

header .sup select:hover {
    color: #000;
    background: #FFF url(../img/icons/arrow-bottom1.png) no-repeat 5px bottom !important;
}

header .sup * {
    color: #FFF;
}

header .social-icons {
    position: relative;
    margin: 0;
    text-align: right;
}

header .social-icons a { /*background-position: 0 -40px;*/
    margin-top: -2px;
}

header .header-logo {
    display: block;
    float: left;
    margin: 3px 0 2px;
}

header .header-logo img {
    position: relative;
    display: block;
    height: 60px;
}

header ul.menu {
    display: block; /* float: left; *//* margin-left: 70px; */
    margin: 0 auto; /* padding-top: 5px; */
    width: 768px;
}

header ul.menu > li {
    display: block;
    float: left; /*width: 14%;*/
    height: 45px;
    margin: auto 10px;
}

header ul.menu > li > a {
    display: block;
    line-height: 3.5em;
    font-size: 1.3em;
    color: #FFFFFF;
    text-transform: uppercase; /*border-bottom: 2px solid #FFF;*/
}

header ul.menu > li > a span {
    display: none;
}

header ul.menu > li > a:hover, header ul.menu > li > a.active { /*color: #000;border-bottom-color: #264272;*/
    color: #ffca1c;
}

.phone {
    font-size: 15px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #fff;
}

.phone strong {
    font-size: 17px;
}

.margemSemi {
    margin-top: 80px;
}

.margemNotcs {
    margin-top: 20px;
}

.titleF {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}

.consigStg1 {
    color: #B5080F;
    font-size: 19px;
}

.consigStg4 {
    font-size: 19px;
}

.consigStg2 {
    color: #B5080F;
    font-size: 18px;
}

.consigStg3 {
    font-size: 21px;
}


/* Brands bar*/
.brands-bar {
    display: block;
    margin-bottom: 20px;
}

.brands-bar img {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    border-bottom: 3px solid #999;
    background: #FFF;
    max-width: 95%;
    margin: 0 auto;
    width: auto !important;
}


.custom-buttons {
    padding: 0 20px;
    width: auto !important;
}

.custom-buttons .owl-prev, .custom-buttons .owl-next {
    position: absolute;
    top: 200px;
    height: 100px;
    width: 20px;
    background: url(../img/slider-arrows.png) no-repeat;
    padding: 0;
    text-indent: -5000px;
    top: 50%;
    margin-top: -50px;
    opacity: 1;
}

.custom-buttons .owl-prev {
    left: 0px;
    background-position: left center;
}

.custom-buttons .owl-next {
    right: 0px;
    background-position: right center;
}

.comprim {
    width: 100%;
}

.home-slider .owl-prev, .products-slider .owl-prev, .home-slider .owl-next, .products-slider .owl-next {
    position: absolute;
    top: 200px;
    height: 80px;
    width: 20px;
    background: url(../img/slider-arrows.png) no-repeat;
    padding: 0;
    text-indent: -5000px;
    top: 50%;
    margin-top: -40px;
    opacity: 1;
}

.home-slider .owl-prev {
    left: 10%;
    background-position: left center;
}

.home-slider .owl-next {
    right: 10%;
    background-position: right center;
}

.home-slider .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
}


header .search {
    position: absolute;
    height: 40px;
    width: 50px;
    top: 15px;
    right: 30px;
}

header .search input[type=submit] {
    display: none;
    position: absolute;
    right: -35px;
    top: 0;
    height: 40px;
    width: 45px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #333 url(../img/icons/search.png) no-repeat center;
    border: none;
    z-index: 3;
    cursor: pointer;
}

header .search input[type=text] {
    display: block;
    position: absolute;
    width: 0px;
    margin: 0;
    height: 40px;
    padding: 5px 30px 5px 10px;
    top: 0;
    right: 0;
    background: transparent url(../img/icons/search.png) no-repeat right center;
    border-radius: 4px;
    border: none;
    z-index: 2;
    box-shadow: none;
}

header .search:hover input[type=text], header .search input[type=text]:focus {
    width: 280px;
    background: #efefef url(../img/icons/search.png) no-repeat 500px center;;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    right: -20px;
    border: 2px solid #333;
}

header .search:hover input[type=submit] {
    display: block;
}

header.on {
    top: -35px;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, .85);
    z-index: 100;
}

header.on ul.menu > li > a {
    font-size: 1.3em;
}

header.on .header-logo img {
    height: 40px;
    margin: 35px 0 5px 45px;
}

/*header.on ul.menu > li > a{padding:15px 10px 12px;}*/
header.on .search {
    top: 2px;
}

header.on .mobile {
    padding: 2px 10px;
}

.boxMenu {
    width: 100%;
    height: 45px;
    background: #0068B8;
}

header.on .boxMenu {
    width: 100%;
    height: 43px;
    background: #0068B8;
}

/* SubMenus */
header ul.sub {
    position: absolute;
    display: none;
    top: 100%;
    border-top: 3px solid;
    background: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    padding: 10px;
    margin-top: -3px;
}

header ul.menu > li:hover ul.sub {
    display: block;
}

header ul.menu ul.sub a {
    position: relative;
    display: block;
    font-size: 1.3em;
    color: #222;
}

header ul.menu ul.sub.links a {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

header ul.menu ul.sub.links a:hover {
    font-weight: bold;
}

header ul.sub.list-cars {
    right: 5%;
    left: 5%;
}

header ul.sub.list-cars li {
    display: block;
    float: left;
    width: 120px;
    padding: 0 10px 5px;
}

header ul.sub.list-cars li img {
    display: block;
    width: 120px;
    height: 60px;
    background: url(../img/min-loader.gif) no-repeat center;
}

header ul.sub.list-cars a {
    text-align: center;
    font-weight: bold;
}

header ul.sub.list-cars:hover a img {
    opacity: 0.6;
}

header ul.sub.list-cars a:hover img {
    opacity: 1;
}

header ul.sub.list-cars a .tipr_container_bottom {
    top: 85%;
    left: -10px;
    right: -30px;
}

/* Mobile Menu */
header .mobile {
    position: absolute;
    display: none;
    padding: 5px 10px;
    background: #333;
    color: #FFF;
    width: 80px;
    height: 35px;
    cursor: pointer;
    top: 0;
    right: 0;
}

header .mobile > strong {
    display: block;
    font-size: 13px;
    float: left;
    margin: 8px 0 0 8px;
}

header .mobile .menu-icon, header .mobile .menu-icon:after {
    position: relative;
    display: block;
    float: right;
    width: 25px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    margin-top: 7px;
}

header .mobile .menu-icon:after {
    position: absolute;
    content: '';
    top: 5px;
    margin-top: 0;
}


/* Footer */
footer {
    background: #005B99;
    padding-top: 50px;
    margin-top: 15px;
}

footer h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    padding-left: 10px;
    border-left: 1px dotted #E9EFF4;
    line-height: 15px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #222;
}

footer ul li a {
    font-size: 15px;
    color: #F0DDDD;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer ul li a:before {
    content: '+';
    font-weight: bold;
    color: #FFF;
    display: inline-block;
    padding-right: 5px;
}

footer .social-icons {
    margin: 30px 0 0;
    border-top: 1px solid #CCC;
    padding: 10px 0;
}

footer .sub {
    background: #FFFFFF;
    color: #666;
}

footer .sub a {
    color: #444;
}

footer .sub a:hover {
    text-decoration: underline;
}

footer .sub p {
    font-size: 1.2em;
}

footer .sub img {
    vertical-align: -35%;
}

footer .sub p.copyright {
    margin-top: 15px;
}

footer .sub p.develop-by {
    text-align: right;
}

footer .footer-logo {
    display: block;
    width: 60%;
    margin: 0 auto;
}


.contF {
    color: #F0DDDD;
    display: inline-block;
    padding-right: 5px;
}

.features-boxes .picture {
    position: relative;
    text-align: center;
    background: center no-repeat;
    color: #FFF;
    background-size: 100% auto;
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
    height: 180px;
}

.features-boxes .text {
    position: absolute;
    display: block;
    padding: 5px 0;
    top: 50%;
    width: 100%;
    background: #222;
    background: rgba(0, 0, 0, .5);
}

.features-boxes .text h2 {
    font-size: 2em;
}

.features-boxes .text p {
    display: block;
    height: 40px;
    padding: 0 5%;
    margin: 0;
    line-height: 13px;
}

.features-boxes .ab-center {
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    left: 0;
    top: 50%;
    text-align: center;
    overflow: hidden;
}

.features-boxes .button-2 {
    position: relative;
    top: 300%;
}

.features-boxes .picture:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.features-boxes .picture:hover:before {
    background: rgba(0, 0, 0, .4);
}

.features-boxes .picture:hover {
    background-size: 110% auto;
}

.features-boxes .picture:hover h2 {
    font-size: 2.2em;
    margin-bottom: 10px;
}

.features-boxes .picture:hover .text {
    top: 20%;
}

.features-boxes .picture:hover .button-2 {
    top: 40%;
}

/* home */
.features-boxes .picture.offers {
    background-image: url(../img/pages/home-box-ofertas.jpg);
}

.features-boxes .picture.bestdrive {
    background: #FFF url(../img/best-drive.png) no-repeat center;
}

.features-boxes .picture.services {
    background-image: url(../img/pages/home-box-servicos.jpg);
}

.features-boxes .picture.premium {
    background-image: url(../img/pages/home-box-linha-premium.jpg);
}

.features-boxes .picture.cars {
    background-image: url(../img/pages/home-box-carro.jpg);
}

.features-boxes .picture.year {
    background-image: url(../img/pages/home-box-fim-de-ano.jpg);
}

.features-boxes .picture.bestdrive {
    background-size: auto;
}

/* about */
.features-boxes .picture.volkswagen {
    background-image: url(../img/pages/inst-volkswagen.jpg);
}

.features-boxes .picture.bmw {
    background-image: url(../img/pages/inst-bmw.jpg);
}

.features-boxes .picture.toyota {
    background-image: url(../img/pages/inst-toyota.jpg);
}

.features-boxes .picture.harley-davidson {
    background-image: url(../img/pages/inst-harley-davidson.jpg);
}

/* Social Icons */
.social-icons {
    display: block;
    text-align: center;
}

.social-icons * {
    vertical-align: middle;
}

.social-icons a {
    transition: all 0.1s;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: transparent no-repeat center 0;
    text-indent: -5000px;
    text-align: left
}

.social-icons a:hover {
    background-position: 0 -40px;
}

.social-icons a.facebook {
    background-image: url(../img/icons/facebook.png);
}

.social-icons a.facebook:hover {
    background-color: #3b5998 !important;
}

.social-icons a.googleplus {
    background-image: url(../img/icons/googleplus.png);
}

.social-icons a.googleplus:hover {
    background-color: #d94a39 !important;
}

.social-icons a.twitter {
    background-image: url(../img/icons/twitter.png);
}

.social-icons a.twitter:hover {
    background-color: #48c4d2 !important;
}

.social-icons a.linkedin {
    background-image: url(../img/icons/linkedin.png);
}

.social-icons a.linkedin:hover {
    background-color: #3b5998 !important;
}

.social-icons a.skype {
    background-image: url(../img/icons/skype.png);
}

.social-icons a.skype:hover {
    background-color: #18b7f1 !important;
}

.social-icons2 {
    display: block;
    text-align: center;
}

.social-icons2 * {
    vertical-align: middle;
}

.social-icons2 a {
    transition: all 0.1s;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: transparent no-repeat center 0;
    text-indent: -5000px;
    text-align: left
}

.social-icons2 a:hover {
    background-position: 0 -40px;
}

.social-icons2 a.facebook2 {
    background-image: url(../img/icons/facebook2.png);
}

.social-icons2 a.facebook2:hover {
    background-color: #3b5998 !important;
}

.social-icons2 a.googleplus2 {
    background-image: url(../img/icons/googleplus2.png);
}

.social-icons2 a.googleplus2:hover {
    background-color: #d94a39 !important;
}

.social-icons2 a.twitter2 {
    background-image: url(../img/icons/twitter2.png);
}

.social-icons2 a.twitter2:hover {
    background-color: #48c4d2 !important;
}

.social-icons2 a.linkedin2 {
    background-image: url(../img/icons/linkedin2.png);
}

.social-icons2 a.linkedin2:hover {
    background-color: #3b5998 !important;
}

.social-icons2 a.skype2 {
    background-image: url(../img/icons/skype2.png);
}

.social-icons2 a.skype2:hover {
    background-color: #18b7f1 !important;
}

.large-title {
    display: block;
    padding: 10px 0;
    font-size: 2em;
    border-bottom: 1px solid #CCC;
}

.medium-title {
    display: block;
    padding: 10px 0;
    font-size: 1.7em;
    border-bottom: 1px solid #CCC;
}

.small-title {
    display: block;
    padding: 10px 0;
    font-size: 1.4em;
    border-bottom: 1px solid #CCC;
}

.small-titleSinan {
    display: block;
    padding: 10px 0;
    font-size: 2.1em;
    border-bottom: 1px solid #CCC;
    color: #0068B8;
}

.large-title.bt, .medium-title.bt, .small-title.bt {
    border-bottom: none;
    border-top: 1px solid #CCC;
}

.large-title.nb, .medium-title.nb, .small-title.nb {
    border: none !important;
}

/* Post */
.post {
    display: block;
    width: 96%;
    margin: 0 auto;
    background: #FFF;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding-top: 30px;
}

.postSocial {
    display: block;
    width: 96%;
    margin: 0 auto;
    background: #FFF;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.post h3, .post h2, .post h1 {
    display: block;
    padding: 6px 5%;
    text-shadow: 0 1px 0 #FFF;
    font-size: 2.2em;
    background: #DDD;
}

.post .content {
    display: block;
    padding: 10px 5%;
}

.post .picture iframe {
    display: block;
    width: 100%;
    height: 250px;
    border: none;
}

.post .figure {
    display: block;
    overflow: hidden;
    height: 200px;
}

.post .figure img {
    width: 100%;
}

.post .views {
    display: block;
    float: left;
    margin-left: 10px;
}

.post .space {
    width: 96%;
    margin: 0 auto;
}

.gray {
    background-color: #DDD;
    margin-bottom: 20px;
}

.post .date {
    background-color: #023867;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 18px;
    color: #fff;
}

.post .date p {
    font-size: 15px;
    color: #BBB;
    line-height: 30px;
    margin: 15px 0 0;
}

.post .date p span {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
    padding-top: 5px;
    line-height: 25px;
}

.post .space .figure {
    z-index: 1;
    position: relative;
}

.post .row .col2 .space .medium-title {
    display: block;
    font-size: 1.7em;
    color: #444;
}

.topicos {
    display: block;
    padding: 20px 0;
}

.topicos h4 {
    display: block;
    margin: 10px 20px;
}

.topicos ul {
    display: block;
    margin-left: 30px;
}

.topicos li {
    display: block;
    margin: 5px 30px 15px 30px;
}

.topicos li a {
    color: #414141;
    font-size: 14px;
}

.topicos li a:before {
    content: "\2022";
}

.topicos ul li a:hover {
    text-decoration: underline;
}

.topicos h4 {
    color: #023867;
    font-size: 15px;
    padding: 10px 10px;
}

.default-text {
    width: 96%;
}

.default-text p {
    font-size: 1.4em;
    color: #999;
    text-align: justify;
}

.default-text h2 {
    font-size: 30px;
    color: #023867;;
    font-weight: lighter;
}

.default-text .ct em {
    font-size: 20px;
    color: #424242;;
    font-weight: lighter;
}


.subfooter {
    width: 100%;
    height: 30px;
    background: #0068B8;
    margin-top: 20px;
}

/* Page Headers */
.page-header {
    position: relative;
    display: block;
    padding: 20px 0 10px;
    background: url(../img/default-page-header.jpg) no-repeat center !important;
    border-top: 3px solid;
    overflow: hidden;
    background-size: 100% 100% !important;
}

.page-header .wrapper {
    position: relative;
    z-index: 2;
}

.page-header h1, .page-header h2, .page-header h3, .page-header p {
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    margin: 0;
    font-weight: bold;
    padding: 0 40px;
}

.page-header h1 {
    line-height: 120%;
    font-size: 2.5em;
    margin-top: 10px;
}

.page-header p {
    font-size: 1.5em;
    line-height: 1em;
    margin-top: 10px;
    font-weight: lighter;
}

.page-header.image-header {
    padding: 50px 0 20px;
    height: 55px;
}

.page-header.image-header > img {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    right: 0;
}

.spaceCol {
    padding-left: 15px;
}

.textLuzio {
    text-align: justify;
}

/* Lists */
ul.checklist, ul.stripped-list {
    margin-bottom: 20px;
}

ul.checklist li span {
    display: block;
    min-height: 16px;
    padding: 1px 1px 1px 22px;
    background: #fcfcfc url(../img/icons/bullet-check.png) no-repeat left center;
    font-size: 1.2em;
    margin: 4px 2px 0 0;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
}

ul.stripped-list {
    border-top: 1px solid #cccfd0;
}

ul.stripped-list.spaced {
    margin: 20px 15px;
}

ul.stripped-list li {
    display: block;
    text-align: right;
    font-size: 1.2em;
    border-bottom: 1px solid #cccfd0;
    background: #e0e4e7;
}

ul.stripped-list li .item {
    display: block;
    float: left;
    font-weight: bold;
    padding: 8px 0 8px 15px;
    border-left: 1px solid #CCC;
}

ul.stripped-list li .value {
    display: block;
    float: right;
    padding: 8px 15px 8px 0;
    border-right: 1px solid #CCC;
}

ul.stripped-list .even {
    background: #f0f0f0;
}


/* Noticias */
/*.noticia { border: 1px solid #e0e0e0; padding:20px; margin: 10px;}

.noticia .panel img{display: block; width: 100%;}
.noticia .panel{display: block;width: 50%; margin: 10px auto;}
.noticiaHome h2{color: #08559F;  border-bottom: 1px solid #08559F;}
.noticiaHome h2 a{color: #08559F;}
.noticiaHome .col2-1 {text-align: right !important; }
.panel{padding:10px;border: 1px solid #e0e0e0;box-shadow: 0 2px 2px -1px rgba(0,0,0,.4);} */
/* Noticias */
.noticia {
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin: 10px;
}

.noticia .panel img {
    display: block;
    width: 100%;
}

.noticia .panel {
    display: block;
    width: 50%;
    margin: 10px auto;
}

.noticia-home {
    padding-top: 30px;
}

.noticia-home h2 {
    color: #08559F;
    border-bottom: 1px solid #08559F;
}

.noticia-home h2 a {
    color: #08559F;
}

.noticia-home .col2-1 {
    text-align: right !important;
}

.panel {
    margin: 10px;
    padding: 10px;
}


/* Consorcio */
#consorcio .page-header {
    border: none;
    margin-top: 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#consorcio h2 {
    padding: 10px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .2);
    font-size: 1.6em;
}

#consorcio .consorcio-header h3 {
    position: relative;
    font-size: 1.3em;
    border-bottom: 1px solid #8cbdde;
    line-height: 1px;
    padding: 15px 3px 0;
    margin: 8px 0;
}

#consorcio .consorcio-header h3:before, #consorcio .consorcio-header h3:after {
    position: absolute;
    content: '';
    top: 0;
    height: 200%;
    border-right: 1px solid #8cbdde;
}

#consorcio .consorcio-header h3:before {
    left: 50%;
}

#consorcio .consorcio-header h3.from:after {
    right: 0;
}

#consorcio h3.to:after {
    left: 0;
}

#consorcio .consorcio-header select {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 120px;
}

#consorcio p {
    font-size: 1.3em;
    margin: 15px 5px;
}

#consorcio p strong {
    display: block;
    text-align: right;
    padding-right: 20px;
}

#consorcio .vehicle {
    background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
    background-color: #f0f0f0;
}

#consorcio .vehicle .col3-2 {
    background-color: #FFF;
}

#consorcio .car {
    display: block;
    position: relative;
    width: 100px;
    cursor: pointer;
}

#consorcio .car img {
    position: relative;
    display: block;
    width: 100px;
    height: 47px;
    background: url(../img/min-loader.gif) no-repeat center;
    border: none;
}

#consorcio .content h3 {
    font-size: 1.5em;
    background: #DDD;
    text-align: center;
}

#consorcio .road {
    display: block;
    position: relative;
    margin-right: 100px;
    background: #FFF;
    margin-left: -15px
}

#consorcio .road-icon, #consorcio .road-icon:before {
    position: absolute;
    display: block;
    width: 0;
    top: 50%;
    background: #e0e0e0;
    height: 10px;
    margin-top: -3px;
}

#consorcio .road-icon:before {
    content: '';
    height: 0;
    border-top: 2px dashed #fffbe1;
    margin-top: -1px;
    width: 100%;
}

#consorcio .road-icon {
    opacity: 0;
    padding-right: 50px;
}

#consorcio .loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/loader.gif) 50% 50% no-repeat #FFF;
}

#div_lista_vehicles .loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(../img/loader.gif) 50% 50% no-repeat #FFF;
}

#consorcio .command-buttons button {
    color: #000;
    background: #f0f0f0;
    background-image: linear-gradient(to bottom, #f0f0f0, #DDD);
}

#consorcio .command-buttons {
    margin: 10px;
}

#consorcio .tipr_container_bottom {
    font-size: 12px;
    margin-top: 5px;
    width: 150px;
    text-align: center;
    margin-left: -25px !important;
}

.pimg {
    margin: 15px 0;
    display: block;
    min-height: 54px;
}

.pimg-l {
    padding: 0 20px 0 70px;
}

.pimg-r {
    padding: 0 70px 0 20px;
}

.pimg.dna {
    background: url(../img/pages/i-dna.png) no-repeat left center;
}

.pimg.locale {
    background: url(../img/pages/i-localizacao.png) no-repeat left center;
}

.pimg.shop {
    background: url(../img/pages/i-lojas.png) no-repeat left center;
}

.pimg.car {
    background: url(../img/pages/i-carro.png) no-repeat left center;
}

.pimg:first-child {
    margin-top: 60px;
}

.pimg:last-child {
    margin-bottom: 60px;
}

/* Product List*/
.product {
    position: relative;
    display: block;
    background: #FFF;
    margin: 8px;
    border: 1px solid #f0f0f0;
    border-bottom: 2px solid #CCC;
    font-size: 1.3em;
    border-radius: 4px;
}

.product:hover .figure img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product .figure {
    height: 130px;
    border-bottom: 3px solid #264272;
    overflow: hidden;
}

.product .figure *, .product .figure:after {
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product a {
    position: relative;
    text-decoration: none;
    color: #666;
}

.product img.thumb {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.product .infos .value {
    display: block;
    float: right;
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
    padding-right: 10px;
}

.product h3 {
    display: block;
    font-size: 1em;
    color: #000;
    text-align: center;
    margin: 3px 5px 10px;
    font-weight: 700;
    text-transform: uppercase;
    height: 30px;
    overflow: hidden;
    line-height: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.product p {
    padding: 0 5px;
    color: #666;
    font-size: 0.9em;
    line-height: 14px;
    margin: 0;
}

.product .infos {
    position: relative;
    overflow: hidden;
}

.product .infos p.optionals {
    display: none;
}

.product .infos .main-itens {
    text-align: center;
}

.product .infos .main-itens .col4 {
    width: 50%;
    text-align: center;
    font-size: 0.8em;
}

.products-list .product-wrapper, .horizontal-list .product-wrapper {
    width: 100%;
}

.products-list h3 {
    width: 100%;
    height: auto;
}

.products-list .figure {
    width: 35%;
    float: left;
    height: 145px;
    border: none;
}

.products-list .infos {
    width: 61%;
    float: right;
    padding: 10px 2%;
    min-height: 125px;
}

.products-list .product .infos p.optionals {
    display: block;
    height: auto;
}

.products-list .product .infos .main-itens .col4 {
    width: 25%;
}

.products-list .product .infos .main-itens {
    margin: 5px 0;
}

.product p.promo {
    font-size: 1.7em;
    line-height: 1em;
}

.product p.promo .min {
    font-size: 0.6em;
}

.product p.alert {
    padding: 5px;
}

.product .infos .buttons {
    display: block;
    position: absolute;
    width: 100%;
    padding-top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, .8);
    top: 1000px;
}

.product:hover .buttons {
    top: 0;
}

.product .infos .buttons a {
    margin: 5px;
    cursor: pointer;
}

/* Some icons */
.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/small-icons.png) no-repeat center center;
    vertical-align: -25%;
    margin: 0 4px 0 0;
}

.icon-fuel {
    background-position: 0px center;
}

.icon-year {
    background-position: -48px center;
}

.icon-km {
    background-position: -16px center;
}

.icon-color {
    background-position: -32px center;
}

.product-wrapper {
    width: 25%;
    float: left;
}

.product-wrapper.slim-wrapper {
    width: 20%;
}

.product-wrapper.slim-wrapper p {
    height: 30px;
    overflow: hidden;
}

.product-wrapper.slim-wrapper .infos strong {
    display: block;
    text-align: center;
}

.list-controls .controls {
    display: block;
    float: right;
    margin-top: 10px;
    padding: 0 20px;
}

.list-controls li {
    display: block;
    float: left;
}

.list-controls a {
    display: block;
    background: url(../img/sprite.png) no-repeat -1000px -1000px;
    height: 30px;
    width: 30px;
    overflow: hidden;
}

.list-controls a span {
    display: none;
}

.list-controls .grid {
    background-position: 0 -30px;
}

.list-controls .grid:hover, .list-controls .grid.active {
    background-position: 0 0;
}

.list-controls .list {
    background-position: -30px -30px;
}

.list-controls .list:hover, .list-controls .list.active {
    background-position: -30px 0;
}

.list-controls p {
    font-size: 1.1em;
    font-weight: bold;
    color: #222;
    margin: 8px 2px 0 0;
}

.new-vehicles {
    padding: 40px 0;
}

.new-vehicles .figure {
    height: 100px;
}

.small-vehicles .figure {
    height: 75px;
}

.small-vehicles .figure img {
    margin: 1%;
    width: 98%;
}

.small-vehicles p {
    margin: 0;
    height: 30px;
    overflow: hidden;
}

.car-value {
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border: 3px solid #e0e4e7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset;
    background: #f0f0f0;
    width: 70%;
    margin: 20px auto 10px;
}

.car-value .currency {
    font-size: 16px;
    color: #999;
}

.car-value span {
    font-size: 23px;
    color: #333;
}

.car-value .zero {
    font-size: 16px;
    color: #666;
}

.panel {
    position: relative;
    display: block;
    margin: 10px; /*border: 1px solid #e0e0e0;box-shadow: 0 2px 2px -1px rgba(0,0,0,.4)*/
}

.panel.panel-overlap {
    margin-top: 10px;
}

.panel .panel-header h2 {
    display: block;
    padding: 5px 10px;
    color: #FFF;
    font-size: 1.8em;
}

.panel .content {
    display: block;
    padding: 10px;
    background: #FFF;
}

.panel.filter-form {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 90%; /*background-color: #FFF;background-color: rgba(255,255,255,.7);*/
    padding: 0px;
}

.toggle-pane {
    display: none;
}

.content table {
    width: 80%;
    margin: 0 auto;
    font-size: 1.2em;
    border-collapse: collapse;
}

.content table th {
    background: #f0f0f0;
}

.content table th, .content table td {
    padding: 10px;
}

.content table tr {
    border-bottom: 1px solid #ccc;
}

.image-box {
    display: block;
    padding: 10px;
    background: #fcfcfc;
    margin: 10px 20px 0 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
}

.image-box img {
    display: block;
    width: 100%;
}

/* General Forms */
form.form-1 .field {
    display: block;
    margin: 5px;
}

form.form-1 label {
    display: block;
    font-size: 1.3em;
}

form.form-1 input[type=text], form.form-1 textarea, form.form-1 select {
    display: block;
    width: 100%;
    font-size: 1.3em;
}

form.form-1 input[type=radio], form.form-1 input[type=checkbox] {
    vertical-align: sub;
}

form.form-1 button {
    position: relative;
    display: block;
    width: 60%;
    margin: -2px auto;
    left: -5px;
}

form.form-1 textarea {
    min-height: 90px
}

form.form-1 .field.checks label:hover {
    text-decoration: underline;
    cursor: pointer;
}

form.form-1 .field.checks input[type=checkbox] {
    float: left;
    width: 20px;
}

/* Page Contents */
.simple-list li {
    list-style: disc inside;
    padding: 8px 0 8px 10px;
    font-size: 1.3em;
    line-height: 15px;
}

.page-content {
    display: block;
    margin: 20px;
}

.page-content p {
    text-align: justify;
}

.page-content h3 {
    font-size: 1.5em;
    margin-top: 20px
}

.page-content h2 {
    font-size: 1.8em;
}

.page-content .simple-list li {
    list-style: disc inside;
    padding: 5px;
    font-size: 1.2em;
}

.frontLuzio {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.frontLuzio img {
    max-width: 500px;
    width: 100%;
    max-height: 300px;
    min-height: auto;
}

/* jQuery Tipr */
.tipr_content {
    font-size: 0.85em;
    color: #FFF;
    padding: 5px 10px;
    font-weight: normal;
    text-align: center;
}

.tipr_container_bottom {
    display: none;
    position: absolute;
    z-index: 1000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    top: 100%;
    background: #FFF;
    border-bottom: 3px solid #CCC;
    border-radius: 4px;
}

.tipr_point_bottom:after {
    position: absolute;
    top: -10px;
    content: "";
    border: solid transparent;
    border-bottom-color: inherit;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
    height: 0;
    width: 0;
}


/* Overlay */
.overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
}

.overlay .message {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -250px;
    width: 500px;
    padding: 20px;
    color: #FFF;
    text-align: center;
    font-size: 1.5em;
}

.overlay .message.success {
    background: green;
}

.overlay .message.error {
    background: red;
}

.overlay-form {
    position: relative;
    width: 30%;
    margin: 100px auto;
    padding-top: 30px;
}

.overlay-form .close {
    position: absolute;
    top: 5px;
    left: inherit;
    right: 5px;
    margin: 0;
    width: 80px;
}

.overlay .popup-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin: -250px 0 0 -250px;
}

.overlay .popup-image img {
    border: 0;
    width: 100%;
}

.overlay .popup-image .close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 15px;
    font-weight: bold;
    color: #111;
    height: 15px;
    line-height: 11px;
    padding: 10px;
    cursor: pointer;
    background: #999;
    font-size: 20px;
    text-align: center;
}


.command-buttons {
    text-align: center;
}

.command-buttons * {
    cursor: pointer;
}

.command-buttons button {
    padding: 0 2px;
    font-size: 1.1em;
    min-width: initial;
    margin: 2px;
}

.command-buttons input[type=radio] {
    vertical-align: -15%;
}

/* tabs */
.tabs {
    margin: 10px 0;
}

.tabs, .tabs-buttons, .tabs-contents {
    display: block;
}

.tabs .tabs-buttons {
    position: relative;
    z-index: 2;
    padding: 0 10px
}

.tabs .tabs-buttons a {
    position: relative;
    display: block;
    float: left;
    padding: 5px 10px;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 4px;
    border-bottom: 3px solid;
    border-color: inherit;
    color: inherit;
    background: #e0e0e0;
    margin: 0 3px;
    box-shadow: 0 1px #FFF inset;
    text-shadow: 0 1px #FFF;
    text-align: center;
}

.tabs .tabs-buttons a span {
    color: inherit;
}

.tabs .tabs-buttons a.active, .tabs .tabs-buttons a:hover {
    background: #666 url(../img/default-page-header.jpg) center top;
    color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    text-shadow: 0 1px 2px #000;
}

.tabs .tabs-buttons a.active span, .tabs .tabs-buttons a:hover span {
    color: inherit;
}

.tabs .tabs-buttons a.active:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: inherit !important;
    left: 50%;
    border-bottom: none;
    margin-left: -5px;
    bottom: -8px;
}

.tabs .tabs-contents {
    position: relative;
    display: block;
    margin-top: -5px;
}

.tabs .tabs-contents .t-cnt {
    position: relative;
    display: none;
    z-index: 1;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background: #FFF;
}

.tabs .tabs-contents .t-cnt.visible {
    display: block;
}

.tabs .tabs-buttons.four-tabs a {
    padding: 10px 0;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
}

/* PHP Pagination Class */
.pagination {
    margin: 10px 0;
}

.pagination ul {
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 1.3em;
}

.pagination li.dots {
    padding: 2px 6px;
}

.pagination li a {
    display: inline-block;
    padding: 2px 8px;
    color: inherit;
    background: #e0e0e0;
    border-bottom: 2px solid;
    box-shadow: 0 1px 2px #999;
    margin: 0 5px;
    border-radius: 2px;
    font-weight: bold;
    text-shadow: 0 1px #FFF;
}

.pagination li a span {
    color: inherit;
}

.pagination li.current a, .pagination li a:hover {
    background: #666 url(../img/default-page-header.jpg) center top;
    text-shadow: 0 1px 2px #000;
}

.pagination li.current a span, .pagination li a:hover span {
    color: #FFF;
}

/* Vehicle Details */
.photos {
    display: block;
    padding-top: 1px;
}

.photos #photos {
    display: block;
    padding: 2% 2% !important;
    width: 96% !important;
    margin-bottom: 10px;
}

.photos #photos img {
    max-width: 100%;
    display: block;
    margin: 0;
}

.photos #thumbnails {
    display: block;
    padding: 0 2% !important;
    width: 96% !important;
}

.photos #thumbnails .owl-item {
    opacity: .4;
    transition: all .2s ease;
    cursor: pointer;
}

.photos #thumbnails .owl-item.active.center, .photos #thumbnails .owl-item:hover {
    opacity: 1;
}

.photos .owl-item > img {
    display: block;
    width: 100% !important;
}

.photos .owl-prev, .photos .owl-next {
    display: block;
    position: absolute;
    height: 100px;
    width: 30px;
    background: url(../img/slider-arrow.png) no-repeat !important;
    top: 50%;
    margin-top: -50px !important;
    text-indent: -5000px;
    opacity: .2;
    transition: all .1s ease;
}

.photos .owl-prev {
    left: 15px;
    background-position: left center !important;
}

.photos .owl-next {
    right: 15px;
    background-position: right center !important;
}

.photos .owl-prev:hover, .photos .owl-next:hover {
    opacity: .7;
}

.photos .owl-controls {
    margin: 0 !important;
}

/* Default Colors */
.dcl-1, .timer {
    background-color: #174697 !important;
}

.dcl-1-bd {
    border-color: #174697 !important;
}

.dcl-1-c {
    color: #174697 !important;
}

.dcl-2 {
    background-color: #8cbdde !important;
}

.like-plugin {
    display: block;
    border: none;
    width: 100px;
    margin: 0 auto;
    height: 65px;
}

.timer {
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.outlet img.outlet-header {
    position: relative;
    margin-top: -80px;
}

.real-size {
    max-width: 100%;
}

.schedule {
    display: block;
    padding: 10px 20px 10px 40px;
    margin: 15px;
    background: #F0F0F0 url(../img/icons/clock.png) no-repeat 15px 15px;
    text-align: center;
}

.schedule h4 {
    font-size: 1.4em;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 10px;
}

.schedule p {
    margin: 0;
    padding-left: 10px;
}

.premium-vehicles {
    text-align: center;
}

.premium-vehicles .product-wrapper {
    display: inline-block;
    width: 140px;
    float: none;
}

.premium-vehicles .product-wrapper .figure {
    height: 70px;
}

.premium-bg .premium {
    background: url(../img/pages/premium.jpg) no-repeat top center;
    height: 650px;
    padding-top: 1px;
}

.premium-bg {
    background: url(../img/pages/premium-bg.jpg) repeat-x top center;
}

.premium-bg .panel-carousel {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 785px;
    height: 360px;
    padding: 16px;
    background: url(../img/pages/premium-border.jpg) no-repeat center center;
    margin-top: 75px;
}

.premium-bg .item {
    height: 360px !important;
    overflow: hidden;
    padding-top: 1px;
}

.premium-bg .photos #photos {
    padding: 0 !important;
    width: 100% !important;
}

.premium-bg .person {
    position: absolute;
    bottom: -182px;
    background: url(../img/pages/premium-man.png);
    width: 155px;
    height: 300px;
    left: 40px;
    z-index: 2;
}

.premium h3.title {
    position: absolute;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    width: 95%;
    height: 30px;
    text-align: right;
    color: #FFF;
    padding-right: 5%;
    font-size: 16px;
}

.premium-bg h3.title span {
    font-weight: normal;
}

.premium-bg .text {
    padding: 10px 170px 0 400px;
}

.premium-bg h2 {
    margin: 0;
    font-size: 20px;
}

.premium-bg p {
    margin: 0;
}

/* Institutional */
.shops-list .item {
    display: block;
    margin: 5px 5px 0;
    border: 1px solid #e0e0e0;
}

.shops-list .item .text {
    font-size: 1.2em;
    padding: 10px;
    min-height: 80px;
}

.shops-list .phone {
    display: block;
    background: #999;
    color: #FFF;
    margin: 0 1px 1px;
    font-size: 1.4em;
    padding: 2px;
    text-shadow: 0 1px #666;
}

.shops-list:hover .col2 {
    opacity: .4;
}

.shops-list .col2:hover {
    opacity: 1;
}

/* Google Maps */
#gmaps {
    display: block;
    height: 364px;
    background: url(../img/min-loader.gif) no-repeat center;
}

#gmaps .shops-list {
    font-size: 10px;
    width: 240px;
    padding-left: 20px;
}

#gmaps .shops-list .item {
    border: none;
}

#gmaps .shops-list .text {
    padding: 0;
}

#gmaps .shops-list .phone {
    background: none;
    color: #222;
}

iframe[name=google_conversion_frame] {
    display: block;
    height: 0;
}

@media all and (max-width: 1180px) and (min-width: 1024px), all and (max-width: 800px) and (min-width: 400px) {
    .features-boxes .picture {
        background-size: auto 100%;
    }

    .features-boxes .picture:hover {
        background-size: auto 110%;
    }

    header .header-logo img {
        height: 40px;
        margin: 7px 0 8px 0;
    }

    header.on .header-logo img {
        height: 40px;
        margin: 35px 0 5px -45px;
    }

    .panel.filter-form {
        width: 45%;
        top: 0;
        right: 0;
    }

    .panel.filter-form .header {
        display: none;
    }

    .product-wrapper.slim-wrapper {
        width: 25%;
    }
}

@media all and (max-width: 399px) and (min-width: 290px) {
    .features-boxes .picture {
        background-size: auto 100%;
    }

    .features-boxes .picture:hover {
        background-size: auto 110%;
    }

    header .header-logo img {
        height: 40px;
        margin: 7px 0 8px -45px;
    }

    header.on .header-logo img {
        height: 40px;
        margin: 35px 0 5px 0;
    }

    .panel.filter-form {
        width: 45%;
        top: 0;
        right: 0;
    }

    .panel.filter-form .header {
        display: none;
    }

    .product-wrapper.slim-wrapper {
        width: 25%;
    }
}

@media all and (max-width: 1023px) {
    header .social-icons {
        display: none;
    }

    header .mobile {
        display: block;
    }

    header ul.menu.show {
        display: block;
    }

    header ul.menu {
        position: absolute;
        display: none;
        width: 250px;
        background: #333;
        padding: 5px 5% 10px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
        cursor: default;
        top: 100%;
        right: 0;
        margin-right: 0;
    }

    header ul.menu li {
        padding: 0;
        float: none;
    }

    header ul.menu, header ul.menu li {
        border-bottom: 1px solid #3f3f3f;
        border-top: 1px solid #303030;
    }

    header ul.menu li.close {
        position: absolute;
        top: 0;
        right: 0;
        color: #FFF;
        padding: 10px;
        width: 10px;
        height: 10px;
        line-height: 10px;
        background: #222;
        text-align: center;
        cursor: pointer;
    }

    header ul.menu li a {
        display: block;
        font-weight: 700;
        color: #FFF;
        border: none;
    }

    header.on ul.menu > li > a, header ul.menu > li > a {
        padding: 3px;
        font-size: 1.3em;
    }

    header ul.menu li a span {
        display: block;
        font-weight: normal;
        font-size: 0.8em;
        color: #999;
        text-transform: none;
    }

    header ul.menu > li > a:hover, header ul.menu > li > a.active {
        background: #303030;
        color: #FFF;
    }

    .row.features-boxes p, .panel.filter-form, .sup .col3-1 {
        display: none;
    }

    .row.features-boxes h2, .row.features-boxes .picture:hover h2 {
        font-size: 1.5em;
    }

    .features-boxes .picture {
        height: 120px;
    }

    .features-boxes .picture:hover .button-2 {
        top: 25%;
    }

    .page-header.image-header {
        padding: 20px 0;
    }

    .wrapper > .row > .col2-1, .wrapper > .row > .col2-2, .wrapper > .row > .col3-1, .wrapper > .row > .col3-2, .sup .col3-2, .page-header .col3-2, .page-header .col3-1, #consorcio .vehicle .col3-1, #consorcio .vehicle .col3-2, .wrapper > .row > .col2, .panel .col2 {
        width: 100%;
    }

    #consorcio .vehicle .col3-1 {
        color: #FFF;
        background: #666;
        text-align: center;
        border-bottom: 1px solid #777;
        border-top: 1px solid #555;
    }

    #consorcio .vehicle .col3-1 p {
        margin: 4px;
    }

    ul.stripped-list li.col2 {
        float: none;
        width: 100%;
    }

    .panel.panel-overlap {
        margin-top: 30px;
    }

    footer .footer-logo {
        display: none;
    }

    ul.checklist .col3 {
        width: 50%;
    }
}

@media all and (max-width: 1023px) and (min-width: 720px) {
    .page-header.image-header > img {
        left: -10%;
        width: 120%;
        right: -10%;
    }

    header .search {
        right: 110px;
    }
}

@media all and (max-width: 900px) {
    .home-slider {
        display: none;
    }

    .brands-bar {
        display: none;
    }

    .spaceMobile {
        margin-top: 30px;
    }
}

@media all and (max-width: 960px) and (min-width: 641px) {
    .product-wrapper {
        width: 33.3%;
    }

    .product-wrapper.slim-wrapper {
        width: 25%;
    }
}

@media all and (max-width: 719px) {
    header .sup .phone-mail {
        text-align: right;
        padding-right: 20px;
    }

    header .mobile .menu-icon {
        margin-right: 2px;
    }

    header .mobile > strong {
        display: none;
    }

    header .mobile {
        width: 30px;
    }

    header .header-logo {
        margin-left: -30px;
    }

    header .search {
        right: 90px;
    }

    footer {
        padding-top: 0;
    }

    footer .sub .col2 p {
        text-align: center;
    }

    footer .row > .col3-1, footer .row > .col3-2, footer .sub .col2, header .wrapper, .vehicle-details .col2-1, .vehicle-details .col2-2 {
        width: 100%;
    }

    footer .links-list > .col2 {
        width: 100%;
        text-align: center;
    }

    footer .links-list h3 {
        border-left: none;
        border-bottom: 1px dotted #CCC;
        margin: 30px 20px 10px;
    }

    .consig {
        display: none;
    }

    .titleF {
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        color: #fff;
        text-align: center;
    }

    footer h3 {
        font-size: 1.5em;
        text-transform: uppercase;
        padding-left: 10px;
        border-left: 1px dotted #E9EFF4;
        line-height: 15px;
        margin-bottom: 20px;
        font-weight: normal;
        color: #222;
    }

    footer ul li a {
        font-size: 15px;
        color: #F0DDDD;
    }

    footer ul li a:hover {
        text-decoration: underline;
    }

    footer ul li a:before {
        content: '+';
        font-weight: bold;
        color: #FFF;
        display: inline-block;
        padding-right: 5px;
    }


    .page-header.image-header > img {
        width: auto;
        height: 100%;
    }
}

@media all and (max-width: 640px) {

    .features-boxes .picture {
        background-size: 100% auto;
    }

    .features-boxes .picture:hover {
        background-size: 110% auto;
    }

    .product-wrapper, .row.features-boxes .col4 {
        width: 50%;
    }

    .product-wrapper.slim-wrapper {
        width: 33.3%;
    }

    #consorcio .vehicle .col3-2 {
        display: none;
    }

    footer .links-list .col2, .post .content .col2 {
        width: 100%;
        text-align: center;
    }

    header .search:hover input[type=text], header .search input[type=text]:focus {
        width: 200px;
    }

    footer ul {
        text-align: center;
    }

    footer ul li {
        display: inline-block;
    }

    footer ul li a {
        display: inline-block;
        padding: 10px;
        text-decoration: underline;
    }

    .schedule {
        padding: 0;
    }

    .social {
        display: none;
    }

    .newsletter {
        display: none;
    }

}

@media all and (max-width: 480px) {
    .product-wrapper.slim-wrapper {
        width: 50%;
    }
}

#floating_button_sirena.right {
    left: 20px !important;
}