/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

:root {
    --font-1: "Montserrat";
    --font-2: "Montserrat";

    --cor-1: #dc0032;
    --cor-2: #424242;
    --cor-3: #000000;
}

@font-face {
    font-family: Helvetica;
    src: url(../webfonts/Helvetica_1.ttf);
}

@font-face {
    font-family: Helvetica;
    src: url(../webfonts/Helvetica-Bold_1.ttf);
    font-weight: bold;
}

body {
    font-family: var(--font-2);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-1);
}

#mainMenu nav > ul > li > a {
    font-family: var(--font-1);
}

#mainMenu nav > ul > li > a {
    font-size: 16px;
    letter-spacing: 1.2px;
    padding: 10px 50px;
}

#mainMenu nav > ul > li > a {
    font-weight: bold !important;
}

button.btn.btn-light,
.btn:not(.close):not(.mfp-close).btn-light,
a.btn:not([href]):not([tabindex]).btn-light {
    background-color: white;
    border-color: white;
    color: #000;
}

#header {
    height: 100px;
    line-height: 100px;
}

#header .header-inner,
#header #header-wrap {
    height: 100px;
}

#header .header-inner #logo,
#header #header-wrap #logo {
    height: 100px;
}

.flex-container-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-container-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrapper-50 {
    width: 50%;
}

.wrapper-100 {
    width: 100%;
}

.img-bg {
    background-size: cover !important;
    background-position: center !important;
}

.img-bg:before {
}

.box-grande {
    margin: 10px;
    height: unset;
    border-radius: 0.25em;
}

.box-pequeno {
    margin: 10px;
    height: unset;
}

.box-pequeno:after {
    content: "";
    padding-bottom: 66.666%;
    display: block;
}

div.regular {
    border-radius: 0.25em;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.regular > h2 {
    display: block;
    position: absolute;
    color: #fff;
    filter: drop-shadow(2px 2px 6px black);
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: clamp(15px, 2vw, 30px) !important;
}

.bg-overlay[data-style="13"] {
    background: radial-gradient(
        circle at right top,
        rgb(0 0 0 / 0.5) 13%,
        rgb(0 0 0 / 0.8) 57%,
        #000000 77%
    );
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a .box-grande,
a .box-pequeno {
    filter: drop-shadow(-1.5px 1.5px 3.5px rgba(0, 0, 0, 0.2));
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover .box-grande,
a:hover .box-pequeno {
    filter: drop-shadow(-2.5px 2.5px 7.5px rgba(0, 0, 0, 0.4));
}

.box-grande,
.box-pequeno {
    position: relative;
}

.box-grande:after {
    content: "";
    display: block;
    padding-bottom: 50%;
}

.flex-container-horizontal.main-box-produtos {
    margin: -10px;
}

.section-calls {
    overflow: visible;
}

#dest-carousel .slick-produtos-destaque {
    height: 100%;
    width: 100%;
}

#dest-carousel .slick-produtos-destaque .slick-list.draggable {
    height: 100%;
}

#dest-carousel .slick-produtos-destaque .slick-track {
    height: 100%;
}

#dest-carousel .slick-produtos-destaque .slick-slide > div {
    height: 100%;
    width: 100%;
}

#dest-carousel .slick-produtos-destaque .slick-slide {
    transform: scale(0.75);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: unset;
    margin-top: unset;
    margin-bottom: unset;
    padding: unset;
}

#dest-carousel
    .slick-produtos-destaque
    .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.05);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#dest-carousel .slick-produtos-destaque .slick-slide .hover-overlay {
    display: none;
}

.flex-container-vertical.box-prod-dest {
    height: 100%;
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.flex-container-vertical.box-prod-dest > div {
    height: auto;
    text-align: center;
}

.flex-container-vertical.box-prod-dest h3 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 22px;
    /* text-align: center; */
}

.flex-container-vertical.box-prod-dest > div.titulo {
    margin-bottom: 20px;
    padding-top: 25px;
    text-align: center;
    position: relative;
}

.flex-container-vertical.box-prod-dest > div.titulo > .logo {
    position: absolute;
    top: 0;
    height: 20px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.flex-container-vertical.box-prod-dest > div.desc > span.pequeno {
    font-size: 19px;
    line-height: 1.3;
    text-align: center;
    display: block;
    color: #333;
    padding: 0 15px;
}

.flex-container-vertical.box-prod-dest > div.desc > span.value {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    color: #444;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 15px;
}

.flex-container-vertical.box-prod-dest > div.desc > span.value b.modified {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #444;
    font-weight: 500;
}

.flex-container-vertical.box-prod-dest > div.desc > span.value.avista {
    color: #484848 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.flex-container-vertical.box-prod-dest > div.desc > span.valor.ou {
    font-size: 13px;
}

.flex-container-horizontal.listagem
    .flex-container-vertical.box-prod-dest
    > div.desc
    > span.value.entrada {
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
}

.flex-container-horizontal.listagem
    .flex-container-vertical.box-prod-dest
    > div.desc
    > span.value.entrada
    > b.modified {
    color: #008000;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    line-height: 1.4;
}

.flex-container-horizontal.listagem
    .flex-container-vertical.box-prod-dest
    > div.desc
    > span.value.entrada.modified-more-infos {
    font-size: 13px;
    padding-top: 5px;
}

.flex-container-vertical.box-prod-dest > div.desc > span.value.parcela {
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
    color: #222;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 15px;
}

.flex-container-vertical.box-prod-dest
    > div.desc
    > span.value.parcela
    > b.modified {
    font-size: 26px;
    line-height: 1.8;
    text-align: center;
    color: #008000;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    padding: 0 !important;
    transition: all 0.3s ease;
    padding: 0 15px;
}

.flex-container-vertical.box-prod-dest > div.desc > span.value.sem-juros {
    font-size: 15px !important;
    line-height: 1;
    text-align: center;
    color: #434343;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 15px;
}

.flex-container-vertical.box-prod-dest > div.desc > span.value.entrada {
    position: relative;
    top: 7px;
}

.nome-moto > span {
    font-size: 17px;
    display: block;
    position: relative;
    top: -10px;
}

.info-ano {
    display: block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 7px;
    padding: 0px 15px 5px 15px;
    line-height: 1.3;
}

a:not(.btn):not(.badge):hover,
a:not(.btn):not(.badge):focus,
a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: unset;
}

.flex-container-horizontal.listagem
    .flex-container-vertical.box-prod-dest
    > div.titulo {
    margin-bottom: 20px;
    padding-top: 5px;
    position: relative;
}

#dest-carousel .slick-current.slick-active.slick-center img {
    filter: unset;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#dest-carousel .slick-slide img {
    filter: unset;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: unset;
}

