<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');


/* color = #3083FF */
.text-faded-blue {
    color: #7fb2ff;
}

/* ADICIONAR XXL PARA BOOTSRAP 4 !!! */

.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1570px) {

    /* expanding BS4 max-width */
    .container {
        max-width: 1540px;
    }

    /* grid columns xxl */
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    /* order xxl */
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    /* text-align xxl */
    .text-xxl-center {
        text-align: center !important;
    }

    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    /* float xxl */
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    /* display xxl */
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    /* offsets xxl */
    .offset-xxl-1 {
        margin-left: 8.333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.666667%;
    }

    /* spacing xxl */
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }

}

html,
body {
    /* set the body's height to the height of the viewport */
    font-family: 'Montserrat', sans-serif;
    font-stretch: extra-condensed;
    height: 100%;
    max-width: 100%;

}

h4 {
    font-weight: 800;
}

.stretch-text {
    transform: scale(0.9, 1);
    transform-origin: left
}

.stretch-text.center {
    transform-origin: center
}

/*---Media Queries --*/
@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}


.bannerText {
    font-size: 1.2rem;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*---Firefox Bug Fix --*/
.carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

/*--- Fixed Background Image --*/
figure {
    position: relative;
    width: 100%;
    height: 60%;
    margin: 0 !important;
}

.fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fa {
    font-family: FontAwesome !important;
    font-style: normal
}

.fa-solid {
    font-family: FontAwesome !important;
    font-style: normal
}

.fa-regular {
    font-family: FontAwesome !important;
    font-style: normal;
}

.fa-whatsapp,
.fa-square-whatsapp {
    color: #25D366
}

#fixed {
    background-image: url('img/mac.png');
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}



/* common */

.error {
    color: red;
    font-size: smaller
}

.overlay {
    position: absolute;
    bottom: 1rem;
    top: calc(200%/3);
    right: 1rem;
    left: 0rem;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    /* width: 100%; */
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center; /* Align horizontal */
    align-items: center; /* Align vertical */
}




/* -------------------------------------------navbar------------------------------------------- */
/* -------------------------------------------navbar------------------------------------------- */
/* -------------------------------------------navbar------------------------------------------- */
/* -------------------------------------------navbar------------------------------------------- */
.navbar-brand {
    user-select: none;
}



/* main menu */
.main&gt;div&gt;h1 {
    padding-right: 0;
}

.main&gt;div.col-md-4 {
    padding-left: 0;
}

.logo-span&gt;img {
    padding-left: 49px;
}

.logo-text {
    display: inline-block;
    font-size: 130%;
}

.logo1 {
    display: inline;
    bottom: 2px;
    height: 30px;
    width: auto;
    position: relative;

}

#login {
    border-left: 2px solid rgba(0, 0, 0, .1);
    padding-left: 20px;
    margin-left: 20px;
}

@media (max-width: 768px) {
    #login {
        border-left: none;
        padding: 0px;
        margin: 0px
    }
}

h1 {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: bold;
}


@media (min-width: 768px) {
    .main-text {
        padding: 110px 0px 0px 70px;

    }
}

.main-image {
    padding-top: 10%;
    position: relative;
    z-index: 0;
    width: 59%;
    height: 90%;
    max-width: 200%;
    object-fit: cover;
    object-position: 0% 0%;
    -webkit-transform: scaleX(1) scale(2.3) translate(0, 5%);
    transform: scaleX(1) scale(2.3) translate(0, 5%);
    /* right: 5%; */
    left: 5%;


}

@media (max-width: 950px) {
    .main-image {
        height: 70%;
        padding-top: 30%;
    }
}


.text-main {
    color: #3083FF;
    border-bottom: 2px solid currentColor;
    display: inline-block;
    line-height: 0.95;
    /* text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white; */
    box-shadow: 0 8px currentColor;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2px calc(100% + 6px), 0 100%);
}


.navbar.navbar-custom {
    background-color: #F5F6FB;
}

