/* Geral */

:root {
    --primary: #656565;
    --secondary: #222732;
    --white: #ffffff;
    --black: #000000;
    --grey: #999999;
}

@font-face {
  font-family: 'danube';
  src: url('../fonts/DANUBE__.TTF') format('truetype');
}

/* TRADUTOR GOOGLE */
.skiptranslate, #goog-gt-tt, #lg-container-1 {
    display: none !important;
}

body {
    margin-top: -32px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7b7b7b;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7b7b7b;
}

body, 
h1, 
h2, 
h3,
h4,
h5,
h6,
p {
    color: #1b1b1b;;
}

body {

}

main > section {
    overflow: unset;
}

.swiper-pagination-bullet-active {
    background-color: #7b7b7b;
}

.light {
    p, h3 {
        color: #000000!important;
    }
}

/* MENU */

.option-social {
    .menu-social {
        display: flex;
        padding-top: 28px;
        padding-left: 0;
        transition: all .5s, height 0s, line-height 0s;
        list-style: none;

        li {
            padding: 0 5px;

            a {
                background-color: transparent;
                color: #ffffff!important;
                font-size: 20px;
                transition: all 0.3s ease;

                i {
                    transition: all 0.3s ease;
                }

                &:hover {

                    i {
                        transform: scale(1.2);
                    }
                    
                }
            }
            
            /*
            .whatsapp i {
                color: #25D366 !important;
            }
            .facebook-f i {
                color: #3b5998 !important;
            }
            .instagram i {
                color: #E1306C !important;
            }
            .youtube i {
                color: #FF0000 !important;
            }
            .fa-facebook-messenger i {
                color: #0084FF !important;
            }
            */
                
        }
    }
}

@media (max-width: 991px) {
    .option-social {
        .menu-social {
            li {
                padding: 15px;

                &:first-child {
                    padding-left: 0;
                }

                a {
                    

                    i {
                        font-size: 25px;
                    } 
                }
            }
        }
    }
}

.menu-btn {
    color: var(--white);

    &:hover {
        cursor: pointer;
    }
}

body > nav.scroll-menu:before {
    background: linear-gradient(60deg, rgb(50, 50, 50) 0%, rgb(120, 120, 120) 70%, rgb(50, 50, 50) 100%);
}

.menu-cnt > ul > li:hover > a, nav:not(.menu-transparent) .menu-cnt > ul > li:hover > a {
    color: var(--primary) !important;
}

.menu-cnt ul li a.active {
    color: #cccccc !important;
}

nav.align-right .menu-cnt {
    justify-content: end!important;
}

body > nav .menu-brand img {
    object-fit: contain;
}

body > nav:not(.menu-transparent) img.logo-default.scroll-show {
    display: block !important;
}

body > nav:not(.menu-transparent) img.logo-default.scroll-hide {
    display: none !important;
}

body > nav .menu-brand .scroll-hide {
    height: 120px;
    min-height: 120px;
    display: none;
}

@media screen and (max-width: 991px) {
    body > nav .menu-brand .scroll-hide {
        margin-top: 5px;
        min-height: 75px;
    }
    
}

body > nav .menu-brand a {
    display: flex;
}

.lan-menu .dropdown > ul > li:not(:hover) > a, .media-box:not(.media-box-down) h2, .media-box h3, nav.light .dropdown > ul > li:not(:hover) > a, .light .breadcrumb li:not(:last-child) a, .menu-cnt > ul > li > ul li > a, .lan-menu .dropdown > ul > li > a, body > nav:not(.menu-side).scroll-menu .menu-cnt > ul > li > a, body > nav:not(.menu-side).scroll-menu .lan-menu > li > a, .controls-out.arrows-left .glide__arrow:hover, .menu-inner:not(.menu-inner-vertical) .dropdown ul > li > a {
    color: #ffffff!important;
    white-space: nowrap;
}

nav.menu-fixed.active .menu-btn {
    color: #ffffff;
    transition: all 0.3s ease;
}

nav.menu-transparent.active .menu-btn {
    color: #7b7b7b;
    transition: all 0.3s ease;

    
}

nav.active {
    .menu-cnt {
        ul {
            li {
                a {
                    padding-top: 0!important;
                }

                &:first-child {
                    a {
                        padding-top: 20px!important;
                    }
                }
            }
        }
    }

    .option-social {
        & .menu-social {
            padding: 0 30px;
            padding-bottom: 30px;

            & li {
                a {
                    background-color: transparent;
                    color: #000000 !important;
                    font-size: 20px;
                    transition: all 0.3s ease;
                }
            }
        }
    }
}

nav.menu-fixed {
    .menu-brand {
        height: 90px;
    }
}

.languages {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    position: relative;
    font-size: 0.75rem;
    letter-spacing: 0.4px;
    z-index: 10;
    display: flex;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 28px;

    i {
        font-size: 20px;
        margin: 0px 5px;
        color: #ccc;
    }

    .current-lang {
        cursor: pointer;
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #ffffff;
        border-radius: 6px;
        position: absolute;
        height: 0;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: column;
        border: 0.5px solid #cccccc;
        display: none;
        width: inherit;

        li {
            font-size: 0.75rem;
            padding: 5px 15px;
            color: #474747;
            transition: all 0.3s ease-in-out;
            margin: 0;
            cursor: pointer;
            border-radius: 6px;

            &.current-lang {
                display: none;
            }

            &:hover {
                background-color: var(--primary);
                color: #ffffff;
            }
        }
    }

    &:hover {
        ul {
            height: fit-content;
            opacity: 1;
            display: block;
            position: absolute;
            top: 60px;
        }
    }
}

@media (max-width: 991.99px) {
    nav.active {
        & .option-social {
            & .menu-social {
                padding-bottom: 0;
            }
        }
    }

    .languages {
        padding: 0 30px;
        padding-bottom: 20px;
    }
}


#main-menu {
    li:hover a {
        background: transparent;
    }

    .dropdown {
        ul {
            background-color: #ffffff;

            li {
                a {
                    color: #000000!important;
                    background-color: transparent;

                    &:hover {
                        color: var(--primary)!important;
                    }
                }
            }
        }
    }
}

@media (max-width: 991.98px) {
    #main-menu {
        .dropdown {
            ul {
                padding-bottom: 20px;
            }
        }
    }

    nav.active {
        & .menu-cnt {
            & ul {
                & li {
                        &.dropdown {
                            ul {
                                li {
                                    a {
                                        padding-top: 0 !important;
                                    }
                                }
                            }
                            
                        }
                }
            }
        }
    }

    main > section > .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .lan-menu .dropdown > ul > li:not(:hover) > a, .media-box:not(.media-box-down) h2, .media-box h3, nav.light .dropdown > ul > li:not(:hover) > a, .light .breadcrumb li:not(:last-child) a, .menu-cnt > ul > li > ul li > a, .lan-menu .dropdown > ul > li > a, body > nav:not(.menu-side).scroll-menu .menu-cnt > ul > li > a, body > nav:not(.menu-side).scroll-menu .lan-menu > li > a, .controls-out.arrows-left .glide__arrow:hover, .menu-inner:not(.menu-inner-vertical) .dropdown ul > li > a {
        color: var(--secondary) !important;
    }

    body > nav:not(.menu-side).scroll-menu .menu-cnt > ul > li:hover > a {
        color: var(--black)!important;
    }
}

/* HOME */

.header-home {

    height: 80vh;
    min-height: 600px;

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% + 70px);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.7) 100%);
        z-index: 0;
    }

    video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .logo {
        max-width: 50%;
    }

    h1 {
        color: #fff!important;
        width: fit-content;
    }

    h4 {
        font-size: 35px !important;
        margin-top: 30px;
        line-height: 40px;
        font-weight: 500 !important;
        word-wrap: break-word;
    }

    .btn {
        border-radius: 10px;
        transition: all 0.3s ease;
        padding: 16px 25px;
        background-color: rgba(0,0,0,0.5);
        width: 100%;
    }

    > .container {

        height: calc(100% + 70px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 80px;
        z-index: 2;
        margin-top: 0;
        margin-bottom: 0;

        > .row {
            margin-right: -15px;
            margin-left: -15px;
        }

    }

    .text-container {

        display: flex;
        justify-content: end;
        flex-direction: column;
        padding-bottom: 50px;
        align-items: flex-end;

        .div-logo {
            height: 150px;
            width: 100%;
            display: flex;
        }

        .logo {
            max-width: 100%;
            max-height: 100%;
        }
        
        h4 {
            margin-top: 20px;
            font-size: 15px !important;
            line-height: 110%;
            text-transform: none !important;
            text-align: right;
        }
        
        .btn:hover {
            background-color: rgba(0,0,0,1);
        }

    }

    .text-container:nth-child(3) {

        align-items: inherit;
        
        h4 {
            text-align: left;
        }

    }

    .glide__slide {
        padding: 20px 40px;
    }

}

@media screen and (max-width: 991px) {

    .header-home {

        /*min-height: 100vw;*/

        .header-home {

            .text-container .div-logo {
                height: 90px;
            }

        }

    }

}

@media screen and (max-width: 767px) {

    .header-home {

        height: 100vh;
        min-height: 1070px;

        > .container {
            min-height: 1070px;
        }

        .text-container {
            justify-content: center;
            align-items: center;
            padding-top: 0;
            padding-bottom: 50px;
        }
        
    }
    
}

