
body,html {
    background-color: #fff !important;
}

.bg-blue {
    background-color: rgb(0, 166, 224) !important;
}

.txt-viat-lista {
    position: relative;
    height: 132px;
}

.hidden {
    display: none;
}

.d-display {
    display: none;
}

.fw-600 {
    font-weight: 600;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.flex-baseline{
    align-items: baseline;
}

#hero .owl-carousel, #hero .owl-carousel .owl-stage-outer, #hero .owl-carousel .owl-stage-outer .item {
    height: 250px !important;
}

.logo {
    max-height: 65px;
    max-width: 360px;
}

#hero .owl-carousel, #hero .owl-carousel .owl-stage-outer, #hero .owl-carousel .owl-stage-outer .item {
    height: 68vh;
    background-color: #fff;
}

.py-3 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important;
}

#btn-navbar {
    display: none !important;
}

#btn-navbar.open .second-line {
    display: none !important;
}

#btn-navbar.open .third-line {
    transform: rotate(-45deg) translate(2px,-2px);
}

.titulo-preco-viatura {
    height: 95px;
}

.btn-viat-saber-mais {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.lista-viaturas img {
    border-bottom-left-radius: 1px solid #fff !important;
    border-bottom-right-radius: 1px solid #fff !important;
}

.car-grid, .car-list {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.10)!important;
}

.car-grid:hover, .car-list:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.25)!important;
}

.caixa-filtros {
    border: 1px solid #aaa;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.25)!important;
}

.imagem-topo-home{
    height: 60vw;
    max-height: 500px;
    background-size: cover;
    background-position: center center;
}

.home-area-logo {
    background-color: rgba(255,255,255,0.50);
    transform: skew(-20deg, 0deg);
    padding: 50px;
    img {
        transform: skew(+20deg, 0deg);
    }
}

.imagem-topo{
    height: 275px;
    background-size: cover;
    background-position: center center;
}

.div_mensalidade {
    float: left;
    color: #666;
    font-size: 15px;
    text-align: left;
    line-height: 22px;
    margin-top: 25px;
    span {
        font-size: 25px;
        font-weight: 800;
    }
}

.div_preco_notas {
    position: absolute;
    bottom: 0px;
    right: 15px;
    margin-top: -15px;
    font-size: 15px;
    color: #666;
    margin-right: 25px;
}

.titulo-viatura-price .div_preco_notas {
    position: relative;
    margin-right: -15px;
    font-size: 20px;
}

.preco1 {
    color: rgb(0, 166, 224) ;
    font-size: 35px;
    font-weight: 800;
}

.preco2 {
    color: rgb(0, 166, 224) ;
    font-size: 25px;
    margin: 0px 4px;
    font-weight: 800;
}

.preco3 {
    color: rgb(0, 166, 224) ;
    font-size: 35px;
    font-weight: 800;
    margin-right: 25px;
}

.make-slider{
	padding:40px 0;
}

#make-carousel .item{
	margin-top:20px;
}

#make-carousel .owl-buttons div{
	top:43%;
}

#make-carousel .owl-buttons div.owl-next{
	right:-16px;
}

#make-carousel img {
    width: 200px;
}

#video {
    background-size: cover;
    background-position: center
}

.footer-color {
    background-color: #404040;
    color: #fff;
}

.footer-bottom-color {
    background-color: #ccc !important;
    color: #000;
}

.destaques-viatura a {
    border: 1px solid #ccc;
}

.form-select{
    background-color: var(--light)!important;
    border: 1px solid #eee !important;
}

.contactos-icon {
    width: 25px;
    margin: 23px;
}

.car-content {
    text-align: right;
}

.car-content h3 {
    text-align: left;
}

.text-viat-versao {
    text-align: left;
    margin-top: -10px;
    color: #6c757d!important;
    font-size: 12px;
}

.flexslider {
    margin: 0 0 10px;
}

.flex-direction-nav a {
    height: 80px;
    margin: -40px 0 0;
}

.flex-row {
    flex-direction: row;
}

/************ album de clientes *******************/

.equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/************ inicio menu e sub-menu *******************/

#btn-navbar .line {
    height: 3px;
    margin: 4px 5px;
}

li.a21-sub-menu {
    position: relative;
}

li.a21-sub-menu i {
    margin-left: 5px;
}

