﻿:root {
    --bs-primary-rgb: #E8511D;
    --bs-secondary-rgb: #717070;
    --bs-font-sans-serif: 'Urbanist', sans-serif;
    --bs-link-color: #887C78;
    --bs-link-hover-color: #5f5754;
    --bs-btn-border-radius: 3.375rem;
}
.carousel-item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-item img {
        width: 100%;
        height: auto; /* Mantém a proporção da imagem */
    }

@media only screen and (max-width: 768px) {
    .intercom-launcher {
        display: none;
    }
}
.imagecontroller {
    max-height: 260px !important;
}
/*#region Animations*/

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes twoStrahlen {
    0% {
        opacity: 1;
    }

    99.9% {
        stroke-dashoffset: 0;
    }

    100% {
        opacity: 0;
    }
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    background-color: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 1000;
    cursor: pointer;
    float: left;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }

    99% {
        opacity: 0.01;
        width: 100%;
        height: 100%;
    }

    100% {
        opacity: 0;
        width: 0;
        height: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    99% {
        opacity: 0.99;
        width: 100%;
        height: 100%;
    }

    100% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    99% {
        opacity: 0.01;
        width: 100%;
        height: 100%;
    }

    100% {
        opacity: 0;
        width: 0;
        height: 0;
    }
}

@keyframes d7 {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}

/*#endregion*/



svg {
    overflow: visible;
}

body {
    font-family: 'Urbanist', sans-serif;
}

.row {
    margin: 0 auto;
}



.dropdown-menu {
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
}



#alert {
    color: white;
    width: 100%;
    display: none;
}

#ForgotPasswordButtonContinue {
    display: none;
}


.dropdownFiltro {
    max-height: 150px;
    overflow-y: auto;
}

#SucessMsg {
    padding: 6px 12px;
    background-color: limegreen;
    color: white;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    display: none;
}

.bodyprincipal {
    padding-top: 13.5rem;
}

.navbar {
    /*margin-bottom: 20px;*/
}

    .navbar .nav-link:hover {
        color: var(--bs-primary-rgb) !important;
    }

.offcanvas.show {
    z-index: 9999999;
}

.btn-social.btn-sm {
    font-size: 16px;
    padding-left: 50px;
    padding-bottom: 14px;
}

    .btn-social.btn-sm > :first-child {
        padding-left: 8px;
        padding-top: 8px;
        width: 40px;
    }

    .btn-social.btn-sm > :first-child {
        padding-left: 8px;
        padding-top: 8px;
        width: 40px;
    }

.navbar-brand:hover .text-uppercase {
    color: rgb(232, 81, 29);
}

.navbar-brand:hover .imgsubgrupos {
    border: 1px solid rgb(232, 81, 29);
}