a:hover > .flex-container-vertical.box-prod-dest > .hover-overlay {
    background-color: unset;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#dest-carousel
    .slick-slide.slick-current.slick-active.slick-center
    a:hover
    > .flex-container-vertical.box-prod-dest
    > .hover-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flex-container-vertical.flex-nowrap.box-prod-dest.align-items-center {
    justify-content: space-between;
}

a:hover .flex-container-vertical.box-prod-dest > div.desc > span.btn {
    opacity: 0;
}

.flex-container-vertical.box-prod-dest > div.desc > span.btn-detalhes-home {
    text-align: center;
}

.flex-container-vertical.box-prod-dest > div.desc {
    margin-top: 10px;
    width: 100%;
}

.img-contain-center {
    object-fit: contain;
    object-position: center;
    height: 100%;
    width: 100%;
}

.slick-prev:before {
    content: "\e92f";
}

.slick-next:before {
    content: "\e930";
}

.slick-prev:before,
.slick-next:before {
    font-family: inspiro-icons !important;
    font-size: 60px;
    opacity: 0.5;
    color: var(--cor-2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0.25em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover > .flex-container-vertical.box-prod-dest > .hover-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container-slider {
    float: right;
    height: 300px;
    width: 70%;
    margin-left: 20px;
}

.slick-prev,
.slick-next {
    z-index: 999;
    width: 50px;
    height: 50px;
}

.largura-reduzida {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

b.modified {
    font-size: 19px;
    line-height: 1;
    text-align: center;
    color: #333;
    font-weight: 500;
}

.hover-overlay > .btn {
    display: block;
    position: absolute !important;
    bottom: 43px;
    right: 0;
    left: 0;
    opacity: 0;
    background: var(--cor-2) !important;
    border-color: var(--cor-2) !important;
}

.relacionados
    a:hover
    .flex-container-vertical.box-prod-dest
    > div.desc
    > span.btn {
    opacity: 1;
    background: var(--cor-2);
    border-color: var(--cor-2);
}

a:hover > .flex-container-vertical.box-prod-dest > .hover-overlay > .btn {
    opacity: 1;
}

.slick-next {
    right: 0;
}

.container-slider .slick-next {
    right: 15px;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 60px;
    line-height: 1;
    opacity: 0.75;
    color: var(--cor-2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slick-slide {
    height: 300px;
    margin-top: auto;
    margin-bottom: auto;
    transform: scale(0.8) translateX(50px);
    padding: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slick-current.slick-active.slick-center {
    transform: scale(1) translateX(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slick-slide > div {
    height: 100%;
}

.box-hover-galeria {
    position: relative;
}

a {
    color: #484848;
}

.img-cover-center {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.slick-slide img {
    filter: blur(3px) drop-shadow(2px 4px 3px #fff);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 2px;
}

.slick-current.slick-active.slick-center img {
    filter: blur(0px) drop-shadow(2px 4px 3px #333);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slick-current.slick-active.slick-center
    .box-hover-galeria
    > a
    > div.hover-galeria {
    filter: unset;
}

.box-hover-galeria > a > div.hover-galeria {
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    z-index: 1;
    display: table;
    filter: blur(3px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-hover-galeria > a > div.hover-galeria > i {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.slick-prev {
    left: 0;
    z-index: 999;
}

.slick-current.slick-active.slick-center + .slick-slide {
    transform: scale(0.8) translateX(-50px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.box-hover-galeria > a:hover > div.hover-galeria {
    width: 100%;
}

#mvv .flex-container-horizontal > div {
    width: 33.333333%;
}

.flickity-slider > div > img,
.carousel .polo-carousel-item img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    object-position: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.flickity-slider {
    display: table;
}

.client-logos .polo-carousel-item {
    display: table-cell;
    height: 250px;
}

.client-logos .polo-carousel-item > div {
    height: 100%;
}

.grid-filter li a {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 1;
}

.grid-filter.gf-outline li:hover a,
.grid-filter.gf-outline li.active a {
    border-color: var(--cor-1);
    color: var(--cor-1);
}

.flex-container-horizontal.listagem > div {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.flex-container-horizontal.listagem
    .flex-container-vertical.box-prod-dest
    > div.desc
    > span.value {
    font-size: 17px;
}

.flex-container-horizontal.listagem
    .flex-container-vertical.box-prod-dest
    > div.desc
    > span.pequeno {
    font-size: 17px;
}

.heading-text.heading-gradient h5 > *,
.heading-text.heading-gradient h4 > *,
.heading-text.heading-gradient h3 > *,
.heading-text.heading-gradient h2 > * {
    -webkit-text-fill-color: unset !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    background: unset !important;
    color: var(--cor-1) !important;
}

.heading-text.heading-gradient h5 > * > b,
.heading-text.heading-gradient h4 > * > b,
.heading-text.heading-gradient h3 > * > b,
.heading-text.heading-gradient h2 > * > b {
    -webkit-text-fill-color: unset !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    background: unset !important;
    color: var(--cor-1) !important;
}

.list-icon i {
    color: var(--cor-1);
    font-size: 18px;
    margin-right: 3px;
    margin-left: 0;
}

.list-icon li {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.2;
}

p {
    color: #484848;
    font-family: var(--font-2);
    font-size: 1.2rem;
    line-height: 1.5;
}

.box-onde-encontrar > a {
    font-size: 17px;
    line-height: 2;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.box-onde-encontrar > a > i {
    color: var(--cor-1);
}

.box-onde-encontrar > a:hover {
    color: var(--cor-1) !important;
}

.flex-container-vertical.box-onde-encontrar.align-items-center.p-20 {
    border: 2px solid var(--cor-2);
    border-radius: 5px;
}

.busca-cidade > label {
    line-height: 1;
    font-size: 32px;
    margin-right: 10px;
    margin-bottom: 0;
}

.busca-cidade input.especial {
    width: 100%;
    max-width: 350px;
    line-height: 1;
    padding: 5px 15px;
    font-size: 20px;
    border: unset;
    border-bottom: 3px solid var(--cor-2);
    border-radius: 0.25em;
}

.box-onde-encontrar.todas-lojas a:hover h3 {
    color: var(--cor-1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

input:not([type="checkbox"]):not([type="radio"]),
select {
    line-height: 1.2;
    padding: 10px 16px;
    min-height: unset;
    font-size: 18px;
}
.form-control {
    display: block;
    height: unset;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: unset;
    border-radius: 0.25rem;
    border-bottom: 3px solid var(--cor-2);
    margin-right: auto;
    margin-left: auto;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea#field_message {
    line-height: 1.4;
    padding: 10px 16px;
    min-height: unset;
    font-size: 18px;
    overflow-y: hidden;
}

button.btn.btn-shadow:hover,
button.btn.btn-shadow:focus,
button.btn.btn-shadow:not(:disabled):not(.disabled):active,
button.btn.btn-shadow:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-shadow:hover,
.btn:not(.close):not(.mfp-close).btn-shadow:focus,
.btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-shadow:hover,
a.btn:not([href]):not([tabindex]).btn-shadow:focus,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active {
    -webkit-box-shadow: 4px 8px 16px #777;
    box-shadow: 4px 8px 16px #777;
    color: white !important;
}

#relacionados.carousel .polo-carousel-item img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    object-position: center;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    display: block;
}

.dark #header .header-inner #logo a > img,
.dark #header .header-inner #logo a [class*="logo-"],
.dark #header #header-wrap #logo a > img,
.dark #header #header-wrap #logo a [class*="logo-"],
#header.dark .header-inner #logo a > img,
#header.dark .header-inner #logo a [class*="logo-"],
#header.dark #header-wrap #logo a > img,
#header.dark #header-wrap #logo a [class*="logo-"] {
    display: block;
}

.inspiro-slider .slide .slide-captions h2 {
    filter: drop-shadow(2px 4px 6px black);
}

.inspiro-slider .slide .slide-captions {
    position: relative;
    text-align: left;
}

#header .header-inner #logo a > img,
#header #header-wrap #logo a > img {
    height: 70px;
    margin: 20px 0;
}

.header-extras {
    height: 100px;
}

#mainMenu-trigger {
    height: 100px;
}

#header[data-transparent="true"] + .inspiro-slider,
#header[data-transparent="true"] + #slider,
#header[data-transparent="true"] + .fullscreen,
#header[data-transparent="true"] + .halfscreen,
#header[data-transparent="true"] + #google-map {
    top: 0;
    margin-bottom: 0;
}

#header .header-inner #logo a > img,
#header .header-inner #logo a [class*="logo-"],
#header #header-wrap #logo a > img,
#header #header-wrap #logo a [class*="logo-"] {
    display: block;
}

#header .header-inner,
#header #header-wrap {
    background-color: #181818;
}

#mainMenu nav > ul > li > a {
    line-height: 80px;
}

.wrapper.multiplos-valores .value-detalhe.modified-ano b.modified-detalhe {
    padding-right: 15px;
    margin-right: 0;
    position: relative;
    font-weight: bold !important;
}

.wrapper.multiplos-valores {
    display: flex;
    padding: 10px 0 10px 10px;
    margin: 0;
    flex-wrap: wrap;
    position: relative;
}

.wrapper.multiplos-valores:nth-of-type(even) {
    background: #eee;
}

@media (max-width: 991px) {
    #header {
        height: 80px;
        line-height: 80px;
    }

    #header .header-inner,
    #header #header-wrap {
        height: 80px;
    }

    #header .header-inner #logo,
    #header #header-wrap #logo {
        height: 80px;
    }

    .header-extras {
        height: 80px;
    }

    #mainMenu-trigger {
        height: 80px;
    }

    #header .header-inner #logo a > img,
    #header #header-wrap #logo a > img {
        margin: 14px 0;
    }
}

.social-icons.social-icons-large.social-icons-colored-hover i {
    font-size: 25px;
    line-height: 48px;
    color: #fff;
}

img.logo-footer {
    width: 100%;
    height: auto;
    max-width: 255px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.flex-container-horizontal.listagem > div {
    width: 30%;
    margin: 1%;
}

.busca-cidade > .autocomplete {
    width: 100%;
    max-width: 350px;
    position: relative;
}

.box-autocomplete,
#autoComplete_list {
    position: absolute;
    width: 100%;
    background: var(--cor-1);
    border-radius: 0.25em;
    z-index: 999;
}

.autoComplete_result {
    /* cursor: pointer; */
}

.campo-autocomplete,
.autoComplete_result {
    padding: 10px 15px;
    background: transparent;
    border-bottom: 1px solid #fff;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.autoComplete_result a {
    display: block;
}

.campo-autocomplete > span,
.autoComplete_result,
.autoComplete_result a {
    line-height: 1;
    color: #fff;
    font-size: 18px;
}

.arrow-autocomplete:before,
.autoComplete_result:before {
    font-family: "font awesome 5 free";
    content: "\f054";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    color: #fff;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    height: 21px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.box-autocomplete > a:hover > .campo-autocomplete,
.autoComplete_result:hover {
    background-color: var(--cor-2);
}

.box-autocomplete > a:hover > .arrow-autocomplete:before,
.autoComplete_result:hover:before {
    right: 10px;
}

.grid-filter.categorias li a {
    padding: 8px 15px;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 1px;
}

.link-all-over {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.heading-text > h2 > *,
.heading-text > h3 > *,
.heading-text > h4 > *,
.heading-text > h5 > * {
    text-transform: uppercase;
}

.img-zoom-hover {
    transform: scale(1);
    overflow: hidden;
}

.img-zoom-hover > img {
    transition: all 0.3s ease;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.img-zoom-hover:hover > img {
    transform: scale(1.1);
}

.post-item a:not(.btn):not(.badge):hover {
    color: var(--cor-1);
}

.post-item .post-image .post-meta-category,
.post-item .post-slider .post-meta-category,
.post-item .post-video .post-meta-category,
.post-item .post-audio .post-meta-category,
.post-item .post-quote-img .post-meta-category {
    background-color: var(--cor-2);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.post-item.border > .post-item-wrap > .post-item-description {
    background: #eee;
}

.post-item .post-item-description > h2,
.post-item .post-item-description > h2 > a {
    color: #111;
}

.post-item .post-item-description .post-meta-date,
.post-item .post-item-description .post-meta-comments,
.post-item .post-item-description .post-meta-category {
    color: #333;
}

.single-post .post-item img {
    width: 100%;
    height: auto;
    max-height: unset;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25em;
    object-fit: contain;
    object-position: center;
}

#header[data-transparent="true"] + #page-title.blog {
    top: -120px;
    margin-bottom: -120px;
    position: relative;
    padding: 140px 0 60px 0;
}

#footer .main-container {
}

#footer .main-container .container-left {
    width: calc(100% - 37%);
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 10%;
}

#footer .main-container .container-right.newsletter {
    width: 37%;
}

#footer .main-container .container-right.newsletter input {
    border: unset;
    line-height: 1.2;
    padding: 9px 12px;
    min-height: unset;
    font-size: 16px;
    border-bottom: 2px solid grey;
    background: transparent;
    width: calc(100% - 85px);
}

#footer .main-container .container-left .medias a {
    font-size: 35px;
    color: #fff;
    margin-right: 30px;
}

#footer .main-container .container-left .site-map {
    flex-wrap: wrap;
}

#footer .main-container .container-left .site-map a {
    font-size: 15px;
    color: #fff;
    padding: 5px 7px;
}

#footer .main-container .container-left .site-map a:first-child {
    padding-left: 0px;
}

#footer .main-container .container-left .site-map a:last-child {
    padding-right: 0px;
}

#footer .main-container .container-left .site-map a:last-child {
    font-weight: bold;
    color: #8d8d8d;
}

#footer .footer-content {
    padding: 60px 0;
}

