@font-face {
    font-family: 'Inter';
    font-style: bolder;
    font-weight: 400;
    font-display: swap;
    src: url(Inter.ttf) format("truetype")
}

html {
    box-sizing: border-box;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

*,
:after,
:before {
    box-sizing: inherit
}

body,
html {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: var(--main-bg-color);
}

body {
    margin: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    color: var(--main-text-color)
}

@media only screen and (max-width:64em) {
    body {
        font-size: 14px;
        overflow-x: hidden
    }
}

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

a {
    text-decoration: none
}

figure {
    margin: 0;
    padding: 0
}

address {
    font-style: normal;
    line-height: 1.4em
}

iframe {
    max-width: 100%;
    min-height: 70px;
    margin: 0 auto
}

.iframe-container {
    margin: 32px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

legend {
    color: #222;
    font-size: 1em
}

h1 {
    width: 100%;
    margin: 0
}

h2 {
    margin: 0;
    font-size: 2em;
    font-weight: 600;
    color: var(--main-text-color)
}

h3 {
    font-size: 1.2em;
    margin-bottom: 18px;
    margin-top: 0;
    font-weight: 600
}

h4 {
    font-size: 1.4em;
    margin: 0;
    font-weight: 600
}

h5 {
    font-size: 1.2em;
    margin: 0;
    font-weight: 600
}

article p {
    line-height: 1.6em;
    color: var(--main-text-color)
}

.wrap {
    width: 100%;
    margin: 0 auto;
    padding: 8px 16px;
    position: relative
}

.wrap--bigger {
    max-width: 1630px
}

.wrap--normal {
    max-width: 1150px
}

@media only screen and (max-width:64em) {
    .hide-xl {
        display: none !important;
        visibility: hidden;
        width: 0
    }
}

@media only screen and (min-width:65em) {
    .hide-desk {
        display: none !important;
        visibility: hidden;
        width: 0
    }
}

.row {
    display: flex;
    flex-direction: row
}

@media only screen and (max-width:64em) {
    .row {
        flex-direction: column
    }
}

.btn,
.button,
.button-style {
    padding: 8px 16px;
    border: none;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    border-radius: 5px;
    -webkit-appearance: none;
    cursor: pointer;
    transition: .4s;
    text-align: center;
    height: 46px;
    line-height: 1.8;
    z-index: 90
}

.button--primary {
    background-color: var(--main-primary-color)
}

.button--primary:hover {
    opacity: .6;
    transition: .4s
}

.btn--primary {
    background-color: var(--main-primary-color);
    color: #fff;
    transition: .4s
}

.btn--primary:hover {
    opacity: .7;
    transition: .4s
}

.btn--secondary {
    border: 1px solid var(--main-primary-color);
    transition: .4s;
    color: var(--main-primary-color);
    display: block
}

@media only screen and (max-width:64em) {
    .btn--secondary {
        padding: 8px
    }
}

.btn--secondary:hover {
    background-color: var(--main-primary-color);
    color: #fff;
    transition: .4s
}

.more-button {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 2em 0
}

.button-group {
    display: flex;
    flex-direction: row !important;
    align-items: flex-end
}

@media only screen and (max-width:64em) {
    .button-group {
        align-items: center;
        justify-content: center
    }
}

.button-group button {
    margin-right: 16px
}

.field-button {
    width: 100%;
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center
}

;
background-position:center bottom;
background-size:cover;
min-height:31vw
}

.header--slider {
    background: 0 0;
    min-height: auto;
    background-color: #e8e8e8;
    color: #333
}

.header--slider .header__inner {
    padding: 10px 0
}

.header--slider .slick-next:before,
.header--slider .slick-prev:before {
    color: var(--main-text-color)
}

@media only screen and (max-width:64em) {
    .header--slider .slick-next:before,
    .header--slider .slick-prev:before {
        display: none
    }
}

.header--slider .header__bar-top {
    font-weight: 600;
    color: var(--header-text-color)
}

.header--slider button {
    background: 0 0;
    margin: 0 auto
}

.header--slider .slider-info p,
.header--slider .slider-info ul {
    color: #333
}

.header--slider .slider-info p a,
.header--slider .slider-info ul a {
    color: inherit
}

.header .slider-header {
    max-width: 80%;
    width: 100%;
    height: auto;
    padding: 2vw 0 4vw 0;
    margin: 0 auto
}

@media only screen and (max-width:64em) {
    .header .slider-header {
        max-width: 100%
    }
}

.header .slider-header a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row
}