.navbar_SubCategoriaName {
    font-size: 12px !important;
    padding-top: 4px !important;
    text-align: center !important;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.navbar_SubCategoriaCol::-webkit-scrollbar-thumb {
    background-color: #E8511D;
    border-radius: 10px;
}


.navbar_SubCategoriaCol::-webkit-scrollbar {
    background-color: rgb(232 81 29 / 22%);
    height: 10px;
    border-radius: 10px;
}



.navbar-brand {
    margin-right: 20px;
    height: 90%;
    max-width: 90px;
    padding-bottom: 10px;
}

.text-center {
    height: 90%;
}

.navbar_SubCategoriaCol {
    height: 120px;
    transition: 0.5s all;
    margin-bottom: 10px;
    overflow-x: scroll;
}


.bannerImgFile {
    height: auto;
}


.card-img-fixed-height img {
    height: 400px; /* Defina a altura desejada para as imagens dentro dos cards */
    object-fit: cover; /* Garante que as imagens se ajustem dentro do espaço definido */
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

#ErrorMsg {
    color: red;
    /*display: none;*/
}

.togglePassword {
    height: 28px;
    position: absolute;
    margin-top: -42px;
    right: 7%;
    fill: var(--bs-primary-rgb);
}

.RegistoIcon {
    width: 12px;
    margin-right: 7px;
    fill: #e8511d;
}

.NewPasswordIcon {
    width: 16px;
    margin-right: 7px;
    fill: #e8511d;
}

.Registo_Password_Requisitos p {
    margin-bottom: 0px !important;
    font-size: 14px;
    font-weight: 400;
    color: #887C78;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

/*#region Modal*/

.modal-dialog-scrollable .modal-content {
    border-radius: 3.375rem;
}

.modal-dialog-scrollable .modal-body {
    padding: 40px;
}


.button {
    background-color: rgb(232,81,29);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}

.ViaturaDetails .card a.VisitarWebSiteLink {
    /*background-color: #E56437;*/
    color: #E56437;
    border-radius: 30px;
    border: 0px;
    /* padding: 9px 30px; */
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

    .ViaturaDetails .card a.VisitarWebSiteLink:hover {
        text-decoration: none;
    }

button.alternate {
    background-color: white !important;
    color: rgb(232,81,29) !important;
    border-radius: 30px !important;
    border: 2px solid rgb(232,81,29) !important;
    padding: 2px 20px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.btn-close {
    --bs-btn-close-bg: url('../images/Icones/svg/xmark-solid.svg');
    padding: 0.25em 1.25em !important;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    opacity: 0.1;
}

.modal-header {
    border-bottom: none;
}
/*#endregion Modal*/


/*#region Geral*/


a {
    color: var(--bs-link-color);
    text-decoration: none;
}

    a:hover {
        color: var(--bs-link-hover-color);
    }


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: black;
}





.form-select {
    /*  padding-top: 16px !important;
    padding-bottom: 16px !important;*/
    min-height: 35px !important;
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    fill: #fff;
    color: var(--bs-primary-rgb);
    background-color: #F0F0F0;
    background-image: url('../images/icones/seta_abrir.png');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 0px solid #ced4da;
    border-radius: var(--bs-btn-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-input {
    /*  padding-top: 16px !important;
    padding-bottom: 16px !important;*/
    min-height: 35px !important;
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    fill: #fff;
    color: var(--bs-primary-rgb);
    background-color: #F0F0F0;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 0px solid #ced4da;
    border-radius: var(--bs-btn-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn {
    border-radius: var(--bs-btn-border-radius);
}

.btn-primary {
    --bs-btn-bg: #E8511D;
    --bs-btn-border-color: #E8511D;
    --bs-btn-disabled-bg: #E8511D;
    --bs-btn-disabled-border-color: #E8511D;
    --bs-btn-hover-bg: #bf3f13;
    --bs-btn-hover-border-color: #bf3f13;
}

.btn-secondary {
    --bs-btn-bg: #717070;
    --bs-btn-border-color: #717070;
    --bs-btn-disabled-bg: #717070;
    --bs-btn-disabled-border-color: #717070;
    --bs-btn-hover-bg: #575757;
    --bs-btn-hover-border-color: #575757;
}

.btn-light {
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
    color: var(--bs-primary-rgb);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-font-weight: 10px;
    --bs-btn-hover-color: var(--bs-primary-rgb);
    /*--bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;*/
}


.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
}

.titleCustomGray {
    color: #887C78;
}

.form-control {
    border-radius: 3.375rem;
    background-color: #F0F0F0;
    color: #887C78;
    padding-left: 30px;
}

    .form-control::placeholder {
        color: #887C78;
        opacity: 0.5;
    }

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding-left: 30px;
}

.form-floating > label {
    padding-left: 40px !important;
    color: #887C78 !important;
    opacity: 0.5 !important;
    line-height: 1.25 !important;
}

/*#endregion Geral*/

.CarouselHomePage .carousel-item {
    max-height: 500px;
}
/*#region SubMenusubGrupo*/
.imgsubgrupos {
    margin-top: 12px;
    /*transition: 1s all;*/
    border: 1px solid #00000038;
    border-radius: 60px;
    max-height: 79px;
}

.imgsubgruposHeight {
    margin-top: 12px;
    max-height: 50px;
}
/*#endregion SubMenusubGrupo*/



/*#region filterMenu*/





.sidebarMenu {
    position: sticky;
    top: 0px;
}

.MobilesideBarMenu {
    height: 0px;
}




.sidebarMenu button.submit {
    background-color: rgb(232,81,29);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}

.sidebarMenu button.submit:disabled {
    background-color: rgba(232,81,29, 0.7);
}

.sidebarMenu label {
    color: #757071;
    border-radius: 30px;
    border: 0px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

    .sidebarMenu label:hover {
        text-decoration: underline;
    }

.sidebarMenu p {
    color: #707070;
    /*font-size: 13px;*/
}

.sidebarMenu a {
    color: #E8511D !important;
    /*font-size: 13px;*/
}

.sidebarMenu svg {
    color: #707070 !important;
    height: 20px;
}



@media (min-width: 576px) {
    .sidebarMenu {
    }
}

@media (min-width: 768px) {
    .sidebarMenu {
        margin-top: 12vh;
    }
}

@media (min-width: 992px) {
    .sidebarMenu {
    }
}

@media (min-width: 1024px) {
    .sidebarMenu {
    }
}

@media (min-width: 1200px) {
    .sidebarMenu {
        /*     position: fixed;
        max-width: 15%;*/
    }
}




/*#endregion filterMenu*/

/*#region footer*/


.sub-footer {
    background-color: var(--bs-primary-rgb);
    color: #fff;
}

.footer-info {
    color: #887C78;
    background-color: #F0F0F0;
}

/*#endregion footer*/

/*#region Banner HomePage*/

.CarouselHomePage > .carousel-indicators > button {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    text-indent: -999px !important;
    cursor: pointer !important;
    background-color: #000 \9 !important;
    background-color: rgba(228,227,227) !important;
    border: 0px solid rgba(228,227,227) !important;
    border-radius: 10px !important;
    margin: 5px !important;
    top: 30px !important;
}

    .CarouselHomePage > .carousel-indicators > button.active {
        background-color: rgba(232,81,29) !important;
        border: 0px solid rgba(232,81,29) !important;
    }

/*#endregion Banner HomePage*/

/*#region Populares*/
a:hover {
    text-decoration: none;
}

.PopularesRow p {
    color: black;
    font-weight: 600;
    width: min-content;
    margin-bottom: 0px !important;
    font-size: 20px;
}

.PopularesRow label {
    display: flex;
    border-radius: 18px;
    font-size: 16px;
    height: fit-content;
    /*padding: 5px 10px;*/
    padding: 3px 10px;
    padding-right: 15px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0px !important;
    transition: 0.3s all;
}

    .PopularesRow label > img {
        max-height: 20px;
        max-width: 20px;
        margin-left: 5px;
        margin-right: 10px;
        margin-top: 2px;
    }

        .PopularesRow label > img.active {
            max-height: 25px;
            max-width: 25px;
            /*z-index: 99999999;*/
            background-color: white;
            border-radius: 50px;
            padding: 4px;
            margin-left: 5px;
            margin-right: 10px;
            margin-top: 0px;
        }

    .PopularesRow label.Populares_SemiNovo {
        border: 2px solid rgb(242,139,23);
        height: fit-content;
    }

    .PopularesRow label.Populares_Eletricos {
        border: 2px solid rgb(232,81,29);
        height: fit-content;
    }

    .PopularesRow label.Populares_Entrega {
        border: 2px solid rgb(44,75,155);
        height: fit-content;
    }

/*#endregion Populares*/

/*#region TitulosRow*/

.TitulosRow > h6 {
    color: rgb(232,81,29);
    font-weight: 800;
    /*font-size: calc(100% +1.3vw + 1vh);*/
    margin-bottom: 0px !important;
}

.TitulosRow > h5 {
    color: black;
    font-weight: 600;
    width: min-content;
    /*font-size: calc(100% + 0.8vw + 1vh);*/
    margin-bottom: 0px !important;
}

.TitulosRow > h4 {
    color: rgb(232,81,29);
    font-weight: 800;
    /*font-size: calc(100% +1.3vw + 1vh);*/
    margin-bottom: 0px !important;
}

.TitulosRow > h3 {
    color: black;
    font-weight: 600;
    width: min-content;
    /*font-size: calc(100% + 0.8vw + 1vh);*/
    margin-bottom: 0px !important;
}


.PortalCarContainer {
    /*margin-right: 80px !important;*/
}
/*#endregion TitulosRow*/

/*#region OportunidadesRow*/
.OportunidadesRow .card {
    padding: 10px;
    border-radius: 20px;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

.OportunidadesRow .carousel-item {
    max-height: auto;
}

.OportunidadesRow .carousel-inner {
    margin: 0 auto;
}

.OportunidadesRow svg {
    fill: #E8511D;
}

.OportunidadesRow .card .card-img-top {
    border-radius: 20px;
}




.OportunidadesRow .card h1 {
    font-weight: 800;
    font-size: 38px;
    margin-bottom: 0px !important;
}

.mobileCardSuperOpportunity {
    display: contents;
}

    .mobileCardSuperOpportunity h4 {
        /*font-weight: 800;*/
        font-size: 26px !important;
        margin-bottom: 0px !important;
        background-color: black;
        color: white;
        border-radius: 20px;
        width: fit-content;
        text-align: center;
        align-self: center;
        padding: 4px 41px;
        margin-top: -10px;
        position: absolute;
        margin-left: 5px;
    }

    .mobileCardSuperOpportunity h4 {
        /*font-weight: 800;*/
        font-size: 22px !important;
        margin-bottom: 0px !important;
        background-color: black;
        color: white;
        border-radius: 20px;
        width: fit-content;
        text-align: center;
        align-self: center;
        padding: 4px 41px;
        margin-left: 45px;
    }

.OportunidadesRow .card h2 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 0px !important;
}

.OportunidadesRow .card h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px !important;
}


.OportunidadesRow .card .rowCarInfo {
    min-height: 210px;
}

    .OportunidadesRow .card .rowCarInfo > * {
        height: fit-content;
    }

.rowCarInfo > * {
    height: fit-content;
}


.OportunidadesRow .card h5 {
    color: rgb(232,81,29);
    font-size: 22px;
    text-align: end;
}

.OportunidadesRow .card h3 {
    margin-bottom: 0px !important;
    font-weight: 500;
    height: fit-content;
    font-size: 15px;
}
/*.OportunidadesRow .card h3 {*/
/*font-size: 26px;*/
/*margin-bottom: 4px !important;
    font-weight: 500;
}*/

.OportunidadesRow .card label {
    border-radius: 18px;
    /* font-size: 10px; */
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600;
    /* margin-right: 10px; */
    margin-right: 5px;
    margin-bottom: 0px;
    color: black;
}

.card .standSigla {
    font-size: 18px;
}


.OportunidadesRow .card label > img {
    max-width: 20px;
    max-height: 20px;
}

.OportunidadesRow .Campanhas_Entrega {
    border: 2px solid rgb(44,75,155);
}

.OportunidadesRow .Campanhas_SemiNovo {
    border: 2px solid rgb(242,139,23);
}

.OportunidadesRow .Campanhas_PoucaDistancia {
    border: 2px solid rgb(120,192,144);
}

.OportunidadesRow .SpecsViatura {
    border: 2px solid rgb(232,81,29);
    font-weight: 500 !important;
    font-size: 11px !important;
    padding: 2px 8px !important;
}

.OportunidadesRow .card button {
    background-color: rgb(232,81,29);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 6px 40px;
    font-size: 20px;
    font-weight: 700;
    width: max-content;
}

    .OportunidadesRow .card button:hover {
        background-color: rgb(199 92 55);
        transition: 0.3s all;
    }

.OportunidadesRow img.FavIcon {
    max-height: 35px;
    max-width: 35px;
}


/*#endregion OportunidadesRow*/

/*#region DestaquesContainer*/

.HomePortal_Destaques_Container {
    margin-top: 50px;
}

    .HomePortal_Destaques_Container .carousel-inner {
        width: 90%;
        margin: 0 auto;
    }






.carousel-control-prev-icon {
    width: 3rem;
}

.carousel-control-next-icon {
    width: 3rem;
}

.HomePortal_Destaques_Container .card .card-img-top {
    border-radius: 20px;
}

.HomePortal_Destaques_Container .card {
    padding: 16px 16px;
    border-radius: 20px;
}

    .HomePortal_Destaques_Container .card h1 {
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 0px !important;
    }

    .HomePortal_Destaques_Container .card h2 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 0px !important;
    }

    .HomePortal_Destaques_Container .card h5 {
        color: rgb(232,81,29);
        font-weight: 700;
        font-size: 22px;
        text-align: end;
    }

    .HomePortal_Destaques_Container .card h3 {
        font-size: 22px;
        margin-bottom: 4px !important;
        font-weight: 500;
        height: max-content;
        width: max-content;
        margin: 0;
        margin-bottom: 0px !important;
    }

    .HomePortal_Destaques_Container .card label {
        border-radius: 18px;
        font-size: 14px;
        padding: 4px 8px;
        font-weight: 600;
        margin-right: 10px;
        margin-bottom: 5px;
    }

        .HomePortal_Destaques_Container .card label > img {
            max-width: 15px;
            max-height: 15px;
        }

.HomePortal_Destaques_Container .Campanhas_Entrega {
    border: 2px solid rgb(44,75,155);
}

.HomePortal_Destaques_Container .Campanhas_SemiNovo {
    border: 2px solid rgb(242,139,23);
}

.HomePortal_Destaques_Container .Campanhas_PoucaDistancia {
    border: 2px solid rgb(120,192,144);
}

.HomePortal_Destaques_Container .SpecsViatura {
    border: 2px solid rgb(232,81,29);
}

.HomePortal_Destaques_Container .card button {
    background-color: rgb(232,81,29);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 6px 38px;
    font-size: 18px;
    font-weight: 700;
}

    .HomePortal_Destaques_Container .card button:hover {
        background-color: rgb(199 92 55);
        transition: 0.3s all;
    }

.HomePortal_Destaques_Container .card .favIcon {
    height: 30px;
    width: 30px;
}

.HomePortal_Destaques_Container label.Campanhas_EmCampanha {
    color: white;
    background-color: rgb(232, 81, 29);
}

.HomePortal_Destaques_Container .card .rowCarInfo {
    min-height: 160px;
}

    .HomePortal_Destaques_Container .card .rowCarInfo > * {
        height: fit-content;
    }





/*#endregion DestaquesContainer*/
/*#region ViaturasMarketplace Row*/
.ViaturasMarketplace .card {
    padding: 10px;
    border-radius: 10px;
    transition: 0.4s all;
}

    .ViaturasMarketplace .card .dotSeparator {
        height: 25px;
        width: 25px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
    }

.card {
    transition: 0.4s all;
}

    .card:hover {
        border: 1px solid #E8511D;
        transition: 0.4s all;
    }

.ViaturasMarketplace .card .card-img-top {
    border-radius: 10px;
}

.ViaturasMarketplace .card h1 {
    font-weight: 700;
    font-size: calc(40% + 1vw + 1vh);
    margin-bottom: 0px !important;
}

.ViaturasMarketplace .card h2 {
    font-size: calc(40% + 1vw + 1vh);
    font-weight: 500;
    margin-bottom: 0px !important;
}

.ViaturasMarketplace .card h5 {
    color: rgb(232,81,29);
    font-weight: 700;
    font-size: 28px;
    text-align: end;
    margin-bottom: 5px !important;
}

.ViaturasMarketplace .card h3 {
    font-size: 14px;
    font-weight: 500 !important;
    padding-left: 3px;
    margin-bottom: 4px !important;
    color: #212121;
}

.ViaturasMarketplace .card label {
    border-radius: 18px;
    /* font-size: 10px; */
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600;
    /* margin-right: 10px; */
    margin-right: 5px;
    margin-bottom: 0px;
}

.ViaturasMarketplace .standRow {
    position: absolute;
    bottom: 10px;
    right: 0;
    margin-right: 10px
}

.ViaturasMarketplace img {
    width: 25%;
    max-width: 650px;
}

.ViaturasMarketplace .card label > img {
    max-width: 12px;
    max-height: 20px;
}

.ViaturasMarketplace .Campanhas_Entrega {
    border: 2px solid rgb(44,75,155);
}

.ViaturasMarketplace .Campanhas_SemiNovo {
    border: 2px solid rgb(242,139,23);
}

.ViaturasMarketplace .Campanhas_PoucaDistancia {
    border: 2px solid rgb(120,192,144);
}

.ViaturasMarketplace .SpecsViatura {
    border: 2px solid rgb(232,81,29);
    font-weight: 500 !important;
    font-size: 11px !important;
    padding: 2px 8px !important;
}

.ViaturasMarketplace .card button {
    background-color: rgb(232,81,29);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 12px 38px;
    font-size: 21px;
    font-weight: 700;
}

.ViaturasMarketplace img.FavIcon {
    max-height: 30px;
    max-width: 30px;
}

.ViaturasMarketplace label.Campanhas_EmCampanha {
    color: white;
    background-color: rgb(232, 81, 29);
}

.ViaturasMarketplace .card button {
    background-color: rgb(232,81,29);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 3px 20px;
    font-size: calc(15% + 0.3vw + 1vh);
    font-weight: 600;
}

.ViaturasMarketplace .card .Location {
    color: skyblue
}



.ViaturasMarketplace .card button.VerViatura {
    background-color: #757071;
}

.ViaturasMarketplace button .VerMensalidadeMobile {
}

/*#endregion ViaturasMarketplace Row*/

/*#region ViaturasMarketplace Box*/

.ViaturasMarketplace_Box .card {
    padding: 16px 16px;
    border-radius: 10px;
}

    .ViaturasMarketplace_Box .card:hover {
        border: 1px solid #E8511D;
    }

    .ViaturasMarketplace_Box .card .card-img-top {
        border-radius: 10px;
    }


    .ViaturasMarketplace_Box .card h1 {
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 0px !important;
    }

    .ViaturasMarketplace_Box .card h2 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 0px !important;
    }

    .ViaturasMarketplace_Box .card h5 {
        color: rgb(232,81,29);
        font-weight: 700;
        font-size: 19px;
        text-align: end;
    }

    .ViaturasMarketplace_Box .card h3 {
        font-size: 22px;
        margin-bottom: 4px !important;
        font-weight: 500;
        height: max-content;
        width: max-content;
        margin: 0;
    }

    .ViaturasMarketplace_Box .card label {
        border-radius: 18px;
        font-size: 14px;
        padding: 4px 7px;
        font-weight: 600;
        margin-right: 5px;
        margin-bottom: 0px;
    }

label.one {
    /*     background-color: #E8511D !important;
            color: white !important;*/
}

.ViaturasMarketplace_Box .card label::after {
    content: "\00B7";
    position: absolute;
    right: -18px;
    top: 10px;
    font-size: 6px;
}






.ViaturasMarketplace_Box .card label > img {
    max-width: 15px;
    max-height: 15px;
}

.ViaturasMarketplace_Box .Campanhas_Entrega {
    border: 2px solid rgb(44,75,155);
}

.ViaturasMarketplace_Box .separator {
    background: linear-gradient(90deg, hsl(0deg 0% 100% / 29%), hsl(31.19deg 100% 50%), hsl(0deg 0% 100% / 29%));
    height: 2px;
    margin-bottom: 0px !important;
}

#contactUs-form .separator {
    background: linear-gradient(90deg, hsl(0deg 0% 100% / 29%), hsl(31.19deg 100% 50%), hsl(0deg 0% 100% / 29%));
    height: 2px;
    margin-bottom: 0px !important;
}

.HomePortal_Destaques_Container .separator {
    background: linear-gradient(90deg, hsl(0deg 0% 100% / 29%), hsl(31.19deg 100% 50%), hsl(0deg 0% 100% / 29%));
    height: 2px;
    margin-bottom: 0px !important;
}

.card .separatorSpecs {
    background-color: #e7edf3;
    height: 2px;
    margin-bottom: 15px !important;
    margin-top: 10px !important;
    width: 96%;
    margin: 0 auto;
}

.ViaturasMarketplace_Box .Campanhas_SemiNovo {
    border: 2px solid rgb(242,139,23);
}

.ViaturasMarketplace_Box .Campanhas_PoucaDistancia {
    border: 2px solid rgb(120,192,144);
}

.ViaturasMarketplace_Box .SpecsViatura {
    border: 2px solid rgb(232,81,29);
    margin-right: 5px !important;
    border: 2px solid rgb(232,81,29);
    font-weight: 500 !important;
    font-size: 11px !important;
    padding: 2px 8px !important;
}

.ViaturasMarketplace_Box .card button.verViaturaMobile {
    background-color: rgb(187 187 187);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 3px 20px;
    font-size: 17px;
    font-weight: 600;
}

.ViaturasMarketplace_Box img.FavIcon {
    max-height: 30px;
    max-width: 30px;
}

.ViaturasMarketplace_Box label.Campanhas_EmCampanha {
    color: white;
    background-color: rgb(232, 81, 29);
}

.ViaturasMarketplace_Box .card button {
    background-color: rgb(232,81,29);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 3px 20px;
    font-size: 17px;
    font-weight: 600;
}

/*#endregion ViaturasMarketplace Box*/

/*#region AboutUs Container*/

.AboutUs_Container h1 {
    color: rgb(232,81,29);
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 0px !important;
}

.AboutUs_Container h2 {
    color: black;
    font-weight: 500;
    width: min-content;
    font-size: 50px;
    margin-bottom: 0px !important;
}

.AboutUs_Container h3 {
    font-size: 26px;
    margin-bottom: 4px !important;
    font-weight: 500;
}

.AboutUs_Container h4 {
    font-weight: 500;
}

.AboutUs_Container h3.AboutUs_SubTitle {
    color: rgb(232,81,29);
    font-size: 26px;
    margin-bottom: 4px !important;
    font-weight: 500;
}

.AboutUs_Container label {
    border-radius: 20px;
    font-size: 20px;
    padding: 8px 48px;
    font-weight: 400;
    margin-right: 10px;
    border: 2px solid rgb(232,81,29);
}

.AboutUs_Container button {
    background-color: rgb(232,81,29);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 6px 60px;
    font-size: 21px;
    font-weight: 700;
}

/*#endregion AboutUs Container*/

/*#region PoliticaDePrivacidade Containder*/

.PoliticaDePrivacidade_Container h1 {
    color: rgb(232,81,29);
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 0px !important;
}

.PoliticaDePrivacidade_Container h2 {
    color: black;
    font-weight: 500;
    width: min-content;
    font-size: 50px;
    margin-bottom: 0px !important;
}

.PoliticaDePrivacidade_Container h3 {
    font-size: 28px;
    margin-bottom: 4px !important;
    font-weight: 600;
}

.PoliticaDePrivacidade_Container p {
    font-size: 26px;
    margin-bottom: 4px !important;
    font-weight: 500;
}

.PoliticaDePrivacidade_Container button {
    background-color: rgb(232,81,29);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 6px 60px;
    font-size: 21px;
    font-weight: 700;
}

/*#endregion PoliticaDePrivacidade Containder*/

/*#region PoliticaDeCookies Containder*/

.PoliticaDeCookies_Container h1 {
    color: rgb(232,81,29);
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 0px !important;
}

.PoliticaDeCookies_Container h2 {
    color: black;
    font-weight: 500;
    width: min-content;
    font-size: 50px;
    margin-bottom: 0px !important;
}

.PoliticaDeCookies_Container h3 {
    font-size: 28px;
    margin-bottom: 4px !important;
    font-weight: 600;
}

.PoliticaDeCookies_Container p {
    font-size: 26px;
    margin-bottom: 4px !important;
    font-weight: 500;
}

.PoliticaDeCookies_Container button {
    background-color: rgb(232,81,29);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 6px 60px;
    font-size: 21px;
    font-weight: 700;
}

/*#endregion PoliticaDeCookies Containder*/

/*#region ViaturaDetails*/


.ViaturaDetails .card {
    padding: 30px 30px;
    /*width: 90%;*/
}

    .ViaturaDetails .card:hover {
        border: 1px solid rgba(0,0,0,.125)
    }

.ViaturaDetails .LogoStand {
    width: 35%;
    max-width: 200px;
    float: right;
    margin-bottom: 10px;
}

#ViaturaDetails_BtnStand {
    font-size: 15px !important;
    margin-top: 5px;
}

.ViaturaDetails .standLink {
}

.ViaturaDetails .card h1 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0px !important;
}