#footer .col-modified {
    padding: 50px 15px;
}

#footer .menu-footer {
    background: var(--cor-1);
}

#footer .footer-newsletter > h3,
#footer .menu-footer > h3 {
    letter-spacing: 3px;
    text-transform: uppercase;
}

#footer .menu-footer > ul {
    list-style: none;
}

#footer .menu-footer > ul > a > li {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#footer .menu-footer > ul > a:hover > li {
    background: var(--cor-2);
    width: 100%;
}

#footer .footer-newsletter .modified {
    font-size: 15px;
    padding: 6px 15px;
    line-height: 1;
    border: unset;
    background: transparent;
    border-bottom: 3px solid var(--cor-2);
    color: #fff;
    border-radius: 0.25em;
    width: 100%;
}

#footer .newsletter-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#footer .newsletter-wrapper > button {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--cor-2);
    border-color: var(--cor-2);
    padding: 11px;
}

#footer .main-container .container-left .fone-rodape a {
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer .main-container .container-left .fone-rodape a > span {
    font-size: 15px;
    margin-right: 10px;
    color: #fff;
    font-weight: 500;
}

#footer .main-container .container-left .email-rodape a {
    font-size: 19px;
    font-weight: bold;
}

#header[data-transparent="true"] + #page-title {
    top: -120px;
    margin-bottom: -124px;
    position: relative;
    padding: 180px 0 100px 0;
}

#page-title .page-title > h1 {
    font-family: var(--font-1);
    letter-spacing: 6px;
    text-transform: uppercase;
}

#page-title .page-title > h1 {
    font-size: 3.5rem;
}

.fotorama__thumb-border {
    border-color: var(--cor-2);
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url("../images/fotorama1.png") no-repeat;
}

.fotorama__fullscreen-icon {
    background-position: 0 -32px !important;
}

.fotorama__arr--prev {
    background-position: 0 0 !important;
}

.fotorama__arr--next {
    background-position: -32px 0 !important;
}

.fotorama__video-close {
    background-position: -64px 0 !important;
}

button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
    background-color: var(--cor-1);
    border-color: var(--cor-1);
}

.nav-tabs {
    border-bottom: unset;
    margin: 15px 0;
}

.cor-titulo {
    line-height: 39px;
    font-size: 16px;
    margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: unset;
    border: unset;
    background-color: unset;
    border-color: unset;
}

.nav-link {
    padding: 0 3px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: unset;
    border: unset;
    background-color: unset;
    border-color: unset;
}