@media only screen and (max-width:64em) {
    .header .slider-header a {
        flex-direction: column;
        align-items: center
    }
}

.header .slider-header figure {
    max-width: 400px;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px
}

.header .slider-header figure:hover {
    transition: .4s
}

.header .slider-header figure:hover img {
    transform: scale(1.1);
    transition: .4s
}

.header .slider-header figure img {
    border-radius: 5px;
    transition: .4s;
    border: 1px solid #ddd
}

.header .slider-header .slick-next,
.header .slider-header .slick-prev {
    z-index: 20
}

@media only screen and (max-width:64em) {
    .header {
        background-size: cover;
        background-position: center bottom;
        min-height: auto
    }
}

.header--color {
    background: var(--header-background-color)
}

.header--overlay {
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0, rgba(255, 255, 255, 0) 50%);
    width: 100%;
    height: 31vw
}

.header__bar-top {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 12px
}

@media only screen and (max-width:64em) {
    .header__bar-top {
        font-size: 10px
    }
}

.header__bar-top ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding-left: 0
}

.header__bar-top ul li {
    display: inline-block;
    margin-left: 8px
}

.header__bar-top ul li a {
    color: var(--header-text-color);
    font-size: 14px;
    font-weight: 600
}

.header__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 5px
}

.header__logo {
    max-width: 400px;
    width: 100%;
}

@media only screen and (max-width:64em) {
    .header--color {
        height: 100%
    }
    .header__logo {
        max-width: 50%;
    }
}

.slider-info {
    width: 100%;
    max-width: 100%;
    z-index: 2;
    padding-left: 5vw
}

@media only screen and (max-width:64em) {
    .slider-info {
        padding-bottom: 20px;
        padding-left: 0
    }
}

.slider-info p {
    font-size: 2em;
    color: #fff
}

.slider-info p:first-child {
    margin-bottom: 0
}

@media only screen and (max-width:64em) {
    .slider-info p:first-child {
        margin-bottom: 18px
    }
}

.slider-info ul {
    list-style-type: none;
    padding-left: 0;
    color: #fff;
    width: 100%;
    justify-content: center
}

.slider-info .info-value {
    font-size: 1.4em;
    font-weight: 900;
    margin: 0;
    margin-bottom: 16px
}

.icon {
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    display: inline-block;
    margin-left: 8px
}

.icon__whatsapp-color {
    background: url(../img/icons/whatsapp-color.svg) no-repeat center center
}

.icon__instagram-color {
    background: url(../img/icons/instagram-color.svg) no-repeat center center
}

.icon__facebook-color {
    background: url(../img/icons/facebook-color.svg) no-repeat center center
}

.icon__tiktok {
    background: url(../img/icons/tiktok-white.svg) no-repeat center center;
}

.icon__youtube {
    background: url(../img/icons/youtube-color.svg) no-repeat center center
}

.icon__twitter {
    background: url(../img/icons/twitterx-color.svg) no-repeat center center
}

.main {
    background: var(--main-bg-color);
    z-index: 15;
    position: relative
}

.main.car-page {
    padding: 0 30px 0 30px
}

.section {
    width: 100%;
    padding: 16px 0 0 0;
    display: flex;
    flex-direction: row
}

.section.footer {
    padding: 0;
    margin-top: 20px;
}

@media only screen and (max-width:64em) {
    .section {
        flex-direction: column
    }
}

.section-heading {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.section-heading h2 {
    padding: 0
}

.section-heading a {
    color: var(--main-primary-color);
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    transition: .4s;
    transform: translateX(-30px);
    opacity: 0
}

.section--half {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1
}

@media only screen and (max-width:64em) {
    .section--half {
        max-width: 100%
    }
}

.section--padding {
    padding: 8em 6em
}

.section--left {
    background: url(../img/ficha-cadastral.jpg) no-repeat;
    text-align: right
}

.section--left a {
    display: flex;
    flex-direction: column
}

.section--left a i {
    display: flex;
    align-self: flex-end
}

@media only screen and (max-width:64em) {
    .section--left a i {
        align-self: center
    }
}

.section--left .wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end
}