.ViaturaDetails .card a {
    font-weight: 500;
    /*font-size: 30px;*/
    font-size: 22px;
    margin-bottom: 0px !important;
}

    .ViaturaDetails .card a#standLink {
        display: grid;
        place-items: end;
    }

.ViaturaDetails .card h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.ViaturaDetails .card h5 {
    color: rgb(232,81,29);
    font-weight: 700;
    font-size: 16px;
    text-align: end;
}

.ViaturaDetails .card h3 {
    font-size: 16px;
    margin-bottom: 4px !important;
    font-weight: 400;
}

.ViaturaDetails .card label.info {
    border-radius: 25px;
    font-size: 12px;
    padding: 2px 8px !important;
    font-weight: 500;
    margin-right: 5px !important;
    height: min-content !important;
    background-color: white;
    color: black;
    border: 1px solid rgb(29, 29, 27);
    transition: 0.3s all;
}

/*.ViaturaDetails .card image.favorite {
    width: 30px;
}

.card .favorite {
    width: 40px;
}*/

.ViaturaDetails .card .RowContactLinks a {
    border-radius: 25px;
    font-size: 12px;
    padding: 10px 15px;
    font-weight: 600;
    margin-right: 10px !important;
    height: min-content !important;
    background-color: white !important;
    color: black;
    border: 1px solid rgb(0 0 0 / 37%);
}

    .ViaturaDetails .card .RowContactLinks a:hover {
        background-color: rgb(0 0 0 / 13%) !important;
    }


