/* Geral */

body, 
h1, 
h2, 
h3,
h4,
h5,
h6,
p {
    color: rgb(14, 14, 18);
}

a.btn {
    transition: all 0.3s ease;
}

/* MENU */

.menu-classic:not(.menu-transparent) .menu-cnt > ul > li a {
    color: rgb(14, 14, 18) !important;
}

body > nav.scroll-menu:before {
    background: rgb(14, 14, 18) !important;
}

.menu-cnt ul li a.active {
    color: #e2231a !important;
}

.vertical-center {
    display: flex;
    align-items: center;
}

body > nav .menu-cnt > ul > li > a, body > nav .lan-menu > li > a, body > nav .menu-right {
    line-height: 20px;
    padding-top: 25px;
}

body > nav:not(.menu-side).scroll-menu .menu-cnt > ul > li > a {
    padding-top: 0;
}

@media (max-width: 991.99px) {
    body > nav:not(.menu-side).scroll-menu .menu-cnt > ul > li > a {
        color: #000!important;
    }
}

/* HOME */
.header-home {
    height: 85vh;
    min-height: 575px;

    .link-total {
        display: flex;
        height: 100%;
        align-items: center;
    }

    > .container {
        align-items: center;
        height: 100%;

        > .row {
            height: 100%;
            align-items: center;
        }
    }

    h4 {
        font-size: 35px !important;
        line-height: 40px;
        font-weight: 500 !important;
    }

}

@media (max-width: 799.99px) {
    .header-home {
        height: 70vh;
    }
}

.home-destaque-1 {

    position: relative;

    .home-destaque-img {
        aspect-ratio: 5/3;
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        max-height: 350px;
        width: 100%;
    }

    .home-destaque-txt {
        position: relative;
    }

}

.home-destaque-2 {

    position: relative;

    .home-destaque-txt {
        position: relative;
        text-align: right;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        h3 {
            font-size: 50px;
        }
        p {
            font-size: 25px;
        }
    }

}

.light .glide__bullets > button, .light .glide__bullets > button.glide__bullet--active, .section-color .boxed-area {
    background-color: #e2231a !important;
}


/* viaturas-destaque-v1 */

.viaturas-destaque-v1 .btn-ver-mais {
    color: #fff;
}

/* 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;
}

.header-image {
    margin-top:0px !important
}

/* SECCAO FORMULARIO */

.seccao-formulario {

    form.form-box textarea, form.form-box select, form.form-box input {
        padding: 20px;
    }

}

/* 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;
    }

}

/* 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;
    }

    .title {
        margin-bottom:0px;
        p {
            margin:0px
        }
    }

    .container {
        position: relative;
        z-index: 2;
    }

    .div-moldura {
        padding: 0px 20px;
    }

    a {
        text-decoration: none;
    }

    .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;
        .img-fluid {
            max-height: 100px;
        }
    }

}

/* SOBRE NOS */

.sobre-nos {

    .title {
        margin-bottom: 0px;
    }

    .content {
        display: flex;
        flex-direction: column;
        justify-content: end;

        .content-text {
            margin-top: auto;
            margin-bottom: 0px;
        }
    }

    .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;
        }

    }

    .redes-sociais {
        justify-content: end;
        .whatsapp:hover {
            background-color: #25D366 !important;
        }
        .facebook-f:hover {
            background-color: #3b5998 !important;
        }
        .instagram:hover {
            background-color: #E1306C !important;
        }
        .youtube:hover {
            background-color: #FF0000 !important;
        }
    }

}

/* CONTACTS V1 */

.contactos-v1 {

    .contactos {

        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;
        }

    }

    form {
        p {
            margin-bottom: 0px;
            margin-top: 10px;
        }
    }

    button {
        margin-top: 10px;
        padding: 7px 10px;
        color: #fff;
    }

    button:hover {
        color: #fff;
    }

    .redes-sociais {
        justify-content: end;
        .whatsapp {
            background-color: #25D366 !important;
            margin: 0 2px;
            border: 1px solid #fff;
        }
        .facebook-f {
            background-color: #3b5998 !important;
            margin: 0 2px;
            border: 1px solid #fff;
        }
        .instagram {
            background-color: #E1306C !important;
            margin: 0 2px;
            border: 1px solid #fff;
        }
        .youtube {
            background-color: #FF0000 !important;
            margin: 0 2px;
            border: 1px solid #fff;
        }
        a {
            border-color: #fff !important;
            color: #fff !important;
            border-radius: 35px;
            width: 40px;
            height: 40px;
        }
        a:hover {
            background-color: #000 !important;
            i {
                color: #fff !important;
            }
        }
    }

}