.section--right {
    background: url(../img/venda-seu-carro.jpg) no-repeat;
    text-align: left
}

.section--right .wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start
}

.section--left,
.section--right {
    background-size: cover;
    position: relative;
    color: #fff
}

.section--left a,
.section--right a {
    color: #fff
}

@media only screen and (max-width:64em) {
    .section--left,
    .section--right {
        text-align: center
    }
}

.section--left:before,
.section--right:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s
}

.section--left:hover:before,
.section--right:hover:before {
    background-color: rgba(0, 0, 0, .8);
    transition: .4s
}

.section--gray {
    background-color: #f9f9f9;
    color: #333;
    margin-top: 4em
}

.icon-ficha {
    width: 63px;
    height: 56px;
    display: block;
    background: url(../img/icons/icon-ficha.svg) no-repeat;
    margin-bottom: 18px
}

.icon-vender {
    width: 65px;
    height: 56px;
    display: block;
    background: url(../img/icons/icon-vender.png) no-repeat;
    margin-bottom: 18px
}

@media only screen and (max-width:64em) {
    .icon-vender {
        margin: 0 auto 20px
    }
}

.floating-social {
    position: fixed;
    bottom: 6%;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 15
}

.floating-social .social-floating {
    width: 64px;
    background-color: #1b1b1b;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    padding: 8px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

@media only screen and (max-width:64em) {
    .floating-social .social-floating {
        display: none
    }
}

.floating-social .social-floating ul {
    list-style-type: none;
    padding-left: 0
}

.floating-social .social-floating ul li {
    margin-bottom: 21px
}

.floating-social .talk-floating {
    background-color: #27ae60;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 8px;
    margin: 12px 0;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, .09)
}

@media only screen and (max-width:64em) {
    .floating-social .talk-floating {
        display: none;
        width: 100%;
        position: fixed;
        bottom: -15px;
        left: 0;
        border-radius: 0
    }
}

.floating-social .talk-floating i {
    background: url(../img/icons/whatsapp-white.svg) no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-right: 12px;
    animation: 1.4s swing 4s infinite
}

.floating-social .talk-floating a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: .8em
}

@media only screen and (max-width:64em) {
    .floating-social .talk-floating a {
        justify-content: center;
        font-size: 1.2em
    }
}

.floating-social .talk-floating a strong {
    display: block
}

@media only screen and (max-width:64em) {
    .floating-social .talk-floating a strong {
        display: inline-block
    }
}

.modal-wrapper {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    z-index: 100
}

.modal-content {
    max-width: 800px;
    width: 100%;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    background: var(--main-bg-color);
    border-radius: 5px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, .09);
    padding: 16px 16px 32px 16px
}

.modal-content label {
    color: var(--main-text-color);
    opacity: 0.6
}

.modal-content .btn-close {
    color: var(--main-text-color)
}

@media only screen and (max-width:64em) {
    .modal-content {
        top: 2%
    }
}

.modal-content .relative {
    display: flex;
    flex-direction: column;
    width: 100%
}

.modal-opened {
    opacity: 1;
    visibility: visible
}

.form-vender {
    max-width: 670px;
    width: 100%;
    margin: 0 auto
}

.btn-close {
    border: none;
    background: 0 0;
    font-size: 1.6em;
    width: 32px;
    height: 32px;
    align-self: flex-end;
    cursor: pointer
}

.fb_iframe_widget iframe {
    max-width: 100%
}

@-moz-keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0)
    }
}

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0)
    }
}

@-o-keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0)
    }
}

.menu-navigation {
    width: 100%
}

.menu-navigation ul {
    width: 100%;
    padding-left: 0;
    list-style-type: none;
    margin: 0
}