.main {
    background-color: #F5F6FB;
    background: linear-gradient(183deg, rgba(245, 246, 251, 1) 100%, rgba(241, 243, 251, 1) 0%);

}

.row.main {
    background: rgb(245, 246, 251);
    background: linear-gradient(183deg, rgba(245, 246, 251, 1) 0%, rgba(241, 243, 251, 1) 100%);

}

/* body settings */
.keep-together {
    white-space: nowrap;
    margin-right: 72px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

h5 {
    font-weight: 800
}

p {
    color: #929395
}

h6 {
    color: #929395;
    opacity: 0.8;
    font-weight: 600;
}

h2 {
    font-weight: 700
}

/* Form Settings */
.submit {
    margin: 25% 0 25% 0;
}

.form-control {
    border: none;
    border-color: transparent;

}

.form-middle {
    position: relative;
    top: 50px;
    margin-top: 100px;
    border-radius: 30px;
    padding: 0 20px 0 0;
    box-shadow: 4px 30px 23px -16px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 4px 30px 23px -16px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 4px 30px 23px -16px rgba(0, 0, 0, 0.04);
}

form&gt;div&gt;strong&gt;label {
    transform: scale(0.9, 1);
    transform-origin: left
}

.form-group&gt;strong {
    padding-left: 12px;
}


/* Uncomment for large divisor
.form-group.col-md-3{
    border-left: 2px solid rgba(0, 0, 0, .1);
}
*/
.form-group.col-md-3:after {
    content: "";
    background: rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 25%;
    left: 0;
    height: 50%;
    width: 2px;
}

.form-group&gt;label {
    padding-left: 12px;
}

.btn {
    border-radius: 18px;
}

#select_service {
    max-width: 100%;
    width: 80%;
}

/* 
------------------------------------------------------------------------------------------------------------
------------------------------------------------------Welcome Section------------------------------------------------------
------------------------------------------------------------------------------------------------------------
 */
.container.welcome {
    padding-top: 140px;
}

#venda-carro {
    height: 90%;
    object-fit: cover;
    padding: 15% 40px 0 30px;
}

.welcome button {
    height: 130px;
    width: 100%;
    position: relative;
    bottom: 15px;

}

.welcome p {
    padding-right: 5%;
}

.welcome button i {
    font-size: 30px;
}

.welcome button {
    background: linear-gradient(15deg, #3083FF 40%, rgb(38, 105, 206) 100%);
}

.welcome button:hover {
    background: #0062cc;
    transition: none;

}

/*--- Icons Menu Settings ---*/
/* 
--------------------------------------------
 */


.icons-menu {
    padding: 60px 10% 40px 10%;
    background-color: #FAFAFA;
}

@media (max-width: 576px) {
    .icons-menu {
        padding: 40px 0 0 0;
    }

}

.icon-text {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}




.icone {
    color: #3083FF;
}

.icons-menu&gt;div&gt;div&gt;h2 {
    transform: scale(0.9, 1);
    transform-origin: center;
}

.icons-menu&gt;div&gt;div&gt;h5,
.icons-menu&gt;div&gt;div&gt;p {
    transform: scale(0.95, 1);
    transform-origin: center;
}

.icons-menu&gt;div&gt;div&gt;i {
    font-size: 3.5rem;
    margin-bottom: 35px;
    box-shadow: 10px 11px 52px -25px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    color: #3083FF;
    text-shadow: -5px 5px 10px rgba(48, 131, 255, 0.5);
    background: white;
}

/* 
loja wikicar-preview  */
.highlighted {
    color: #3083FF;
    font-weight: 700;
}

.loja-preview .highlighted {
    font-size: 140%;
}

#messageModal textarea {
    width: 100%;
    margin-left: 15px;

    min-height: 90px;

}

#messageModal tbody tr:nth-child(1), #messageModal tbody tr:nth-child(2) {
    display: none;
  }


/* Two Section Menu Settings */
.two-section {
    background-color: #fbfbfb;
    padding: 20px 0 20px 0;
}

.two-stn {
    background-color: #fbfbfb;
}