.color-box {
    height: 41px;
    width: 41px;
    border: 2px solid #eee;
    background: #fff;
    border-radius: 50% 50% 50% 50%;
    box-shadow: inset -3px -3px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.menor-acima {
    display: block;
    font-size: 20px;
    line-height: 25px;
}

.moto-value h2,
.moto-value span {
    padding-left: 0;
    padding-right: 0;
}

.menor-acima {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #111;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
}

.price-avista {
    color: #008000 !important;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    line-height: 1;
}

.value-detalhe {
    font-size: clamp(20px, 1.9vw, 25px);
    line-height: 1.2;
    color: #008000;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.tabela-valores {
    display: flex;
    flex-direction: column;
}

.wrapper.multiplos-valores > * {
    margin-bottom: 0 !important;
}

b.modified-detalhe.mota {
    font-size: 16px !important;
}

b.modified-detalhe {
    font-size: 16px !important;
    line-height: 1.1 !important;
    color: #333 !important;
    font-weight: 400 !important;
}

.imagem-galeria {
    height: calc(((100vw / 6) / 3) * 2);
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.portfolio-item > a > .imagem-galeria:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--cor-2);
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-item > a:hover > .imagem-galeria:before {
    opacity: 0.4;
}

.portfolio-item > a > .imagem-galeria > i {
    position: absolute;
    top: calc(50% - 42px / 2);
    right: calc(50% - 42px / 2);
    color: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-item > a:hover > .imagem-galeria > i {
    opacity: 1;
}

.table .thead-site th {
    color: #fff;
    background-color: var(--cor-1);
    border-color: var(--cor-1);
    font-weight: bold;
    font-size: 1.2em;
}

.table td,
.table th {
    border: 1px solid #dee2e6;
}

.box-caracteristica table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.box-caracteristica {
    margin-bottom: 30px;
}

.box-caracteristica .heading-text h4 {
    margin-bottom: 15px;
}

.box-caracteristica td {
    min-width: 200px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

button.btn:hover,
button.btn:focus,
button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
    background-color: var(--cor-2);
    border-color: var(--cor-2);
}

button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
}

.modal-header {
    padding: 0;
    border-bottom: unset;
}

.modal-header .close {
    position: absolute;
    right: 20px;
    top: 14px;
    font-weight: bold;
    z-index: 999;
    font-size: 3rem;
    opacity: 1;
    color: #333;
}

.nav-tabs .nav-link.active .color-box {
    border: 2px solid #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.carousel.relacionados
    .a:hover
    > .flex-container-vertical.box-prod-dest
    > .hover-overlay {
    background-color: unset;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inspiro-slider .flickity-button.previous,
.carousel .flickity-button.previous {
    right: auto;
    left: 10px;
    opacity: 1;
}

.inspiro-slider .flickity-button.next,
.carousel .flickity-button.next {
    left: auto;
    right: 10px;
    opacity: 1;
}

.flickity-button:hover:before {
    background-color: unset;
    color: var(--cor-2);
}

.flickity-button:before {
    color: var(--cor-2);
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.copyright-text.text-center.text-light {
    line-height: 2;
}

#footer .copyright-content {
    padding: 20px 0;
}

.flickity-button {
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.flickity-button:hover {
    background-color: unset;
}

.flickity-button:hover:before {
    opacity: 1;
}

.flickity-button.next:before,
.flickity-button.previous:before {
    font-size: 50px;
    font-family: inspiro-icons !important;
}

.flex-container-horizontal.listagem.com-logo
    .flex-container-vertical.box-prod-dest
    > div.titulo {
    padding-top: 20px;
}

.lines,
.lines:before,
.lines:after {
    background-color: #fff;
}

.lines {
    top: 0;
}

.slick-dots li button:before {
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-dots {
    bottom: -40px;
}

.slick-dotted.slick-slider {
    margin-bottom: 70px;
}

@media (max-width: 1200px) {
    b.modified {
        font-size: 17px;
        line-height: 1;
        text-align: center;
        color: #333;
        font-weight: 500;
    }

    .flex-container-vertical.box-prod-dest > div.desc > span.pequeno {
        font-size: 17px;
        line-height: 1.2;
        text-align: center;
        display: block;
        color: #333;
    }

    .flex-container-vertical.box-prod-dest > div.desc > span.value {
        font-size: 17px;
        line-height: 1.2;
        text-align: center;
        color: #008000;
        font-weight: bold;
    }
}

.heading-text h2 {
    line-height: 1.1;
}

.dark #header[data-transparent="true"]:not(.sticky-active) .header-inner,
.dark #header[data-transparent="true"]:not(.sticky-active) #header-wrap,
#header.dark[data-transparent="true"]:not(.sticky-active) .header-inner,
#header.dark[data-transparent="true"]:not(.sticky-active) #header-wrap {
    background: rgb(0, 0, 0);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

.dark #mainMenu nav > ul > li > a,
#mainMenu.dark nav > ul > li > a {
    color: #ffffff;
}

span.font-28px-cor-2 {
    font-size: 28px;
    background: radial-gradient(
        circle at left top,
        var(--cor-2) 9%,
        var(--cor-2) 48%,
        var(--cor-2) 91%
    ) !important;
}

span.font-22px-cor-1 {
    font-size: 24px;
    background: radial-gradient(
        circle at left top,
        var(--cor-1) 9%,
        var(--cor-1) 48%,
        var(--cor-1) 91%
    ) !important;
    text-transform: unset !important;
}

#dest-carousel
    .slick-slide
    a:hover
    .flex-container-vertical.box-prod-dest
    > div.desc
    > span.btn {
    display: none;
}

#dest-carousel
    .slick-slide
    a
    .flex-container-vertical.box-prod-dest
    > div.desc
    > span.btn {
    display: none;
}

#dest-carousel
    .slick-current.slick-active.slick-center
    a
    .flex-container-vertical.box-prod-dest
    > div.desc
    > span.btn {
    display: none;
}

#dest-carousel
    .slick-current.slick-active.slick-center
    a:hover
    .flex-container-vertical.box-prod-dest
    > div.desc
    > span.btn {
    display: none;
}

#header[data-fullwidth="true"] .header-inner .container,
#header[data-fullwidth="true"] #header-wrap .container {
    background: #1e1e1e;
}

.mainMenu-open #header #mainMenu {
    overflow-y: hidden;
}

.logo-colombo {
    width: 185px;
    height: auto;
}

#footer .main-container .container-left .colombo span {
    font-size: 15px;
    margin-right: 10px;
    color: #fff;
    font-weight: 500;
}

body.side-panel-static .body-inner .container,
body.side-panel-static #wrapper .container {
    padding: 0 15px;
}

.iframe-container-segunda-via {
    padding: 80px 0;
}

#mainMenu > div > nav > ul > li > a.text-laranja {
    color: var(--cor-3);
}

#mainMenu nav > ul > li .dropdown-menu > li > a,
#mainMenu nav > ul > li .dropdown-menu > li > span,
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: var(--font-1);
    letter-spacing: 0.3px;
    color: #fff !important;
    font-weight: 700;
}

#mainMenu.dark nav > ul > li .dropdown-menu > li > a:hover {
    color: #9896a6 !important;
}

.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu,
#mainMenu.dark nav > ul > li .dropdown-menu {
    background-color: #a50026;
    border-color: #a50026;
}

.form-control:focus {
    border-color: #a50026;
    box-shadow: unset;
}

.select-label {
    position: relative;
}

.select-label > label {
    position: absolute;
    line-height: 1;
    font-size: 15px !important;
    color: #777 !important;
    top: 5px;
    left: 18px;
    font-weight: 500 !important;
}

.select-label select {
    line-height: 1.2;
    font-size: 18px;
    margin-top: 35px;
    max-height: unset;
    height: unset !important;
}

.alert.alert-warning.error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.moto-value h2 {
    font-weight: bold;
}

.valor-avista span.price-avista {
    color: #111 !important;
    font-size: 14px;
}

.valor-avista span.menor-acima {
    line-height: 1.5;
    font-size: 14px;
    color: #111;
    font-weight: 400 !important;
}

.value-detalhe b.modified-detalhe {
    font-size: 14px !important;
    color: #000 !important;
}

.valor-avista {
    position: relative;
    top: unset;
    height: 100%;
    right: unset;
}

.pagination {
    padding-top: 40px;
}

.pagination-lg .page-link {
    padding: 0.75rem 1rem;
    line-height: 1;
    font-weight: bold;
}

.pagination .page-item:not(.disabled).active > .page-link,
.pagination .page-item:not(.disabled):active > .page-link,
.pagination .page-item:not(.disabled):focus > .page-link {
    background-color: var(--cor-1);
    border-color: var(--cor-1);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.15s ease;
}

.btn.btn-ideal.btn-laranja {
    background: var(--cor-2) !important;
    border-color: var(--cor-2) !important;
}

.btn.btn-ideal.btn-laranja:hover {
    background: var(--cor-1) !important;
    border-color: var(--cor-1) !important;
}

.btn.btn-ideal.call {
    cursor: unset !important;
    background: unset !important;
    border-color: unset !important;
    color: #000 !important;
    border: unset !important;
    padding-right: 5px !important;
    padding-left: 0px !important;
}

.btn.btn-ideal.btn-laranja.btn-media {
    height: 40px !important;
    width: 40px !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn.btn-ideal.btn-laranja.btn-media i {
    font-size: 21px !important;
    margin: 0 !important;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex-container .form-group {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 33.33333%;
}

.flex-container .form-group {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-container.contato-form .form-group.fmensagem {
    width: 66.66666%;
}

.flex-container.modal-form .form-group.fmensagem {
    width: 100%;
}

.flex-container.modal-form .form-group.fnome {
    width: 50%;
}

.flex-container.modal-form .form-group.femail {
    width: 50%;
}

.fix-lh {
    line-height: 1;
}

@media (min-width: 992px) {
    input.focused-effect,
    textarea.focused-effect {
        padding-top: 30px !important;
    }

    .focused-effect:focus::-webkit-input-placeholder {
        transition: all 0.3s ease;
        transform: translate(-10px, -27px);
        font-size: 80%;
        font-weight: bold;
    }

    .focused-effect:focus::-moz-placeholder {
        transition: all 0.3s ease;
        transform: translate(-10px, -27px);
        font-size: 80%;
        font-weight: bold;
    }

    .focused-effect:focus:-ms-input-placeholder {
        transition: all 0.3s ease;
        transform: translate(-10px, -27px);
        font-size: 80%;
        font-weight: bold;
    }

    .focused-effect:focus:-moz-placeholder {
        transition: all 0.3s ease;
        transform: translate(-10px, -27px);
        font-size: 80%;
        font-weight: bold;
    }
}

@media (max-width: 1270px) {
    #header .header-inner #logo a > img,
    #header #header-wrap #logo a > img {
        height: 54px;
    }
}

@media (max-width: 1200px) {
    #footer .main-container .container-left {
        padding-right: 13%;
    }
}

@media (max-width: 1150px) {
    #mainMenu nav > ul > li > a {
        font-size: 12px;
        letter-spacing: 0;
        padding: 10px 5px;
    }
}

@media (max-width: 1050px) {
    #mainMenu nav > ul > li > a {
        font-size: 11px;
        letter-spacing: 0;
        padding: 10px 2.5px;
    }
}