.seccao-filtros-home {
    > .container {
        
        margin-top: 0px;
        margin-bottom: 100px;

        .row {
            width: 100%;
            
            > div {
                display: flex;
                align-items: center;

                .b-find__selector {
                    width: 100%;
                }
            }
        }
    }

    .home-filters-container {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 0;
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / .16);
        position: relative;
        z-index: 2;
        margin-top: 30px;
        /* clip-path: inset(0 0 0 0 round 10px); */

        .row {
            
            > div {
                padding-top: 16px;
                padding-bottom: 16px;
            }
        }

        .search-icon {
            display: flex;
            align-items: center;
            clip-path: inset(0 0 0 0 round 20px);

            &:before {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: -82px;
                width: 161px;
                height: 161px;
                background: #000000;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                background-color: #000000;
            }

            img {
                width: 45px;
                object-fit: contain;
                margin-left: 16px;
                margin-right: 16px;
                z-index: 2;
            }

            > div {
                padding-left: 15px;
                font-size: 14px;
                line-height: 18px;
            }

            span {
                color: var(--primary);
                font-size: 14px;
                line-height: 18px;
            }
        }

        .b-find__label {
            font-size: 14px;
            line-height: 30px;
            color: #000000;
        }

        .nice-select {
            width: 100%;
            background-color: #ffffff;
            border-color: #7b7b7b;

            .current {
                color: #000000;
                line-height: 40px;
            }

            .option.selected {
                background-color: #7b7b7b;
                color: var(--white);
            }

            .option:hover {
                background-color: #7b7b7b;
            }

            ul {
                max-height: 350px;
                overflow-y: auto;
                background-color: #ffffff;
                scrollbar-color: #7b7b7b #ffffff ;
                
                li {
                    background-color: #ffffff;
                    color: #000000;

                    &:hover {
                        background-color: #7b7b7b;
                        color: var(--white);
                    }

                    .selected {
                        background-color: #7b7b7b;
                        color: var(--white);
                    }
                }
            }
        }

        .nice-select.open .list {
            z-index: 5;
            width: 100%;
        }

        > .container {
            padding-top: 0;
        }

        .home-filters-container {
            margin-top: 15px;
        }

        .ver-viaturas {
            max-width: 150px;
        }

        .btn {
            padding: 10px 12px;
            width: 100%;
            border-color: #1b1b1b;
            display: flex;
            justify-content: center;

            img {
                height: 22px;
                margin-right: 5px;
            }
        }
        
        .btn:hover {
            border-color:#7b7b7b;
        } 
        
    }
}

@media screen and (max-width: 991.99px) {
    .seccao-filtros-home {
        padding-left: 15px;
        padding-right: 15px;

        > .container {
            .row {
                margin: 0;

                div {
                    margin-bottom: 10px;

                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }
        }

        .home-filters-container {
            position: relative !important;
            left: unset;
            padding: 0;

            .row {
            
                > div {
                    padding-top: 0;
                    padding-bottom: 0;
                }
            }

            .search-icon {
                margin-bottom: 20px!important;
                padding-top: 16px!important;
                padding-bottom: 16px!important;
                
                &:before {
                    top: -46px;
                    left: 16px;
                    width: 92px;
                    height: 92px;
                    transform: unset;
                }

                img {
                    margin-left: 24px;
                    margin-right: 16px;
                    margin-top: -16px;
                }

                > div {
                    
                }

                span {
                    
                }
            }

            .ver-viaturas {
                max-width: 100%;
                margin-bottom: 16px!important;
            }
        }
    }
    
}

/* SLIDER MARCAS */

.slider-marcas {

    .swiper_marcas::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
        z-index: 2;
    }

    .swiper_marcas::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
        z-index: 2;
    }

    a {
        isolation: isolate;
    }

    .logo-marca {
        transition: all 0.3s ease;
    }

    .logo-marca:hover {
        filter:drop-shadow(0 0 3px #7b7b7b);
    }
    
}

.home-destaque {
    background-color: #ffffff;
    position: relative;
    padding: 10px;
    border-radius: 5px;

    .home-destaque-img {
        /* aspect-ratio: 4/3; */
        width: 100%;

        img {
            height: 100%;
            width: 100%;
            border-radius: 5px;
            object-fit: cover;
        }
    }

    /*
    .home-destaque-txt {
        position: absolute;
        text-align: left;
        top: 20px;
        left: 20px;
    }
    */

    .home-destaque-txt {
        position: relative;
        text-align: center;

        h3 {
            color: #1b1b1b;
            margin: 0;
        }

        p {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 10px;
        }

        .preco-div {
            color: #1b1b1b;
            font-weight: 700;
            font-size: 32px;
        }
    }

}

.light .glide__bullets > button, .light .glide__bullets > button.glide__bullet--active, .section-color .boxed-area {
    background: #787878;
}

.light .glide__bullets > button, .light .glide__bullets > button.glide__bullet--active, .section-color .boxed-area {
    background-color: #3b3b3b !important;
}