.two-section&gt;div&gt;h2 {
    transform: scale(0.9, 1);
    transform-origin: left;
}

.two-section-text&gt;div&gt;div&gt;h5 {
    transform: scale(0.9, 1);
    transform-origin: left;
}

.two-section-text&gt;div&gt;i {
    font-size: 1.75rem;
    box-shadow: 10px 11px 52px -15px rgba(0, 0, 0, 0.75);
    align-self: center;
    border-radius: 20px;
    background: white;

}

.img-two-section {
    height: 100%;
    /* min-height: 500px; */
    /* width: auto; */
    object-fit: cover;
    object-position: 85%;
    /* position: absolute; */

}

small {
    font-size: 15px
}

/* Partner div stuff */

.carousel-inner img {
    height: 140px;
    padding: 20px;
}


.carousel-inner {
    left: 30%;
    width: 40%;
}

.carousel-control-next {
    right: 20%;
}

.carousel-control-prev {
    left: 20%;
}

.carousel-control-prev-icon {
    background-image: url("/static/img/left-arrow.svg");
    fill: #3083FF;
    height: 30px;
    width: 30px;
}

.carousel-control-next-icon {
    background-image: url("/static/img/right-arrow.svg");
    fill: #3083FF;
    height: 30px;
    width: 30px;

}

.carousel-inner h6 {
    text-align: center;
    padding-top: 20px;
}




/* Footer-stuff */

.list-unstyled a {
    color: #3083FF;

}

.list-unstyled a:hover {
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: 500ms;

}


.footer-tag {
    background-color: #1E242D;
}



.effect i {
    font-style: normal
}

.effect a {
    text-decoration: none !important;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    color: white;
    border: 2px solid white;
}

.effect a i {
    position: relative;
    z-index: 3;
}

.effect a:last-child {
    margin-right: 0px;
}

.effect a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.effect a i {
    display: inline-block;
    vertical-align: middle;
}

/* lavinia effect */
.effect.lavinia a {
    transition: border-top-color 0.2s linear 0s, border-right-color 0.2s linear 0.1s, border-bottom-color 0.2s linear 0.2s, border-left-color 0.2s linear 0.3s;
    overflow: visible;
}

.effect.lavinia a:hover {
    border-color: rgba(255, 255, 255, 0);
}

.effect.lavinia a:after {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    top: -2px;
    left: -2px;
    border: 2px dashed #fff;
    position: absolute;
    border-radius: 50%;
}



/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/


/* ---------------------------------Form.html stuff------------------------------------ */
/* ---------------------------------Form.html stuff------------------------------------ */
/* ---------------------------------Form.html stuff------------------------------------ */



div:has(&gt;#dat-select_service) {
    display: none;
}

.thanks-div {

    border-radius: 20px;
    max-width: 70%;
    position: relative;
    top: 45%;
}

#svg-bg {
    max-width: 100%;
    height: 150%;
    z-index: -1;
    bottom: 30%;
    left: 10%;


    position: relative;
}



#thanks-body {
    background-color: #2b75e3;
}

.white {
    color: white;
}

.pseudo-navbar&gt;h2&gt;a {
    color: inherit;
    text-decoration: none;
    padding-left: 4px;
}

.main-form {
    background: rgb(48, 131, 255);
    background: linear-gradient(180deg, rgba(48, 131, 255, 1) 0%, rgba(47, 123, 236, 1) 62%, rgba(35, 95, 185, 1) 100%);
    color: white;
}

.main-form&gt;h2 {
    padding: 30px 0 0 20px;
}

.white-title {
    padding: 200px 0 120px 20px;
    color: white;
}

h6&gt;i.icone {
    margin-right: 5px;
}

.step2 {
    background: rgb(245, 246, 251);
    background: linear-gradient(183deg, rgba(245, 246, 251, 1) 0%, rgba(241, 243, 251, 1) 100%);
}