@media (max-width: 992px) {
    .flex-container.modal-form .form-group {
        width: 50%;
    }

    .flex-container.modal-form .form-group.fcidade {
        width: 100%;
    }

    .flex-container.modal-form .form-group.fmensagem {
        width: 100%;
    }

    .flex-container.contato-form .form-group.fmensagem {
        width: 70%;
    }

    .flex-container.contato-form .form-group.fcliente {
        width: 30%;
    }

    .flex-container.contato-form .form-group {
        width: 50%;
    }

    #footer .newsletter-wrapper {
        margin-left: unset;
    }

    .mainMenu-open #header .header-inner,
    .mainMenu-open #header #header-wrap {
        background-color: var(--cor-1) !important;
    }

    #mainMenu nav > ul > li > a {
        font-size: 18px;
        letter-spacing: 2px;
        padding: 10px 8px;
    }

    .container-slider {
        float: none;
        height: 250px;
        width: 100%;
        margin-left: unset;
        margin-bottom: 40px;
    }

    .slick-slide {
        height: 250px;
    }

    .heading-text p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .list-icon li {
        font-size: 16px;
        line-height: 1.2;
    }

    #page-title .page-title > h1 {
        font-size: 2.5rem;
        line-height: 1;
    }

    .grid-filter li {
        width: auto;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .grid-filter li a {
        padding: 8px 14px;
        font-size: 17px;
        line-height: 1;
    }

    .menor-acima {
        line-height: 1;
    }

    .price-avista {
        font-size: 20px;
    }

    .value-detalhe {
        font-size: 17px;
        line-height: 1.1;
    }

    b.modified-detalhe {
        font-size: 15px !important;
        line-height: 1 !important;
    }

    .flex-container-horizontal.listagem > div {
        width: 46%;
        margin: 2%;
    }

    .dark #mainMenu nav > ul > li > a,
    #mainMenu.dark nav > ul > li > a {
        line-height: 1;
    }

    #mainMenu:not(.menu-overlay) nav > ul > li > a {
        font-size: 20px;
    }

    #mvv .flex-container-horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #mvv .flex-container-horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #mvv .flex-container-horizontal > div {
        width: 100%;
    }

    .slick-next {
        right: 0;
    }

    .heading-text h2 {
        font-size: 45px;
    }

    #mainMenu-trigger {
        float: left;
    }

    .dark #header[data-transparent="true"]:not(.sticky-active) .header-inner,
    .dark #header[data-transparent="true"]:not(.sticky-active) #header-wrap,
    #header.dark[data-transparent="true"]:not(.sticky-active) .header-inner,
    #header.dark[data-transparent="true"]:not(.sticky-active) #header-wrap {
        background: var(--cor-1);
    }

    #footer .main-container .container-left .site-map {
        margin-top: 25px;
    }

    #footer .main-container .container-left {
        width: 100%;
        padding-right: 20%;
    }

    #footer .main-container .container-right.newsletter {
        width: 100%;
        margin-top: 25px;
    }

    #footer .main-container .container-left .site-map {
        flex-direction: column;
    }

    #header[data-transparent="true"] + .inspiro-slider,
    #header[data-transparent="true"] + #slider,
    #header[data-transparent="true"] + .fullscreen,
    #header[data-transparent="true"] + .halfscreen,
    #header[data-transparent="true"] + #google-map {
        top: 0;
        margin-bottom: 0;
        background: var(--cor-1);
    }

    #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > a,
    #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > span,
    #mainMenu:not(.menu-overlay)
        nav
        > ul
        > li
        .dropdown-menu
        > li
        [class*="col-"]
        > ul
        > li
        > a {
        text-align: center;
    }

    #mainMenu:not(.menu-overlay) nav > ul > li > a {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .flex-container.modal-form .form-group {
        width: 100% !important;
    }

    .flex-container.contato-form .form-group.fmensagem {
        width: 100%;
    }

    .flex-container.contato-form .form-group.fcliente {
        width: 50%;
    }

    .flex-container.contato-form .form-group.femail {
        width: 100%;
    }

    .flex-container.contato-form .form-group {
        width: 50%;
    }

    .flex-container-horizontal.main-box-produtos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-container-horizontal.main-box-produtos > .wrapper-50 {
        width: 100%;
    }

    .flex-container-horizontal.listagem > div {
        width: 48%;
        margin: 1%;
    }

    .flex-container-horizontal.listagem
        .flex-container-vertical.box-prod-dest
        > div.desc
        > span.value {
        font-size: 15px;
    }

    .flex-container-horizontal.listagem
        .flex-container-vertical.box-prod-dest
        > div.desc
        > span.pequeno {
        font-size: 15px;
    }

    .flex-container-vertical.box-prod-dest {
        height: 100%;
        width: 100%;
        padding: 10px;
        position: relative;
    }

    .flex-container-vertical.box-prod-dest > div.desc > span.value {
        padding: 0;
    }

    .flex-container-vertical.box-prod-dest > div.desc > span.pequeno {
        padding: 0;
    }

    .hover-overlay > .btn {
        bottom: 10px;
    }

    .flex-container-horizontal.listagem button.btn,
    .flex-container-horizontal.listagem .btn:not(.close):not(.mfp-close),
    .flex-container-horizontal.listagem a.btn:not([href]):not([tabindex]) {
        font-size: 12px;
        padding: 10px 16px;
    }

    .flex-container-horizontal.listagem button.btn,
    .flex-container-horizontal.listagem .btn:not(.close):not(.mfp-close),
    .flex-container-horizontal.listagem a.btn:not([href]):not([tabindex]) {
        font-size: 12px;
        line-height: 1;
        letter-spacing: 1px;
    }

    .largura-reduzida {
        width: 100%;
    }

    .flex-container-vertical.box-prod-dest > div {
        width: 80%;
    }

    .heading-text h2 {
        font-size: 40px;
    }

    .iframe-container-segunda-via {
        padding: 40px 0;
    }

    .heading-text {
        -webkit-text-size-adjust: 100%;
    }

    .heading-text h4 {
        line-height: 1.2;
    }
}

@media (max-width: 567px) {
    .flex-container.contato-form .form-group {
        width: 100% !important;
    }

    .container {
        padding: 0 15px;
    }

    .box-grande {
        margin: 8px;
    }

    .box-pequeno {
        margin: 8px;
    }

    .flex-container-horizontal.main-box-produtos {
        margin: -5px;
    }

    .heading-text p {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    .list-icon li {
        font-size: 15px;
        line-height: 1.2;
    }

    #page-title .page-title > h1 {
        font-size: 2rem;
        line-height: 1;
    }

    #header[data-transparent="true"] + #page-title {
        top: -120px;
        margin-bottom: -120px;
        position: relative;
        padding: 170px 0 40px 0;
    }

    .flex-container-vertical.box-prod-dest > div {
        width: 100%;
        padding: 0 10px;
    }

    #dest-carousel .container {
        padding: 0px;
    }

    .heading-text h2 {
        font-size: 35px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .box-grande {
        height: 150px;
    }

    #footer .main-container .container-left {
        width: 100%;
        padding-right: 0;
    }

    #mainMenu:not(.menu-overlay) nav > ul > li > a {
        font-size: 18px;
    }

    .box-hover-galeria > a > div.hover-galeria,
    .box-hover-galeria > a > div.hover-galeria {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: unset;
        opacity: 0.7;
    }

    .heading-text h4 {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .flex-container-horizontal.listagem > div {
        width: 98%;
        margin: 3% 1%;
    }

    .largura-reduzida {
        width: 90%;
    }

    #footer .main-container .container-left .site-map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .valor-avista {
        position: relative;
    }

    .grid-filter li {
        width: auto;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .grid-filter li a {
        padding: 5px 8px;
        font-size: 15px;
        line-height: 1;
    }
}

@media (max-width: 420px) {
    .flex-container-horizontal.listagem > div {
        width: 98%;
        margin: 3% 1%;
    }

    .largura-reduzida {
        width: 90%;
    }

    #footer .main-container .container-left .site-map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .valor-avista {
        position: relative;
    }

    .grid-filter li a {
        padding: 5px 8px;
        font-size: 14px;
        line-height: 1;
    }
}

@media (max-width: 370px) {
    div.regular > h2 {
        font-size: 20px;
    }
}

@media (max-width: 330px) {
    .grid-filter li {
        width: auto;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .grid-filter li a {
        padding: 5px 8px;
        font-size: 11px;
        line-height: 1;
    }
}

/*********************** BANNER RESPONSIVO INSPIRO ***********************/

/*********************** BANNER RESPONSIVO INSPIRO ***********************/

@media (min-width: 992px) {
    #slider.slider-fullscreen,
    #slider.slider-fullscreen .flickity-viewport,
    #slider.slider-fullscreen .flickity-viewport .flickity-slider,
    #slider.slider-fullscreen .flickity-viewport .flickity-slider .slide {
        height: calc(100vw / 3 * 1) !important;
    }
}

@media (min-aspect-ratio: 8/10) {
    #slider:not(.slider-fullscreen),
    #slider:not(.slider-fullscreen) .flickity-viewport,
    #slider:not(.slider-fullscreen) .flickity-viewport .flickity-slider,
    #slider:not(.slider-fullscreen) .flickity-viewport .flickity-slider .slide {
        height: calc(100vw / 3 * 1) !important; /*    3/1     */
    }
}