.glide__bullets {
    .glide__bullet {
        border-radius: 0;
        margin: 0;

        &:first-of-type {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        &:last-of-type {
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

        &.glide__bullet--active {
            border-radius: 3px;
        }
    }
}

/* HEADER IMAGEM */

body > header:not(.header-base) > .container {
    margin-top: 150px !important;
}

.menu-fixed:not(.menu-transparent) + header, .menu-fixed:not(.menu-transparent) + main {
    max-height: 350px;
}

.menu-fixed {
    border: none;
}

.menu-fixed.active {
    background-color: #ffffff!important;
}

.header-image {
    margin-top:0px !important
}

/* SECCAO FORMULARIO */

.seccao-formulario {

    p {
        color: #000000;
    }

    .title {

        margin-bottom: 0;

        h2 {
            color:#1b1b1b;
            width: fit-content;
            line-height: 64px;
        }

        p {
            color: var(--grey);
        }
    }

    form.form-box textarea, form.form-box select, form.form-box input {
        padding: 20px;
    }

    form {
        p {
            color: #000000;
            margin: 0;
        }

        input, textarea {
            border-radius: 10px;
            background-color: #ffffff;
            border: 1px solid #7b7b7b;
            color: #000000;
            box-shadow: none;

            &:focus-visible {
                outline: none;
                border: 1px solid #7b7b7b;
            }
        }

        label {
            color: #000000;
        }

        button {
            padding: 16px;
            transition: all 0.3s ease;
            border-radius: 10px;
            color: var(--white);
            margin-top: 20px;
            background-color: #1b1b1b;
        }

        .row {
            > div {
                margin-bottom: 15px;
            }
        }
    }

}

/* TEXTO COLUNAS */

.texto-colunas {

    position: relative;

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .container {
        position: relative;
        z-index: 2;
        padding-top: 100px;
        padding-bottom: 100px;
        margin-top: 0;
        margin-bottom: 0;
    }

    h3, p {
        color: #ffffff!important;
    }
}

/* NOSSOS VALORES */


.nossos-valores {

    position: relative;

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .container {
        position: relative;
        z-index: 2;
    }

    .div-moldura {
        padding: 0px 20px;
    }

    .moldura {
        height: 100%;
        z-index: 1;
        padding: 20px;
        border: 2px solid #fff;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .title {
        h2 {
            font-size: 40px;
            line-height: 40px;
        }
    }
}

@media (max-width: 1199.99px) {
    .nossos-valores {
        .title {
            h2 {
                font-size: 35px;
                line-height: 35px;
            }
        }
    }
}

@media (max-width: 767.99px) {
    .nossos-valores {
        .title {
            h2 {
                font-size: 35px;
                line-height: 35px;
            }
        }
    }
}

/* SOBRE NOS */

.sobre-nos {
    .content {
        display: flex;
        flex-direction: column;
        justify-content: end;

        .content-text {
            margin-top: auto;
        }
    }

    .contactos {
        display: flex;
        flex-direction: column;
        justify-content: end;

        .text-list {
            margin-top: auto;
        }

        a {
            text-decoration: none !important;
        }

        span {
            font-size: 11px;
            line-height: 5px;
            font-weight: 300;
        }

        p {
            text-align: right;
            line-height: 22px;
            margin-top: 6px;
        }

        ul {
            li {
                a {
                    transition: all 0.3s ease;

                    &:hover {
                        color: var(--black);
                    }
                }
            }
        }

        .icon-links {
            a {
                transition: all 0.3s ease;
            }
        }
    }

}

/* CONTACTS V1 */

.contactos-v1 {

    .title {
        h2 {
            color: #1b1b1b;
        }
    }

    .contactos {

        a {
            text-decoration: none !important;
            transition: all 0.3s ease;
        }

        span {
            font-size: 11px;
            line-height: 5px;
            font-weight: 300;
        }

        p {
            text-align: right;
            line-height: 22px;
            margin-top: 6px;
        }

        ul {
            li {
                a {
                    &:hover {
                        color: var(--black);
                    }
                }
            }
        }

    }

    form {
        p {
            margin-bottom: 0px;
            margin-top: 10px;
            color: #000000;
        }

        input, textarea {
            border-radius: 10px;
            background-color: #ffffff;
            border: 1px solid #7b7b7b;
            outline: none;
            box-shadow: none;

            &:focus-visible {
                border: 1px solid #7b7b7b;
                outline: none;
            }
        }

        label {
            color: #000000;
        }

        button {
            padding: 16px;
            transition: all 0.3s ease;
            border-radius: 10px;
            background: #1b1b1b;
        }
    }

    button {
        margin-top: 10px;
        padding: 7px 10px;
        color: #fff;
    }

    button:hover {
        color: #fff;
    }

    iframe {
        border-radius: 10px;
    }
}

/* SLIDER SERVICOS */

.slider-servicos-v2 {

    .imagem {
        aspect-ratio: 4/5;
        background-size: cover;
        background-position: center center;
    }

    a {
        text-decoration: none !important;
    }

    p {
        position: absolute;
        top: 0px;
        color: #fff;
        padding: 20px;
        opacity: 0;
    }

    li:hover {
        p {
            opacity: 1;
            transition: all 0.5s ease-in-out;
        }
    }


}

/* LISTA SERVICOS */

.lista-servicos {

    .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    h2 {
        text-align: center;
        font-size: 50px;
        line-height: 54px;
        margin: 0px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .5px;
        color: #1b1b1b;
    }

    h4 {
        display: inline-block;
        padding: 0;
        position: relative;
        overflow: hidden;
        font-size: 25px;
        margin: 0px;
        color: var(--primary);
        transition: padding .5s;
        margin-bottom: 30px;
    }

    .items {
        display: flex;
        flex-wrap: wrap;

        .servicos-title {
            min-height: 70px;
        }

    }

}

/* FILTROS VIATURAS LISTAGEM */

.viaturas-filtros-v1 {
    overflow: initial;
    margin: 0px;
    margin-top: 50px;

    .sorting-options-main {
        position: relative;
        border: 1px solid #7b7b7b;
        background-color: #ffffff;
        border-radius: 10px;
        width: 100%;
        padding: 20px 15px 40px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0;
    }

    .btn-mais-filtros {
        position: absolute;
        bottom: 0px;
        right: 0px;
        font-size: 17px;
        border: none;
        color: #fff;
        background-color: #7b7b7b;
        border-radius: 20px 0px 0px 0px;
        padding: 2px 15px;
        cursor: pointer;
        width: 120px;
        span {
            font-weight: 800;
            margin:0px 10px;
        }
    }

    .mais-filtros {
        padding-top: 10px;
    }
    
    .title {
        margin-bottom: 0px;
    }

    .lista_viaturas_filtros {

        padding: 0px 20px;

        .noUi-title {
            justify-content: center;
            display: flex;
            margin-top: -5px;
            height: 40px;
            color: #000000;
        }

        .noUi-target {
            border-color: #7b7b7b;
        }

        .widget-content {
            margin-top: 20px;

            .noUi-horizontal {
                height: 8px;

                .noUi-handle {
                    height: 25px;
                    width: 25px;
                    border-radius: 50%;
                    top: -10px;
                    background-color: #212121;
                    border: 1px solid #7b7b7b;
                    box-shadow: inset 0 0 0 #212121, inset 0 0 0 #7b7b7b, 0 0 0 -0 #212121;

                    .noUi-touch-area {
                        
                    }

                    &:before {
                        left: 7px;
                        top: 3px;
                        background-color: #212121;
                    }

                    &:after {
                        left: 13px;
                        top: 3px;
                        background-color: #212121;
                    }
                }

                .noUi-tooltip {
                    background: transparent;
                    border: none;
                    padding: 0;
                    color: #7b7b7b;
                }
            }

            .noUi-target {
                .noUi-base {
                    .noUi-connects {
                        .noUi-connect {
                            background-color: #7b7b7b;
                            will-change: unset;
                        }
                    }
                }
            }
        }
    }

    .lista_viaturas_ordenar {
        color: #000000;

        .nice-select {
            border: 1px solid #7b7b7b;
            background-color: #ffffff;
            border-radius: 10px;
            width: 100%;
            color: #000000;

            .list {
                width: 100%;
                background-color: #ffffff;

                .selected {
                    background-color: #7b7b7b;
                }

                .option:hover {
                    background-color: #7b7b7b;
                }
            }

            &:focus {
                box-shadow: none;
            }
        }
    }

    .filtros-select {
        label {
            color: #000000;
        }

        .nice-select {
            border: 1px solid #7b7b7b;
            background-color: #ffffff;
            color: #000000;
            border-radius: 10px;
            width: 100%;

            .list {
                width: 100%;
                background-color: #ffffff;

                .selected {
                    background-color: #7b7b7b;
                }

                .option:hover {
                    background-color: #7b7b7b;
                }
            }

            &:focus {
                box-shadow: none;
            }
        }

        input {
            width: 100%;
            border: 1px solid #7b7b7b;
            background-color: #ffffff;
            color: #000000;
            padding: 11px 10px;
            border-radius: 10px;
            height: 40px;

            &::placeholder {
                color: rgba(0,0,0, 0.5);
            }

            &:focus-visible {
                border: 1px solid #7b7b7b;
                outline: none;
            }
        }
    }
}

.viaturas-filtros-v2 {

    overflow: initial;
    margin: 0px;

    .sorting-options-main {
        position: relative;
        border: 1px solid #7b7b7b;
        box-shadow: 0px 0px 10px 2px #7b7b7baa;
        background-color: #ffffff;
        border-radius: 10px;
        width: 100%;
        padding: 20px 15px 40px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-top: 0;
    }
    
    .title {
        margin-bottom: 0px;
    }

    .filtros-select {

        width: 20%;

        label {
            color: #000000;
        }

        .nice-select {
            border: 1px solid #7b7b7b;
            background-color: #ffffff;
            color: #000000;
            border-radius: 10px;
            width: 100%;

            .list {
                width: 100%;
                background-color: #ffffff;

                .selected {
                    background-color: #7b7b7b;
                }

                .option:hover {
                    background-color: #7b7b7b;
                }
            }

            &:focus {
                box-shadow: none;
            }
        }

        input {
            width: 100%;
            border: 1px solid #7b7b7b;
            background-color: #ffffff;
            color: #000000;
            padding: 11px 10px;
            border-radius: 10px;
            height: 40px;

            &::placeholder {
                color: rgba(0,0,0, 0.5);
            }

            &:focus-visible {
                border: 1px solid #7b7b7b;
                outline: none;
            }
        }
    }

    .num_viaturas {
        margin-top: 27px;
        text-align: center;
        background: #1b1b1b;
        color: #fff;
        border-radius: 10px;
        padding: 9px;
        cursor: pointer;
    }

}

@media (max-width: 767px) {

    .viaturas-filtros-v2 { 

        .justify-content-between {
            flex-direction: column;
        }

        .filtros-select {
            width: 100%;
        }

    }

}

/* VIATURAS LISTAGEM V1 */

.viaturas-listagem-v1 {

    .container {
        padding-top: 20px;
        margin-top: 0;
    }

    .isotope-item {
        padding: 15px;
        margin: 0px -1px 0px 0px;
    }
    
}


/* FICHA VIATURA V1 */

.ficha-viatura-v1 {

    a {
        text-decoration: none !important;

        &:hover {
            border-radius: 10px;

            .cnt-box-info .caption .line:after {
                width: 35px;
            }
        }
    }

    .imagem {
        figure {
            width: 100%;
            margin: 0;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                aspect-ratio: 4/3;
            }
        }
    }

    .cnt-info {
        background-color: var(--primary)!important;
        text-align: center;
        padding: 10px 20px;
        font-size: 13px;
        line-height: 22px;


        img {
            width: auto;
            height: 20px;
            filter: brightness(4);
        }

        div > span:first-child {
            font-size: 10px;
            margin-top: -5px;
        }

    }

    .cnt-box.boxed {
        background-color: var(--secondary);
        border-radius: 10px;
    }

    .cnt-box-info .caption h2 {
        margin-bottom: 0px;
        color: var(--white);
    }

    .cnt-box-info .caption > p {
        padding: 0px;
        color: var(--white);
    }

    .cnt-box-info .caption {
        padding-top: 65px;
        height: 180px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 45px 20px 10px 20px;
        padding-bottom: 40px;
        background-color: var(--secondary);

        .line {
            &:after {
                content: "";
                background-color: var(--primary);
                border-radius: 4px;
                height: 6px;
                width: 25px !important;
                display: inline-block;
                transition: all 0.5s;
            }
        }
    }

    .preco {

        position: absolute;
        bottom: 0px;
        right: 0px;
        width: calc(100% - 100px);
        display: flex;
        justify-content: end;
        align-items: end;
        flex-wrap: wrap;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 10px;
        margin-right: 20px;
        
        .line {

            transform: rotate(118deg) translateY(-30%);

            &:after {
                content: "";
                background-color: #99a1b2;
                border-radius: 4px;
                height: 2px;
                width: 45px;
                display: inline-block;
                transition: all 0.5s;
                margin: 0;
            }
        }

        .preco-div {
            color: var(--white);
            font-size: 25px;
            line-height: 27px;
        }

        .prevalue {
            display: block;
            display: flex;
            flex-direction: column;
            font-size: 18px;
            line-height: 22px;
            color: #99a1b2;

            span {
                font-size: 12px;
                line-height: 12px;
                color: #99a1b2;
            }
        }

    }

}

/* FICHA VIATURA V2 */
.viatura-block {
    margin-top: 0!important;
    margin-bottom: 30px;
}

.viatura-spaces {
    margin-top: 0!important;
}

.ficha-viatura-v2 {
    height: 100%;

    .extra-field {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 6;
        padding: 2px 5px;
        background-color: #7b7b7b;
        color: var(--white);
        border-radius: 10px;
    }

    .stand {
        position: absolute;
        bottom: 10px;
        left: 20px;
        z-index: 1;
        color: #000000;

        img {
            height: 25px;
            margin-right: 5px;
        }
    }

    .viatura-vendida {
        font-size: 25px;
        line-height: 37px;
        text-align: end;
        margin-top: auto;

        span {
            color: #1b1b1b;
            font-weight: 600;
        }
    }

    .ficha-viatura-v2__image__wrapper {
        margin: 0;
        height: 100%;
        width: 100%;
        position: relative;
        height: 50%;
        max-height: 300px;
        min-height: 300px;
        overflow: hidden;

        .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: var(--black);
            opacity: 0;
            transition: all 0.5s ease;
            z-index: 2;
        }

        .ficha-viatura-v2__image__wrapper__img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            position: absolute;
            z-index: 1;
        }
    }

    .ficha-viatura-v2__box {
        text-decoration: none;
        height: 100%;
        box-shadow: 0 20px 30px -12px rgba(0, 0, 0, .25);
        transition: all 0.5s ease;
        position: relative;
        background-color: #ffffff;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column;

        &:hover {
            .overlay {
                opacity: 0.3;
            }
        }
    }

    .ficha-viatura-v2__image__content {
        padding: 20px 20px 20px 20px;
        display: flex;
        flex-direction: column;
        height: 50%;

        .ficha-viatura-v2__image__content__brand {
            font-size: 20px;
            margin-bottom: 0;
            color: #1b1b1b;
            font-weight: 700;
            width: fit-content;
        }

        .ficha-viatura-v2__image__content__version {
            margin: 0;
            margin-bottom: 10px;
            color: #1b1b1b;
            min-height: 30px;
        }

        .ficha-viatura-v2__image__content__info {
            display: flex;
            margin-top: 10px;
            justify-content: space-evenly;

            div {
                display: flex;
                align-items: center;

                span {
                    color: #1b1b1b;
                }
                
                img {
                    height: 20px;
                    margin-right: 5px;
                    filter: grayscale(1);
                }
            }
        }
    }

    .divider {
        width: 100%;
        display: flex;
        border: 1px solid var(--grey);
        opacity: 0.5;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .preco {
        margin-top: auto;
        display: flex;
        justify-content: end;
        align-items: end;
        flex-wrap: wrap;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 10px;
        margin-right: 20px;
        
        .line {

            transform: rotate(118deg) translateY(-30%);

            &:after {
                content: "";
                background-color: #99a1b2;
                border-radius: 4px;
                height: 2px;
                width: 45px;
                display: inline-block;
                transition: all 0.5s;
                margin: 0;
            }
        }

        .preco-div {
            font-size: 25px;
            line-height: 27px;
            font-weight: 700;
            color: #1b1b1b;

        }

        .prevalue {
            display: block;
            display: flex;
            flex-direction: column;
            font-size: 18px;
            line-height: 22px;
            color: #99a1b2;

            span {
                font-size: 12px;
                line-height: 12px;
                color: #99a1b2;
            }
        }

    }
}