/* 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;
        }
    }

    .redes-sociais {
        justify-content: end;
        .whatsapp:hover {
            background-color: #25D366 !important;
        }
        .facebook-f:hover {
            background-color: #3b5998 !important;
        }
        .instagram:hover {
            background-color: #E1306C !important;
        }
        .youtube:hover {
            background-color: #FF0000 !important;
        }
    }


}

/* SECCAO SERVICOS V2 */

.seccao-servicos-v2 {

    .item {
        align-items: stretch;
        display: flex;
        .boxed {
            width: 100%;
        }
        .img {
            height: 75px;
            margin-top: 30px;
            img {
                height: 100%;
            }
        }
    } 

}

/* TEXTO COM CAIXA */

.seccao-texto-com-caixa {

    .title {
        margin-bottom: 0px;
        margin-top: 40px;
    }


}

/* SLIDER MARCAS */

.slider-marcas {

    .swiper_marcas {
        background: #fff;
        padding: 25px;
        border-radius: 65px;
    }

    .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;
    }

    .logo-marca {
        transition: all 0.3s ease;
    }

    .logo-marca:hover {
        filter:drop-shadow(0 0 10px #000) brightness(1.2);
    }

}


/* FILTROS VIATURAS LISTAGEM V1 */

.viaturas-filtros-v1 {

    overflow: initial;

    .mais-filtros {
        margin-top: 30px;
    }

    .sorting-options-main {
        position: relative;
        border: 1px solid #ddd;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 4px;
        width: 100%;
        padding: 20px 15px 40px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
    }

    .btn-mais-filtros {
        position: absolute;
        bottom: 0px;
        right: 0px;
        font-size: 17px;
        border: none;
        color: #fff;
        background-color:#e2231a;
        border-radius: 20px 0px 0px 0px;
        padding: 2px 15px;
        cursor: pointer;
        width: 120px;
        span {
            font-weight: 800;
            margin:0px 10px;
        }
    }

    .title {
        margin-bottom: 0px;
    }

    .lista_viaturas_filtros {

        padding: 0px 20px;

        .noUi-title {
            justify-content: center;
            display: flex;
            margin-top: -5px;
            height: 40px;
        }

        .widget-content {
            margin-top: 20px;

            .noUi-horizontal {
                height: 8px;

                .noUi-handle {
                    height: 25px;
                    width: 25px;
                    border-radius: 50%;
                    top: -10px;

                    &:before {
                        left: 7px;
                        top: 3px;
                    }

                    &:after {
                        left: 13px;
                        top: 3px;
                    }
                }

                .noUi-tooltip {
                    background: transparent;
                    border: none;
                    padding: 0;
                }
            }

            .noUi-target {
                .noUi-base {
                    .noUi-connects {
                        .noUi-connect {
                            background-color: #e2231a;
                        }
                    }
                }
            }
        }
    }

    .lista_viaturas_ordenar {

        .nice-select {
            border: 1px solid #e2231a;
            border-radius: 4px;
            width: 100%;

            .list {
                width: 100%;
            }
        }
    }

    .filtros-select {
        .nice-select {
            border: 1px solid #e2231a;
            border-radius: 4px;
            width: 100%;

            .list {
                width: 100%;
            }
        }

        input {
            width: 100%;
            border: 1px solid #e2231a;
            padding: 11px 10px;
            border-radius: 4px;
            height: 40px;
        }
    }

    .filtros-wrapper {
        width: 20%;

        label {
            white-space: nowrap;
        }
    }
}

@media (max-width: 767.99px) {
    .viaturas-filtros-v1 {
        .container {
            padding-top: 50px;
        }

        .filtros-wrapper {
            width: 100%;
            padding-top: 15px;
        }

        .filtros-select {
            label {
                
                width: 100%;
                text-align: center;
            }
        }
    }
}


/* VIATURAS LISTAGEM V1 */

.viaturas-listagem-v1 {

    .container {
        padding-top: 20px;
    }

    .isotope-item {
        padding: 15px;
        margin: 0 -1px 0 0;
    }
    
}

/* PARTILHA REDES SOCIAIS */

.social-icons-ficha-viatura {

    .list-inline {
        display: flex;
        justify-content: space-around;
        .partilha-rede {
            cursor: pointer;
        };
        img {
            height: 25px;
        }
    }

}