@media (max-aspect-ratio: 8/10) {
    #slider:not(.slider-fullscreen),
    #slider:not(.slider-fullscreen) .flickity-viewport,
    #slider:not(.slider-fullscreen) .flickity-viewport .flickity-slider,
    #slider:not(.slider-fullscreen) .flickity-viewport .flickity-slider .slide {
        height: calc(100vw / 3 * 2) !important; /*    3/2     */
    }

    .inspiro-slider .slide-captions {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 991px) {
    #slider.slider-fullscreen,
    #slider.slider-fullscreen .flickity-viewport,
    #slider.slider-fullscreen .flickity-viewport .flickity-slider,
    #slider.slider-fullscreen .flickity-viewport .flickity-slider .slide {
        height: calc(100vw / 3 * 1) !important; /*    3/1     */
    }
}

@media (max-width: 991px) and (max-aspect-ratio: 8/10) {
    #slider.slider-fullscreen,
    #slider.slider-fullscreen .flickity-viewport,
    #slider.slider-fullscreen .flickity-viewport .flickity-slider,
    #slider.slider-fullscreen .flickity-viewport .flickity-slider .slide {
        height: calc(100vw / 3 * 2) !important; /*    3/2     */
    }
}

@media (max-width: 470px) {
    .inspiro-slider .slide-captions .strong {
        font-size: 13px !important;
    }

    .inspiro-slider .slide-captions h1,
    .inspiro-slider .slide-captions h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .inspiro-slider .slide-captions .btn {
        padding: 6px 14px !important;
        font-size: 10px !important;
        line-height: 1.5;
    }

    .slide-captions.pl-5 {
        padding-left: 0 !important;
    }
}

.inspiro-slider .slide-captions {
    width: 40%;
    padding: 0;
}

@media (max-width: 991px) {
    .inspiro-slider .slide-captions {
        width: 100%;
        padding: 0;
    }
}

/***************************************************************/

span.detalhe-seminovo {
    text-transform: initial;
    font-weight: normal;
}

.wrapper-fix.mb-0 > p {
    margin-bottom: 0;
}

.accordion .ac-item .ac-title:before {
    font-weight: bold;
}

.accordion.accordion-theme .ac-item .ac-title {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: clamp(15px, 1vw, 17px);
    line-height: 1.5;
    font-family: var(--font-2);
}

.d-flex.flex-column.container-left > div {
    margin: 5px 0;
}

.d-flex.endereco-rodape a {
    line-height: 1.3;
}

.accordion.accordion-theme .ac-item {
    background-color: var(--cor-1);
    border: 3px solid var(--cor-1);
}

.accordion.accordion-theme .ac-item.ac-active {
    background-color: #fff;
}

.accordion.accordion-theme .ac-item.ac-active .ac-title {
    color: var(--cor-1);
    font-weight: bold;
}

.accordion.accordion-theme .ac-item .ac-content {
    color: #111;
}

.table-striped tbody tr td:nth-of-type(odd) {
    font-weight: bold;
    text-align: right;
}

.table table {
    width: 100%;
    letter-spacing: 0.5px;
}

.table {
    width: calc(100% + 40px);
    color: #111;
    font-size: 16px;
    margin: 0 -20px;
    margin-bottom: -12px;
}

.table td,
.table th {
    color: #111;
}

/* INÍCIO WHATSAPP */
.mensagem-whatsapp {
    width: auto;
    position: fixed;
    z-index: 9999;
    bottom: 25px;
    right: 25px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mensagem-grande {
    width: 130px;
    display: inline-block;
    float: left;
    background: #16ab4e;
    padding-left: 20px;
    height: 35px;
    z-index: 1;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.mensagem-grande a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 0;
    padding-left: 6px;
    color: #fff;
}
.chamar-whats-div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #25d366;
    display: inline-block;
    float: left;
    margin-right: 0px;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    left: -16px;
}
.chamar-whats-div i {
    padding-left: 9px;
    padding-top: 6px;
    font-size: 21px;
    color: #fff;
}
#chamar-whats {
    display: block;
}
.mensagem-whatsapp.only-icon {
    right: -172px;
    right: -182px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mensagem-whatsapp.only-icon .fechar-whats {
    display: none;
}

.mensagem-whatsapp a:hover {
    color: #fff;
}

/* Responsividade do link*/

.desktop {
    visibility: visible;
}

.mobile {
    visibility: hidden;
    display: none !important;
}

.bg-assistencia {
    background-image: url(../images/bg-assistencia.jpg) !important;
    /* filter: grayscale(1); */
    min-height: 50vh;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-attachment: fixed;
}

.bg-assistencia:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#page-title.bg-assistencia .page-title {
    position: relative;
}

.flex-container-horizontal.listagem {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
}

.flex-container-horizontal.listagem > div {
    width: 100%;
    margin: 0;
}

input.styled-input:not([type="checkbox"]):not([type="radio"]),
select.styled-input {
    width: 100%;
    max-width: 350px;
    line-height: 1;
    padding: 5px 15px;
    font-size: 16px;
    border: unset;
    border-bottom: 3px solid var(--cor-2);
    border-radius: 0.25em;
    height: 38px;
}

.btn-input-wrapper button:hover {
    background: var(--cor-2);
    color: #fff;
}

.wrapper-styled {
    display: flex;
    justify-content: flex-start;
}

.btn-input-wrapper {
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    max-width: 315px;
    width: 100%;
}

.grid-filter {
    margin-bottom: 35px;
}

.btn-input-wrapper button {
    position: absolute;
    right: 0;
    color: #fff;
    border: unset;
    height: 38px;
    width: 38px;
    border-radius: 4px;
    font-size: 21px;
    background: transparent;
    color: var(--cor-2);
    transition: all 0.3s ease;
}

.styled-input::-webkit-input-placeholder {
    font-size: 16px;
}

.styled-input::-moz-placeholder {
    font-size: 16px;
}

.styled-input:-ms-input-placeholder {
    font-size: 16px;
}

.styled-input:-moz-placeholder {
    font-size: 16px;
}

@media (max-width: 991px) {
    #footer .main-container .container-left .site-map a {
        font-size: 14px;
        padding: 2px 0px;
    }

    #footer .main-container .container-left .medias,
    #footer .main-container .container-left .colombo,
    #footer .main-container .container-left .fone-rodape {
        padding-bottom: 20px;
    }

    .bg-assistencia {
        background-attachment: unset;
    }

    .flex-container-horizontal.listagem {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .flex-container-horizontal.listagem {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 40px;
    }

    .mobile {
        visibility: visible;
        display: block !important;
    }

    .desktop {
        visibility: hidden;
        display: none !important;
    }
    /* .chamar-whats-div i { */
    /* padding-left: 0px; */
    /* } */

    .fone-rodape {
        padding-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .msg-whats {
        visibility: hidden;
        width: 0 !important;
    }
    .logo-whats {
        right: 0;
    }
    .widget a {
        color: white;
        font-size: 12px;
    }
    .md-m-r-10 {
        margin-right: 10px !important;
    }

    /*Soluções-Detalhes*/

    #bt-solucoes a {
        display: block;
        width: auto;
    }

    .mobile-msg {
        display: none !important;
    }

    .item {
        height: 250px;
    }
    .item-video {
        height: 250px;
    }

    #footer .main-container .container-left .email-rodape a {
        font-size: 16px;
    }

    #footer .main-container .container-left .colombo span {
        font-size: 14px;
    }

    #footer .main-container .container-left .fone-rodape a > span {
        font-size: 14px;
    }

    .logo-colombo {
        width: 165px;
    }

    #footer .main-container .container-left .fone-rodape a {
        font-size: 27px;
    }
}

.whats {
    margin-bottom: 0 !important;
    box-shadow: none !important;
}

.mensagem-whatsapp a {
    font-size: 16px !important;
}

#footer.footer-light .mensagem-whatsapp a:hover {
    color: white !important;
}

#footer.inverted a:not(.btn) {
    color: #fff;
    font-weight: 400;
}

/* REDES FIXA */
#redes-sociais * {
    transition: all 0.4s;
}

#redes-sociais {
    transition: all 0.4s;
}

div#redes-sociais {
    position: fixed;
    top: 55%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 999999999999;
}

div#redes-sociais a i {
    font-size: 20px;
    color: white;
}

div#redes-sociais a {
    display: block;
    padding: 10px 0;
    margin: 1px 0;
    border-radius: 0 10px 10px 0;
    padding-left: 15px;
    text-align: center;
    width: 50px;
    box-sizing: content-box;
}

div#redes-sociais a:not(:hover) {
    background: #000000 !important;
    padding-left: 0px;
    box-shadow: 0 0 10px #0000002b;
}