.form-page {
    background-color: white;
    box-shadow: 5px 7px 38px -25px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 5px 7px 38px -25px rgb(0 0 0 / 75%);
    -moz-box-shadow: 5px 7px 38px -25px rgb(0 0 0 / 75%);
    border-radius: 30px;
    bottom: 150px;

}

@media (max-width: 768px) {
    .form-page {
        bottom: 0;

    }
}


form&gt;h3,
form&gt;h4,
form&gt;h5,
th&gt;label {
    font-weight: 700;
    padding: 30px 20px 0 20px;
    padding-left: auto;
}



form&gt;input[type=text],
form&gt;input[type=tel],
form&gt;input[type=email],
form&gt;textarea,
#dat input {
    margin: 0 20px 0 20px;
    width: 90%;
    height: 50px;
    min-height: 50px;
    max-height: 250px;
    background-color: #efefef;
    border-color: #0000000c;
    border-radius: 10px;


}

#dat input {
    color: black;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0;
}

#dat label {
    font-weight: 700;
}

/* th&gt;label {
    font-size: 1.25rem;
} */

#why {
    height: 80px;
}

/* checkbox style -- Backend defines tags - TAGS ARE FIXED(NO NEED FOR CUSTOM CLASSES */
.checkbox-menu {
    margin: 0 0 0 10px;
}

#expect-outro {
    display: inline-block;
    padding: 1em 2em;
    margin: 0.5em;
    color: #292929;
    border-radius: 0.25em;
    background: #efefef;
    max-height: 80px;
    min-height: 80px;
    height: 80px;
    width: 100%;
    background-color: #efefef;
    border-color: #0000000c;
    border-radius: 10px;


}

.checkbox-menu tr:has(#expect-outro) th {
    display: none;
}


.checkbox-menu tr:has(.check) label {
    display: inline-block;
    padding: 1em 2em;
    margin: 0.5em;
    color: #292929;
    border-radius: 0.25em;
    background: #efefef;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    height: 80px;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: 0.3s;
}

.checkbox-menu tr:has(.check) label:hover {
    background: #d6d6d6;
    color: #101010;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}

.checkbox-menu tr:has(.check) label:active {
    transform: translateY(2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}

.check {
    display: none;
}

.checkbox-menu tr:has(.check:checked) label {
    color: white;
    background: #3083FF;

}

tr:has(.check) {
    display: inline-table;
    width: 40%;
    margin-right: 50px;
}

tr:has(#expect-outro) {
    display: inline-table;
    width: 40%;
    margin-right: 50px;
}

.checkbox-menu tr:has(.check:checked) label:hover {
    background: #2b75e3;
    color: #e2e2e2;
}

.radio-label&gt;label {
    font-weight: 600;
    width: 100%;
    height: 80px;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
    display: inline-block;
    padding: 1em 2em;
    margin: 0.5em;
    cursor: pointer;
    color: #292929;
    border-radius: 0.25em;
    background: #efefef;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-label&gt;label:hover {
    background: #d6d6d6;
    color: #101010;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}

.radio-label&gt;label:active {
    transform: translateY(2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);

}





.form-page input[type=radio],
.form-page input[type=checkbox] {
    display: none;
}

input[type=radio]:checked+.radio-label&gt;label,
input[type=checkbox]:checked+.radio-label&gt;label {

    color: white;
    background: #3083FF;
}


input[type=radio]:checked+.radio-label&gt;label:hover,
input[type=checkbox]:checked+.radio-label&gt;label:hover {

    background: #2b75e3;
    color: #e2e2e2;
}


.radio-label {
    vertical-align: middle;
}

.radio-wrap {
    position: relative;
    width: 90%;

}

#range {
    width: 100%;
}

input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

.range-value {
    position: relative;
    width: fit-content;
}

.range-value span {
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #3083FF;
    color: #fff;
    font-size: 12px;
    display: block;
    position: relative;

    transform: translate(-50%, 0);
    border-radius: 6px;
}

.range-text-wrap span::before {
    content: "|";
    position: relative;
    left: 50%;
    top: 100%;
}

.range-text-wrap {
    margin-top: 100px;
}

.range-table .R1 th::before {
    content: "|";
    font-size: x-small;
}

.range-table {
    width: 100%;
}

.range-table th {
    font-weight: 500;
    color: #929395;
}

/* .R1 {
    height: 20%;
} */
.R1 .H2 {
    left: 0.8%;
    position: relative;
}

.H1 {
    text-align: left;
}

.H2 {
    text-align: center;
}

.H3 {
    text-align: right;
}


.range-wrap {
    padding-left: 20px;
    width: 80%;
    position: relative;
    padding-bottom: 60px;
    padding-top: 20px;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #3083FF;
    border-radius: 25px;
}

#pay {
    padding-left: 50px;
}


#when {
    margin: 10px 0 20px 20px;
}