/* FICHA VIATURA V1 */

.ficha-viatura-v1 {

    a {
        text-decoration: none !important;

        &:hover {
            .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: rgb(14, 14, 18)!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-info .caption h2 {
        margin-bottom: 0px;

        
    }

    .cnt-box-info .caption > p {
        padding: 0px;

        
    }

    .cnt-box-info .caption {
        padding-top: 65px;
        height: 180px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 45px 30px 10px 30px;
        padding-bottom: 40px;
        background-color: #fff;

        .line {
            &:after {
                content: "";
                background-color: #e2231a;
                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: #e2231a;
                border-radius: 4px;
                height: 2px;
                width: 45px;
                display: inline-block;
                transition: all 0.5s;
                margin: 0;
            }
        }

        .preco-div {
            color: #e2231a;
            font-size: 25px;
            line-height: 27px;
        }

        .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;
            }
        }

    }

}

@media (max-width: 767.99px) {
    .ficha-viatura-v1 {
        .cnt-box-info .caption {
            padding: 45px 20px 10px 20px;
        }

        .cnt-box-info.boxed .cnt-info {
            width: calc(100% - 40px);
        }
    }
}

/* 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: 30px;
        position: relative;
        
        .line {
            transform: rotate(118deg) translateY(-30%);

            &:after {
                content: "";
                background-color: #e2231a;
                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;
            }

            h4 {
                font-size: 30px;
                line-height: 30px;
            }
        }

        p {
            font-size: 26px;
            line-height: 30px;
        }
    }
    
    hr {
        height: 6px;
        color: #e2231a;
        border-radius: 4px;
        background-color: #e2231a;
        opacity: 1;
    }

    .dados {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;

        .item-dados {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 30px;
            color: #010205;
            font-size: 16px;
            line-height: 16px;

            img {
                height: 25px;
            }

            div {
                color: #535457;
                font-size: 12px;
                line-height: 14px;
            }
        }
    }
}

@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 #e2231a;
                padding: 7px 10px;  
                width: 100%;
                color:#fff;
                transition: all 0.3s;
                justify-content: center;
                align-items: center;
                display: flex;
                height: 100%;
            }

            a:hover {
                color:#fff;
            }
            
        }
    }
}

@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 {

    .about-boxarea {
        display: initial;
    }

    .grid-item {
        width: calc( 50% - 5px ); 
        margin-bottom: 10px;
    }
    
    .moldura {
        border-radius: 8px;
        background: rgba(255,255,255,1);
        box-shadow: 0 3px 23px rgba(39, 79, 117, .15);
        padding: 10px
    }
    
    .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;
    }

    li::before {
        content: "-";
        position: absolute;
        left: -15px;
        margin-right: 8px;
        font-size: 21px;
        color: rgb(14, 14, 18);
    }
    
    .acc-btn {
        color: #888;
        font-size: 14px;
    }
    
    .acc-content {
        padding-left: 15px;
    }
}

@media (max-width: 575.98px) {
    .equipamento {
        .grid-item {
            width: 100%;
        }
    }
}

/* Ficha da Viatura */

.viaturas-detalhes-v1 {

    .mySwiper {
        margin-top: 10px;
    }

    form {
        p {
            margin-bottom: 0px;
            margin-top: 10px;
        }

        button {
            margin-top: 10px;
            padding: 7px 10px;
            color: #fff;
        }

        button:hover {
            color: #fff;
        }
    }

    .mySwiper2 {
        .swiper-wrapper {
            .swiper-slide {
                a {
                    display: flex;
                    width: 100%;

                    img {
                        width: 100%;
                        object-fit: cover;
                    }
                }
            }
        }
    }

    .mySwiper {
        .swiper-wrapper {
            .swiper-slide {
                &.swiper-slide-thumb-active {
                    opacity: 0.5;
                }
            }
        }
    }
}

@media (max-width: 767.99px) {
    .viaturas-detalhes-v1 {
        form {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 50px;
        }
    }
}


/* FOOTER */

