
/* seccao lista viaturas */

.preco-revenda {
    font-size: 16px;
    line-height: 17px;
    font-weight: initial;
}

.revenda--preco-notas {
    font-size: 1.2rem;
    line-height: 12px;
}

.car-types2.viaturas-filtros4 {
    background: #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.4s;
    margin-bottom: 30px;
    position: relative;
}

.btn-mais-filtros {
    color: #fff;
    background: #6c98e1;
    left: 17px;
    border-radius: 5px 0;
    position: relative;
    float: right;
    top: -12px;
    padding: 0 5px;
    border: 1px solid #ccc;
}

.mais-filtros {
    margin-bottom: 20px;
}

/* fim seccao lista viaturas */

/* ficha detalhe da viatura */

.sob-consulta {
    font-size: 2rem;
}

.partilha-social ul li img {
    height: 30px;
    width: auto;
}
.partilha-social ul li:hover {
    cursor: pointer;
}

/* fim ficha detalhe da viatura */

.btn-ver-mais-viaturas {

    .car-price {
        background-color: #ec2028;    
    }

    .car-price:before {
        background-color: #ec2028;
        transition-duration: 0.35s;
    }
    
    .car-price span {
        color: #fff;
        font-size: 20px !important;
    }

}

.btn-ver-mais-viaturas:hover {

    .car-price {
        background-color: #fab637;
    }

    .car-price:before {
        background-color: #fab637;
        transition-duration: 0.35s;
    }

}

.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: 800;
    background-color: transparent;
    border: none;
}

label {
    margin-bottom: 0px;
    font-weight: 500;
}

.input-group[class*=col-] {
    padding: 0px 3px;
    float: left;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-radius: 5px !important;
}

.contact-2 .feature-box-3 {
    display: block;
    margin-bottom: 20px;
}

.contact-2 .btn-link-morada {
    background-color: #ec2028;
    color: #fff;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #fff;
    font-family: 'Montserrat-SemiBold' !important;
    font-size: 14px;
    font-weight: 400;
}

.contact-2 .btn-link-morada:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #bc2024;
}

.contact-2 .feature-box-3 .icon {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #f6f6f6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.contact-2 .feature-box-3 .icon i {
    font-size: 20px;
    background: #f6f6f6;
    display: block;
    border-radius: 50%;
    margin: 9px 10px 10px 9px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.contact-2 .feature-box-3:hover .icon i {
    background: #db2d2e;
    color: #ffffff;
    border-color: #db2d2e;
}

.modal-body {
    position: relative;
    padding: 0px 15px;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 20px 35px;
}

.navbar {
    background-color: #eaedf0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000 !important;
}

.navbar-collapse.in {
    overflow-y: initial;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.header-contact {
    width: 33%;
}

.transparent-header.header-nav-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #eaedf0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 100;
}

.colored-separator {
    margin-bottom: 35px;
    text-align: center;
    vertical-align: top;
    font-size: 0;
    line-height: 1;
    margin-top: 15px;
}

.colored-separator .first-long, .colored-separator .last-short {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 5px;
    transform: skew(-40deg,0deg);
    border-radius: 2px;
    background: #ec2028;
}

.colored-separator .first-long {
    margin-right: 3px;
}

.colored-separator .last-short {
    width: 16px;
}

.car-wrapper .list-inline {
    bottom: initial;
    position: relative;
}

.car-wrapper {
    margin-bottom: 30px;
    /* background-color: #373c3f; */
}

.entry:hover .list-inline {
    filter: initial;
    opacity: 1;
    bottom: initial;
    position: relative;
}

.bg-escuro {
    background-color: #232628;
}

.bg-escuro .section-title h4 {
    color: #fff;
    text-align: center;
}

.bg-escuro h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #232628;
}