#redes-sociais a#side-loja {
    background: #d09b4e !important;
}

@media (min-width: 992px) {
    div#redes-sociais:not(:hover) {
        opacity: 0.7;
        left: -10px;
    }
}

@media (max-width: 992px) {
    div#redes-sociais {
        opacity: 0.7;
    }
}
/* FIM REDES FIXA */

/* INÍCIO WHATSAPP */

.mensagem-whatsapp {
    position: fixed;
    z-index: 9999;
    bottom: 70px;
    right: 25px;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.mensagem-grande {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: unset;
    background: #16ab4e;
    padding-left: 50px;
    height: 40px;
    z-index: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 10px;
}

.mensagem-whatsapp--cliente .mensagem-grande {
    background: var(--cor-1);
}

.mensagem-grande a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 0 !important;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #16ab4e;
    padding-left: 50px !important;
    padding-right: 10px !important;
    white-space: nowrap;
}

.whatsapp-form .flex-container.form-contato .small {
    font-size: 65%;
}

.mensagem-whatsapp {
    opacity: 1;
}

.mensagem-whatsapp--cliente {
    bottom: 25px;
}

.mensagem-whatsapp--cliente.mensagem-whatsapp--bottom {
    bottom: 25px;
}

.mensagem-whatsapp.wp-open {
    opacity: 0;
}

#chamar-whats:active,
#chamar-whats:focus {
    color: #fff;
}

.mensagem-whatsapp--cliente .chamar-whats-div {
    background: #a0212e;
}

.mensagem-whatsapp--cliente .mensagem-grande a {
    background: var(--cor-1);
}

.chamar-whats-div {
    width: 40px;
    height: 40px;
    border-radius: unset;
    background: #25d366;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: unset;
    margin-right: 0px;
    position: absolute;
    cursor: pointer;
    left: 0;
    z-index: 2;
}

.chamar-whats-div i {
    padding-left: 0;
    padding-top: 0;
    font-size: 25px;
    color: #fff;
    line-height: 1;
    margin-bottom: 2px;
}

#chamar-whats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mensagem-whatsapp.only-icon {
    right: -172px;
    right: -182px;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mensagem-whatsapp.only-icon .fechar-whats {
    display: none;
}

.mensagem-whatsapp a:hover {
    color: #fff;
}

/* Responsividade do link*/

.desktop {
    visibility: visible;
}

.mobile {
    visibility: hidden;
    display: none !important;
}

.whats {
    margin-bottom: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* modificações para  */

.mensagem-whatsapp a {
    font-size: 16px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
}

#footer.footer-light .mensagem-whatsapp a:hover {
    color: white !important;
}

#footer.inverted a:not(.btn) {
    color: #fff;
    font-weight: 400;
}

.mensagem-grande a:hover {
    color: #fff !important;
}

.mensagem-whatsapp:hover {
    -webkit-transform: translate(-3px, -2px);
    -ms-transform: translate(-3px, -2px);
    transform: translate(-3px, -3px);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 991px) {
    .mensagem-whatsapp {
        height: 30px;
        width: 150px;
        bottom: 55px;
    }
    .chamar-whats-div {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .chamar-whats-div > * {
        position: absolute;
    }
    .chamar-whats-div i {
        font-size: 19px;
    }
    .mensagem-grande {
        height: 30px;
        padding-left: 40px;
    }
    .mensagem-grande a {
        font-size: 12px !important;
        font-weight: 500;
        padding-left: 40px !important;
    }
    .mensagem-whatsapp--cliente {
        bottom: 20px;
    }
}

.whatsapp-form {
    position: fixed;
    bottom: 25px;
    background: #fff;
    right: 25px;
    z-index: -10008;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 40px;
    width: 150px;
}

.wp-open + .whatsapp-form {
    width: 270px;
    height: 222px;
    z-index: 10008;
}

.whatsapp-form__header {
    background: #25d366;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    transition: all 0s ease;
}

.mensagem-whatsapp--televendas .whatsapp-form__header {
    background: var(--cor-1) !important;
}

.whatsapp-form__header--azul {
    background: var(--cor-1);
}

.whatsapp-form__header__title {
    font-weight: bold;
    font-size: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.whatsapp-form__header__title > i {
    font-weight: 300;
    font-size: 25px;
    margin-right: 8px;
}

.close-whatsapp {
    position: absolute;
    right: 0;
    font-size: 25px;
    cursor: pointer;
    padding: 15px;
}

.whatsapp-form .flex-container.form-contato {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
}

.whatsapp-form .flex-container.form-contato .form-group {
    width: 100%;
}

.whatsapp-form .flex-container.form-contato .form-group {
    padding: 0;
}

.mensagem-grande a {
    color: #fff !important;
}

.whatsapp-form .form-control.telefone-whats {
    line-height: 1;
    padding: 8px 8px;
    min-height: unset;
    font-size: 13px;
}
.mensagem-whatsapp--televendas.mensagem-whatsapp--bottom {
    bottom: 25px;
}
/* FIM WHATSAPP */
.btn--simulador {
    font-size: 12px !important;
    padding: 1em 1.25em !important;
}
@media screen and (min-width: 991.98px) and (max-width: 1399px) {
    #logo img {
        width: clamp(7rem, -9.0614rem + 24.0786vw, 14rem) !important;
        height: auto !important;
    }
    #logo a {
        display: flex;
        height: 100px;
        justify-content: center;
        align-items: center;
    }
    .btn--simulador {
        font-size: clamp(10px, 5.1373px + 0.4902vw, 12px) !important;
    }
    #mainMenu nav > ul > li {
        margin-left: 3px !important;
    }
    #mainMenu nav > ul > li > a {
        font-size: clamp(13px, 7.5686px + 0.2451vw, 14px) !important;
    }
}

/* Ajustes 27/04 */
#logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
#logo img {
    padding: 0 !important;
}

.text-primary-main {
    color: var(--cor-1) !important;
}
.btn-rounded-light {
    padding: 0.85em 0.75em !important;
    border-radius: 0.7em !important;
}

.simulador-opcoes-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transform: translateY(-110%);
    opacity: 0;
    transition: opacity 200ms ease-in-out, transform 300ms ease-in-out,
        top 300ms cubic-bezier(0.2, 0.64, 0.72, 1.13);
}
.simulador-opcoes-open .simulador-opcoes-wrapper {
    opacity: 1;
    transform: translateY(0);
    top: 120px;
}
.simulador-opcoes-wrapper-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #18181857;
    z-index: 99998;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 300ms ease-in-out, transform 200ms ease-in-out;
}
.simulador-opcoes-open .simulador-opcoes-wrapper-overlay {
    opacity: 1;
    transform: translateY(0);
}
.simulador-opcoes {
    background: white;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 0 1rem #0000002e;
}

.simulador-opcoes-open {
    padding-right: 15px;
    overflow: hidden;
}

.simulador-opcoes-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    gap: 1rem;
    margin-bottom: 8px;
    transition: transform 200ms ease-in-out;
    transform-origin: center;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
}
.simulador-opcoes-item:hover {
    transform: scale(1.048);
}

.simulador-opcoes-item h3 {
    font-weight: 600;
    font-size: clamp(14px, 11.8621px + 0.2155vw, 16px);
    color: var(--cor-1);
    line-height: 1.25;
}
.simulador-opcoes-item + .simulador-opcoes-item {
    margin-left: 1rem;
}
.simulador-opcoes-item-img {
    display: block;
    width: 100%;
    position: relative;
}
.simulador-opcoes-item-img::before {
    content: "";
    width: 100%;
    padding-bottom: 100%;
    display: block;
}
.simulador-opcoes-item-img * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 991.98px) {
    .btn--simulador {
        margin-top: 16px;
        font-size: clamp(16px, 15.0476px + 0.2976vw, 18px) !important;
    }
    .simulador-opcoes-wrapper .container {
        max-width: 100vw;
        padding: 0;
        margin: 0;
    }
    .simulador-opcoes {
        border-radius: 0;
        height: 100vh;
        display: flex;
        align-items: start;
        justify-content: center;
        overflow-y: auto;
    }
    .simulador-opcoes-inner {
        display: flex;
        flex-wrap: wrap;
        height: max-content;
        width: 100%;
    }

    .simulador-opcoes-inner > div {
        width: calc(33.33%);
        max-width: calc(33.33%);
        flex: 0 0 calc(33.33%);
        padding: 0.5rem;
    }

    .simulador-opcoes-wrapper {
        transform: translateX(-100%);
    }
    .simulador-opcoes-open .simulador-opcoes-wrapper {
        opacity: 1;
        transform: translateX(0);
        top: 0;
    }
}