#photos {
    max-width: 100%;
    margin-bottom: 20px;
}

/* DATA BASE STUFF */
/* ------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------ */
/* BODY */

body.database {
    background: linear-gradient(183deg, rgba(245, 246, 251, 1) 0%, rgba(241, 243, 251, 1) 100%);
}



/* 
SEARCH-BAR */
@font-face {
    font-family: 'Woogle';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Black Regular'), url('/static/fonts/ProductSans-Black.woff') format('woff');
}

.database .card&gt;h1 {
    font-family: Woogle;
    color: #3083FF;
}

.database .card {
    width: 500px;
    border: none;
    background-color: transparent;
}

.input-group&gt;.form-control {
    border-left: 2px solid #dce1e6;
    background-color: white;
    border-bottom-left-radius: 18px !important;
    border-top-left-radius: 18px !important;
}

#filter {
    user-select: none;
    cursor: pointer;
    text-decoration: none;
}

#filter a {
    text-decoration: none;
}

#collapse-filter option {
    background-color: inherit;
}

#collapse-filter option:hover {
    background: #2b75e3;
}

select.form-control {
    max-width: 150px;
    display: inline-block;
}

/* -----
----------------EDIT-TAB---------------
 ----*/


.menu-edit {
    background: rgb(48, 131, 255);
    height: 30px;
    width: 30px;
    border-radius: 5px;
    color: #E6E6E6;
    font-size: 1em;
    cursor: pointer;
    display: inline-table;
}

.menu-edit:before {
    font-family: FontAwesome;
    content: "";
    font-size: inherit;
    padding-left: 7px;
    vertical-align: -20%;
}

ul.list-edit {
    z-index: 3;
    background: inherit;
    padding: 0.5em 0;
    margin: 0;
    margin-top: 1em;
    border-radius: 5px;

    position: absolute;
    top: 100%;
    left: 0;
    color: inherit;
    font: 400 18px;
    white-space: nowrap;
    cursor: default;
}

ul.list-edit.hidden {
    margin-top: 0.7em;
    visibility: hidden;
    opacity: 0;
    display: none;
}

ul.list-edit:before {
    content: "";
    width: 0.75em;
    height: 0.75em;
    background: inherit;
    position: absolute;
    top: -0.375em;
    left: calc(85px);
    transform: rotate(45deg);
}

.list-edit&gt;li {
    list-style: none;
    padding: 0.5em;
    padding-left: 2.5em;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.list-edit&gt;li:before {
    position: absolute;
    top: calc(5% + 8px);
    left: 8px;
}

.list-edit&gt;li:nth-child(1):before {
    font-family: FontAwesome;
    content: "";
}

.list-edit&gt;li:nth-child(2):before {
    font-family: FontAwesome;
    content: "";
}

.list-edit&gt;li:nth-child(3):before {
    font-family: FontAwesome;
    content: "";
}

.list-edit&gt;li:nth-child(4):before {
    padding-left: 4px;
    font-family: FontAwesome;
    content: "";
}

.list-edit&gt;li:nth-child(5):before {

    font-family: FontAwesome;
    content: "";
}

.list-edit&gt;li:hover {

    background: rgba(48, 131, 255, 0.08);
}

li&gt;input {

    cursor: pointer;
    font-weight: 700;
    padding: 0;
    color: white;
    border: none;
    background: none;
}

.label-dados {
    font-size: inherit;
    user-select: none;
    cursor: pointer;
    padding: 0;


}

#select-all {
    display: none;
}