.ViaturaDetails .card label > img {
    max-width: 20px;
    max-height: 20px;
    /*margin-right:8px;*/
}

.ViaturaDetails .Campanhas_Entrega {
    border-radius: 25px;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 500;
    margin-right: 10px;
    border: 2px solid rgb(44,75,155);
}

.ViaturaDetails .Campanhas_SemiNovo {
    border-radius: 25px;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 500;
    margin-right: 10px;
    border: 2px solid rgb(242,139,23);
}

.ViaturaDetails .Campanhas_PoucaDistancia {
    border-radius: 25px;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 500;
    margin-right: 10px;
    border: 2px solid rgb(120,192,144);
}

.ViaturaDetails .SpecsViatura {
    border-radius: 25px;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 500;
    margin-right: 10px;
    border: 2px solid rgb(232,81,29) !important;
}




.ViaturaDetails .ViaturaDetails_BtnStand {
    border-radius: 25px;
    font-size: 18px;
    padding: 10px 5px;
    font-weight: 600;
    /*border: 2px solid rgb(0,174,239);*/
}

.ViaturaDetails .ViaturaDetails_BtnComunic {
    border-radius: 25px;
    font-size: 12px;
    padding: 10px 10px;
    font-weight: 600;
    border: 1px solid rgb(29, 29, 27);
}

    .ViaturaDetails .ViaturaDetails_BtnComunic > img {
        max-width: 20px !important;
        max-height: 20px !important;
        margin-right: 8px;
    }
/*
.ViaturaDetails .card button {
    background-color: rgb(232,81,29);
    color: rgb(255 65 0 / 67%) !important;
    background-color: white;
    border-radius: 30px;
    border: 0px;
    padding: 3px 10px;
    font-size: 13px;
    text-align:left;
    font-weight: 600;
}*/

.OpcoesComplementares {
    font-size: 14px !important;
    margin: 3px !important;
    background-color: white;
    border: 2px solid rgb(255 65 0 / 67%) !important;
}

.ViaturaDetails .card button.VerValor {
    max-height: 50%;
}

.ViaturaDetails img.FavIcon {
    max-height: 35px;
    max-width: 35px;
}

.ViaturaDetails label.Campanhas_EmCampanha {
    color: white;
    background-color: rgb(232, 81, 29);
}

.ViaturaDetails .ViaturaDetails_BoxInfos {
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}

.ViaturaDetails_BoxInfos .ViaturaDetails_FinText {
    font-size: 11px;
}

.ViaturaDetailsSpecsContainer .col-sm-6 .row {
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--bs-primary-rgb);
}

.ViaturaDetailsSpecsContainer .specCol {
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--bs-primary-rgb);
    /*width:95%;*/
}

/*.ViaturaDetailsSpecsContainer .col-6 {
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--bs-primary-rgb);
}*/
.ViaturaDetailsSpecsContainer .col-sm-6 h1 {
    font-size: 15px;
    text-align: right;
    width: 50%;
    font-weight: 600;
    padding: 0px;
}

.ViaturaDetailsSpecsContainer .row .col-12 h4 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
}

.ViaturaDetailsSpecsContainer .col-sm-6 h2 {
    width: 50%;
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    padding-bottom: 10px !important;
}

.ViaturaDetailsSpecsContainer .col-12 h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px !important;
}

.ViaturaDetailsSpecsContainer .TitulosRow h1 {
    font-size: 26px;
    font-weight: 600;
}


.ViaturaDetailsSpecsContainer .TitulosRow h2 {
    font-size: 26px;
    margin-left: 8px;
    font-weight: 600;
    width: max-content;
}