li.a21-sub-menu:hover > ul {
    display: block;
    opacity: 1;
    transform: translateY(0); 
}

li.a21-sub-menu > ul {
    position: absolute;
    display: none;
    opacity: 1;
    list-style: none;
    left: 0;
    top: 27px;
    padding: 10px 0px 10px 0px;
    background-color: #fff;
    transition: all 0.5s ease; 
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
li.a21-sub-menu ul li:first {
    border-top: 1px solid #000 !important;
}

li.a21-sub-menu > ul > li > a {
    padding: 10px;
    display: block;
    color: #000;
    border-bottom: 1px solid #000;
    white-space:nowrap;
}

li.a21-sub-menu > ul > li > a:hover {
    color: #666; 
}

/************ testemunhos *******************/

#testemunhos {

    .swiper-wrapper {
        display: flex;
        align-items: stretch; /* Garante que todos os itens tenham altura igual */
    }

    .testemunho-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* Opcional: distribui o conteúdo internamente */
        height: 100%; /* Faz com que todos os itens assumam a altura total */
    }

    .testemunho-item {
        border-radius: 38px;
        margin-bottom: 30px;
        padding: 30px;
        background-color: #eee;
        border: 1.2px solid #ddd;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 13px 44px 0px;

        .cliente img {
            margin-right: 15px;
        }

        .cliente {
            margin-top: 20px;
            display: flex
        }

        .nome {
            font-weight: 700;
        }

        .data {
            font-size: 11px;
            /*
            float: right;
            margin-top: -10px;
            */
            font-size: 11px;
            position: absolute;
            bottom: 45px;
            right: 30px;
        }

    }

    .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 80%);
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px;
    }

}

/************ oficina *******************/

#oficina .decoration-none a {
    text-decoration: none !important;
    color: #fff;
}

#oficina i {
    margin-left: 5px;
}

#oficina i::before {
    font-size: 25px;
    margin-right: 12px;
}

/************ fim sub-menu *******************/

.div_reclamacoes {
    display: none;
    text-align: center;
    padding: 25px;
    a {
        color:#444;
        text-decoration: none;
    }
    a:hover {
        color:#000;
    }
    p {
        margin: 0px;
    }
}

.div_litigio {
    display: none;
    text-align: center;
    padding: 25px;
    a {
        color:#444;
        text-decoration: none;
    }
    a:hover {
        color:#000;
    }
    p {
        margin: 0px;
    }    
}

.footer-color ul li a {
    color: #ccc !important;
}

.equipamento-tipo {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

.red {
    background-color: red;
}

.parallax::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px) scale(1.5);
    background-size: 100%;
    z-index: -1;
}

.img-viat-slider {
    height: 500px;
}

#slider-product .img-responsive {
    width: 100%;
    height: auto;
}

#gallery .lSSlideWrapper::before {
    display: none;
}

.lSSlideWrapper {
    background-color: #000;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    background-color: rgba(0,0,0,0.9);
}

.reservado{
    transform: rotate(-30deg);
    margin-top: 5px;
    margin-left: -43px;
    padding: 0px 50px !important;
    font-weight: 800 !important;
    color: rgb(0, 166, 224) !important;
    background-color: #fff !important;
    border: 1px solid rgb(0, 166, 224) !important;
}

.vendido {
    transform: rotate(-30deg);
    margin-top: 5px;
    margin-left: -43px;
    padding: 0px 50px !important;
    font-weight: 800 !important;
    color: #fff !important;
    background-color: rgb(0, 166, 224) !important;
    border: 1px solid #fff;
}


.caixa-complemento {
    overflow: hidden;
}

#gallery {
    overflow: hidden;
}

#gallery .reservado{
    transform: rotate(-30deg);
    font-weight: 800 !important;
    color: rgb(0, 166, 224) !important;
    background-color: #fff !important;
    margin-top: 41px;
    margin-left: -109px;
    padding: 0px 142px !important;
    font-size: 25px;
    border: 1px solid #000;
}

#gallery .vendido {
    transform: rotate(-30deg);
    font-weight: 800 !important;
    color: #fff !important;
    background-color: rgb(0, 166, 224) !important;
    margin-top: 41px;
    margin-left: -109px;
    padding: 0px 142px !important;
    font-size: 25px;
    border: 1px solid #fff;
}

.complemento {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.80)!important;
    font-size: 13px;
}