.menu-navigation li {
    display: inline-block;
    margin-left: 16px;
    color: var(--header-text-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em
}

.menu-navigation li a {
    color: var(--header-text-color);
    transition: .4s
}

footer .menu-navigation li a {
    color: #FFF
}

.menu-navigation li a:hover {
    opacity: .5;
    transition: .4s
}

.close-panel,
.open-panel {
    display: none
}

@media screen and (max-width:64em) {
    .menu-navigation {
        width: 70%;
        position: absolute;
        right: -70%;
        top: 0;
        min-height: 100%;
        background: var(--header-background-color);
        height: 100vh
    }
    .menu-navigation ul {
        padding-top: 10%
    }
    .menu-navigation li {
        float: none;
        width: 96%;
        text-align: left;
        padding: .5em 1em;
        clear: both;
        font-size: 1.6em
    }
    .menu-navigation li a {
        color: var(--header-text-color)
    }
    .close-panel,
    .open-panel {
        display: inline;
        color: var(--header-text-color);
        background-color: transparent;
        border: none;
        margin: 0;
        -webkit-appearance: none
    }
    .close-panel {
        top: .5em;
        left: 1em;
        color: var(--header-text-color);
        font-size: 3.5em
    }
    .open-panel {
        font-size: 2em;
        color: var(--header-text-color);
        width: 100%;
        text-align: right;
        max-width: 100px
    }
    .open-menu .container {
        left: 0;
        transform: translate(-70%, 0);
        transform-style: preserve-3d;
        transition: .4s ease
    }
    .container {
        right: 0;
        transform: translate(0, 0);
        transform-style: preserve-3d;
        transition: .4s ease
    }
}

.search-component {
    background: var(--main-bg-color);
    max-width: 100%;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: -15px
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

.field-group {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center
}

@media only screen and (max-width:64em) {
    .field-group {
        flex-direction: column
    }
    .search-component .field-group {
        flex-direction: row
    }
}

@media only screen and (max-width:54em) {
    .field-group {
        align-items: flex-start;
        flex-wrap: wrap
    }
}

.field-group--left,
.field-group--right {
    display: flex;
    flex-direction: row
}

@media only screen and (max-width:54em) {
    .field-group--left,
    .field-group--right {
        flex-direction: column;
        flex: 1;
        width: 100%
    }
}

.field-group--left {
    flex: 2
}

@media only screen and (max-width:54em) {
    .field-group--left {
        margin-right: 0
    }
}

.field-group--right {
    flex: 1
}

@media only screen and (max-width:54em) {
    .field-group--right {
        margin-top: 41px
    }
}

.field {
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0
}

@media only screen and (max-width:54em) {
    .field {
        width: 100%;
        margin-bottom: 21px
    }
    .field:nth-child(1),
    .field:nth-child(2),
    .field:nth-child(3),
    .field:nth-child(4),
    .field:nth-child(5) {
        max-width: 100% !important
    }
}

.field.field--half {
    max-width: 50%
}

.field--large {
    min-width: 320px;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:64em) {
    .field--large {
        width: 100%
    }
}

@media only screen and (max-width:64em) {
    .field--view {
        display: none
    }
}

label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: var(--main-text-color);
    letter-spacing: 1px;
    width: 100%;
    display: block;
    margin-bottom: 8px;
    width: 100%
}

select {
    padding: 16px 32px 16px 16px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    -webkit-appearance: none;
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer
}

@media only screen and (max-width:54em) {
    select {
        width: 100%
    }
}

.select--min select {
    min-width: 130px;
    width: 100%
}

.select-wrapper {
    display: block;
    position: relative;
    width: auto;
    min-width: 115px
}

@media only screen and (max-width:54em) {
    .select-wrapper {
        width: 100%
    }
}

.select-wrapper:after {
    content: "";
    background: url(../img/chevron.svg) no-repeat center center;
    font-size: 3em;
    display: block;
    position: absolute;
    top: 30%;
    right: 10px;
    width: 20px;
    height: 20px;
    pointer-events: none
}

legend {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    margin-bottom: 21px;
    color: var(--main-text-color)
}

input[type=mail],
input[type=text],
input[type="password"],
input[type="number"] {
    padding: 8px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    -webkit-appearance: none;
    display: block;
    position: relative;
    width: auto;
    margin-bottom: 21px
}

@media only screen and (max-width:54em) {
    input[type=mail],
    input[type=text] {
        width: 100%
    }
}

textarea {
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    -webkit-appearance: none;
    margin-bottom: 21px
}

.range-values {
    width: 100%;
    padding-top: 21px
}

.range-values ul {
    list-style-type: none;
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0 0 0
}

.range-values ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0 15px;
    font-weight: 600
}