.ViaturaDetails .ViaturaDetails_BoxInfos .enviarEmailContainer {
    background-color: #e8511de0;
    color: white !important;
    border-radius: 10px;
}

    .ViaturaDetails .ViaturaDetails_BoxInfos .enviarEmailContainer .card-body {
        /*background-color: #e8511de0;*/
        color: white !important;
        border-radius: 10px;
    }

    .ViaturaDetails .ViaturaDetails_BoxInfos .enviarEmailContainer:hover {
        background-color: #e8511d;
    }

.ViaturaDetails .card label {
    border-radius: 18px;
    font-size: 15px;
    padding: 4px 7px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 5px;
}

    .ViaturaDetails .card label > img {
        max-width: 15px;
        max-height: 15px;
    }

.ViaturaDetails .Campanhas_Entrega {
    border: 2px solid rgb(44,75,155);
}

.ViaturaDetails .Campanhas_SemiNovo {
    border: 2px solid rgb(242,139,23);
}

.ViaturaDetails .Campanhas_PoucaDistancia {
    border: 2px solid rgb(120,192,144);
}

.ViaturaDetails .SpecsViatura {
    border: 2px solid rgb(232,81,29);
}

.ViaturaDetails .card button.verViaturaMobile {
    background-color: rgb(187 187 187);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 3px 20px;
    font-size: 17px;
    font-weight: 600;
}

.ViaturaDetails img.FavIcon {
    max-height: 30px;
    max-width: 30px;
}

.ViaturaDetails label.Campanhas_EmCampanha {
    color: white;
    background-color: rgb(232, 81, 29);
}

.ViaturaDetails .card button {
    color: gray;
    background-color: white;
    border-color: lightgray !important;
    border-radius: 30px;
    border: 0px;
    padding: 6px 40px;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    width: max-content;
}

.enviarEmailContainer button.submit {
    background-color: white;
    color: #E8511D;
    border-radius: 10px;
    font-size: 20px;
    width: 50%;
    margin-top: 15px;
}

.enviarEmailContainer .alert p {
    display: inline;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 0px;
}

.enviarEmailContainer #PasswordLabel {
    padding-left: 12px !important;
}

.enviarEmailContainer .togglePassword {
    height: 24px;
    position: absolute;
    margin-top: -28px;
}

#ExtraTextInput {
    height: 100px;
    border-radius: 4px;
    padding: 11px;
    font-size: 13px;
}

#PasswordRegisterCarDetails {
    font-size: 13px;
    padding: 4px 8px;
    height: 33px;
}

#PasswordConfirmationRegisterCarDetails {
    font-size: 13px;
    padding: 4px 8px;
    height: 33px;
}

.enviarEmailContainer .row {
    padding: 0px !important;
}

.enviarEmailContainer .col-12 {
    text-align: left !important;
}


.enviarEmailContainer h1 {
    padding-top: 12px;
    text-align: left;
}

.enviarEmailContainer input {
    width: 100%;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 13px;
}

.enviarEmailContainer svg.toggle {
    fill: white;
    width: 30px;
    vertical-align: top;
    margin-top: 2px;
    float: right;
}

.enviarEmailContainer a {
    /*  width: auto;
    display: block;
    background-color: transparent !important;
    color: black !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 5px 12px !important;*/
}

    .enviarEmailContainer a:hover {
        /*background-color: #80808040 !important;
        border-radius: 0px;*/
    }

.enviarEmailContainer .checkBox {
    height: 20px;
    width: 25px !important;
    /*margin-right: 8px;*/
    margin-top: 6px;
}

.enviarEmailContainer .checkBoxLabel {
    border: 0px !important;
    background-color: transparent !important;
    font-size: 13px;
    font-weight: 500;
}

.enviarEmailContainer dropdown {
    height: 200px;
    overflow-y: auto;
}

.enviarEmailContainer .containerDropdown {
    /*margin-top: 25px;*/
}

.separator {
    width: 75%;
    margin: 0 auto;
    background: linear-gradient(90deg, hsl(0deg 0% 100% / 29%), hsl(0deg 0% 100%), hsl(0deg 0% 100% / 29%));
    margin-bottom: 25px;
    height: 1px;
}

.enviarEmailContainer span {
    font-size: 12px;
    font-weight: 600;
}

.enviarEmailContainer .col-10 {
    margin-top: 2px;
}

.RetomaInfoContainer {
    height: 0px;
    display: none;
}


    .RetomaInfoContainer button {
        border-radius: 4px !important;
    }

.FinanciamentoInfoContainer button {
    border-radius: 4px !important;
}


.FinanciamentoInfoContainer {
    height: 0px;
    display: none;
}

#ErrorMsgContactFormGeral {
    display: none;
}

.ErrorMsg {
    color: red;
}

.RegistoInfoContainerCD {
    height: 0px;
    display: none;
}

.RegistoInfoContainer {
    height: 0px;
    display: none;
    transition: all 3s;
}


.OtherSpecsContainer {
    transition: max-height 5s;
    overflow: hidden;
    /*margin-top: 65px;*/
    height: 150px;
}

.AnotacoesCarDetails h5 {
    color: #938888 !important;
    text-align: start !important;
    font-size: 14px !important;
    margin-bottom: 0px;
}

.AnotacoesCarDetails h6 {
    color: #938888 !important;
    text-align: start !important;
    font-size: 12px !important;
}

.ViaturaDetails .ViaturaDetails_Preco {
    color: rgb(232,81,29);
    font-size: 40px;
    font-weight: 700;
}

.ViaturaDetails h4 {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 4px;
}

.ViaturaDetails .ViaturaDetails_InfoCalc {
    color: rgb(232,81,29);
    font-size: 18px;
    font-weight: 700;
}

.ViaturaDetails .specs .col-12 button {
    font-size: 18px;
}

.ViaturaDetails .specs .col-4 button {
    font-size: 14px;
    padding: 4px 4px !important;
    background-color: rgb(232 81 29 / 45%);
}

#carouselVehicleDetails .carousel-indicators img {
}


.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .jcarousel ul {
        width: 10000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .jcarousel li {
        width: 200px;
        float: left;
        border: 1px solid #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .jcarousel img {
        display: block;
        max-width: 100%;
        height: auto !important
    }

.jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4e443c;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial,sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #f0efe7;
    -moz-box-shadow: 0 0 4px #f0efe7;
    box-shadow: 0 0 4px #f0efe7
}

.jcarousel-control-prev {
    left: 15px
}

.jcarousel-control-next {
    right: 15px
}

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin: 0
}

    .jcarousel-pagination a {
        text-decoration: none;
        display: inline-block;
        font-size: 11px;
        height: 10px;
        width: 10px;
        line-height: 10px;
        background: #fff;
        color: #4e443c;
        border-radius: 10px;
        text-indent: -9999px;
        margin-right: 7px;
        -webkit-box-shadow: 0 0 2px #4e443c;
        -moz-box-shadow: 0 0 2px #4e443c;
        box-shadow: 0 0 2px #4e443c
    }

        .jcarousel-pagination a.active {
            background: #4e443c;
            color: #fff;
            opacity: 1;
            -webkit-box-shadow: 0 0 2px #f0efe7;
            -moz-box-shadow: 0 0 2px #f0efe7;
            box-shadow: 0 0 2px #f0efe7
        }

/*#endregion ViaturaDetails*/

/*#region Stands*/

#TodasAsViaturasStandContainer .card .favorite {
    width: 25px;
    height: 25px;
}

#TodasAsViaturasStandContainer .card h5 {
    color: rgb(232,81,29);
    font-weight: 700;
    font-size: 22px;
    text-align: end;
}

#TodasAsViaturasStandContainer .card label {
    border-radius: 18px;
    font-size: 11px;
    padding: 4px 7px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 5px;
}

    #TodasAsViaturasStandContainer .card label > img {
        max-width: 15px;
        max-height: 15px;
    }

.sidebar-box {
    max-height: 120px;
    position: relative;
    overflow: hidden;
}

    .sidebar-box .read-more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 30px 0;
        /* "transparent" only works here because == rgba(0,0,0,0) */
        background-image: linear-gradient(to bottom, transparent, white);
    }

#TodasAsViaturasStandContainer .car .rowCarInfo {
    min-height: 210px;
}

    #TodasAsViaturasStandContainer .car .rowCarInfo > * {
        height: fit-content;
    }

/*#endregion Stands*/


svg.two {
    .heart

{
    fill: transparent;
    stroke: rgb(232, 81, 29);
    stroke-width: 6;
}

.strahlen {
    stroke: rgb(232, 81, 29);
    stroke-width: 22;
    stroke-dasharray: 20 78;
    stroke-dashoffset: 95;
    opacity: 0;
}

}