#destaque-viaturas-v5 .complemento {
    position: absolute;
    top: 10px;
    color: rgb(0, 166, 224) !important;
    padding: 0 15px 0 10px;
    border-radius: 0 10px 10px 0;
}

#gallery .complemento {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .80) !important;
    color: rgb(0, 166, 224) !important;
    font-size: 25px;
    position: absolute;
    top: 15px;
    padding: 0px 20px 0px 20px;
    border-radius: 0 15px 15px 0 !important;
}

#div-slider-destaques-v2{
    img {
        width: 100%;
        border: 5px solid #0000;
    }
    .lSSlideWrapper::before { 
        display: none;
    }
}


.garantia-icon {
    position: relative;
    cursor: pointer;
}

.garantia-icon .text-14 {
    font-size: 16px;
    font-weight: 600;
}

.garantia-icon:hover .garantia-termos {
    display: block;
    position: absolute;
    bottom:0px;
    right: 0px;
    width: 275px;
    text-align: center;
    padding: 10px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.garantia-icon img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
}

.garantia-termos {
    display: none;
}

.div_preco_anterior {
    position: absolute;
    margin-top: -25px;
    margin-right: 20px;
    margin-bottom: -15px;
    right: 0;
    color:#000;
}

.texto-com-risco {
    position: relative;
    color: black;
    font-size: 24px;
    margin-left: 10px;
}

.texto-com-risco::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ee0809;
    transform: rotate(-15deg);
    transform-origin: center;
}

#div-slider-destaques-v5 {

    position: relative;

    .swiper-pagination-bullet-active {
        background: rgb(0, 166, 224);
    }

    .swiper {
        width: 100%;
    }

    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 375px;
        height: 400px;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
    }

    .swiper-scrollbar {
        display: none;
    }
    
    .swiper-3d {
        padding: 30px 0px 90px 0px;
    }

    .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, calc( 100% - 40px ));
    }

    .viatura-item {
        box-shadow: 0 10px 10px rgba(0, 0, 0, .3) !important;
        border: 1px solid #ccc;
        border-radius: 10px;
        overflow: hidden;
    }

    .d-flex {
        flex-direction: column;
    }

    .car-content {
        background-color: #f2f2f2 !important;
        height: 150px;
    }

    .car-content h3 {
        color: #1b1b1b !important;
    }

    .car-content .text-viat-versao {
        color: #1b1b1b !important;
    }

    .div_preco {
        color: #1b1b1b !important;
    }

    .car-content::before {
        display: none;
    }

    a, a:hover {
        color: transparent;
    }

    .car-grid .d-flex {
        position: relative;

        /*
        .complemento {
            position: absolute;
            top: 230px;
        }
        */

    }


}

.lSAction > .lSPrev {
    width: 64px;
    height: 64px;
    background-size: 128px;
    opacity: 1 !important;
}

.lSAction > .lSNext {
    width: 64px;
    height: 64px;
    background-size: 128px;
    opacity: 1 !important;
}

.lSAction > .lSNext {
    background-position: -64px 0;
}

#vehicle .lSAction > .lSNext, #vehicle .lSAction > .lSPrev {
    filter: invert(1);
}

#div-slider-destaques-v3 {
    a {
        text-decoration: none;
        color:#000;
        text-align: center;
    }
    h3 {
        font-size: 1rem;
    }
    .info p {
        font-size: 0.8rem;
    }
    .lSSlideWrapper {
        background-color: #fff;
    }
    .d-flex{
        flex-direction: column;
    }
    .lSSlideWrapper::before { 
        display: none;
    }
    img {
        width: 100%;
    }

    .viatura-item {
        box-shadow: 0 10px 10px rgba(0, 0, 0, .10) !important;
        border-radius: 10px;
        overflow: hidden;
    }

    .lslide {
        transition: 0.5s;
        transform: matrix(0.9, 0, 0, 0.9, 0, 0);
        padding: 10px;
    }
    .teste1 {
        transform: matrix(0.9, 0, 0, 0.9, 0, 0);
        opacity: 0.5;
    }
    .teste2 {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    .teste3 {
        transform: matrix(0.9, 0, 0, 0.9, 0, 0);
        opacity: 0.5;
    }

    .car-grid .car-content::before {
        display: none;
    }

}

/* ############ pagina de contactos ############ */