footer {

    background-color: rgb(14, 14, 18) !important;

    .btn-obter-direcoes:hover {
        border-color: #000;
    }

    .contactos {
        display: flex;
        flex-direction: column;
        justify-content: end;

        .text-list {
            margin-top: auto;
        }

        a {
            text-decoration: none !important;
            color: #fff !important;
            font-weight: 600 !important;
        }

        a:hover {
            color: #e2231a !important;
        }

        span {
            font-size: 11px;
            line-height: 5px;
            font-weight: 300;
        }

        p {
            text-align: right;
            line-height: 22px;
            margin-top: 6px;
        }

        .icon-links {
            display: flex;
            justify-content: end;

            a {
                border-color: #fff !important;
                color: #fff !important;
                border-radius: 35px;
                width: 40px;
                height: 40px;
            }
        }

    }

    .menu {

        padding-left: 50px;
        padding-top: 25px;
        
        a {
            color: #fff !important;
        }

        .icon-line li:before {
            background-color: #e2231a;
        }

    }

    .logo .imagem {
        max-width: 70%;
        margin-bottom: 30px;
    }

    .div_reclamacoes {
        display: none;
        margin-top: 30px;
        border-top: 1px solid #1b1b1b;
        border-bottom: 1px solid #1b1b1b;
        padding: 10px 0px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        color: #fff;
        p {
            text-align: left;
        }
        h6 {
            height: 30px;
        }
        .div_texto {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }

    .div_litigio {
        display: none;
        margin-top: 30px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px 0px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        color: #fff;
        p {
            text-align: left;
        }
        h6 {
            height: 30px;
        }
        .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: rgb(14, 14, 18) !important;
        border-top: 2px solid #e2231a;
        text-align: center;
        z-index: 10;
        .div-btn {
            height: 40px;
        }
        .btn {
            color: #fff;
        }
        .btn:hover {
            border: rgb(14,14,18);
            height: 40px;
        }
    }

    .redes-sociais {
        .whatsapp {
            background-color: #25D366 !important;
            margin: 0 2px;
            border: 1px solid #fff;
        }
        .facebook-f {
            background-color: #3b5998 !important;
            margin: 0 2px;
            border: 1px solid #fff;
        }
        .instagram {
            background-color: #E1306C !important;
            margin: 0 2px;
            border: 1px solid #fff;
        }
        .youtube {
            background-color: #FF0000 !important;
            margin: 0 2px;
            border: 1px solid #fff;
        }
        a:hover {
            background-color: #fff !important;
            i {
                color: #000 !important;
            }
        }
    }

}

@media (max-width: 767.99px) {

    footer {
        > .container {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .contactos {
            li {
                flex-direction: column;
            }

            b {
                order: 1;
            }

            hr {
                width: 100%;
                margin-left: 0;
                order: 4
            }

            span {
                order: 3;
            }

            p {
                overflow-x: auto;
                text-align: left;
                margin-left: 0;
                order: 2
            }
        }

        .footer-bar {
            height: unset;

            .container {
                text-align: center;
            }

            span {
                text-align: center;
            }

            .termos-legais {
                float: unset!important;
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                flex-direction: row;
            }
        }
    }
}

/* Modal */

.modal {
    .modal-dialog {
        .modal-content {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            background-color: #fff;
            border: 1px solid #fff;

            .modal-header {
                border-bottom: 0;

                .btn-close {
                    padding: 10px;
                    font-size: 20px;
                    border: 1px solid #e2231a;
                    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: #e2231a;
                    opacity: 1;
                }

                .btn-close:hover {
                    color: #fff;
                }

                .btn-close:focus {
                    box-shadow: none;
                }

                h5 {
                    font-weight: bolder;
                    font-size: 32px;
                    font-style: normal;
                    font-weight: 600;
                    color: #000;
                }
            }

            .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;
                        margin-bottom: 15px;
                        color: #000;

                        span {
                            font-size: 16px;
                            line-height: 20px; 
                        }
                    }

                    .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: #000;
                            }

                            .preco {
                                color: #000;
                            }
                        }

                        img {
                            max-width: 50px;
                            max-height: 20px;
                        }

                        span {
                            line-height: 12px;
                            font-size: 14px;
                            font-weight: 500;
                            color: #000;
                        }
                    }

                    .preco {
                        margin-top: 10px;
                        text-align: end;
                        line-height: 20px;
                        
                        span{
                            color: #000;
                            font-style: normal;
                            line-height: 20px;
                            position: relative;
                            z-index: 1;
                            transition: all 0.4s;
                            text-transform: uppercase;
                            font-size: 20px;
                        }
                    }
                }
            }

            input, textarea, .nice-select, select {
                color: #000;
                font-style: normal;
                line-height: 18px;
                border-radius: 4px;
                padding: 24px 16px;
                width: 100%;
                background-color: #fff;
                border: 1px solid #000;
            }

            input {
                margin-bottom: 1rem;
            }

            .nice-select {
                height: 70px;

                .list {
                    width: 100%;
                }
            }

            .form-control:focus {
                color: #212529;
                background-color: #fff;
                outline: 0;
                box-shadow: none;
                border-color: var(--ztc-text-text-1);
            }

            .modal-footer {
                border-top: 0;

                .btn-submit {
                    border-radius: 0.375rem;
                    background-color: #e2231a;
                    color: #fff;
                    font-style: normal;
                    line-height: 20px;
                    padding: 7px 10px;
                    position: relative;
                    z-index: 1;
                    border: 1px solid #e2231a;
                    transition: all 0.4s;
                    text-transform: uppercase;
                    margin-top: 0;
                }

                .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: #444;
                    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;
    }

    .footer-bar {
        height: 165px;
    }

    .header-home .col-md-6 {
        padding-left: 10%;
    }

    .nossos-valores .div-moldura {
        margin: 20px 0px;
    }

    footer .menu, footer .contactos {
        margin-top: 50px;
    }

}