svg.two.on {
    .strahlen

{
    animation: twoStrahlen .3s ease;
}

.heart {
    fill: rgb(232, 81, 29);
    stroke: rgb(232, 81, 29);
    transition: all .3s ease;
}

}



.Marketplace_Populares_Label {
    color: black;
    font-weight: 600;
}

.Marketplace_EncontreASuaViatura_Label {
    color: black;
    font-weight: 600;
    font-size: 30px;
}

.Marketplace_EncontreASuaViatura_Row1 {
    /*width: 80%;*/
    padding-top: 40px;
    margin: 0 auto;
}

    .Marketplace_EncontreASuaViatura_Row1 h1.MobileText {
        color: rgb(232,81,29);
        font-weight: 700;
        font-size: 22px;
        border-bottom: 1px solid rgb(232,81,29);
        padding-left: 30px;
        padding-right: 30px;
    }

.h1#MobileText {
    display: none;
    color: rgb(232,81,29);
    font-weight: 700;
    font-size: 22px;
    border-bottom: 1px solid rgb(232,81,29);
    padding-left: 30px;
    padding-right: 30px;
}

.Marketplace_EncontreASuaViatura_Row2 h6 {
    font-size: 11px !important;
    padding: 4px 5px;
    border-radius: 18px;
    color: white;
    background-color: #E8511D;
    text-align: end;
    font-weight: 600;
    border: 1px solid #E8511D;
    width: fit-content;
    margin-bottom: 5px !important;
    /*float: right;*/
}

@media only screen and (max-width: 700px) {
    .Marketplace_EncontreASuaViatura_Row2 h6 {
        float: right;
    }
}

.Marketplace_FiltrosSelecionados_Label {
    color: black;
    padding: 0px 22px;
    padding-top: 8px;
    line-height: 15px;
    border: 2px solid black;
    color: black;
    width: fit-content;
    margin-bottom: 8px;
    background-color: transparent;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    transition: all 0.4s ease 0s;
    padding-bottom: 6px;
    cursor: pointer;
}

    .Marketplace_FiltrosSelecionados_Label:hover {
        box-shadow: rgb(0 0 0 / 16%) 2px 2px 8px;
        transform: scale(1.02);
        transition: all 0.4s ease 0s;
    }

.marketplace_filtro_eliminarFiltro {
    color: black;
}

.Marketplace_EncontreASuaViatura_Row2 {
    /*padding-top: 30px;*/
    margin: 0 auto;
}

.ViaturasMarketplace_Box {
    padding-top: 30px;
    margin: 0 auto;
}

.card .standMarker {
    height: 25px;
    margin-right: 10px;
}

.ViaturasMarketplace_Box svg {
    /*margin-top: -10px;*/
}

.Marketplace_EncontreASuaViatura_Row2 img.Icon {
    height: 32px;
}


.Marketplace_Viatura_Box {
    box-shadow: 0 0px 0px 0.5px rgba(0,0,0,0.2);
    padding: 10px 10px;
}



.Marketplace_Box_Marca_Label {
    font-weight: 700;
    color: black;
    font-size: 40px;
    margin-bottom: 0px !important;
    margin-top: 5px;
    height: min-content;
}

.Marketplace_Box_Modelo_Label {
    color: black;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px !important;
    margin-top: 5px;
    height: min-content;
}

.Marketplace_Box_Versao_Label {
    color: black;
    font-size: 28px;
    margin-bottom: 4px !important;
    font-weight: 500;
    height: min-content;
    margin-top: 5px;
}

.Marketplace_Box_Valor_Label {
    color: rgb(232,81,29);
    font-weight: 700;
    font-size: 24px;
    text-align: end;
    margin-top: 5px;
    height: min-content;
    margin-bottom: 0px;
}

.Marketplace_Box_Specs_Label {
    border: 2px solid rgb(232,81,29);
    border-radius: 18px;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 600;
    margin-right: 2px;
}


.Marketplace_Box_Propriedade_Entrega_Label {
    border: 2px solid rgb(44,75,155);
    border-radius: 18px;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 600;
    margin-right: 10px;
}

.Marketplace_Box_Propriedade_Kms_Label {
    border: 2px solid rgb(120,192,144);
    border-radius: 18px;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 600;
    margin-right: 10px;
}


.marketplaceValor {
    float: left;
}


.Marketplace_EncontreASuaViatura_Row1 h1 {
    color: black;
    font-weight: 600;
    font-size: 26px;
    /*margin-bottom: 35px;*/
    /*padding-top: 15px;*/
}

.Marketplace_EncontreASuaViatura_Row1 .Box {
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(166,166,166,1);
    -moz-box-shadow: 0px 5px 13px 0px rgba(166,166,166,1);
    box-shadow: 0px 2px 11px 0px rgba(166,166,166,1);
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.Marketplace_EncontreASuaViatura_Row1 h2 {
    color: #22273F;
    font-weight: 500;
    font-size: 15px;
    height: fit-content;
    position: relative;
    margin-top: 10px;
    margin-left: 35px;
    margin-right: 10px;
}

.Marketplace_EncontreASuaViatura_Row1 h3 {
    font-size: 16px;
}

.Marketplace_EncontreASuaViatura_Row1 button {
    color: #22273F;
    font-weight: 500;
    font-size: 15px;
    border-radius: 4px;
    border: 2px solid #e7edf3;
    background-color: transparent;
    max-width: 270px;
    padding: 8px 30px;
}

    .Marketplace_EncontreASuaViatura_Row1 button:hover {
        color: white;
        font-weight: 500;
        font-size: 15px;
        border-radius: 4px;
        border: 2px solid #E8511D;
        background-color: #E8511D;
        max-width: 270px;
        padding: 8px 30px;
    }

    .Marketplace_EncontreASuaViatura_Row1 button.active {
        color: white;
        font-weight: 500;
        font-size: 15px;
        border-radius: 4px;
        border: 2px solid #E8511D !important;
        background-color: #E8511D !important;
        max-width: 270px;
        padding: 8px 30px;
    }

.Marketplace_EncontreASuaViatura_Row1 .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: white;
    font-weight: 500;
    font-size: 15px;
    border-radius: 4px;
    border: 2px solid #E8511D !important;
    background-color: #E8511D !important;
    max-width: 270px;
    padding: 8px 30px;
}

.Marketplace_EncontreASuaViatura_Row1 .dropdown-item:hover {
    color: #E8511D;
}


.Marketplace_EncontreASuaViatura_Row1 img {
    height: 30px;
    margin-left: 2px;
}

.Marketplace_EncontreASuaViatura_Row1 svg {
    height: 28px;
    margin-left: 8px;
    margin-top: 4px;
}


.advertLocationRow p {
    font-size: 22px;
    margin-bottom: 0px;
}

    .advertLocationRow p.autoLeandro {
        color: blue;
    }


.MarketplacePopulares {
    margin: 0 auto;
}

    .MarketplacePopulares h1 {
        font-weight: 800;
        font-size: 20px;
        margin-right: 5px;
        padding-top: 3px;
    }


    .MarketplacePopulares label {
        border-radius: 18px;
        /*font-size: 13px;*/
        padding: 3px 10px;
        font-weight: 600;
        margin-right: 10px;
    }

        .MarketplacePopulares label.Campanhas_Entrega {
            border: 2px solid rgb(242,139,23);
            height: fit-content;
        }


        .MarketplacePopulares label.Campanhas_PoucaDistancia {
            border: 2px solid rgb(120,192,144);
            height: fit-content;
        }

        .MarketplacePopulares label.Populares_Eletricos {
            border: 2px solid rgb(232,81,29);
            height: fit-content;
        }

        .MarketplacePopulares label.Populares_Entrega {
            border: 2px solid rgb(44,75,155);
            height: fit-content;
        }


.modalRegisto {
    height: 600px;
    display: grid;
}

    .modalRegisto label {
        color: #887C78 !important;
        font-size: 16px;
    }

    .modalRegisto .checkInputContact {
        width: 4%;
    }

    .modalRegisto .CheckBoxInput {
        font-size: 14px;
        width: 96%;
        height: min-content;
    }

.PerfilContainer h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}


.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #E8511D;
        border-color: #E8511D transparent #E8511D transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }




.top {
    display: flex;
    float: right;
    /*--offset: 50px;*/
    position: sticky;
    bottom: 50px;
    margin-right: 10px;
    place-self: end;
    margin-top: calc(100vh + var(--offset));
    /* visual styling */
    text-decoration: none;
    padding: 10px;
    font-family: sans-serif;
    /*color: #fff;*/
    /*background: #000;*/
    border-radius: 100px;
    white-space: nowrap;
}

.backToTopButton {
    width: 40px;
    fill: #E8511D;
}


.FavoritesRow h1 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 30px;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        background-color: #555;
    }

.ViaturaDetailsRow2 {
    justify-content: center;
    padding-top: 15px;
}

    .ViaturaDetailsRow2 a {
        background-color: rgb(232, 81, 29);
        color: white !important;
        border-radius: 43px;
        border: 0px;
        padding: 20px 50px;
        font-size: 16px;
        font-weight: 400;
        width: auto;
        margin: 5px;
    }

    .ViaturaDetailsRow2 img {
        height: 42px;
        width: 42px;
        margin-right: 12px;
    }

    .ViaturaDetailsRow2 button {
        background-color: rgb(232, 81, 29);
        color: white;
        border-radius: 30px;
        border: 0px;
        padding: 20px 30px;
        font-size: 16px;
        font-weight: 400;
        width: auto;
        margin: 5px;
    }


:root {
    --text-multiplier: 1;
}

@media only screen and (max-width: 700px) {
    .TitulosRow > h6 {
        font-size: 38px
    }

    .card {
        border: 0px !important;
    }

    #carouselOportunindades {
        display: none;
    }

    #carouselOportunindadesMobile {
        display: block;
    }

    .OportunidadesRow .card h3 {
        margin-bottom: 0px !important;
        font-weight: 500;
        height: fit-content;
        font-size: 20px;
    }

    .OportunidadesRow .card h4 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0px !important;
    }

    .OportunidadesRow .card h5 {
        color: rgb(232,81,29);
        font-weight: 800;
        font-size: 18px;
        text-align: end;
    }

    .OportunidadesRow .card .card-img-top {
        /*width: 323px;*/
        /*height: 215px;*/
    }

    .OportunidadesRow .card {
        /*width: 343px;*/
        /*height: 545px;*/
    }

    .OportunidadesRow .card-body {
        border-left: 1px solid #e7edf3;
        border-right: 1px solid #e7edf3;
        border-bottom: 1px solid #e7edf3;
    }

    .ViaturasMarketplace_Box .card h3 {
        margin-bottom: 0px !important;
        font-weight: 500;
        height: fit-content;
        font-size: 24px;
    }

    .ViaturasMarketplace_Box .card .rowBorderCard {
        border-left: 1px solid #e7edf3;
        border-right: 1px solid #e7edf3;
        border-bottom: 1px solid #e7edf3;
    }

    .ViaturasMarketplace_Box .card .card-img-top {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .OportunidadesRow .card .card-img-top {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .ViaturasMarketplace_Box .card h4 {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 0px !important;
    }

    .ViaturasMarketplace_Box .card h5 {
        color: rgb(232,81,29);
        font-weight: 800;
        font-size: 18px;
        text-align: end;
        margin-bottom: 0px;
    }

    .ViaturasMarketplace_Box .card .card-img-top {
        /*width: 323px;*/
        /*height: 215px;*/
    }

    .ViaturasMarketplace_Box .card {
        /*width: 343px;*/
        /*height: 545px;*/
    }

    .ViaturasMarketplace_Box .rowCarInfo {
        min-height: 100px;
    }
}

@media only screen and (min-width: 700px) {

    .HomePortal_Destaques_Container .card {
        /*width: 464px !important;*/
        /*height: 580px !important;*/

        min-height: 472px !important;
    }

    .MarketplaceViaturasListContainer .rowCarInfo {
        min-height: 180px;
    }

    .ViaturasMarketplace .listCarInfo {
        min-height: 155px;
    }

        .ViaturasMarketplace .listCarInfo > * {
            height: fit-content;
        }

    #carouselOportunindades .card .card-img-top {
        max-height: 360px;
    }

    #carouselOportunindades .card {
        /*width: 600px;*/
        /*height: 626px;*/
        /*min-height: 572px !important;*/
    }

    #carouselOportunindades {
        display: block;
    }

    #carouselOportunindadesMobile {
        display: none;
    }

    .DestaquesDoDiaContainer .card .card-img-top {
        /*width: 442px;*/
        /*max-height: 400px !important;*/
    }

    #TodasAsViaturasStandContainer .card {
        /*width: 464px !important;*/
        /*min-height: 540px !important;*/
    }

    .DestaquesDoDiaContainer .favIcon {
        width: 25px;
        height: 25px,
    }


    .rowButtonCarLogo {
        /*    position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        margin-top: 45px;*/
    }

    .ViaturasMarketplace_Box .card {
        /*width: 464px !important;*/
        /*height: 580px !important;*/
        min-height: 460px !important;
    }

    #TodasAsViaturasStandContainer .card .card-img-top {
        /* width: 446px !important;*/
        /*height: 297px !important;*/
    }

    .ViaturasMarketplace_Box .card .card-img-top {
        /*max-height: 287px;*/
        max-height: 233px;
    }

    .OportunidadesStand .card {
        /*width: 464px !important;*/
        /*height: 580px !important;*/
        /*min-height: 755px !important;*/
    }

    .StandAdvertsContainer .card {
        /*width: 464px !important;*/
        /*height: 580px !important;*/
        min-height: 522px !important;
    }

        .StandAdvertsContainer .card .card-img-top {
            max-height: 287px;
        }
}

@media only screen and (min-width: 1550px) {
    .ViaturasMarketplace_Box .card .card-img-top {
        max-height: 303px;
    }
}

@media only screen and (min-width: 2000px) {
    .ViaturasMarketplace_Box .card .card-img-top {
        max-height: 320px;
    }
}

@media only screen and (min-width: 2100px) {
    .ViaturasMarketplace_Box .card .card-img-top {
        max-height: 340px;
    }
}

@media only screen and (min-width: 2200px) {
    .ViaturasMarketplace_Box .card .card-img-top {
        max-height: 360px;
    }
}

@media only screen and (min-width: 2300px) {
    .ViaturasMarketplace_Box .card .card-img-top {
        max-height: 380px;
    }
}

@media only screen and (min-width: 2400px) {
    .ViaturasMarketplace_Box .card .card-img-top {
        max-height: 400px;
    }
}

@media only screen and (min-width: 2500px) {
    .ViaturasMarketplace_Box .card .card-img-top {
        max-height: fit-content;
    }
}


/*
    @media only screen and (max-width: 700px) {
  

    :root {
        --text-multiplier: 0.7;
    }

    p {
        font-size: calc(14px * var(--text-multiplier)) !important;
    }
    h1 {
        font-size: calc(18px * var(--text-multiplier)) !important;
    }

    h2 {
        font-size: calc(22px * var(--text-multiplier)) !important;
    }
    h3 {
        font-size: calc(28px * var(--text-multiplier)) !important;
    }

    h4 {
        font-size: calc(32px * var(--text-multiplier)) !important;
    }
    h5 {
        font-size: calc(38px * var(--text-multiplier)) !important;
    }

    h6 {
        font-size: calc(50px * var(--text-multiplier)) !important;
    }
}
*/
p {
    font-size: 14px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 38px;
}

h6 {
    font-size: 50px;
}

label {
    font-size: 12px;
}


.paginationAdvertsDestacadosContainer button {
    background-color: rgb(232,81,29);
    color: white;
    border-radius: 30px;
    border: 0px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 700;
    width: fit-content;
}

.paginationAdvertsDestacadosContainer a {
    background-color: white;
    color: black;
    border-radius: 30px;
    border: 2px solid rgb(232,81,29);
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    width: fit-content;
}

    .paginationAdvertsDestacadosContainer a.active {
        background-color: rgb(232,81,29);
        color: white;
        border-radius: 30px;
        border: 2px solid rgb(232,81,29);
        padding: 4px 8px;
        font-size: 12px;
        font-weight: 700;
        width: fit-content;
    }

#containerHomepageLoader {
    display: none;
    animation: fadeIn 1s;
}

#pageDataLoader {
    padding-top: 35vh;
    padding-bottom: 35vh;
    display: flex;
    place-content: center;
}

.hidden {
    height: 80vh;
    display: block;
}