@media (max-width: 575.98px) {
    .simulador-opcoes {
        padding: 24px;
    }
    .simulador-opcoes-inner > div {
        width: calc(50%);
        max-width: calc(50%);
        flex: 0 0 calc(50%);
        padding: 0.5rem;
    }
}

.btn-simulador-close {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    width: max-content !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #444 !important;
    z-index: 99 !important;
}

.form-control-simulacao {
    border: 1px solid #707070;
    border-radius: 0.5em;
    padding: 0.5em 1em !important;
    font-weight: 600 !important;
    color: #707070;
}
.form-control-simulacao {
    border: 1px solid #707070;
    border-radius: 0.5em;
    padding: 0.5em 1em !important;
    font-weight: 600 !important;
    color: #707070;
    font-size: 18px;
    line-height: 1.2;
}
.form-control-simulacao::-webkit-outer-spin-button,
.form-control-simulacao::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control-simulacao[type="number"] {
    -moz-appearance: textfield;
}

.form-control-simulacao::placeholder,
.form-control-simulacao .placeholder,
.form-control-simulacao-select {
    opacity: 1;
    font-weight: 300 !important;
    color: #707070;
    font-size: 14px;
}
.form-control-simulacao .text-green {
    color: #008000;
}
.produto-detalhe-simulacao-row {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
    padding: 24px 0;
}
.produto-detalhe-simulacao-row > div[class*="col-"] {
    padding: 0 8px;
    margin-top: 16px;
}
.produto-detalhe-simulacao-row h3 {
    font-size: 18px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

button[disabled] {
    pointer-events: none;
}

.btn.btn-laranja.btn-simulacao-recalcular {
    background: #ababab !important;
    border-color: #ababab !important;
}
.simulador-opcoes-inner img {
    filter: none !important;
}
.simulador-opcoes-inner .slick-slide {
    height: max-content !important;
    transform: none;
}
.simulador-opcoes-inner .slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}
.simulador-opcoes-inner .slick-arrow::before {
    color: rgb(11, 11, 11);
}
.simulador-opcoes-inner .slick-arrow.slick-next,
.simulador-opcoes-inner .slick-arrow.slick-prev {
    width: 32px !important;
    height: 32px !important;
}
.simulador-opcoes-inner .slick-arrow.slick-next::before,
.simulador-opcoes-inner .slick-arrow.slick-prev::before {
    font-size: 48px !important;
}
.simulador-opcoes-inner .slick-arrow.slick-next {
    transform: translate(100%, -50%);
}
.simulador-opcoes-inner .slick-arrow.slick-prev {
    transform: translate(-100%, -50%);
}

@media (min-width: 1400px) {
    body section .container ,
    footer .container 
    {
        max-width: 1320px !important;
    }
}


#about{
    height: 80vh;
    color: white !important;
    background-color: #DC0032 !important;
    background-size: cover;
    background-position: center;
}
#about .svg-section{
    position: absolute;
    top: 0;
    right: -10%;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}
#about::after{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
}
#about .container{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    z-index: 2;
}
#about .container h5{
    font-size: 24px;
}


#dest-carousel .nav-pills{
    gap: 1rem;
    position: relative;
    }   
#dest-carousel .nav-link.active{
    background: none;
    color: black !important;
}
#dest-carousel .nav-link{
    background: none;
    color: #999999 !important;
    text-transform: uppercase;
    position:relative;
    }

@media(min-width: 992px){
    #dest-carousel .nav-link.active::after{
       content: '';
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #DC0032;
    z-index: 3;
}
    #dest-carousel .slick-next{
    right: 29%;
    }    
    #dest-carousel .slick-prev{
    left: 29%;
    }    
    #dest-carousel .slick-active{
    opacity: 0.5 !important;
    }    
    #dest-carousel .slick-active .desc{
    display: none !important;
    }    
    #dest-carousel .slick-active.slick-center{
    opacity: 1 !important;
    }    
    #dest-carousel .slick-active.slick-center .desc{
    display: flex !important;
    }    
    #dest-carousel .nav-pills{
    gap: 4rem;
    }    
    #dest-carousel .container::after{
    content: "";
    position: absolute;
    top: 14.5rem;
    left: 0; 
    width: 100%;
    height: 1px;
    background: #999999;
    }    
    #dest-carousel, #dest-carousel .container{
   position: relative;
    }    
}
.btn-unstyled{
    background: transparent;
    border: none;
    outline: none
}

footer #logo{
    padding-right: 4rem;
}

.btn-custom{
    background: transparent !important;
    border: none !important;
    width: max-content !important;
    position: relative; 
    padding-left: 4px !important;
}
.btn-custom:hover::after {
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.btn-custom::after{
content: '';
bottom: 0;
left: 0;
width: 120%;
height: 2px;
background: #DC0032;
    transition: all 0.2s ease-in-out;
}

.dealer-section{
    padding: 0px !important;
    /* height: 80vh; */
    background: black;
}
.blog-section{
       padding: 0px !important;
    /* height: 80vh; */
}
.blog-section .svg-section{
    position: absolute;
    bottom: -25%;
    left: -7rem;
    width: 100%;
    bottom: -3rem;
    height: auto;
}



/* Estilos para .container-fluid */
.container-fluid-right {
  width: 100%;
  max-width: none;
}

@media (min-width: 768px) {
  .container-fluid-right {
    width: calc(100% - ((100% - 750px) / 2));
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .container-fluid-right {
    width: calc(100% - ((100% - 970px) / 2));
  }
}

@media (min-width: 1200px) {
  .container-fluid-right {
    width: calc(100% - ((100% - 1170px) / 2));
  }
}


.container-fluid-left {
  width: 100%;
  max-width: none;
}

@media (min-width: 768px) {
  .container-fluid-left {
    width: calc(100% - ((100% - 750px) / 2));
    margin-right: auto;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .container-fluid-left {
    width: calc(100% - ((100% - 970px) / 2));
  }
}

@media (min-width: 1200px) {
  .container-fluid-left {
    width: calc(100% - ((100% - 1170px) / 2));
  }
}
@media (min-width: 992px) {
    .container-lg-none.container{
    width: 100% !important;
    max-width: 100% !important;
  }
}


 .text-title{
    font-size: 44px;
    line-height: 110%;
}

 .text-title strong{
    font-weight: 700;   
}

@media(min-width: 992px){
    .padding-x{
        padding: 0px 6rem;
    }
}

.fw-normal{
    font-weight: normal;
}

.h-80{
    height: 80vh;
} 


@media(min-width: 992px){
    .text-lg-start{
        text-align: start !important;
    }
    .section-calls{
        margin-top: 6rem;
    }
    
}

#footer .footer-content{
    background: #1e1e1e;
}

@media(max-width: 992px){
    .text-title{
        font-size: 24px;
    }
    .h-80{
    height: 60vh;
} 
.blog-section{
    margin-bottom: 4rem; 
}
.space-mobile{
    padding: 4rem 1rem !important;
}
.blog-section .svg-section{
    display: none;
}
}

.object-fit-cover {
    object-fit: cover;
}

.gap-0-50{
    gap: 0.5rem;
}
.gap-2{
    gap: 2rem;
}

.custom-title{
 position: relative;   
}
.custom-title::after {
    content: '';
top: 0;
left: -2rem;
width: 3px;
height: 100%;
position: absolute;
background:    #DC0032;
}

.btn.btn-outline-primary{
    background: transparent !important; 
    border: 1px solid #DC0032;
    border-radius: 50px !important;
    color: black !important;
    font-weight: 400 !important;
    font-size: 12px !important;

}
.btn.btn-outline-primary:hover{
    background: #DC0032;
    border: 1px solid #DC0032;
   color: white;
}
.w-50{
    width: 50%;
}

@media(min-width: 992px){
    .-mt-3{
margin-top: -3rem;
}
} 


.slick-produtos-destaque .slick-arrow::before {
    font-size: 30px;
    background-color: rgb(223, 223, 223);
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    transition: all .25s ease;
}

.slick-produtos-destaque .slick-arrow:hover::before  {
    background-color: rgb(187, 187, 187);
}

.busca-cidade select {
    width: 100%;
    max-width: 350px;
    border: unset;
    border-bottom: 3px solid var(--cor-2);
    border-radius: 0.25em;
    line-height: 1.2;
    padding: 10px 16px;
    min-height: unset;
    font-size: 18px;
}

.busca-cidade .input-group {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 400px;
    justify-content: center;
}

.busca-cidade .input-group label {
    margin: 0;
    font-size: 1.75rem;
}

.es-list {
    max-height: 200px !important;
}

#map-canvas {
    position: sticky !important;
    top: 2rem;
}

.representantes {
    overflow: unset;
}

.map-wrapper {
    position: sticky;
    top: 2rem;
}