.slider-container {
    width: 300px;
    padding: 22px 0
}

@media only screen and (max-width:64em) {
    .slider-container {
        margin: 0 auto
    }
}

.slider-container .back-bar {
    height: 10px;
    position: relative
}

.slider-container .back-bar .selected-bar {
    position: absolute;
    height: 100%
}

.slider-container .back-bar .pointer {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    cursor: col-resize;
    opacity: 1;
    z-index: 2
}

.slider-container .back-bar .pointer.last-active {
    z-index: 3
}

.slider-container .back-bar .pointer-label {
    position: absolute;
    top: -17px;
    font-size: 8px;
    background: #fff;
    white-space: nowrap;
    line-height: 1
}

.slider-container .back-bar .focused {
    z-index: 10
}

.slider-container .clickable-dummy {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.slider-container .scale {
    top: 2px;
    position: relative
}

.slider-container .scale span {
    position: absolute;
    height: 5px;
    border-left: 1px solid #999;
    font-size: 0
}

.slider-container .scale ins {
    font-size: 9px;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 5px;
    color: #999;
    line-height: 1
}

.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
    cursor: auto
}

.theme-green .back-bar {
    height: 5px;
    border-radius: 2px;
    background-color: #eee;
    background-color: #e7e7e7;
    background-repeat: repeat-x
}

.theme-green .back-bar .selected-bar {
    border-radius: 2px;
    background-color: var(--main-primary-color);
    background-repeat: repeat-x
}

.theme-green .back-bar .pointer {
    width: 14px;
    height: 14px;
    top: -5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #aaa;
    background-color: #e7e7e7;
    background-repeat: repeat-x
}

.theme-green .back-bar .pointer-label {
    color: #999
}

.theme-green .back-bar .focused {
    color: #333
}

.theme-green .scale span {
    border-left: 1px solid #e5e5e5
}

.theme-green .scale ins {
    color: #999
}

.car-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

@media only screen and (max-width:64em) {
    .car-list {
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 20px;
    }
}

@media only screen and (min-width:100em) {
    .car-list {
        justify-content: center
    }
}

.car-card {
    border-radius: 5px;
    max-width: 260px;
    width: 100%;
    margin: 30px;
    box-shadow: 1px 5px 25px 1px rgba(0, 0, 0, .2);
    cursor: pointer;
    animation: 2s fadeIn forwards
}

@media only screen and (max-width:27em) {
    div.reserved-rights {
        margin-bottom: 10px;
        font-size: .8em
    }
    .header--overlay {
        height: 32vw
    }
    .related .car-card {
        max-width: var(--car-card-max-width-px) !important
    }
    .car-card {
        max-width: var(--car-card-max-width-percent) !important
    }
    .car-card img {
        max-height: var(--car-card-max-height) !important;
        min-height: var(--car-card-max-height) !important
    }
}

.car-card figure {
    position: relative
}