.car-title {
    margin: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.car-wrapper .list-inline li {
    background-color: transparent;
}

.car-wrapper {
    border-bottom: none;
}

.car-title h4 {
    height: 70px;
    overflow: hidden;
}

.car-price {
    position: relative;
    float: right;
    padding: 6px 20px 4px 8px;
    margin-left: 23px;
    background-color: #6c98e1;
    text-align: right;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.car-price span {
    font-size: 12px !important;
}

.car-price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -14px;
    height: 100%;
    width: 20px;
    background-color: #6c98e1;
    transform: skew(-18deg,0deg);
    z-index: 5;
}

.list-inline li p {
    font-size: 12px !important;
    color: #999;
}

.car-image {
    aspect-ratio: 6/4;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.revenda-aviso {
    font-size: 1.2em;
}

/* SERVICOES */

.bg-amarelo {
    background-color: #fab637;
    padding: 50px 30px 50px 20px;
}

.bg-vermelho {
    background-color: #ff4848;
    padding: 50px 30px 50px 20px;
}

.cx-txt-servicos .icon-text {
    padding-left: 30%;
}

.cx-txt-servicos .icon-text .content {
    color: #fff;
}

.arrow-holder {
    display: none;
}


.cx-txt-servicos .icon {
    max-width: 25%;
    float: left;
}

.slider-section .container div {
    position: absolute;
    bottom: 15%;
    text-align: left;
}

.slider-section .container h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
}

.slider-section .container .links {
    bottom: 10%;
}

.copyrights small {
    color: #999999 !important;
}

.copyrights p {
    color: #ec2028 !important;
}

.navbar-inverse .navbar-nav > li > a:after {
    content:none;
}

.navbar-inverse .navbar-nav:not(.navbar-right) > li > a:hover {
    background-color: #ec2028;
    color:#fff !important;
}

.navbar-nav {
    margin: -1px;
}

.icon-element-2 {
    width: 20%;
    float: left;
    margin-right: 10px;
    height: 200px;
}

.servico-1 .title  {
    font-size:30px;
}

.servico-1 .content {
    font-size: 13px;
    color:#000;
}

.servico-1 .title span{
    color:#fff;
}

.servico-1 .bg-amarelo {
    background-color: #fab637;
    padding: 50px;
}

.sobre-nos h4 b {
    color:#ec2028;
}

.shop_single_page .product_details .product-review-tab .add_your_review ul li:hover, .newprice, .shop_single_page .product_details .product_top_section .item_description .item_price, .rating i, .author-details a, .blog-description li i, .blog-dark .blog-details li i, .blog-meta li i, .team-desc p, .widget-footer .val, .calculate-details span, .color, #accordion-first .accordion-heading .accordion-toggle > em, .special-offer small, .normallist i, .car-list-wrapper-2 li i, .car-table:hover i, .car-table:hover p, .brochures i, .totalpay, .custom-sidebar .search-tab a.customa, .glyphicon-time, a:hover, a:focus, .breadcrumb > li + li::before, .service-hours sup, .service-hours i, .search-wrapper small, .search-wrapper sup, .customlist i, .service-hover i, .contact-version i, .navbar-inverse .navbar-nav > li > a.active, .custom-title, .related-post small, .contact-widget li a, .footer .twitter-widget p a, .twitter-widget i, .rating i, .testimonial small, .readmore, .service-box small, .magnifier .magni-desc i, .car-wrapper:hover h4 a, .search-tab .dropdown-menu > li:hover a, .search-tab-nav.nav-tabs > li.active > a, .search-tab-nav.nav-tabs > li.active > a:focus, .search-tab-nav.nav-tabs > li.active > a:hover, .stat-wrap i, .copyrights .text-left a, .copyrights small, .hephaistos.tparrows.tp-rightarrow .arrow-holder:before, .hephaistos.tparrows.tp-leftarrow .arrow-holder:before, .navbar-inverse .navbar-nav > li:hover a:after, .navbar-inverse .navbar-nav li:hover a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover .navbar-inverse .navbar-nav > .active > a, .header-contact i {
    color: #999 !important;
}
.contact-widget li a {
    text-decoration: none !important;
}

.termos-legais a, .contact-widget li.ir-ate a  {
    color: #ccc !important;
}

.termos-legais a:hover, .contact-widget li.ir-ate a:hover {
    color: #fff !important;
}

.form-group input, .form-group textarea {
    width: 100%;
}

#div_cookies {
    width: 100%;
    position: fixed;
    left: 0;
    top: calc(100% - 150px);
    height: 150px;
    z-index: 1000;
    background: #323232;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    border-top: 5px solid #01aef0;
    color:#fff;
    display: none;
}

#div_cookies a {
    font-weight: 800;
    color: #fff;
}

#fechar_cookies {
    padding: 12px 75px;
    font-size: 16px;
    border: 3px solid #01aef0;
}

#fechar_cookies:hover {
    padding: 12px 75px;
    font-size: 16px;
    border: 3px solid #01aef0;
    background-color: #fff;
    color:#01aef0;
    font-weight: 900;
}

.div_litigio {
    background-color: #f0efef;
    text-align: center;
    display: none;
}

.div_litigio p {
    margin-bottom: 0px;
}

.div_reclamacoes {
    background-color: #f0efef;
    text-align: center;
    display: none;
}

.div_reclamacoes p {
    margin-bottom: 0px;
}




.lista_viaturas_ordenar {
    margin: 0px 10px 20px 10px;  
}