.first-block {
    .ficha-viatura-v2 {
        .ficha-viatura-v2__image__wrapper {
            height: 75%;
            max-height: unset;
        }

        .ficha-viatura-v2__image__content {
            height: 25%;

            .ficha-viatura-v2__image__content__brand {
                font-size: 22px;
            }

            .preco {
                .preco-div {
                    font-size: 32px;
                }
            }
        }
    }
}

@media (max-width: 991.99px) {
    .first-block {
        .ficha-viatura-v2 {
            .ficha-viatura-v2__image__wrapper {
                height: 50%;
            }

            .ficha-viatura-v2__image__content {
                height: 50%;
            }
        }
    }
}

@media (max-width: 767px) {
    .first-block {
        .ficha-viatura-v2 {
            .ficha-viatura-v2__image__wrapper {
                height: 50%;
            }

            .ficha-viatura-v2__image__content {
                height: 50%;

                .ficha-viatura-v2__image__content__brand {
                    font-size: 18px;
                }

                .preco {
                    .preco-div {
                        font-size: 25px;
                    }
                }
            }
        }
    }
}

@media (min-width: 992px) and (max-width: 1700px) {
    .ficha-viatura-v2 {
        & .ficha-viatura-v2__image__content {
            & .ficha-viatura-v2__image__content__info {
                div {
                    flex-direction: column;
                }
            }
        }
    }
}

/* PARTILHA REDES SOCIAIS */

.social-icons-ficha-viatura {

    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #7b7b7b;

    .list-inline {
        display: flex;
        justify-content: space-around;
        margin-bottom: 0;
        color: #000000;

        .partilha-rede {
            cursor: pointer;
        };
        img {
            height: 25px;
        }
    }

}

/* Ficha da Viatura Dados Técnicos */

.dados-tecnicos-v1 {

    .preco {
        display: flex;
        justify-content: end;
        align-items: end;
        flex-wrap: wrap;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
        position: relative;
        
        .preco-div {
            color: #1b1b1b;
            font-weight: 700;
        }
        
        .line {
            transform: rotate(118deg) translateY(-30%);

            &:after {
                content: "";
                background-color: var(--primary);
                border-radius: 4px;
                height: 2px;
                width: 45px;
                display: inline-block;
                transition: all 0.5s;
                margin: 0;
            }
        }

        .prevalue {
            display: block;
            display: flex;
            flex-direction: column;
            font-size: 18px;
            line-height: 22px;
            color: #535457;

            span {
                font-size: 12px;
                line-height: 12px;
                color: #535457;
            }
        }
    }
    
    .titulo {
        .marca-modelo {
            h3 {
                font-size: 36px;
                line-height: 38px;
                color: #1b1b1b;
                font-weight: 700;
                width: fit-content;
            }

            h4 {
                font-size: 30px;
                line-height: 30px;
                color: #000000;
            }
        }

        p {
            font-size: 26px;
            line-height: 30px;
            color: var(--grey);
        }
    }
    
    hr {
        height: 6px;
        color: var(--primary);
        border-radius: 4px;
        background-color: var(--primary);
        opacity: 1;
    }

    .dados {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        border: 1px solid #7b7b7b;
        background-color: #ffffff;
        border-radius: 10px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;

        &:first-of-type {
            margin-top: 20px;
        }

        &:last-of-type {
            margin-bottom: 30px;
        }

        .item-dados {
            padding: 15px;
            color: #000000;
            font-size: 16px;
            line-height: 16px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            img {
                height: 26px;
                filter: grayscale(1);
            }

            div {
                color: var(--grey);
                font-size: 12px;
                line-height: 14px;
            }
        }
    }

    .notas-garantia {

        position: relative;
        
        img {
            height: 14px !important;
            width: 14px !important;
        }

        div {
            display: none;
            position: absolute;
            top: 25px;
            right: 0px;
            width: 250px;
            border: 1px solid #ccc;
            background: #fff;
            border-radius: 10px;
            padding: 5px;
            font-size: 12px !important;
            z-index: 10;
        }

    }

    .notas-garantia:hover div {
        display: block;
    }

}

@media (min-width: 992px) and (max-width: 1350px) {
    
    .dados-tecnicos-v1 {
        .preco {
            .line {
                &:last-of-type {
                    display: none;
                }
            }
        }
        .preco-div {
            width: 100%;
            margin-top: 15px;
        }
    }

}

/* Ficha da Viatura Mais Informações */

.mais-informacoes-v1 {

    margin-top: 30px;
    
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        
        li {
            margin-bottom: 10px;
            width: 50%;
            
            &:nth-of-type(even) {
                padding-left: 5px;
            }

            &:nth-of-type(odd) {
                padding-right: 5px;
            }

            a {
                border: 1px solid #7b7b7b;
                padding: 16px;  
                width: 100%;
                color:#fff;
                transition: all 0.3s;
                justify-content: center;
                align-items: center;
                display: flex;
                height: 100%;
                border-radius: 10px;
                background: #1b1b1b;
            }

            a:hover {
                color:#fff;
            }
            
        }
    }
}

@media (min-width: 767px) {

    .equipamento {

        .grid-item {
            width: calc( 50% - 10px ); 
            margin-bottom: 10px;
        }
    }

}

@media (max-width: 767px) {

    .equipamento {

        .grid-item {
            width: calc( 100% ); 
            margin-bottom: 10px;
        }
    }

}

@media (max-width: 576px) {

    .mais-informacoes-v1 {
        ul {
            li {
                width: 100%;
                padding-left: 0!important;
                padding-right: 0!important;
            }
        }
    }

}

/* Ficha da Viatura Ações */

.menu-lista-viatura {

    margin-top: 30px;
    
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        
        li {
            margin-bottom: 10px;
            width: 100%;
            

            a {
                min-width: 250px;
            }
        }
    }

}

/* Ficha da Viatura Equipamento */

.equipamento {

    &.introducao {
        padding-right: 10px;
    }

    .about-boxarea {
        display: initial;
    }
    
    .moldura {
        border-radius: 10px;
        background: #ffffff;
        box-shadow: 0 3px 23px rgba(0, 0, 0, .15);
        padding: 10px;
        color: #000000;

        p {
            color: #000000;
        }
    }
    
    .list {
        display: flex;
        flex-direction: column;
        padding: 0px 10px;
        margin: 0px;
    }
    
    li {
        font-size: 13px;
        line-height: 22px;
        cursor: pointer;
        position: relative;
        list-style-type: none;

        p {
            color: #ffffff;
        }
    }

    li::before {
        content: "-";
        position: absolute;
        left: -15px;
        margin-right: 8px;
        font-size: 21px;
        color: #ffffff;
    }
    
    .acc-btn {
        color: #888;
        font-size: 14px;
    }
    
    .acc-content {
        padding-left: 15px;
    }
}

/* Ficha da Viatura */