/* -----
----------------TABLE---------------
 ----*/

.table {
    background-color: white;
}


.db-heading {
    background-color: white;
}

tr.hide-table-padding td {
    padding: 0;
}

.accordion-toggle {
    z-index: 0;
    margin-right: 50px;
}

.expand-button {
    position: relative;
}

.accordion-toggle .expand-button:after {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
}

.accordion-toggle.True {
    background-color: #d6d6d6;
}

.hide-table-padding.True {
    background-color: #ebebeb;
}

.accordion-toggle.collapsed .expand-button:after {
    content: '+';
}


/* ----------------------------------404------------------------------ */
/* ----------------------------------404------------------------------- */

#mascote-404 {

    transform: scale(-0.7, 0.7);
    right: 100px;
    position: relative;
}


/* ----------------------servicos--------------------- */
/* ----------------------servicos--------------------- */

.main.servicos {
    padding-bottom: 150px;
}

.servicos-img {
    position: absolute;
    width: 65%;
    bottom: -60px;
}

.img-container-div {
    position: relative;
}


.titulo {
    margin-bottom: 40px;
}

.titulo h2 {
    padding-bottom: 10px;
}

/* ----------------------intermediação veícular--------------------- */
/* ----------------------intermediação veícular--------------------- */
.intermediacao,
.curadoria,
.avaliacao {
    background-color: #F5F6FB;
}

.titulo {
    padding-top: 100px;
}

.titulo h4 {
    color: #929395;
    font-weight: 500;
}

.intermediacao .etapas {
    padding: 80px 15% 80px 15%;
    /* background-color: ; */
}

.intermediacao .etapas .fa-solid {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 15px 3px 15px 3px;
    margin: 5px 5px 5px 5px;
    bottom: 5px;
    border: 3px solid #3083FF;
    border-radius: 50%;
    text-align: center;
    justify-self: center;
}

.intermediacao h3,
.curadoria h3 {
    color: black;
    font-weight: 500;
    padding-left: 10px;
    font-size: 25px;
    text-align: justify;
}

.intermediacao .como-funciona .card {
    height: 180px;
}

@media (min-width: 1900px) {
    .row {
        max-width: 1662px;
        margin-left: auto;
        margin-right: auto;
    }

    /* .intermediacao .como-funciona .col-12 {
        max-width: 300px;
    }
     */

}

@media (min-width: 1600px) {
    .row {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

    .row.welcome {
    	max-width:1200px;
    }



}


.contact-card {
    padding: 30px;
    position: relative;
    background-color: transparent;

}

.contact-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #3083FF;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 15px;

    -webkit-mask: url(/static/img/Wave-PNG-Transparent-Image\ \(1\).png), url(/static/img/Blue_Solid_Color_16_Square_Throw_Pillow-1787351816.jpe);
    mask-size: 100%, 50%;
    -webkit-mask-position: 0px 5%, 100% 50%;
    -webkit-mask-size: 65% 157%, 45%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-border: 1px solid black;
}

.card {
    border-radius: 20px;
}

.contact-card .row&gt;.card-body {
    /* margin:20px 0 20px 0; */
    color: white;
    background-color: #3083FF;
}

.contact-card p {
    color: white;
}

.contact-card .card {
    background-color: white;
}

.contact-card .btn.btn-primary {
    background-color: white;
    border: 1px solid rgb(92, 92, 92);
    -webkit-box-shadow: -5px -5px 15px -10px rgb(51, 51, 51) inset;
    color: black;
    font-weight: 600;
}

.contact-card .btn.btn-primary:hover {
    background-color: #cee1ff;
    border: 1px solid rgb(92, 92, 92);

    -webkit-box-shadow: -5px -5px 15px -10px rgb(51, 51, 51) inset;
    color: black;
    font-weight: 600;
}