@media (max-width: 991px) {

    body > nav .menu-cnt > ul > li > a {
        color: rgb(14, 14, 18) !important;
    }

}

@media (max-width: 768px) {

    [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: #e2231a !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;
    }

}

@media (max-width: 450px) {

    .footer-bar {
        height: 200px;
    }

}

/* slider destaques */


.slider-destaques {
    padding-bottom: 40px;

    .swiper-pagination {
        bottom: 5px;
    }

    .swiper-pagination-bullet-active {
        background: #e2231a;
    }

    .swiper-slide {
        opacity: 1;
        z-index: 10!important;

        &.swiper-slide-active {
            opacity: 1;
        }
    }

    .swiper-slide-shadow-right, .swiper-slide-shadow-left {
        background: none;
    }
}

/* texto e slider */

.texto-slider {

    .light {
        padding: 0;
        margin: 0;
        list-style: none;

        li  {
            padding: 0;
        }
    }

    .btn {
        background-color: #e2231a;
        color: #fff;
        margin: 15px 0px 40px 0px;
    }

}

@media (max-width: 767.99px) {
    .cnt-call .caption a.btn{
        position: unset;
        margin-top: 15px;
    }

    .header-home {
        .justify-content-around {
            .col-md-5 {
                padding-left: 30px;
                padding-right: 30px;
            }
        }
    }
}

/* Section Sub Header */
.section-sub-header {
    > .container {
        padding-bottom: 0;
        max-width: 1200px;
    }
}
@media (max-width: 767.99px) {
    .section-sub-header {
        > .container {
            padding-top: 20px!important;
            padding-bottom: 20px;
        }
    }
}

/* LightGallery */
#lg-outer-1 {
    background-color: #eee;
}

.lg-outer .lg-thumb-outer {
    background-color: #eee;
}

.lg-container {
    z-index: 999;
    
    button, a {
        color: #000!important;
        background-color: transparent;
    }
}

/* Secção Viaturas Vendidas */

.viaturas-sliders {

    background-color: #fff!important;

    > .container {
        padding-bottom: 0;
    }
    
    .title {
        margin-bottom: 0;

        h2 {
            margin: 0;
        }
    }

    #slider-viaturas-vendidas {
        padding-bottom: 60px;
    }

    .slider-viaturas-container {
        padding-bottom: 100px;
    }

    .swiper-pagination {
        bottom: 5px;
    }

    .swiper-pagination-bullet-active {
        background: #e2231a;
    }

    .swiper-arrows {
        display: flex;

        button {
            height: 55px;
            width: 55px;
            border-radius: 50%;
            background-color: #fff;
            color: #000;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 10px;
            border: none;
            outline: none;
            box-shadow: none;
            transition: all 0.3s ease;

            &:first-of-type {
                margin-left: 0;
            }

            &:hover {
                box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.46);
                transform: scale(.95);
            }
        }
    }

    .extra-field {
        display: none;
    }

    .slider-viaturas-container {
        margin-top: 50px!important;
        margin-bottom: 50px;
    }

    .cnt-info {
        display: none;
    }

    .cnt-box-info .caption {
        height: 100px;
        padding: 0px 30px 30px 30px;
        p {
            display: none;
        }
    }

}

@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;
            }
        }
    }
}