.viaturas-detalhes-v1 {
    
    .solicitar-contacto {
        padding: 15px;
        border: 1px solid #7b7b7b;
        background-color: #ffffff;
        border-radius: 10px;

        h5 {
            color: #000000;
        }

        p {
            color: #000000;
        }

        label {
            color: #000000;
        }

        input, textarea {
            background-color: #ffffff;
            border: 1px solid #7b7b7b;
            color: #000000;

            &:focus-visible {
                outline: none;
                border: 1px solid #7b7b7b;
                box-shadow: none;
            }

            &:focus {
                outline: none;
                border: 1px solid #7b7b7b;
                box-shadow: none;
            }
        }
    }

    .mySwiper {
        margin-top: 10px;

        .swiper-wrapper {
            .swiper-slide {
                &.swiper-slide-thumb-active {
                    opacity: 0.5;
                }
            }
        }
    }

    .mySwiper2 {
        .swiper-wrapper {
            .swiper-slide {
                a {
                    display: flex;
                    width: 100%;

                    img {
                        width: 100%;
                        object-fit: cover;
                    }
                }
            }
        }
    }

    form {
        input, textarea {
            border-radius: 10px;
        }

        p {
            margin-bottom: 0px;
            margin-top: 10px;
        }

        button {
            margin-top: 10px;
            padding: 16px;
            color: #fff;
            border-radius: 10px;
            transition: all 0.3s ease;
            background: #1b1b1b;
        }

        button:hover {
            color: #fff;
        }
    }

}

/* Ficha Destaque */

.viaturas-destaques-v2 {
    .first-block {
        .ficha-viatura-v1 {
            height: calc(100% - 30px);

            .img-box {
                height: 100%;

                .cnt-box {
                    height: 100%;
                }
            }

            .cnt-box-info .caption {
                height: 300px;

                h2 {
                    font-size: 34px;
                    line-height: 36px;
                }

                p {
                    font-size: 18px;
                    line-height: 20px;
                }

                .preco {
                    .preco-div {
                        font-size: 34px;
                        line-height: 34px;
                    }
                }
            }
        }
    }

    .ficha-viatura-v1 {
        margin-bottom: 30px;
    }

    .btn {
        color: var(--white);
        border-radius: 10px;
        transition: all 0.3s ease;
        padding: 16px 25px;
    }
}

@media (max-width: 767.99px) {
    .viaturas-destaques-v2 {
        h2 {
            font-size: 40px;
        }

        p {
            margin-bottom: 10px;
        }
    }
}

.viaturas-destaques-v3 {

    .container {
        padding-bottom: 0;
        margin-bottom: 0;

        &:last-child {
            padding-top: 0;
            margin-bottom: 100px;
            margin-top: 0px;
        }

        .title {
            h2 {
                color: #1b1b1b;
                width: fit-content;
            }
        }
    }

    .swiper {
        padding-bottom: 90px;

        .swiper-slide {
            height: auto;
        }

        .swiper-pagination {
            .swiper-pagination-bullet {
                background-color: var(--grey);
            }

            .swiper-pagination-bullet-active {
                background-color: #7b7b7b;
            }
        }
    }

    .btn {
        padding: 16px 25px;
        background: #1b1b1b;
    }
}