.car-card figure:before {
    content: url(../img/icons/search-white.svg);
    width: 100%;
    height: 99%;
    background-color: var(--main-primary-color);
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity: 0;
    filter: brightness(20%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s
}

.car-card figure:after {
    content: url(../img/icons/search-white.svg);
    width: 100%;
    height: 99%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s
}

.car-card:hover {
    box-shadow: 1px 5px 25px 1px rgba(0, 0, 0, .4);
    transition: .4s
}

.car-card:hover .card-content__title {
    color: var(--main-text-color);
    transition: .4s
}

.car-card:hover figure:after,
.car-card:hover figure:before {
    opacity: .8;
    transition: .4s
}

@media only screen and (max-width:64em) {
    .car-card {
        max-width: 230px;
        margin: 8px 8px 16px 8px
    }
}

.car-card img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.card-content {
    padding: 16px
}

.card-content h3 {
    color: var(--main-text-color);
    min-height: 50px
}

@media only screen and (max-width:24em) {
    .card-content {
        padding: 10px
    }
    .card-content h3 {
        font-size: 1em
    }
}

.card-content span {
    font-size: 1em;
    color: var(--main-text-color)
}

.card-content p {
    font-size: 1em;
    font-weight: 900;
    margin-bottom: 18px;
    color: var(--main-text-color)
}

.card-content__title {
    color: var(--main-text-color)
}

.jplist-list .car-card {
    max-width: 1220px;
    flex-direction: row;
    display: flex;
    width: 100%;
    animation: 2s fadeIn forwards;
    align-items: center
}

.jplist-list .car-card figure {
    max-width: 240px;
    width: 100%
}

.jplist-list .car-card figure:before {
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    height: 95%;
    margin-top: 4px
}

.jplist-list .car-card img {
    margin-top: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px
}

.jplist-list .card-content {
    display: flex;
    flex-direction: row;
    width: 100%
}

.jplist-list .card-content__title {
    width: 100%
}

.jplist-list .card-content p,
.jplist-list .card-content span {
    width: 100%
}

.jplist-list .card-content span {
    padding-left: 16px
}

.jplist-list .btn {
    min-width: 160px
}

.jplist-grid,
.jplist-list {
    animation: 1s fadeIn forwards
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100%
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100%
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100%
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100%
    }
}

.breadcrumb {
    display: flex;
    flex-direction: row;
    margin-bottom: 21px;
    color: #ababab;
    list-style-type: none;
    padding-left: 0;
    font-size: .8em
}

.breadcrumb__component {
    width: 100%
}

.breadcrumb__item {
    margin-right: 8px
}

.breadcrumb__item:not(:last-child):after {
    content: "\00bb";
    margin-left: 8px;
    font-size: 1em
}

.breadcrumb__item a {
    color: inherit;
    transition: .4s
}

.breadcrumb__item a:hover {
    color: var(--main-primary-color);
    transition: .4s
}

.arrow-down {
    font-size: 3em;
    font-style: normal;
    cursor: pointer
}

.arrow-down a {
    color: inherit
}

.filters-component {
    background-color: var(--main-bg-color);
    width: 100%;
    border-radius: 5px;
    padding: 12px
}

@media only screen and (max-width:64em) {
    .filters-component {
        padding: 0 8px
    }
}

.filters-heading {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.filters-heading h4 {
    margin-bottom: 10px;
    color: var(--main-text-color)
}

[data-jplist-group] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box
}

[data-jplist-item] {
    border-bottom: 1px dotted #ccc;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box
}

.buttons {
    display: flex;
    justify-content: center;
    margin: 20px 0
}

.jplist-selected {
    background-color: #007bff;
    border-color: #007bff
}

.jplist-grid {
    flex-direction: row;
    flex-wrap: wrap
}

.jplist-grid [data-jplist-item] {
    width: 33%
}

.grid-button,
.list-button {
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    opacity: .5;
    transition: .4s;
    cursor: pointer;
    display: inline-block
}

.grid-button:active,
.grid-button:focus,
.list-button:active,
.list-button:focus {
    border: none;
    outline: 0
}

.grid-button {
    background: url(../img/icons/grid-items.svg) no-repeat;
    margin-right: 16px
}

.list-button {
    background: url(../img/icons/list-items.svg) no-repeat
}

.jplist-selected {
    opacity: 1
}

.slider-image {
    margin-bottom: 21px
}

.slider-thumbs div {
    margin: 8px
}

.slider-image img {
    width: 100%
}

.footer {
    background-color: var(--footer-background-color);
    color: #fff;
    padding: 2vh 0
}

.footer__columns {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media only screen and (max-width:64em) {
    .footer__columns {
        flex-direction: column
    }
}

.footer__column {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 16px;
    padding: 0 10px;
    font-size: .9em;
    font-weight: 400;
    text-shadow: 1px 1px #000
}

.footer__column h5 {
    margin-bottom: 21px
}

@media only screen and (max-width:64em) {
    .footer__column {
        margin: 8px 0
    }
}

.footer__column ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column
}

.footer__column ul li {
    margin-bottom: 8px
}

.footer__column ul a {
    color: #fff
}