@keyframes fadeOut {
    0% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }

    99% {
        opacity: 0.01;
        width: 100%;
        height: 100%;
    }

    100% {
        opacity: 0;
        width: 0;
        height: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    99% {
        opacity: 0.99;
        width: 100%;
        height: 100%;
    }

    100% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    99% {
        opacity: 0.01;
        width: 100%;
        height: 100%;
    }

    100% {
        opacity: 0;
        width: 0;
        height: 0;
    }
}


.custom-loader {
    width: 100px;
    height: 24px;
    background: radial-gradient(circle closest-side,#E8511D 90%,#0000) 0% 50%, radial-gradient(circle closest-side,#E8511D 90%,#0000) 50% 50%, radial-gradient(circle closest-side,#E8511D 90%,#0000) 100% 50%;
    background-size: calc(100%/3) 100%;
    background-repeat: no-repeat;
    animation: d7 1s infinite linear;
}

@keyframes d7 {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}


#EmailConfirmed {
    display: none;
}

.ConfirmRegisto-container {
    height: 50vh;
}

.DestaquesDoDiaContainer {
    overflow-y: auto;
}


.gridStandRow a {
    float: left;
}

.gridStandRow button {
    float: left;
}

.gridStandRow img {
    float: right;
    /*margin-top: -30px;*/
}


.registar-box {
    width: 450px;
}

    .registar-box h1 {
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }

    .registar-box input {
        font-size: 18px;
        font-weight: 500;
    }

    .registar-box label {
        font-size: 16px;
    }

/*#ContainerNovaPalavraPasse {
    display: none;
}
#alterarPalavraPasseContainer {
    display: none;
}*/

#ContainerNovaPalavraPasseLink a {
    text-decoration: underline;
    font-weight: 600;
}

    #ContainerNovaPalavraPasseLink a:hover {
        text-decoration: none;
    }

.StandAdvertsContainer img.FavIcon {
    max-height: 30px;
    max-width: 30px;
}

.StandAdvertsContainer label.Campanhas_EmCampanha {
    color: white;
    background-color: rgb(232, 81, 29);
}

/*#endregion*/

.standBanner {
    /*  max-height: 300px;
    width: 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 280px;
    position: relative;
}

    .standBanner #rowStandBanner {
        position: absolute;
        bottom: 25px;
        width: 95%;
        margin-left: 2%;
    }

#rowStandBanner h1 {
    font-size: 16px;
    color: white;
    bottom: 22px;
    position: absolute;
}

#rowStandBanner h2 {
    font-size: 14px;
    font-weight: 600;
    color: white;
    bottom: 0;
    position: absolute;
    color: #E8511D;
}


/*  .standBanner #rowStandBanner {
      border-bottom:1px solid 
    }
*/


#rowStandBanner .col-4 {
    background-color: white;
    border: solid 1px #DCDDE0;
    padding: 15px;
    border-radius: 4px;
    margin-top: -30px;
    z-index: 999;
    margin-left: 15px;
}



.stand .ViaturasSection {
    display: block;
}

.stand .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #E8511D;
    color: #E8511D;
    font-weight: 600;
}

.stand .nav-tabs {
    border-bottom-color: #E8511D !important;
}

.stand .SobreNosSection {
    display: none;
}

.stand .ContactosSection {
    display: none;
}

    .stand .ContactosSection .box8 {
        /*border-bottom: 1px solid var(--bs-border-color-translucent);*/
        /*box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);*/
    }

        .stand .ContactosSection .box8 svg {
            width: 22px;
            padding: 0px;
            /*margin-left: 10px;*/
        }

        .stand .ContactosSection .box8 #col12Box {
            /*           border-left: 3px solid #E8511D;
            border-right: 3px solid #E8511D;
            border-bottom: 3px solid #E8511D;*/
        }

        .stand .ContactosSection .box8 #row1Box {
            border-bottom: 0px;
            background: #E8511D;
            color: white;
            padding-bottom: 0px;
            padding-top: 8px;
        }

        .stand .ContactosSection .box8 .row {
            border-bottom: 1px solid #e5e5e5;
            padding-top: 12px;
            padding-bottom: 12px;
            font-size: 15px;
        }

            .stand .ContactosSection .box8 .row h1 {
                font-size: 15px;
                width: 75px;
                padding-left: 5px;
                padding-right: 1px;
                margin-bottom: 0px !important;
                align-self: center;
                margin-right: 10px;
            }

            .stand .ContactosSection .box8 .row h2 {
                font-size: 15px;
                color: #666666;
                width: fit-content;
                padding: 0px !important;
                margin-bottom: 0px;
            }

            .stand .ContactosSection .box8 .row h3 {
                font-size: 20px;
                color: white;
                width: fit-content;
                font-weight: 600;
                margin-bottom: 5px;
            }

    .stand .ContactosSection .box5 {
        box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
    }

    .stand .ContactosSection button {
        background-color: transparent;
        font-size: 16px;
        color: #E8511D;
        font-weight: 600;
        width: 200px;
        border: 0;
        padding: 5px 24px;
        background-color: transparent;
        background: linear-gradient(#E8511D 0 0) center bottom / 100% 5px no-repeat;
        transition: 0.3s linear;
    }

        .stand .ContactosSection button:hover {
            background-size: 50% 5px;
        }



.stand .SobreNosSection .Marcas button {
    background-color: transparent;
    font-size: 16px;
    color: #E8511D;
    font-weight: 600;
    width: 200px;
    border: 0;
    padding: 5px 24px;
    background-color: transparent;
    background: linear-gradient(#E8511D 0 0) center bottom / 100% 5px no-repeat;
    transition: 0.3s linear;
}

    .stand .SobreNosSection .Marcas button:hover {
        background-size: 50% 5px;
    }





.stand .AboutUsText {
    /*border-bottom: 5px solid #EBECEF;*/
    /*height: 230px;*/
    margin-bottom: 30px;
}


.stand .Servicos {
    padding-top: 20px;
    border-top: 5px solid #EBECEF
}


    .stand .Servicos button {
        border-radius: 30px;
        padding: 5px 10px;
        color: #E8511D;
        font-weight: 600;
    }





.stand .Marcas {
    padding-top: 20px;
    border-top: 5px solid #EBECEF
}


    .stand .Marcas card {
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        margin-right: 10px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 10px;
        padding-right: 10px;
        width: 140px;
        margin-bottom: 10px;
    }

        .stand .Marcas card h1 {
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 3px;
        }

        .stand .Marcas card h2 {
            font-size: 12px;
            margin-bottom: 0px;
            font-weight: 500;
            color: #E8511D;
        }

















.cardImg {
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.4); */
    color: white;
    font-size: 40px;
    margin: 1px;
    flex: 158px 0 0;
}

    .cardImg img {
        width: 100%;
        object-fit: cover;
    }

.cards-wrapper {
    display: flex;
    transition: ease 0.5s;
}

.display-area {
    width: 100%;
    /* border: 1px solid black; */
    overflow-x: hidden;
    overflow-y: hidden;
    margin: auto;
}

.dots-wrapper {
    display: flex;
    justify-content: center;
    margin: auto;
}

.dot {
    border: none !important;
    background: rgba(0, 0, 0, 0.2) !important;
    width: 20px !important;
    height: 20px !important;
    margin: 5px !important;
    border-radius: 50% !important;
    outline: none !important;
    padding: 0px !important;
}

    .dot:hover {
        background-color: rgb(232,81,29) !important;
    }

    .dot.active {
        background-color: rgb(232,81,29) !important;
    }

.carousel-control-prev {
    background-color: transparent !important;
    width: 10% !important;
    padding: 0px !important;
}

.carousel-control-next {
    background-color: transparent !important;
    width: 10% !important;
    padding: 0px !important;
}


.imgContainer {
    height: 100%;
}



.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}


/*LandingPageInfo*/

.imgsubgruposLandingPage {
    margin-top: 12px;
    height: 90%;
    border: 2px solid #00000038;
    border-radius: 60px;
    max-height: 79px;
    cursor: pointer;
}

    .imgsubgruposLandingPage:hover {
        border: 2px solid #E8511D;
    }

.imgsubgruposLandingPageSelected {
    margin-top: 12px;
    height: 90%;
    border: 2px solid #E8511D;
    border-radius: 60px;
    max-height: 79px;
    cursor: pointer;
}

.notSelectedLandingPageParam {
    border: 2px solid #cdcdcd;
    border-radius: 3px;
    cursor: pointer;
}

    .notSelectedLandingPageParam:hover {
        border: 2px solid #E8511D;
    }

.selectedLandingPageParam {
    border: 2px solid #E8511D;
    border-radius: 3px;
    cursor: pointer;
}