@media (max-width: 767.99px) {
    .viaturas-destaques-v3 {
        .container {
            padding-top: 50px;
        }

        .swiper {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
}


/* Ultimas entradas */

.viaturas-ultimas-entradas-v1 {

    .container {

        padding-bottom: 0;
        margin-bottom: 0;

        &:last-child {
            padding-top: 0;
            padding-bottom: 0px;
            margin-top: 0;
        }

        .title {
            h2 {
                color: #1b1b1b;
                width: fit-content;
            }
        }
    }

    .swiper {

        padding-bottom: 90px;

        .swiper-slide {
            height: auto;
        }

        .swiper-pagination {
            .swiper-pagination-bullet {
                background-color: var(--grey);
            }

            .swiper-pagination-bullet-active {
                background-color: #7b7b7b;
            }
        }
    }

    .btn {
        padding: 16px 25px;
        background: #1b1b1b;
    }

}

@media (max-width: 767.99px) {

    .viaturas-ultimas-entradas-v1 {
        .container {
            padding-top: 50px;
        }

        .swiper {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

}

/* FOOTER */

footer {
    
    background-color: #111111;
    position: relative;

    /* &::before {
        content: '';
        position: absolute;
        top: -250px;
        left: 0;
        width: 100%;
        height: 250px;
        background: linear-gradient(to top, #ffffff 0%, transparent 100%);
        pointer-events: none;
        z-index: 2;
    } */

    > .container {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    &.footer-v5 {
        /* background-color: #f1f1f1; */

        .logo-container {

            margin-bottom: 60px;

            .logo-wrapper {
                height: 75px;
                width: auto;
                margin: 0;

                .logo-img {
                    height: 100%;
                    width: auto;
                    object-fit: contain;
                }
            }
        }

        .contacts-container {

            margin-bottom: 60px;

            i {
                font-size: 1.875rem;
                margin-bottom: 15px;
            }

            h3 {
                margin-bottom: 15px;
            }

            p {
                color: #4d4d4d;
                margin-top: 0;
                margin-bottom: 10px;
                font-size: 1.125rem;
                line-height: 110%;
            }

            a {
                color: #4d4d4d;
                transition: all 0.3s ease;
                font-size: 1.125rem;
                line-height: 110%;

                &:hover {
                    border-bottom: all 0.3s ease;
                }
            }

            .disclaimer {
                font-size: 0.625rem;
                margin-bottom: 15px;
            }

            .address-link {
                color: #4d4d4d;
                border-bottom: 1px solid #4d4d4d;
                transition: all 0.3s ease;

                &:hover {
                    transform: scale(1.2);
                }
            }

        }

        .socials-container {

            margin-bottom: 60px;

            .menu-social {
                display: flex;
                padding: 0;
                margin: 0;
                list-style: none;
                justify-content: center;

                li {
                    padding: 0 5px;

                    a {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        height: 40px;
                        width: 40px;
                        background-color: #4d4d4d;
                        border-radius: 50%;
                        border: 2px solid #4d4d4d;
                        transition: all 0.3s ease;

                        i {
                            font-size: 1.25rem;
                            color: #ffffff;
                            transition: all 0.3s ease;
                        }

                        &:hover {
                            background-color: #ffffff;

                            i {
                                color: #4d4d4d;
                                transform: scale(1.2);
                            }
                        }
                    }

                    .whatsapp:hover i {
                        color: #25D366;
                    }
                    .facebook-f:hover i {
                        color: #3b5998;
                    }
                    .instagram:hover i {
                        color: #E1306C;
                    }
                    .youtube:hover i {
                        color: #FF0000;
                    }
                    .fa-facebook-messenger:hover i {
                        color: #0084FF;
                    }
                }
            }
        }

        .footer-menu-container {
            margin-bottom: 60px;

            .footer-menu {
                display: flex;
                padding: 0;
                margin: 0;
                list-style: none;
                justify-content: center;
                flex-wrap: wrap;

                li {
                    padding: 0 5px;

                    a {
                        color: #4d4d4d;
                        transition: all 0.3s ease;
                        white-space: nowrap;

                        &:hover {
                            border-bottom: 1px solid #4d4d4d;
                        }
                    }
                }
            }
        }

        .copyright {
            span {
                color: #4d4d4d;

                a {
                    color: #F18F09;
                    transition: all 0.3s ease;
                    
                    &:hover {
                        color: #4d4d4d;
                    }
                }
            }
        }
    }

    .div_reclamacoes {
        display: none;
        border: 1px solid #777;
        padding: 30px;
        background-color: #111111;
        color: #ffffff;

        p {
            text-align: left;
            color: #ffffff;
        }
        h6 {
            height: 30px;
            color: #ffffff!important;
        }

        a {
            color: #9e9e9e;
        }

        .div_texto {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }

    .div_litigio {
        display: none;
        border-top: 1px solid #777;
        border-bottom: 1px solid #777;
        padding: 30px;
        background-color: #111111;
        color: #fff;

        p {
            text-align: left;
            color: #ffffff;
        }

        h6 {
            height: 30px;
            color: #ffffff!important;
        }

        a {
            color: #F18F09;
        }

        .div_texto {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }

    .div_cookies {
        display: none;
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 30px 30px 50px 30px;
        background: #111111 !important;
        box-shadow: 0px -7px 10px rgba(0,0,0,0.4);
        border-top: 2px solid #000000;
        text-align: center;
        z-index: 50;

        .div-btn {
            height: 40px;
        }

        .btn {
            color: #fff;
        }

        .btn:hover {
            border: rgb(14,14,18);
            height: 40px;
        }

        a {
            color: #b1b1b1;

            &:hover {
                color: #ffffff;
                text-decoration: underline;
            }
        }

        p {
            color: #ffffff;
        }
    }

    &.footer-v6 {

        .address-link {
            background: #000;
            border: 1px solid #fff;
            color: #ffffff;
            transition: all 0.3s ease;
            min-width: 350px;
            padding: 10px;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            border-radius: 7px;

            i {
                margin-right: 10px;
            }

            &:hover {
                background-color: #fff;
                color:#1b1b1b;
            }
        }

        .top-bar {
            padding-top: 50px;
            padding-bottom: 50px;

            .logo-container {
                display: flex;
                flex-direction: column;

                .logo-wrapper {
                    height: 75px;
                    width: auto;
                    margin: 0;
                    margin-bottom: 30px;
                    text-align: center;

                    .logo-img {
                        height: 100%;
                        width: auto;
                        object-fit: contain;
                    }
                }
            }

            .prizes-container {
                margin-top: auto;
                display: flex;
                justify-content: space-around;

                img {
                    height: 115px;
                    width: auto;
                }
            }

            .second-column {
                display: flex;
                flex-direction: column;

                > div {
                    &:first-of-type {
                        margin-bottom: 30px;
                    }
                }
            }

            .newsletter-container {
                margin-top: auto;

                .form-control {
                    margin-bottom: 5px;
                }

                .form-check {
                    display: flex;
                    align-items: center;
                    margin-bottom: 10px;

                    input {
                        margin-right: 10px;
                        margin-top: -2px;
                    }

                    span {
                        color: #ffffff;
                        font-size: 0.75rem;
                        line-height: 100%;
                    }
                }

                
            }

            .contacts-container {

                > .row {
                    display: flex;
                    align-items: end;
                    height: 100%;

                    > div {
                        height: 100%;
                    }
                }

                h3 {
                    margin-bottom: 15px;
                    color: #7b7b7b;
                }

                p {
                    color: #ffffff;
                    margin-top: 0;
                    margin-bottom: 10px;
                    font-size: 1rem;
                    line-height: 130%;
                    font-weight: 400;
                }

                a {
                    color: #fff;
                    transition: all 0.3s ease;
                    font-size: 1rem;
                    margin: 0;

                    &:hover {
                        color: #7b7b7b;
                    }
                }

                a.btn {
                    color: #1b1b1b;
                    background-color: #fff;
                }

                a.btn:hover {
                    background-color: #7b7b7b;
                }

                .disclaimer {
                    font-size: 0.625rem;
                    margin-bottom: 15px;
                }

                .telef-emails {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                }
                
            }

            .vat {
                color: #ffffff;
                font-size: 1rem;
                line-height: 150%;
                margin-bottom: 15px;
                text-align: center;
            }

            .socials-container {
                margin-bottom: 30px;

                .menu-social {
                    display: flex;
                    padding: 0;
                    margin: 0;
                    list-style: none;
                    justify-content: center;

                    li {
                        padding: 0 5px;

                        a {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            height: 40px;
                            width: 40px;
                            background-color: transparent;
                            border-radius: 50%;
                            border: none;
                            transition: all 0.3s ease;

                            i {
                                font-size: 1.25rem;
                                color: #ffffff;
                                transition: all 0.3s ease;
                            }

                            &:hover {
                                background-color: transparent;

                                i {
                                    transform: scale(1.2);
                                }
                            }
                        }

                        /*
                        .whatsapp i {
                            color: #25D366;
                        }
                        .facebook-f i {
                            color: #3b5998;
                        }
                        .instagram i {
                            color: #E1306C;
                        }
                        .youtube i {
                            color: #FF0000;
                        }
                        .fa-facebook-messenger i {
                            color: #0084FF;
                        }
                        */

                    }
                }
            }
        }

        .bottom-bar {
            background-color: #aaa;
            padding-top: 20px;
            padding-bottom: 20px;

            .footer-menu-container {
                padding-bottom: 15px;

                .footer-menu {
                    display: flex;
                    padding: 0;
                    margin: 0;
                    list-style: none;
                    justify-content: center;
                    flex-wrap: wrap;
                    list-style: disc;

                    li {
                        padding: 0 10px;
                        list-style-position: inside;

                        &::marker {
                            color: #9e9e9e;
                        }

                        &:first-of-type {
                            list-style: none;
                        }

                        a {
                            color: #7b7b7b;
                            transition: all 0.3s ease;
                            white-space: nowrap;

                            &:hover {
                                color: #fff;
                                border-bottom: 1px solid #fff;
                            }
                        }
                    }
                }
            }

            .copyright {
                span {
                    color: #1b1b1b;

                    a {
                        color: #fff;
                        transition: all 0.3s ease;
                        
                        &:hover {
                            color: #7b7b7b;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 991.99px) {
    footer {
        &.footer-v6 {
            .top-bar {
                .logo-container {
                    text-align: center;
                }

                .contacts-container {
                    text-align: center;
                }

                .socials-container {
                    .menu-social {
                        justify-content: center;
                    }
                }
            }

            .bottom-bar {
                padding-bottom: 100px;
            }
        }
    }
}

/* Modal */

.modal {
    .modal-dialog {
        .modal-content {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            background-color: #ffffff;
            border: 1px solid #7b7b7b;

            .modal-header {
                border-bottom: 0;

                .btn-close {
                    padding: 10px;
                    font-size: 20px;
                    border: 1px solid #7b7b7b;
                    transition: all 0.4s;
                    text-transform: uppercase;
                    border-radius: 50%;
                    height: 30px;
                    width: 30px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    z-index: 3;
                    color: #000000;
                    opacity: 1;
                }

                .btn-close:hover {
                    color: #7b7b7b;
                }

                .btn-close:focus {
                    box-shadow: none;
                }

                h5 {
                    font-weight: bolder;
                    font-size: 32px;
                    font-style: normal;
                    font-weight: 600;
                    color: #1b1b1b;
                }
            }

            .viatura {
                display: flex;
                margin-bottom: 20px;

                .imagem {
                    background-size: cover;
                    background-position: center center;
                    border-radius: 4px;
                    min-height: 150px;
                }

                .info {

                    padding-left: 10px;

                    > .row {
                        height: 100%;
                    }

                    .titulo {
                        font-size: 24px;
                        line-height: 28px;
                        padding-top: 3px;
                        color: #000000;

                        span {
                            font-size: 16px;
                            line-height: 20px; 
                            color: var(--grey);
                        }
                    }

                    .info-tec {
                        display: flex;
                        justify-content: space-between;
                        align-items: end;
                        padding-bottom: 3px;
                        margin-top: auto;

                        div {
                            div {
                                display: flex;
                                flex-direction: column;
                                font-size: 10px;
                                line-height: 13px;
                                align-items: center;
                                font-size: 10px;
                                font-weight: 500;
                                color: var(--grey);
                            }

                            .preco {
                                color: #000000;
                            }
                        }

                        img {
                            max-width: 50px;
                            max-height: 20px;
                            filter: grayscale(1);
                        }

                        span {
                            line-height: 12px;
                            font-size: 14px;
                            font-weight: 500;
                            color: #000000;
                        }
                    }

                    .preco {
                        text-align: end;
                        line-height: 20px;
                        margin-bottom: 20px;
                        
                        span{
                            font-style: normal;
                            line-height: 20px;
                            position: relative;
                            z-index: 1;
                            transition: all 0.4s;
                            text-transform: uppercase;
                            font-size: 20px;
                            color: #1b1b1b;
                            font-weight: 700;
                        }
                    }
                }
            }

            input, textarea, .nice-select, select {
                color: #000000;
                font-style: normal;
                line-height: 18px;
                border-radius: 4px;
                padding: 24px 16px;
                width: 100%;
                background-color: #ffffff;
                border: 1px solid #7b7b7b;
            }

            input, textarea {
                &:placeholder {
                    color: #cccccc;
                }
            }

            input {
                margin-bottom: 1rem;
            }

            select {
                option:hover {
                    background-color: #7b7b7b;
                }
            }

            .nice-select {
                height: 70px;

                .list {
                    width: 100%;
                }
            }

            .form-control:focus {
                outline: 0;
                box-shadow: none;
                border-color: #7b7b7b;
            }

            .modal-body {
                h5 {
                    color: #000000;
                }
            }

            .modal-footer {
                border-top: 0;

                .btn-submit {
                    border-radius: 0.375rem;
                    background-color: #7b7b7b;
                    color: #fff;
                    font-style: normal;
                    line-height: 20px;
                    padding: 7px 10px;
                    position: relative;
                    z-index: 1;
                    border: 1px solid #7b7b7b;
                    transition: all 0.4s;
                    text-transform: uppercase;
                    margin-top: 0;
                    background: #1b1b1b;
                }

                .btn-submit:hover {
                    box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.46);
                    transform: scale(.95);
                }

                .btn-cancel {
                    border-radius: 0.375rem;
                    color: #1b1b1b;
                    font-style: normal;
                    line-height: 20px;
                    padding: 7px 10px;
                    position: relative;
                    z-index: 1;
                    border: 1px solid transparent;
                    transition: all 0.4s;
                    text-transform: uppercase;
                    background-color: transparent;
                }

                .btn-cancel:hover {
                    transform: scale(.95);
                    box-shadow: none;
                }
            }
        }
    }
}


#modal-comparar {

    table {
        width: 100%;
        text-align: center;
        font-size: 14px;
      }

      table td, table th {
        width: 20%;
      }

      table th, table tr, table td {
        padding: 2px
      }

      table tr:nth-child(even) {
        background: #212121;
      }

      table thead {
        background: #EEEEEE;
      }

      table thead th {
        font-weight: normal;
        text-align: center;
        border-left: 1px solid #CCCCCC;
      }

      table thead th:first-child {
        border-left: none;
      }

      .price {
        

        span {
            border-radius: 52px;
            color: var(--ztc-text-btn-text1);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s20);
            font-style: normal;
            font-weight: var(--ztc-weight-semibold);
            line-height: 20px;
            padding: 10px 20px;
            position: relative;
            z-index: 1;
            border: 1px solid var(--ztc-bg-btn-bg1);
            transition: all 0.4s;
            text-transform: uppercase;
            background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%)!important;
            border: none!important;
        }
      }

      .titulo {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
      }

      .imagem img {
        text-align: center;
        max-height: 100px;
        width: auto;
        border-radius: 10px;
        margin: 5px;
      }

      a {
        border-radius: 52px;
        background-color: #d3d3d3;
        color: #444;
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s20);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 20px;
        padding: 10px 20px;
        position: relative;
        z-index: 1;
        border: 1px solid #d3d3d3;
        transition: all 0.4s;
        text-transform: uppercase;
      }

      a:hover {
        background-color: transparent;
      }

      td {
        color: #fff;
      }
}

#modal-mais-informacoes {
    ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;

        li {
            border-radius: 52px;
            background: var(--ztc-bg-btn-bg1);
            color: var(--ztc-text-btn-text1);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s20);
            font-style: normal;
            font-weight: var(--ztc-weight-semibold);
            line-height: 20px;
            padding: 16px 20px;
            position: relative;
            z-index: 1;
            border: 1px solid var(--ztc-bg-btn-bg1);
            transition: all 0.4s;
            text-transform: uppercase;
            max-width: 385px;
            min-width: 385px;
            margin-bottom: 10px;
            text-align: center;

            &:hover {
                cursor: pointer;
                background-color: transparent;
                color: #fff;
            }
        }
    }
}

#modal-partilhar {
    ul {
        display: flex;
        justify-content: space-around;
        margin-top: 30px;
        margin-bottom: 20px;

        li {
            margin: 0 10px;

            &:hover {
                cursor: pointer;
            }

            img {
                height: 50px;
                width: auto;
            }
        }
    }
}



@media (min-width: 576px) {
    .container {
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    
    .container {
        max-width: 95%;
    }

}

@media (min-width: 1200px) {
    .container {
        max-width: 95%;
    }
}

@media (min-width: 1650px) {
    .container {
        max-width: 1500px;
    }
}

@media (max-width: 998px) {

    .xs-hidden {
        display: none !important;
    }

    .termos-legais {
        display: flex !important;
        flex-direction: column;
        text-align: right;
    }

    .nossos-valores .div-moldura {
        margin: 20px 0px;
    }

    footer .menu, footer .contactos {
        margin-top: 50px;
    }

}

@media (max-width: 991.99px) and (min-width: 768px) {

    .header-home .col-lg-6 {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 991px) {

    body > nav .menu-cnt > ul > li > a {
        color: rgb(14, 14, 18) !important;
        padding-top: 0;
    }

}

@media (max-width: 767px) {

    .header-home .col-lg-6 {
        padding-left: 30px;
        padding-right: 30px;
    }

    [class*=col-]:not([class*=col-sm]) + [class*=col-]:not([class*=col-sm]) {
        margin-top: 0px;
    }

    .nossos-valores .div-moldura {
        margin: 20px 0px;
    }

    footer .menu, footer .contactos {
        margin-top: 50px !important;
    }

    nav.scroll-menu:not(.menu-side) .menu-cnt ul li a:not(.active) {
        color: #000 !important;
    }

    nav.scroll-menu:not(.menu-side) .menu-cnt ul li a.active {
        color: var(--primary) !important;
    }

    .contactos-v1 .contactos {
        margin-top: 50px !important;
    }

    .viaturas-detalhes-v1 .marca-modelo {
        margin-top: 50px;
    }

    .viaturas-detalhes-v1 .mais-informacoes-v1 {
        margin-top: 50px;
    }

    .viaturas-detalhes-v1 .equipamento {
        margin-bottom: 50px;
    }

}

/* gallery */

#gallery {
    .swiper {
        border-radius: 10px;

        .swiper-wrapper {
            border-radius: 10px;

            .swiper-slide {
                border-radius: 10px;

                img {
                    border-radius: 10px;
                    border: 1px solid #7b7b7b;
                }
            }
        }

        .swiper-button-next,.swiper-button-prev {
            &:after {
                color: #7b7b7b;
            }
        }
    }
}

/* texto e slider */

.texto-slider {

    background-color: #ffffff!important;

    p {
        color: #000000;
    }

    .title {
        h2 {
            color:#1b1b1b;
            width: fit-content;
        }

        p {
            color: var(--grey);
        }
    }
    
    ul{
        padding: 0;
        list-style: none;
    }
    img {
        border-radius: 10px;
    }

    .glide__bullet {
        margin: 0 5px;
    }

    .btn {
        color:#1b1b1b;
        margin: 0;
    }

}

/* seccao texto */

.seccao-texto {

    text-align: left;

    h4 {
        font-size: 50px;
        line-height: 54px;
        margin: 0px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .5px;
    }

}

/* texto com caixa */

.texto-caixa {

    .container {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .cnt-call {
        border-radius: 10px;
        padding: 30px;
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #7b7b7b;
        box-shadow: none;
        text-align: left;

        .title {
            margin-top: 30px;
            margin-bottom: 10px;

            &:first-child {
                margin-top: 0;
            }
        }

        h2, h4 {
            color: #7b7b7b;
            margin-bottom: 0;
        }

        p {
             color: #000000;
        }
    }
}

@media (max-width: 767.99px) {
    .texto-caixa {
        .title {
            h2 {
                font-size: 40px;
            }
        }
    }
}


/* SECCAO BANNER */

.section-banner {

    margin-top:100px;
    margin-bottom:100px;
    padding-top:0;
    padding-bottom:0;
    overflow: hidden;

    .container {
        background-size: cover;
        background-position: center center;
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 50px;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    .bg-img {
        padding-top: 0;
        padding-bottom: 0;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(14, 14, 18, 0.5);
        z-index: 1;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .div-img {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        img {
            max-height: 250px;
        }
    }

    .div-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2;
        h5 {
            font-size: 30px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 10px;
        }
        h3 {
            font-size: 40px;
            font-weight: 800;
            color: #000000;
        }
        p {
            font-weight: 400;
            color: #000000;
            margin: 0px;
            font-size: 20px;
            line-height: 20px;
        }
    }

    .div-text2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2;
        h5 {
            font-size: 60px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 20px;
        }
        p {
            font-weight: 400;
            color: #fff;
            margin: 0px;
            font-size: 40px;
            line-height: 45px;
        }
    }

    .linha {
        display: flex;
        margin-top: 20px;

        .icon {
            width: 80px;
            padding-left: 50px;
            display: flex;
            align-items: center;

            img {
                width: 30px;
            }
        }
        .texto {
            width: calc(100% - 80px);
            padding-left: 20px;
            h3 {
                color: #fff;
            }
            h5 {
                font-weight: 800;
                color: #fff;
                font-size: 16px;
                margin-bottom: 5px;
            }
            p {
                font-weight: 400;
                color: #fff !important;
                margin: 0px;
                font-size: 14px;
                line-height: 120%;
                margin: 0px;
            }
        }
    }

}

@media (max-width: 767.99px) {
    .section-banner {
        .container {
            border-radius: 0;
            margin-top: 0;
            margin-bottom: 0;
        }

        .div-img {
            img {
                margin-bottom: 30px;
                margin-top: 30px;
            }
        }

        .linha {
            .icon {
                width: 50px;
                padding-left: 15px;
            }
        }

        .div-text2 {
            h5 {
                font-size: 40px;
            }

            p {
                font-size: 25px;
                line-height: 30px;
            }
        }
    }
}

/* Viaturas Slider Marcas */

.viaturas-sliders {

    .slider-selector-wrapper {
        display: flex;
        align-items: center;
        justify-content: end;

        .swiper-arrow-selector-prev, .swiper-arrow-selector-next {
            background: none;
            background-color: transparent;
            border: none;

            &:hover {
                cursor: pointer;
            }
        }
    }

    .title {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 0;

        h2 {
            margin: 0;
            color: #1b1b1b;
        }
    }

    .btn {
        color: var(--white);
        border-radius: 10px;
        transition: all 0.3s ease;
        padding: 16px 25px;
        border-color: #1b1b1b;
    }

    .swiper-arrow-selector-next, .swiper-arrow-selector-prev {
        &.swiper-button-disabled {
            opacity: 0.2;
        }

        i {
            color: #7b7b7b;
        }
    }

    .swiper-arrows {
        display: flex;

        button {
            height: 55px;
            width: 55px;
            border-radius: 50%;
            color: var(--white);
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 10px;
            border: none;
            outline: none;
            box-shadow: none;
            transition: all 0.3s ease;
            background: #1b1b1b;

            &:first-of-type {
                margin-left: 0;
            }

            &:hover {
                box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.46);
                transform: scale(.95);
            }
        }
    }

    .slider-viaturas-container {
        
    }

    .slider-results {
        border-radius: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .slider-selector {
        margin-right: unset;

        .swiper-wrapper {
            .swiper-slide {
                flex-shrink: initial;

                button {
                    border: 1px solid #7b7b7b;
                    background-color: #ffffff;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    border-radius: 10px;
                    padding: 8px 25px;
                    transition: all 0.3s ease;
                    white-space: nowrap;

                    &.active {
                        background-color: rgba(103, 101, 101, 0.1);
                        border: 1px solid #7b7b7b;
                    }

                    .marca, .transmissao, .combustivel {
                        font-size: 17px;
                        font-weight: 600;
                        line-height: 21px;
                        text-align: center;
                        white-space: nowrap;
                        color: #1b1b1b;
                    }

                    .numero {
                        color: var(--grey);
                        font-size: 12px;
                        line-height: 15px;
                        margin-top: 2px;
                        text-align: center;
                        white-space: nowrap;
                    }

                    &:hover {
                        background-color: rgba(103, 101, 101, 0.1);
                        border: 1px solid #7b7b7b;
                    }
                }

                &.active {
                    button {
                        background-color: rgba(103, 101, 101, 0.1);
                        border: 1px solid #7b7b7b;

                        .marca {
                            color: var(--primary);
                        }

                        .numero {
                            color: var(--primary);
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 991.99px) {
    .viaturas-sliders {
        .slider-selector {
            margin-left: unset;
            margin-right: auto;
        }

        .title {
            h2 {
            }
        }
    }
}

@media (max-width: 767.99px) {
    .viaturas-sliders {
        .title {
            margin-bottom: 30px;

            h2 {
                font-size: 35px;
            }
        }
    }
}

/* Secção Porquê Escolher */

.section-porque-escolher {

    .titulo {
        font-size: 58px;
        margin-bottom: 100px;
        font-weight: 900;
        color: #1b1b1b;
    }

    .porque-list {
        .porque-list-item {
            display: flex;
            flex-direction: column;
            align-items: center;

            .porque-list-item-image {
                height: 75px;
                width: auto;
                display: flex;
                justify-content: center;
                align-items: center;
                object-fit: cover;
                margin-bottom: 50px;
            }

            .porque-list-item-title {
                color: #1b1b1b;
                font-size: 24px;
                font-weight: 700;
                line-height: 40px;
            }

            .porque-list-item-text {
                font-size: 16px;
                line-height: 27px;
                color: #6F6F6F;
                font-weight: 400;
            }
        }
    }
}

@media (max-width: 767.99px) {
    .section-porque-escolher {
        .titulo {
            margin-bottom: 20px;
            font-size: 40px;
        }

        .porque-list {
            .porque-list-item {
                .porque-list-item-image {
                    margin-bottom: 20px;
                    margin-top: 50px;
                }
            }
        }
    }
}

/* seccao equipa */

.seccao-equipa {

    .logo {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 30px;
        img {
            max-width: 50%;
            max-height: 170px;
        }
    }

    .container {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-top: 0;
        margin-bottom: 0;
        padding-top:0;
        padding-bottom:0;
        
    }

    .seccao-equipa-content {
        padding: 60px;
        border-radius: 22px;
        min-height: 650px;
        background-size: cover;
        padding-right: 0;

        .conteudo-equipa {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start;

            .titulo-equipa {
                margin-bottom: 45px;
                font-size: 50px;
                line-height: 1.34;
                color: #1b1b1b;
                font-weight: 900;
                text-align: center;
                width: 100%;
            }

            p {
                color: #99a1b2;
                line-height: 1.65;
                font-size: 20px;
            }

            ul {
                list-style: none;
                padding: 0;
                margin: 0;

                li {
                    color: #ffffff;
                    line-height: 1.65;
                    font-size: 20px;
                    display: flex;
                    align-items: baseline;

                    i {
                        margin-right: 15px;
                    }
                }
            }
        }

        .swiper {
            padding-bottom: 40px;
        }

        .swiper-slide {
            height: auto;
        }

        .swiper-pagination {
            span {
                background-color: #ffffff;
            }

            .swiper-pagination-bullet-active {
                background-color: #7b7b7b;
            }
        }

        .membro {
            border-radius: 10px;
            overflow: hidden;
            height: 100%;

            .photo-wrapper {
                height: 284px;
                width: 100%;
                margin: 0;
                background: #d2d2d2;
                overflow: hidden;
                position: relative;
                
                .photo {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }
            }

            .dados {
                background-color: #ffffff;
                padding: 45px 30px 30px;

                .contacts-icons-list {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    margin-top: -67.5px;
                    position: relative;
                    display: flex;
                    margin-bottom: 25px;

                    li {
                        height: 45px;
                        width: 45px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        background-color: #1b1b1b;
                        border-radius: 10px;
                        margin-right: 10px;
                        transition: all 0.3s ease;

                        a {
                            transition: all 0.3s ease;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            text-decoration: none;
                            font-size: 22px;
                        }

                        &:hover {
                            transform: scale(0.95);
                            cursor: pointer;
                        }

                        i {
                            color: var(--white);
                        }
                    }
                }

                .title {
                    font-size: 23px;
                    line-height: 29px;
                    font-weight: 700;
                    color: #000000;
                }

                hr {
                    background-color: #7b7b7b;
                }

                .contacts-text-list {
                    margin: 0;
                    padding: 0;
                    list-style: none;

                    li {
                        margin-bottom: 5px;

                        a {
                            color: var(--primary);
                            font-size: 16px;
                            line-height: 24px;
                            text-decoration: none;
                            transition: all 0.3s ease;

                            p {
                                color: var(--primary);
                                transition: all 0.3s ease;
                                margin: 0;
                            }

                            div {
                                font-size: 11px;
                                margin-top: -8px;
                            }

                            &:hover {
                                color: #7b7b7b;

                                p {
                                    color: #7b7b7b;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 991.99px) {
    .seccao-equipa {
        .seccao-equipa-content {
            padding: 0;

            .conteudo-equipa {
                margin-bottom: 30px;
                padding: 75px;
            }
        }

        .swiper {
            padding-left: 60px;
            margin-bottom: 60px;
        }
    }
}

@media (max-width: 767.99px) {
    .seccao-equipa {
        .seccao-equipa-content {
            .conteudo-equipa {
                padding: 45px;

                .titulo-equipa {
                    font-size: 40px;
                }
            }
        }

        .swiper {
            padding-left: 30px;
            margin-bottom: 30px;
        }
    }
}

/* Secção Mapa */

.seccao-mapa {
    .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    iframe {
        border-radius: 10px;
        filter: grayscale(1);
    }
}

@media (max-width: 767.99px) {
    .seccao-mapa {
        .container {
            padding: 0;
        }
    }
}

.seccao-mapa-v2 {
    iframe {
        height: 350px;
        border-radius: 0;
        margin-bottom: -10px;
    }
}

/* Newsletter */

.section-newsletter {
    .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h2 {
        color: #222732;
        font-size: 37px;
        font-weight: 900;
        line-height: 47px;
    }

    .form-check-input {
        display: flex;
    }

    .form-check {
        display: flex;
        align-items: center;
        margin-top: 10px;

        input {
            margin-right: 10px;
        }

        span {
            font-size: 14px;
            line-height: 20px;
        }
    }
}

/* Secção Stands */

.seccao-stands {
    .title {
        p {
            margin-top: 0;
            padding: 0;
        }
    }

    .stand-container {
        display: flex;
        box-shadow: 0 20px 30px -12px rgba(39, 79, 117, .25);
        background-color: #ffffff;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 30px;
        flex-wrap: wrap;
        height: 100%;

        .map-container {
            display: flex;
            flex: 1;
            width: 100%;
            min-width: 100%;
            min-height: 250px;
            height: 250px;

            iframe {
                height: 100%;
                margin-bottom: -10px;
            }
        }

        .contacts-container {
            padding: 20px;
            width: 100%;
            height: 100%;

            h4 {
                color: #000000;
            }

            ul {
                list-style: none;
                margin: 0;
                padding: 0;

                li {
                    margin-bottom: 10px;
                    padding-left: 25px;
                    font-size: 15px;
                    line-height: 20px;
                    color: #000000;

                    &:last-of-type {
                        margin-bottom: 0;
                    }

                    a {
                        color: #000000;
                        text-decoration: none;
                        transition: all 0.3s ease;

                        &:hover {
                            color: #7b7b7b;
                        }

                        
                    }

                    i {
                            margin-right: 10px;
                            margin-left: -25px;
                            color: #7b7b7b;
                            width: 15px;
                        }

                    p {
                        font-size: 10px;
                        line-height: 10px;
                        margin: 0;
                        color: #000000;
                    }

                    

                    .btn-primary {
                        margin-top: 10px;
                        border: transparent;
                        color: #ffffff;

                        &:hover {
                            color: #ffffff;
                        }

                        &:focus {
                            box-shadow: none;
                            outline: none;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1200px) {
    .seccao-stands {
        .stand-container {

            flex-wrap: wrap;
            
            .map-container {
                width: 100%;
                min-width: 100%;
                min-height: 200px;
                height: 200px;
            }

            .contacts-container {
                width: 100%;
            }
            
        }
    }
}


/* Secção Stands */

.seccao-footer-stands {
    .title {
        p {
            margin-top: 0;
            padding: 0;
        }
    }

    .stand-container {
        display: flex;
        box-shadow: 0 20px 30px -12px rgba(39, 79, 117, .25);
        background-color: #ffffff;
        border-radius: 10px;
        overflow: hidden;
        background-color: #212121;
        margin-bottom: 30px;

        .map-container {
            display: flex;
            flex: 1;
            width: 50%;

            iframe {
                height: 100%;
                margin-bottom: -10px;
            }
        }

        .contacts-container {
            padding: 20px;
            width: 50%;
            background: #fff;

            h4 {
                color: #000 !important;
            }

            ul {
                list-style: none;
                margin: 0;
                padding: 0;

                li {
                    margin-bottom: 10px;
                    padding-left: 25px;
                    font-size: 15px;
                    line-height: 20px;
                    color: #000;

                    &:last-of-type {
                        margin-bottom: 0;
                    }

                    a {
                        color: #000;
                        text-decoration: none;
                        transition: all 0.3s ease;

                        &:hover {
                            color: #7b7b7b;
                        }

                        
                    }

                    i {
                            margin-right: 10px;
                            margin-left: -25px;
                            color: #7b7b7b;
                            width: 15px;
                        }

                    p {
                        font-size: 10px;
                        line-height: 10px;
                        margin: 0;
                        color: #000;
                    }

                    

                    .btn-primary {
                        margin-top: 10px;
                        border: transparent;
                        color: #ffffff;

                        &:hover {
                            color: #ffffff;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1200px) {
    .seccao-footer-stands {
        .stand-container {

            flex-wrap: wrap;
            
            .map-container {
                width: 100%;
                min-width: 100%;
                min-height: 200px;
                height: 200px;
            }

            .contacts-container {
                width: 100%;
            }
            
        }
    }
}

footer > .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Viaturas Vendidas */

.seccao-viaturas-vendidas {

    padding-bottom: 100px;

    .container {
        padding-bottom: 50px;
        margin-bottom: 0px;
    }

}