.contact-card form input {
    border: 1px solid rgb(212, 212, 212);
}





/* ---------------------------------------Curadoria--------------------------------------- */
/* ---------------------------------------Curadoria--------------------------------------- */
/* ---------------------------------------Curadoria--------------------------------------- */
.avaliacao .row,
.curadoria .row,
.intermediacao .row {
    max-width: 1000px;
    margin-top: auto;
    margin-bottom: auto;

}

/* .preco-form {
    height:min-content;
    
} */

.avaliacao .row .btn,
.curadoria .row .btn,
.intermediacao .row .btn {
    white-space: normal;
}

.avaliacao footer .row,
.curadoria footer .row,
.intermediacao footer .row {
    max-width: 100%;
}


.como-funciona .row {
    margin: 0 auto 0 auto;
    max-width: 1000px;
}

.como-funciona .card {
    height: 100%;

}

.como-funciona i {
    font-size: 25px;
    padding: 5px 0 15px 0;
    /* color: #3083FF; */

}

.como-funciona .blue i {
    font-size: 50px;
    padding: 5px 0 15px 0;
}

.intermediacao .como-funciona .blue i {
    font-size: 25px;
}

.blue {
    background-color: #3083FF;
    color: white;
}

.blue p {
    color: white;
}

.blue a {
    color: white;
    font-weight: 600;

}

.white-bg {
    background-color: white;
    color: black;
}

.white-bg p {
    color: black;
}

.white-bg {
    color: black;
}

.white-bg a {
    color: #3083FF;
}

.oferecendo,
.preco,
.garantindo {
    padding: 100px 14% 100px 14%;
    /* background-color: #3083FF;
    color: white; */
}

.oferecendo p {
    /* color: white; */
}

.oferecendo h2 {
    padding-bottom: 15px;
}

.oferecendo i {
    color: #3083FF;
}

.oferecendo .resguardando i {
    color: rgb(255, 152, 152);
}

.curadoria .contact-card-container {
    padding: 100px 10% 100px 10%;
}

.preco-form i {
    text-align: center;
    font-size: 80px;
}


@media (min-width: 1000px) {

    .resguardando h2,
    .garantindo a {
        white-space: nowrap;
    }

    .garantindo a {
        position: absolute;
    }
}

/* ---------------------------------------avaliacao--------------------------------------- */
/* ---------------------------------------avaliacao--------------------------------------- */
/* ---------------------------------------avaliacao--------------------------------------- */

.avaliacao .oferecendo {
    padding: 50px 14% 50px 14%;
}

.avaliacao .como-funciona .blue i {
    font-size: 25px;
}

.garantindo p {
    font-size: 14px;
}



/* -------------------------------------- LOGIN.HTML -------------------------------------- */
/* -------------------------------------- LOGIN.HTML -------------------------------------- */
/* -------------------------------------- LOGIN.HTML -------------------------------------- */
.logo-login {
    max-width: 10%;
    margin: auto;
}

h3 {
    font-weight: 700;
    color: #3083FF;
}

.login {
    background-color: rgba(245, 246, 251, 1);
}

.wrapper-login {
    max-width: 350px;
    min-height: 400px;
    margin: 60px auto;
    padding: 40px 30px 30px 30px;
    background-color: transparent;
    border-radius: 15px;
    /* box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff; */
}

.wrapper-login input {
    margin: 5px 5px 5px 0;

}

.wrapper-login .btn {
    margin-top: 20px;
    padding: 5px;
}

.wrapper-login .d-flex {
    background-color: white;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.wrapper-login h2 {
    font-size: 270%;
}

/* -------------------------------------- THANKS.HTML -------------------------------------- */
/* -------------------------------------- THANKS.HTML -------------------------------------- */
/* -------------------------------------- THANKS.HTML -------------------------------------- */

.obrigado {
    margin-top: 20vh;
}

.obrigado .row {
    padding-bottom: 20px;
}

.obrigado .row img {
    fill: #3083FF;
    margin-bottom: 20px;
    width: 65%;
}
</pre></body></html>