.footer__column p {
    color: #ccc;
    line-height: 1.4em;
    margin-top: 0
}

.footer-copy {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    color: #ccc;
    font-size: .8em;
    padding: 0 32px
}

@media only screen and (max-width:64em) {
    .footer-copy {
        margin-bottom: 60px
    }
}

.footer-copy a {
    color: inherit;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    margin-top: 10px;
}

.footer-copy div.dev-boom-sistemas {
    flex-direction: column;
    margin-bottom: 10px;
}

.footer-copy div.developed-by {
    margin-bottom: 3px;
    display: flex;
    align-items: center
}

.footer-copy a img {
    margin: 0 3px;
}

.footer-copy a img:hover {
    border-bottom: 1px solid #949494
}

div.reserved-rights {
    margin-top: 10px;
    margin-left: 16px;
    font-size: .8em
}

.footer__contact li {
    display: flex
}

.footer__contact li img {
    margin-right: 5px
}

.accordion-toggle {
    display: block;
    color: #fff;
    margin-bottom: 18px
}

.accordion-content {
    display: block;
    height: auto;
    transition: .4s
}

@media only screen and (max-width:64em) {
    .accordion-content {
        opacity: 0;
        height: 0;
        transition: .4s
    }
}

.accordion-content.active {
    display: block;
    opacity: 1;
    height: auto;
    transition: .4s
}

.social-footer ul {
    flex-direction: row
}

.social-footer li {
    margin: 0 8px
}

.fb_iframe_widget {
    width: 100%;
    overflow: hidden
}

.pagination ul {
    list-style-type: none;
    padding-left: 0;
    width: 100%;
    display: flex;
    border-top: 2px solid #eee;
    justify-content: center
}

.pagination ul li {
    margin: 21px 16px;
    padding: 14px 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: var(--main-primary-color);
    font-weight: 600
}

.pagination ul li a {
    display: block;
    color: #fff
}

.pagination ul .active {
    background-color: #fff
}

.pagination ul .active a {
    color: var(--main-primary-color)
}

article {
    margin: 18px 0 32px 0
}

.about__contact {
    padding-left: 0;
    list-style-type: none
}

.about__contact li {
    display: flex;
    margin-bottom: 8px
}

.about__contact li img {
    margin-right: 5px
}

.about__contact li a {
    color: inherit
}

.car-detail {
    display: flex;
    flex-direction: row
}

@media only screen and (max-width:64em) {
    .car-detail {
        flex-direction: column
    }
}

.car-detail--left {
    width: 60%
}

.car-detail--right {
    width: 40%;
    padding: 16px
}

@media only screen and (max-width:64em) {
    .car-detail--left,
    .car-detail--right {
        width: 100%
    }
}

.car-detail .slider .slick-next {
    right: 15px;
    z-index: 10
}

.car-detail .slider .slick-prev {
    left: 5px;
    z-index: 10
}

.car-detail .slider .slick-next:before,
.car-detail .slider .slick-prev:before {
    font-size: 32px;
    width: 40px;
    height: 40px
}

.car-detail--value {
    color: var(--main-text-color);
    font-weight: 600;
    font-size: 1.6em;
    text-align: center
}

.car-detail--icons {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media only screen and (max-width:64em) {
    .car-detail--icons {
        width: 100%;
        justify-content: center
    }
}

@media only screen and (min-width:65em) {
    .car-detail--icons {
        justify-content: center
    }
}

.car-detail--icons li {
    display: flex;
    flex-direction: column;
    margin: 10px;
    width: 20%;
    align-items: center
}

@media only screen and (max-width:64em) {
    .car-detail--icons li {
        margin: 8px;
        width: 18%
    }
}

.car-detail--icons li p {
    font-size: .8em;
    color: var(--main-text-color);
    opacity: 0.7)
}

.car-detail--icons li svg {
    min-height: 35px
}

.enviar-proposta {
    border: 1px solid #dfdfdf;
    background-color: --var(--main-bg-color);
    border-radius: 5px;
    padding: 16px
}

.enviar-proposta label {
    color: #828282
}

.share-icons {
    list-style: none;
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center
}