.lista_viaturas_ordenar .title {
    margin-bottom: 20px;
    font-weight: 800;
    color: #1e2126;
}

.lista_viaturas_ordenar select {
    height: 30px;
    width: 100%;
    font-size: 14px;
    position: relative;
    color: #999999;
    line-height: 26px;
    background: #f0efef;
    border-radius: 5px;
    border-color: #D3D3D3;
    padding: 0px 10px;
    color: #ec2028;
    font-weight: 700;
}

.lista_viaturas_filtros {
    margin: 0px 10px 20px 10px;
}

.noUi-connect {
    background: #ec2028;
}

.noUi-tooltip {
    border: none;
    padding: 0px;
}

.noUi-title {
    margin-bottom: 30px;
    font-weight: 800;
    color: #1e2126;
}

.magnifier {
    background-color: rgba(36, 39, 43, 0.2);
}

.barra-produt-topo {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 15px 0px;
}

.produt-container {
    /* height: 72px; */
    width: 60%;
}

.logo-marca {
    height: 72px;
    float: left;
    margin-right: 25px;
}

.logo-marca img{
    height: 100%;
}

.product-title {
    float: left;
    /* height: 72px; */
}

.product-title h1 {
    padding-top: 5px;
    padding-bottom: 0px;
}

.price-container {
    font-size: 26px;
    font-weight: 800;
    color:#333;
    padding: 0px;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.price-container span {
    font-size: 18px;
}

.filter-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 40%;
}

.filter-container-1, .filter-container-2 {
    margin: 0px;
    background-color: #ddd;
    margin: 2px;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
}

.filter-container-1 a, .filter-container-2 a {
    color:inherit;
}

.filter-container-1 a:hover div, .filter-container-2 a:hover div {
    color:#fff;
}

.filter-container-1:hover, .filter-container-2:hover {
    background-color: #777;
    color: #fff;
}

.flexslider {
    margin: 0 0 -2px;
}

.flex-direction-nav a:before {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.flex-pauseplay a {
    color: #fff;
}

.product-info-footnotes h3 {
    margin-top: 25px;
}

.equipamento div{
    font-weight: 800;
    color: #333;
}

.equipamento li {
    margin-left: 20px;
}

.equipamento i {
    font-weight: 100;
    font-size: 9px;
    position: relative;
    top: -1px;
}

.dados-tecnicos {
    margin-top: 25px;
}

.product-info-line {
    border-bottom: 1px solid #959595;
    padding-bottom: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.product-info-line .product-info-label {
    color: #2b2b2b;
    font-size: 14px;
    line-height: 1em;
}

.product-info-line .product-info-value {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 1em;
    padding-left: 0 !important;
}

.dados-tecnicos .column-left, .dados-tecnicos .column-right {
    padding: 2px;
}

.header-contact span {
    color: #ccc;
    font-size: 11px;
}

.header-contact.telefone span {
    color: #ccc;
    font-size: 11px;
    font-weight: 100;
}

.header-contact a {
    color: #ccc;
    font-size: 11px;
}

.header-contact a:hover {
    color: #fff !important;
}

.color-n-servicos {
    background-color: #cc6119;
}

.destaque-financiamento {
    text-align: center;
    background-color: #333;
    color: #fff;
    zoom: .8;
    margin-bottom: 20px;
    width: 90%;
    margin-left: 5%;
    border-radius: 20px;
    padding: 15px;
}

.destaque-financiamento:hover{
    background-color: #666;
}

.destaque-financiamento a {
    color:#fff;
    font-size: 15px;
    font-weight: 600;
}

.destaque-financiamento:hover a:hover {
    color:#cc6119 !important;
}

.destaque-financiamento h1 {
    color: #fff;
}

.car-image {
    overflow: hidden;
    position: relative;
}

.car-image .etiqueta {
    position: absolute;
    left: -82px;
    top: 28px;
    font-size: 15px;
    font-weight: 600;
    transform: rotate(-30deg);
    height: 32px;
    line-height: 29px;
    width: 300px;
    text-align: center;
}

.car-detalhes {
    z-index: 0;
    position: relative;
}

@media screen and (max-width: 992px) {

    .product-title span {
        font-size: 11px;
    }

    .destaque-financiamento {
        display: none;
    }

    .color-n-servicos img {
        max-width: 150px !important;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }

    .lista_viaturas_filtros {
        margin: 0px 30px 20px 30px;
    }

    .produt-container {
        width: 100%;
    }

    .filter-container {
        width: 100%;
    }

    .filter-container div {
        width: 100%;
    }
    

}

@media screen and (max-width: 470px) {

    .logo-marca {
        display: none;
    }

}