.text-contactos {

    padding-left: 50px;
    font-size: 20px;
    line-height: 28px;

    span {
        font-size: 14px;
    }

    i {
        position: relative;
        top: 10px;
    }

    i::before {
        font-size: 30px;
        margin-left: -50px;
        color: rgb(0, 166, 224)
    }

    a {
        text-decoration: none;
        color: #000;
    }

}

/* ############ DIV MOSTRAR TELEFONE ############ */

.div-telefone {
    position: relative;
}

.div-telefone:hover .div-mostra-telefone {
    display: block;
}

.div-mostra-telefone {

    display: none;
    position: absolute;
    background: #fff;
    width: 300px;
    right: 25px;
    top: 25px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgb(0,0,0,0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 9999;
    text-align: center;

    .titulo {
        font-size: 20px;
        font-weight: 800;
        color: #1b1b1b;
        text-transform: uppercase;
        border-bottom: 2px solid #1b1b1b;
        margin-top: -15px;
    }
    
    .telefone a {
        text-decoration: none;
        margin: 10px 0px;
        border-radius: 10px;
    }

    .telefone {
        margin: 10px 0px;
        border-radius: 10px;
        border: 1px solid transparent
    }

    .telefone:hover {
        background-color: #f8f8f8;
        border: 1px solid rgba(0, 166, 224, 1);
    }

    .telefone-titulo {
        text-transform: uppercase;
        font-size: 18px;
        color: rgba(0, 166, 224, 1);
    }

    .telefone-numero {
        color: rgba(0, 166, 244, 1) !important;
        font-size: 15px;
        font-weight: 800;
    }
    
    .telefone-notas {
        color: #888 !important;
        font-size: 10px;
    }

    .corpo .btn-1 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #fff;
        background-color: rgba(0, 166, 224, 1);
        color: #fff;
    }

    .corpo .btn-2 {
        width: 100%;
        margin-bottom: 10px;
        height: 40px;
        border-radius: 5px;
        border: 1px solid rgba(0, 166, 224, 1);
        background-color: rgb(0, 166, 244);
        color: #fff;
        text-transform: uppercase;
    }

    .corpo .btn-2:hover {
        width: 100%;
        margin-bottom: 10px;
        height: 40px;
        border-radius: 5px;
        border: 1px solid rgba(0, 166, 224, 1);
        background-color: #f8f8f8;
        color: rgba(0, 166, 224, 1);
        text-transform: uppercase;
    }



}

@media screen and (max-width: 1399px) {

    .menu-telefone {
        max-width: 500px;
    }

    .menu-redes-sociais {
        max-width: 500px;
    }

    .div-mostra-telefone {
        display: block;
        position: relative;
        width: 100%;
        right: 0px;

        .corpo .btn-1 {
            width: 45%;
        }

        .corpo .btn-2 {
            width: 45%;
        }

    }

}

@media screen and (max-width: 1399px) {

    #btn-navbar { 
        display: block !important;
    }

}

@media screen and (max-width: 992px) {

    .imagem-topo-home {

        h1 {
            font-size: 25px;
        }

        h4 {
            font-size: 15px;
        }

    }

    .img-viat-slider {
        height: 400px;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        min-height: 40px;
    }

}

@media screen and (max-width: 575px) {

    .logo {
        max-height: 65px;
        max-width: 80%;
    }

    .d-display {
        display: block;
        background-color: var(--light) !important;
        border: 1px solid #eee !important;
        float: right;
        height: 40px;
        border-radius: 5px;
    }

    .menu-filtros {

        flex-direction: column;

        #form_tags {
            display: none;
        }

        #ver_filtros {
            padding-left: 20px;
            padding-right: 20px;
            line-height: 36px;
        }

        form {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 10px;
        }

        select {
            margin-right: 0px !important;
            margin-bottom: 10px;
            flex-basis: calc(50% - 5px);
            box-sizing: border-box;
        }

        .btn-ordenar {
            width: calc( 50% - 10px );
        }

    }

    .lslide {
        transform: matrix(1, 0, 0, 1, 0, 0) !important;
    }
    .teste1 {
        transform: matrix(1, 0, 0, 1, 0, 0) !important;
    }
    .teste2 {
        transform: matrix(0.9, 0, 0, 0.9, 0, 0) !important;
    }

}

@media screen and (max-width: 442px) {

    .img-viat-slider {
        height: 300px;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        min-height: 25px !important;
    }

}