.share-icons li {
    margin: 8px;
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    color: #828282;
    line-height: 2.1
}

.share-icons li:nth-child(2) {
    background: url(../img/icons/share-whatsapp.svg) no-repeat;
    text-indent: -9999px;
    width: 28px;
    height: 28px
}

.share-icons li:nth-child(3) {
    background: url(../img/icons/share-facebook.svg) no-repeat;
    text-indent: -9999px;
    width: 28px;
    height: 28px
}

.share-icons li a {
    display: block
}

.car-options {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 54px
}

@media only screen and (max-width:64em) {
    .car-options {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.car-options li {
    padding-left: 21px;
    margin-bottom: 12px;
    color: var(--main-text-color)
}

.car-options li:before {
    content: url(../img/icons/options-item.svg);
    display: inline-block;
    width: 21px;
    height: 8px
}

.related {
    padding-bottom: 4em
}

.related .car-card {
    min-width: 220px
}

.related .car-list {
    flex-wrap: nowrap;
    display: flex
}

.related .slick-dots {
    bottom: -60px
}

.related .more-button {
    margin: 7em 0 3em 0
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.tab-pane {
    display: none
}

.tab-pane.active {
    display: block
}

.steps {
    width: 100%;
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 0;
    justify-content: center;
    border-bottom: 1px solid #ededed;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 2em
}

.steps li {
    padding: 16px;
    background-color: #eee;
    margin: 0 16px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center
}

.steps .active {
    font-weight: 900;
    border: 1px solid var(--main-primary-color);
    color: var(--main-primary-color)
}

.steps .checked {
    background: url(../img/icons/check.svg) no-repeat center #eee;
    text-indent: -9999px
}

.steps .checked a {
    color: inherit
}

.form-ficha {
    max-width: 700px;
    width: 100%;
    margin: 0 auto
}

.form-ficha h4 {
    font-size: 1.4em;
    margin-bottom: 32px;
    padding: 0 16px;
    color: var(--main-text-color)
}

.form-ficha .field {
    margin-bottom: 21px
}

.radios {
    display: flex;
    flex-direction: row;
    margin: 12px 0 21px 0;
    color: var(--main-text-color);
    opacity: 0.8
}

.radios input[type=radio] {
    display: flex
}

.radios input[type=radio]:not(:first-child) {
    margin-left: 21px
}

.tab-content {
    padding-top: 36px
}

.centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.centered svg {
    margin-bottom: 21px
}

.centered h3 {
    margin-bottom: 8px
}

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: row
}

@media only screen and (max-width:64em) {
    .contact-form {
        flex-direction: column
    }
}

.contact-form--left {
    width: 40%
}

.contact-form--right {
    width: 60%;
    padding-left: 32px
}

.contact-form--right ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row
}

.contact-form--right ul li {
    margin: 0 8px
}

@media only screen and (max-width:64em) {
    .contact-form--right {
        padding-left: 0
    }
}

@media only screen and (max-width:64em) {
    .contact-form--left,
    .contact-form--right {
        width: 100%
    }
}

img.loading.hidden {
    display: none;
}

media screen and (max-width: 768px) {
    .zap-topo-mobile {
        display: block;
        width: 100%;
        background-color: #27ae60;
        text-align: center;
        padding: 12px 16px;
        font-size: 1.1em;
        font-weight: bold;
        color: white;
        margin: 16px 0;
    }

    .zap-topo-mobile a {
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .zap-topo-mobile .zap-icon {
        background: url('/img/icons/whatsapp-white.svg') no-repeat center center;
        background-size: contain;
        width: 24px;
        height: 24px;
        display: inline-block;
    }

    .floating-social .talk-floating {
        display: none !important;
    }
}


@media screen and (min-width: 769px) {
    .zap-topo-mobile {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .zap-flutuante-mobile {
        position: fixed !important;
        bottom: 20px !important;
        right: 20px !important;
        width: 60px;
        height: 60px;
        background-color: #25D366;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        z-index: 99999 !important;
        text-decoration: none;
    }

    .zap-flutuante-mobile svg {
        width: 28px;
        height: 28px;
        fill: #ffffff;
    }
}

.marcas-stock {
    justify-items: center;
    align-items: center;
}