@font-face {
  font-family: 'NexaBold';
  src: url(../font/nexa-bold/NexaBold.eot);
  src: url(../font/nexa-bold/NexaBold.eot?#iefix) format('embedded-opentype'),
       url(../font/nexa-bold/NexaBold.otf) format('otf'),
       url(../font/nexa-bold/NexaBold.svg#NexaBold) format('svg'),
       url(../font/nexa-bold/NexaBold.ttf) format('truetype'),
       url(../font/nexa-bold/NexaBold.woff) format('woff'),
       url(../font/nexa-bold/NexaBold.woff2) format('woff2');
}
@font-face {
  font-family: 'NexaLight';
  src: url(../font/nexa-light/NexaLight.eot);
  src: url(../font/nexa-light/NexaLight.eot?#iefix) format('embedded-opentype'),
       url(../font/nexa-light/NexaLight.otf) format('otf'),
       url(../font/nexa-light/NexaLight.svg#NexaLight) format('svg'),
       url(../font/nexa-light/NexaLight.ttf) format('truetype'),
       url(../font/nexa-light/NexaLight.woff) format('woff'),
       url(../font/nexa-light/NexaLight.woff2) format('woff2');
}
@font-face {
  font-family: 'NexaRegular';
  src: url(../font/nexa-regular/NexaRegular.eot);
  src: url(../font/nexa-regular/NexaRegular.eot?#iefix) format('embedded-opentype'),
       url(../font/nexa-regular/NexaRegular.otf) format('otf'),
       url(../font/nexa-regular/NexaRegular.svg#NexaRegular) format('svg'),
       url(../font/nexa-regular/NexaRegular.ttf) format('truetype'),
       url(../font/nexa-regular/NexaRegular.woff) format('woff'),
       url(../font/nexa-regular/NexaRegular.woff2) format('woff2');
}
@font-face {
  font-family: 'NexaXBold';
  src: url(../font/nexa-xbold/NexaXBold.eot);
  src: url(../font/nexa-xbold/NexaXBold.eot?#iefix) format('embedded-opentype'),
       url(../font/nexa-xbold/NexaXBold.otf) format('otf'),
       url(../font/nexa-xbold/NexaXBold.svg#NexaXBold) format('svg'),
       url(../font/nexa-xbold/NexaXBold.ttf) format('truetype'),
       url(../font/nexa-xbold/NexaXBold.woff) format('woff'),
       url(../font/nexa-xbold/NexaXBold.woff2) format('woff2');
}

* {
    outline: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'NexaRegular';
}
html{
    scroll-behavior: smooth;
}
button:focus {
    outline: none;
}
a,
a:hover,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: .6s;
}
.container {
    max-width: 1200px!important;
    width: 100%;
}
 
.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}


/* ini: Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 1999;
}

#preloader .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pulsex {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.pulseIcon:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* end: Preloader */


@keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 40px;
        width: 40px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0;
    }
}
a.btn-reload {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #5A5A5A;
}

.toggleWrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.toggleWrapper p {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #5A5A5A;
    margin: 0;
    margin-right: 10px;
}
.toggleWrapper input {
    position: absolute;
    left: -99em;
}
.toggle {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 70px;
    height: 30px;
    background: #E8E8E8;
    border-radius: 50px;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin: 0!important;
}
.toggle:before, .toggle:after {
    position: absolute;
    line-height: 50px;
    font-size: 14px;
    z-index: 2;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before {
    content: '';
    left: 20px;
    color: #D21626;
}
.toggle:after {
    content: '';
    right: 20px;
    color: #fff;
}
.toggle__handler {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #28336C;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    top: 3px;
    left: 3px;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translateX(0px);
}
input:checked + .toggle {
    background: rgba(40, 51, 108, 0.36);
}
input:checked + .toggle .toggle__handler {
    width: 24px;
    transform: translateX(40px);
    background: #28336C;
}
a#open-acessibilidade img {
    width: 30px!important;
}
.range-acessibilidade {
    margin: 10px 0 15px;
}
.range {
    width: 100%;
    height: 30px;
    -webkit-appearance: none;
    background: #E8E8E8;
    outline: none;
    border-radius: 15px;
    overflow: hidden;
}
.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #28336C;
    cursor: pointer;
    box-shadow: -407px 0 0 400px rgba(40, 51, 108, 0.36);
}
.range-acessibilidade p {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #5A5A5A;
    text-align: left;
    margin: 0 0 5px;
}

.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

/* Geral */

h1.title{
    color: #0B4B82;
    font-size: 40px;
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 3rem;
}

a.see-more-btn{
    color: #fff;
    background: #142D9E;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border: 2px solid #142D9E;
    border-radius: 30px;
    font-size: 20px;
    padding: 8px 40px;
    margin-top: 1rem;
    display: table;
}
a.see-more-btn:hover{
    background: transparent;
    color: #142D9E;
}

/* header */
header.fixar {
    position:fixed;
    top: 0;
    z-index: 9999;
    height: 50px;
}
header.fixar .navbar-brand img {
    max-width: 100px;
}
header.fixar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 16px;
}

header {
    position: relative;
    z-index: 10;
    background: #fff;
    width: 100%;
    height: 98px;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 35%);
    display: flex;
    align-items: center;
    transition: .6s;
}
header .navbar-brand{
    margin-right: 3rem;
    transition: .6s;
}
header .navbar-brand img{
    width: 100%;
    max-width: 175px;
    transition: .6s;
}
header .navbar-nav {
    align-items: center;
}
header .navbar-nav .nav-item{
    flex: 1;
    display: flex;
    justify-content: center;
}
header .navbar-nav .nav-item .nav-link{
    font-family: 'NexaXBold';
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    text-align: center;
    position: relative;
    display: table;
}
header .navbar-nav .nav-item .nav-link::after{
    display: block;
    content: '';
    width: 60%;
    height: 3px;
    background: #42F8FF;
    background-size: 100% 100%;
    position: relative;
    top: 2px;
    margin: 0 auto;
    opacity: 0;
    border-radius: 20px;
    transition: .6s;
}
header .navbar-nav .nav-item:hover .nav-link::after{
    opacity: 1;
}
header .navbar-nav .nav-item a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cidade.lupa .dropdown-menu {
    left: -170px;
    width: 460px;
}
.autoComplete_wrapper {
    width: 100%;
}
.cidade a {
    font-family: NexaXBold;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #5D30FF;
}
.cidade .dropdown-menu {
    background: #5D30FF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 35%);
    padding: 30px 20px;
    border-radius: 15px;
    left: -170px;
    width: 460px;
}
.cidade .dropdown-menu p {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 5px;
}
.cidade .dropdown-menu form {
    display: flex;
}
.cidade .dropdown-menu input.form-control {
    font-size: 14px;
    line-height: 14px;
    color: #848484;
    width: 100%;
    height: 48px;
    border-radius: 50px;
    border: none;
    padding-left: 10px;
}
.cidade .dropdown-menu button {
    font-family: NexaXBold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    background: #C043FA;
    height: 48px;
    border: none;
    border-radius: 50px;
    padding-top: 6px;
    width: 48px;
    position: absolute;
    right: 15px;
}
li.cidade .dropdown-menu a.btn-cidade {
    color: #fff;
    background: #C043FA;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
    border-radius: 25px;
    border-radius: 30px;
    font-size: 11px;
    padding: 8px 10px;
    margin-top: 1rem;
    width: 220px;
}
li.cidade .dropdown-menu a.btn-cidade img {
    margin-right: 5px;
}
header li.nav-item.dropdown, header .nav-link.dropdown-toggle, header li.nav-item.dropdown a {
    background: transparent!important;
    border: none!important;
    box-shadow: none!important;
    -webkit-appearance: none!important;
    box-sizing: initial!important;
}

header .login-btn{
    font-family: 'NexaXBold';
    border-radius: 25px;
    border: 3px solid #5D30FF;
    width: 164px;
    height: 45px;
    font-size: 18px;
    color: #5D30FF;
    text-transform: uppercase;
    padding: 5px 1rem 0 1rem;
    display: flex;
    justify-content: flex-start!important;
    align-items: center!important;
    position: relative;
    margin: 0;
    transition: .6s;
}
header .login-btn::after{
    content: "";
    display: block;
    height: 45px;
    width: 45px;
    border: 7px solid #5D30FF;
    border-radius: 25px;
    right: -6px;
    top: -3px;
    position: absolute;
    transition: .6s;
}
header .login-btn:hover{
    padding-left: 3.3rem;
    border-color: #5D30FF;
    color: #5D30FF;
    box-shadow: 0 0 15px #5D30FF;
}
header .login-btn:hover::after{
    transform: translateX(-120px);
    border-color: #5D30FF;
    background: #5D30FF;
}

/* Vitrine */
section.vitrine img.banner-img {
    width: 100%;
    /*height: 500px;*/
    object-fit: cover;
    object-position: center;
}
section.vitrine .conteudo {
    /* height: 328px; */
    position: absolute;
    top: 98px;
    padding-left: 40px;
}
section.vitrine .conteudo>div {
    background: url(../img/bg-vitrine.png) no-repeat;
    background-size: cover;
    background-position: center;
}
section.vitrine .btn-conheca {
    font-family: 'NexaXBold';
    border-radius: 25px;
    border: 3px solid #c247d6;
    width: 165px;
    background-color: #fff;
    height: 45px;
    font-size: 20px;
    color: #c247d6;
    padding: 5px 1rem 0 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 40px 0 0 0;
    transition: .6s;
}
section.vitrine .btn-conheca::after {
    content: "";
    display: block;
    height: 45px;
    width: 45px;
    border: 7px solid #c247d6;
    border-radius: 25px;
    right: -6px;
    top: -3px;
    position: absolute;
    transition: .6s;
}
section.vitrine .btn-conheca:hover {
    padding-left: 3.3rem;
    border-color: #c247d6;
    color: #c247d6;
    box-shadow: 0 0 15px #c247d6;
}
section.vitrine .btn-conheca:hover::after {
    transform: translateX(-120px);
    border-color: #c247d6;
    background: #c247d6;
}

.encontre {
    display: flex;
    justify-content: center;
}
.encontre .box {
    /* max-width: 837px; */
    width: 50%;
    height: 136px;
    background: #5D30FF;
    border-radius: 15px;
    padding: 25px 30px;
    position: absolute;
    margin-top: -68px;
    z-index: 99;
}
.encontre .box h2 {
    font-family: NexaBold;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}
.encontre .box input {
    width: 98%;
    height: 50px;
    border-radius: 50px;
    padding-left: 20px;
    margin: 0;
    border: none;
}
.encontre .box button {
    font-family: 'NexaXBold';
    border-radius: 25px;
    border: 3px solid #fff;
    width: 165px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    padding: 5px 1rem 0 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background: transparent;
    transition: .6s;
}
.encontre .box button::after {
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    border: 7px solid #fff;
    border-radius: 25px;
    right: -6px;
    top: -3px;
    position: absolute;
    transition: .6s;
}
.encontre .box button:hover {
    padding-left: 3.3rem;
    border-color: #fff;
    color: #fff;
    box-shadow: 0 0 15px #fff;
}
.encontre .box button:hover::after {
    transform: translateX(-95px);
    border-color: #fff;
    background: #fff;
}

.autoComplete_wrapper>input:focus {
    color: #6c757d;
    border: 0.06rem solid #007bff;
}

/* Como funciona */
section.conheca {
    background: url(../img/bg-conheca.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 100px 0 60px;
}
section.conheca h1 {
    font-size: 32px;
    color: #142D9E;
    margin: 0 0 1rem;
}
section.conheca p {
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #262626;
}

/* PLanos */
section.planos{
    padding: 60px 0;
}
section.planos .cabecalho h1 {
    font-family: NexaXBold;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #142D9E;
    display: table;
    margin: 0 auto 25px;
}
section.planos .cabecalho h1:after {
    display: block;
    content: '';
    width: 48px;
    height: 4px;
    background: #42F8FF;
    position: relative;
    top: 0px;
    margin: 0 auto;
    opacity: 1;
    border-radius: 20px;
    transition: .6s;
}
section.planos .cabecalho p {
    font-size: 28px;
    text-align: center;
    color: #262626;
    
    margin: 0 auto;
}
section.planos .cabecalho p strong {
    font-family: NexaXBold;
    color: #5D30FF;
}
section.planos .card {
    padding: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    z-index: 99;
    height: 100%;
}
section.planos .card img {
    margin-bottom: 20px;
}
section.planos .card h3 {
    font-family: NexaXBold;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.015em;
    color: #262626;
    margin: 0;
}
section.planos .card h4 {
    font-family: NexaLight;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #555555;
    margin: 0 0 20px;
}
section.planos .card p {
    font-family: NexaXBold;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #C043FA;
    margin: 0;
}
section.planos .card h2 {
    font-family: NexaXBold;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #C043FA;
    margin: 0 0 20px;
}
section.planos .card h2 span {
    font-family: NexaLight;
    font-weight: 400;
    font-size: 14px;
}
section.planos .card a.btn-ative {
    font-family: 'NexaXBold';
    border-radius: 25px;
    border: 2px solid #5D30FF;
    width: 130px;
    height: 45px;
    background-color: #fff;
    font-size: 16px;
    color: #5D30FF;
    padding: 5px 1rem 0 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 20px auto;
    transition: .6s;
}
section.planos .card a.btn-ative::after {
    content: "";
    display: block;
    height: 45px;
    width: 45px;
    border: 7px solid #5D30FF;
    border-radius: 25px;
    right: -2px;
    top: -2.1px;
    position: absolute;
    transition: .6s;
}
section.planos .card a.btn-ative:hover {
    padding-left: 3.3rem;
    border-color: #5D30FF;
    color: #5D30FF;
    box-shadow: 0 0 15px #5D30FF;
}
section.planos .card a.btn-ative:hover::after {
    transform: translateX(-85px);
    border-color: #5D30FF;
    background: #5D30FF;
}
section.planos a.see-more-btn {
    margin: 0.5rem auto 0;
}

/*
section.planos{
    padding: 60px 0;
}
section.planos .cabecalho h1 {
    font-family: NexaXBold;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #142D9E;
    display: table;
    margin: 0 auto 25px;
}
section.planos .cabecalho h1:after {
    display: block;
    content: '';
    width: 48px;
    height: 4px;
    background: #42F8FF;
    position: relative;
    top: 0px;
    margin: 0 auto;
    opacity: 1;
    border-radius: 20px;
    transition: .6s;
}
section.planos .cabecalho p {
    font-size: 28px;
    text-align: center;
    color: #262626;
    max-width: 530px;
    margin: 0 auto;
}
section.planos .cabecalho p strong {
    font-family: NexaXBold;
    color: #5D30FF;
}
section.planos .nav {
    max-width: 1400px;
    margin: 3rem auto;
    border-bottom: 0;
}
section.planos .nav a .plano {
    background: #fff;
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-family: NexaXBold;
    color: #142D9E;
    font-size: 28px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 15%);
    transition: .6s;
}
section.planos .nav a .plano svg{
    margin-right: 1rem;
}
section.planos .nav a .plano svg path{
    transition: .6s;
}
section.planos .nav a:hover .plano,
section.planos .nav a.active .plano{
    background: #5D30FF;
    color: #fff;
    box-shadow: 0 0 10px #ffffff59;
}
section.planos .nav a:hover .plano svg path,
section.planos .nav a.active .plano svg path{
    fill: #fff;
}
section.planos .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
section.planos .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
    background: unset;
}
section.planos .tab-content .item{
    transform: scale(.85);
    transition: .6s;
}
section.planos .tab-content .item:hover{
    transform: scale(.95);
}
section.planos .card {
    padding: 25px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 200px;
}
section.planos .tab-content .item .card img.car{
    margin: 0 0 1rem;
}
section.planos .card h4 {
    font-family: NexaLight;
    font-size: 14px;
    color: #555555;
    margin: 0 0 5px;
}
section.planos .card h2 {
    font-family: NexaXBold;
    font-size: 18px;
    letter-spacing: 0.015em;
    color: #5D30FF;
    margin: 0;
}
*/
section.planos .descricao h4 {
    font-family: NexaLight;
    font-size: 18px;
    color: #555555;
    margin: 0 0 10px;
}
section.planos .descricao h2 {
    font-family: NexaXBold;
    font-size: 48px;
    color: #5D30FF;
    margin: 0 0 5px;
}
section.planos .descricao p {
    font-size: 20px;
    letter-spacing: 0.015em;
    color: #262626;
    margin: 0 0 30px;
}
section.planos .conteudo-carro h3 {
    font-family: NexaXBold;
    font-size: 36px;
    line-height: 36px;
    color: #5D30FF;
    margin: 0 0 20px;
}
section.planos .conteudo-carro ul {
    display: table;
}
section.planos .conteudo-carro li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #262626;
    width: 50%;
    float: left;
    margin: 0 0 15px;
}
section.planos .conteudo-carro li img {
    width: 25px;
    margin-right: 5px;
}
.cor-veiculo {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.cor-veiculo input{
    display: none;
}
.cor-veiculo input+label {
    font-size: 51px;
    cursor: pointer;
    padding-left: 51px;
    position: relative;
    margin-right: 5px;
}
.cor-veiculo label:before {
    content: "";
    left: 0;
    width: 51px;
    height: 51px;
    position: absolute;
    transition: all 0.3s ease;
    background: #CDD1D6;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.cor-veiculo input:checked + label:before{
    border: 3px solid #C247D6;
}
/*MUDANÇA DE COR - Carregar pelo CLASS do label*/
.cor-veiculo label.id1:before {
    background: #030303;
}
.cor-veiculo label.id2:before {
    background: #CDD1D6;
}
.cor-veiculo label.id3:before {
    background: #E84C26;
}
.conteudo-carro h6 {
    font-family: NexaXBold;
    font-size: 50px;
    color: #5D30FF;
    margin: 20px 0 0;
}
.conteudo-carro h6 span {
    font-size: 28px;
}
section.planos .owl-carro .item {
    transform: scale(1)!important;
}
a.see-more-btn.btn-assine {
    background: #5D30FF;
    border: 2px solid #5D30FF;
    margin: 0.5rem auto 0;
}
a.see-more-btn.btn-assine:hover {
    color: #5D30FF;
    background: #fff;
}
section.planos .slide-carros {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.planos .owl-carousel .owl-nav button,
section.blog .owl-blog .owl-nav button {
    background: unset!important;
    position: absolute;
    top: 40%;
    transform: scale(1);
    transition: .6s;
}
section.planos .owl-carousel .owl-nav button:hover,
section.blog .owl-blog .owl-nav button:hover {
    transform: scale(1.05);
}
section.planos .owl-carousel .owl-nav button.owl-prev,
section.blog .owl-blog .owl-nav button.owl-prev {
    left: -70px;
}
section.planos .owl-carousel .owl-nav button.owl-next,
section.blog .owl-blog .owl-nav button.owl-next {
    right: -70px;
}
section.planos .owl-theme .owl-dots .owl-dot span,
section.blog .owl-blog .owl-dots .owl-dot span {
    width: 23px!important;
    height: 23px!important;
    transition: .6s;
    margin: 4px;
    margin-top: 25px;
    border: 4px solid #5D2BFF;
    background: transparent;
}
section.planos .owl-theme .owl-dots .owl-dot.active span,
section.planos .owl-theme .owl-dots .owl-dot:hover span,
section.blog .owl-blog .owl-dots .owl-dot.active span,
section.blog .owl-blog .owl-dots .owl-dot:hover span {
    background: #5D30FF!important;
    width: 53px!important;
    height: 23px!important;
}
section.planos img.elipse1 {
    position: absolute;
    left: 0;
    width: 7%;
    z-index: -1;
}
section.planos img.elipse2 {
    position: absolute;
    right: 0;
    width: 10%;
    margin-top: -45%;
}
section.planos img.bg-carro {
    position: absolute;
    right: 0;
    width: 40%;
    margin-top: -31%;
    z-index: -1;
}

section.beneficios {
    padding: 100px 0;
    background: url(../img/bg-beneficios.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
section.beneficios h2 {
    font-family: NexaXBold;
    font-size: 32px;
    color: #fff;
    margin: 0 0 40px;
}
section.beneficios h2 span {
    color: #142D9E;
}
section.beneficios li {
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: flex-start;
    margin: 0 0 30px;
}
section.beneficios h4 {
    font-family: NexaXBold;
    font-size: 24px;
    color: #142D9E;
    margin: 0 0 5px;
}
section.beneficios .numero {
    border: 3px solid #69F2F8;
    box-sizing: border-box;
    border-radius: 35px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin-right: 20px;
}
section.beneficios .numero img {
    margin-right: 10px;
}

section.faq {
    background: #F5F5F5;
    padding: 60px 0;
    overflow: hidden;
}
section.faq h2 {
    font-family: NexaXBold;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #142D9E;
    margin: 0 0 20px;
}
section.faq p.descricao {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #262626;
    max-width: 715px;
    margin: 0 auto 40px;
}
section.faq .card-header:first-child {
    border-radius: 0;
}
section.faq .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}
section.faq button.btn.btn-link {
    font-family: NexaXBold;
    font-size: 18px;
    color: #142D9E;
    padding: 25px 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
section.faq #accordion .card {
    border-radius: 50px;
    margin-bottom: 40px;
    border: none;
    box-shadow: 0px 3px 18px rgb(0 0 0 / 9%);
}
section.faq #accordion .card-body p {
    font-size: 16px;
    color: #262626;
    margin: 0;
}
section.faq #accordion .card-header button[aria-expanded="true"]:after {
  font-family: fontawesome;
  content: "\f077";
  vertical-align: middle;  
}
section.faq #accordion .card-header button[aria-expanded="false"]:after {
  font-family: fontawesome;
  content: "\f078";
  vertical-align: middle;
}
section.faq #accordion .card-header .btn.focus,
section.faq #accordion .card-header .btn:focus {
    box-shadow: none;
}
section.faq #accordion .card-body {
    padding: 0 30px 30px;
}
section.faq img.elipse1 {
    position: absolute;
    left: 0;
    margin-top: -60px;
    width: 7%;
    z-index: 0;
}
section.faq img.elipse2 {
    position: absolute;
    right: 0;
    width: 13%;
    z-index: 0;
}

/* contato */
section.contato {
    padding: 100px 0;
    background: url('../img/bg-contato.png');
    background-size: cover;
    background-position: center;
}
section.contato h2 {
    font-family: NexaXBold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 20px;
}
section.contato h4 {
    font-family: NexaXBold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 30px;
}
section.contato h4 span {
    font-family: NexaRegular;
}
section.contato p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0 0 20px;
}
section.contato input.form-control {
    font-size: 18px;
    line-height: 22px;
    color: #848484;
    height: 48px;
    border-radius: 50px;
    border: none;
    padding-left: 30px;
    margin-bottom: 15px;
}
section.contato button {
    font-family: NexaXBold;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    background: #C043FA;
    height: 48px;
    border: none;
    border-radius: 50px;
    width: 45%;
    display: table;
    margin: 0 auto;
}
section.contato button img {
    margin-right: 10px;
}
section.contato button:hover {
    background: #5D30FF;
}

section.blog {
    background: url(../img/bg-blog.png) no-repeat;
    background-size: contain;
    background-position: top;
    padding: 80px 0;
}
section.blog h2 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #5D30FF;
    margin: 0 0 40px;
}
section.blog h2 span {
    font-family: NexaXBold;
}
section.blog .item {
    height: 368px;
    transform: scale(0.9);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
section.blog .item img {
    height: 193px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}
section.blog .item .conteudo {
    padding: 0 30px 30px;
}
section.blog .item span {
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    display: table;
    margin: 15px 0;
}
section.blog .item h4 {
    font-family: NexaXBold;
    font-size: 20px;
    line-height: 25px;
    color: #142D9E;
    margin: 0 0 5px;
}
section.blog .item p {
    font-size: 16px;
    color: #262626;
    margin: 0 0 20px;
}
section.blog .item a {
    font-family: NexaBold;
    font-size: 14px;
    line-height: 17px;
    color: #5D30FF;
    display: table;
}

section.instagram {
    background: url(../img/bg-instagram.png) no-repeat;
    background-size: contain;
    background-position: top;
    padding: 60px 0;
}
section.instagram h2 {
    font-family: NexaXBold;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #142D9E;
    margin: 0 0 20px;
}
section.instagram p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #262626;
    margin: 0 0 30px;
}

section.vitrine-interna img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
section.a-revo {
    padding: 40px 0 0;
}
section.a-revo h1 {
    font-family: NexaXBold;
    font-size: 32px;
    color: #5D30FF;
    margin: 0 0 1rem;
}
section.a-revo h1 img {
    margin-right: 5px;
}
section.a-revo p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #262626;
}
section.a-revo img.img-fluid {
    position: absolute;
    width: 47%;
    height: 460px;
    object-fit: contain;
    object-position: left center;
}
img.elipse-arevo {
    position: absolute;
    z-index: 9;
    height: 300px;
    margin-top: -150px;
}
section.como-funciona {
    padding: 60px 0;
}
section.como-funciona h2 {
    font-family: NexaXBold;
    font-size: 32px;
    text-align: center;
    color: #5D30FF;
    display: table;
    margin: 0 auto 50px;
}
section.como-funciona h2:after {
    display: block;
    content: '';
    width: 56px;
    height: 6px;
    background: #42F8FF;
    position: relative;
    top: 0px;
    margin: 0 auto;
    opacity: 1;
    border-radius: 20px;
    transition: .6s;
}
section.como-funciona img {
    margin: 0 auto;
    display: table;
}
section.como-funciona h4 {
    font-family: NexaXBold;
    font-size: 24px;
    text-align: center;
    color: #5D30FF;
    margin: 0 0 10px;
}
section.como-funciona p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    margin: 0;
}
img.elipse-comofunciona {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 9%;
    margin-top: -20%!important;
}

section.planos-interna {
    background: url(../img/bg-conheca.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding: 60px 0 80px;
}
section.planos.planos-interna img.elipse1 {
    position: absolute;
    left: 0;
    width: 7%;
    z-index: -1;
    margin-top: -18%;
}

/* Footer */
footer {
    padding: 150px 0 40px;
    background: url(../img/bg-footer.png) no-repeat;
    background-size: cover;
    background-position: top;
}
footer p,
footer p a {
    font-size: 20px;
    line-height: 24px;
    color: #3F3D56;
    margin: 0;
}
.btn-topo {
    position: fixed;
    right: 15px;
    bottom: 50px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C247D6;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}

section.simulacao1 {
    background: url(../img/bg-simulacao.png) no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding: 0 0 80px;
}
section.simulacao1 .box {
    background: #FFFFFF;
    box-shadow: 0px 3px 18px rgb(0 0 0 / 9%);
    border-radius: 20px;
    padding: 70px 90px 100px;
    position: relative;
    margin-top: -180px;
}
section.simulacao1 .box img {
    margin: 0 auto 10px;
    display: table;
}
section.simulacao1 .box h1 {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #5D30FF;
    margin: 0 0 40px;
}
section.simulacao1 .box h4 {
    font-family: NexaXBold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #383838;
    margin: 0 0 35px;
}
section.simulacao1 .box h4 span {
    color: #5D30FF;
}
section.simulacao1 p,
section.simulacao1 label {
    font-family: NexaXBold;
    font-size: 16px;
    line-height: 18px;
    color: #4F4F4F;
    margin: 0 0 10px;
}
section.simulacao1 label {
    margin: 0 30px 0 15px;
    position: relative;
    top: -1.5px;
}
section.simulacao1 input.form-control,
section.simulacao1 select.form-control {
    font-size: 16px;
    line-height: 19px;
    color: #495057;
    border: 1px solid #BDBDBD;
    border-radius: 26px;
    height: 52px;
    padding-left: 30px;
    margin: 0 0 25px;
}
section.simulacao1 input.form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #495057;
}

section.simulacao1 input.form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #495057;
}

section.simulacao1 input.form-control::placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #495057;
}
button.see-more-btn.btn-assine {
    color: #fff;
    background: #5D30FF;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
    border: 2px solid #5D30FF;
    border-radius: 30px;
    font-size: 20px;
    padding: 8px 40px;
    display: table;
    margin: 0 0 0 auto;
}
button.see-more-btn:hover{
    background: transparent;
    color: #142D9E;
}

section.simulacao-geral {
    padding: 100px 0;
}
section.simulacao-geral ul.passos {
    border: 2px solid #5D30FF;
    border-radius: 250px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 83px;
    padding-left: 60px;
}
section.simulacao-geral ul.passos li {
    font-family: NexaXBold;
    font-size: 24px;
    line-height: 18px;
    color: #BEBEBE;
}
section.simulacao-geral ul.passos li.active {
    color: #C247D6;
}
section.simulacao-geral ul.passos li.check {
    margin-right: -4px;
}
section.simulacao-geral section.planos {
    padding: 0;
}
section.simulacao-geral section.planos .nav {
    max-width: 100%;
    margin: 0;
    border-bottom: 0;
}
section.simulacao-geral h4 {
    font-size: 32px;
    text-align: center;
    color: #575757;
    margin: 70px 0 40px;
}
section.simulacao-geral h4 span {
    font-family: NexaXBold;
    color: #5D30FF;
}
.selecione-carro {
    background: #FFFFFF;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    padding: 30px 80px;
}
.selecione-carro h2 {
    font-family: NexaXBold;
    font-size: 28px;
    letter-spacing: 0.015em;
    color: #5D30FF;
    margin: 0;
}
.selecione-carro span {
    font-size: 18px;
    line-height: 21px;
    color: #555555;
    display: table;
}
.selecione-carro img {
    max-width: 300px;
}
section.simulacao1 .selecione-carro p {
    font-family: NexaRegular;
    font-size: 24px;
    line-height: 26px;
    color: #696969;
    margin: 0 0 10px;
}
.selecione-carro a.ficha-tecnica {
    font-size: 22px;
    letter-spacing: 0.015em;
    text-decoration-line: underline!important;
    color: #C247D6;
    display: table;
}
.selecione-carro h5 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #01CBFB;
    margin: 0 0 10px;
}
section.planos.planos-simulacao {
    padding: 0 0 80px;
}
section.planos.planos-simulacao .owl-carro h2 {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    margin: 0 0 10px;
}
section.planos.planos-simulacao .owl-carro h2 span {
    color: #5D30FF;
    font-family: NexaXBold;
}
section.planos.planos-simulacao .owl-carro h2.marca-carro {
    letter-spacing: 0.015em;
    text-decoration: underline;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 10px 0 0;
}
section.planos.planos-simulacao div.conteudo-carro h3 span {
    color: #000;
}
section.planos.planos-simulacao .descricao a.btn-voltar {
    margin-bottom: 50px;
    padding-bottom: 10px;
}
section.planos.planos-simulacao a.btn-voltar {
    font-size: 20px;
    padding: 12px 40px 0 40px;
    text-align: center;
    color: #5D30FF;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
    border-radius: 299px;
    display: table;
}
section.planos.planos-simulacao a.btn-voltar svg path {
    transition: .6s;
}
section.planos.planos-simulacao a.btn-voltar:hover {
    color: #fff;
    background: #5D30FF;
}
section.planos.planos-simulacao a.btn-voltar:hover svg path {
    fill: #fff;
}
section.planos.planos-simulacao img.bg-carro {
    position: absolute;
    right: 0;
    width: 45%;
    margin-top: -43%;
    z-index: -1;
}
section.planos.planos-simulacao img.elipse2 {
    position: absolute;
    right: 0;
    width: 10%;
    margin-top: -55%;
}

section.planos .form-group{
    width: 100%;
}

.simulacao-geral .servicos {
    background: #F9F9F9;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    padding: 50px 70px;
}
.simulacao-geral .servicos h2 {
    font-family: NexaXBold;
    font-size: 32px;
    letter-spacing: 0.015em;
    color: #383838;
}
.simulacao-geral .servicos label {
    display: block;
    cursor: pointer;
    margin-top: 15px;
}
.simulacao-geral .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: #F9F9F9;
    border: 2px solid #B8B8B8;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.3rem;
    outline: none;
    position: relative;
    z-index: 1000;
    border-radius: 50px;
}
.simulacao-geral .option-input:checked::before {
    width: 30px;
    height: 30px;
    display: flex;
    content: '\f00c';
    font-size: 29px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
    color: #5D30FF;
    top: -2px;
}
.simulacao-geral .option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #5D30FF;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50px;
    left: 5px;
    top: 5px;
}
.simulacao-geral .option-input.radio {
    border-radius: 50px;
}
.simulacao-geral .option-input.radio::after {
    border-radius: 50px;
}
@keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 40px;
        width: 40px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0;
    }
}
.servicos h3 {
    font-family: NexaBold;
    font-size: 18px;
    color: #5D30FF;
    margin: 0 0 30px;
}
.cor-veiculo label {
    height: 51px;
}

.simulacao-geral h1 {
    font-family: NexaBold;
    font-size: 28px;
    color: #383838;
}
.simulacao-geral span.subtitulo {
    font-family: NexaBold;
    font-size: 18px;
    color: #ACACAC;
    padding-left: 55px;
}
.ul-upload {
    margin: 20px 0 0;
    padding-left: 55px;
}
.ul-upload li {
    font-family: NexaXBold;
    font-size: 18px;
    color: #383838;
    list-style: disc;
    margin: 0;
}
.upload{
    position:relative;
    width: 100%;
    height: 60px;
    overflow:hidden;
    user-select:none;
}
.upload input,
.upload span{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload span{
    pointer-events:none;
    background-color: #fff;
    font-size: 18px;
    color: #747474;
    text-align: center;
    border: 3px dashed #747474;
    box-sizing: border-box;
    border-radius: 5px;
}
.upload span:before{
    content:'';
    position:absolute;
    top:0px;
    left:-100%;
    width:100%;
    height:100%;
    background-color:#74b9ff;
    transition:.5s;
    z-index:-1;
}
.upload:hover span:before{
    left:0%;
}
.simulacao-geral form h3 {
    font-family: NexaXBold;
    font-size: 22px;
    color: #0F7BB8;
    margin: 0 0 10px;
}
button.see-more-btn.btn-assine.btn-finalizar {
    border: 2px solid #34BA8A;
    background: #34BA8A;
    border-radius: 5px;
    width: 100%;
}
button.see-more-btn.btn-assine.btn-finalizar:hover {
    color: #34BA8A;
    border: 2px solid #34BA8A;
    background: transparent;
}

section.blog.blog-listagem .item {
    transform: scale(1);
}
section.blog.blog-listagem .item img {
    width: 100%;
    height: 150px;
}
section.blog.blog-listagem .item .conteudo {
    padding: 0 15px 20px;
    margin-bottom: 30px;
}
.pagination {
    width: 100%;
    justify-content: center;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    border-radius: 5px;
    background-color: transparent;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #4F4F4F;
}
.page-item.active .page-link,
.page-item .page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: #2E3192;
    border-color: #2E3192;
}

@media (min-width: 1700px) {
    section.planos.planos-simulacao img.bg-carro {
        margin-top: -34%;
    }
}
@media (min-width: 1400px) and (max-width: 1699px) {
    section.planos.planos-simulacao img.bg-carro {
        margin-top: -40%;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    section.planos .owl-carro .item {
        transform: scale(0.9)!important;
    }
    section.planos .owl-carousel .owl-nav button.owl-next,
    section.blog .owl-blog .owl-nav button.owl-next {
        right: -20px;
    }
    section.planos .owl-carousel .owl-nav button.owl-prev,
    section.blog .owl-blog .owl-nav button.owl-prev {
        left: -20px;
    }
    section.blog {
        padding: 60px 0;
    }
    section.blog h2 {
        margin: 0;
    }
    section.blog .item {
        transform: scale(0.8);
    }
    section.planos.planos-simulacao img.bg-carro {
        margin-top: -45%;
    }
}
@media(max-width: 1199px) {
    header .navbar-brand{
        margin-right: 2rem;
    }
    header .navbar-nav .nav-item .nav-link{
        font-size: 18px;
    }
    section.banner .slogan{
        margin-top: 250px;
    }
    section.como_funciona .conheca img.car{
        padding: 0 1rem ;
    }
    section.planos .nav a .plano {
        font-size: 24px;
    }
    .conteudo-carro h6 {
        font-size: 40px;
    }
    section.planos .owl-carro .item {
        transform: scale(0.8)!important;
    }
    section.planos .owl-carousel .owl-nav button.owl-next{
        right: -10px;
    }
    section.planos .owl-carousel .owl-nav button.owl-prev{
        left: -10px;
    }
    section.beneficios {
        padding: 30px 0;
    }
    section.beneficios h2 {
        font-size: 26px;
        margin: 0 0 20px;
    }
    section.beneficios li {
        font-size: 14px;
        margin: 0 0 20px;
    }
    section.beneficios .numero {
        margin-right: 10px;
    }
    section.beneficios h4 {
        font-size: 20px;
        margin: 0;
    }
    section.contato button {
        font-size: 14px;
    }
    section.contato h4 {
        font-size: 20px;
    }
    section.blog {
        padding: 30px 0;
    }
    section.blog h2 {
        font-size: 26px;
        line-height: 26px;
        margin: 0 0 0;
    }
    section.blog .item {
        transform: scale(0.75);
    }
    section.planos .owl-carousel .owl-nav button.owl-prev,
    section.blog .owl-blog .owl-nav button.owl-prev {
        left: -10px;
    }
    section.planos .owl-carousel .owl-nav button.owl-next,
    section.blog .owl-blog .owl-nav button.owl-next {
        right: -10px;
    }
    a.see-more-btn{
        font-size: 21px;
    }
    section.simulacao1 .box label {
        margin: 0 20px 0 10px;
    }
    section.planos.planos-simulacao img.bg-carro {
        margin-top: -53%;
    }
}
@media(max-width: 991px){
    header nav.navbar{
        width: 100%;
        max-width: unset;
    }
    header .navbar-nav .nav-item .nav-link{
        font-size: 16px;
        padding: 0!important;
    }
    header .navbar-brand{
        margin-right: .6rem;
    }
    header .navbar-brand img{
        max-width: 140px;
    }
    header .login-btn {
        width: 125px;
        height: 45px;
        font-size: 14px;
        padding: 5px 0.5rem 0 0.5rem;
    }
    header .login-btn:hover::after {
        transform: translateX(-85px);
    }
    header .login-btn:hover {
        padding-left: 2.8rem;
    }
    .encontre .box input {
        width: 74%;
    }
    section.conheca img.w-75 {
        margin: 30px auto 0;
        width: 50%!important;
    }
    section.planos img.elipse2 {
        width: 13%;
        margin-top: -75%;
    }
    section.planos img.bg-carro {
        width: 82%;
        margin-top: -61%;
    }
    section.beneficios h2 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    section.beneficios li {
        font-size: 12px;
        margin: 0 0 10px;
    }
    section.beneficios h4 {
        font-size: 16px;
        margin: 0;
    }
    section.faq button.btn.btn-link {
        font-size: 16px;
        padding: 20px 15px;
        text-align: left;
    }
    section.como_funciona .conheca img.car{
        padding: 3rem 1rem 1rem;
    }
    section.planos .container .tab-content{
        min-height: 760px;
    }
    section.planos{
        background-position: center;
        background-size: cover;
    }
    section.a-revo {
        display: flex;
        flex-direction: column-reverse;
    }
    section.a-revo img.img-fluid {
        position: relative;
        width: 67%;
        height: auto;
        z-index: -2;
    }
    img.elipse-arevo {
        z-index: -1;
    }
    .simulacao1 form .row .col-lg-6:nth-child(6) {
        margin-top: 1.5rem!important;
    }
    section.planos.planos-simulacao img.bg-carro {
        width: 95%;
        margin-top: -71%;
    }
    .selecione-carro img {
        max-width: 200px;
    }
    .selecione-carro {
        padding: 30px 15px;
    }
}
@media(max-width: 767px){
    a#open-acessibilidade img {
        width: 48px;
    }
    #open-acessibilidade {
        top: 30%;
    }
    .btn-search .dropdown-menu {
        left: -70px!important;
    }
    header.fixar {
        position: relative;
        height: 87px;
    }
    header {
        height: 87px;
    }
    header .navbar-brand img {
        max-width: 166px;
    }
    nav.container.navbar.navbar-expand-md {
        justify-content: center;
    }
    header nav.navbar{
        flex-direction: row-reverse;
    }
    header .login-btn{
        font-family: 'NexaXBold';
        border-radius: 25px;
        border: 3px solid #fff;
        width: 161px;
        height: 50px;
        font-size: 18px;
        color: #fff;
        padding: 5px 1rem 0 1rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        background: transparent;
        transition: .6s;
    }
    header .login-btn::after{
        content: "";
        display: block;
        height: 50px;
        width: 50px;
        border: 7px solid #fff;
        border-radius: 25px;
        right: -6px;
        top: -3px;
        position: absolute;
        transition: .6s;
    }
    header .login-btn:hover{
        padding-left: 3.1rem;
    }
    header .login-btn:hover::after{
        transform: translateX(-120px);
        border-color: #fff;
        background: #fff;
    }
    header .login-btn:hover {
        padding-left: 3.3rem;
        border-color: #ffff;
        color: #fff;
        box-shadow: 0 0 15px #fff;
    }
    header .navbar-collapse{
        background: linear-gradient(180deg, #5D30FF 0%, #01CBFB 100%);
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99!important;
        width: 60%;
        height: 100%;
        padding: 3rem 0 1.5rem;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        transition: .3s;
    }
    header .navbar-nav {
        align-items: flex-start;
        width: 60%!important;
        margin: 0 auto;
    }
    header .navbar-nav .nav-item .nav-link {
        font-family: 'NexaXBold';
        font-style: normal;
        font-weight: 900;
        font-size: 20px!important;
        line-height: 28px!important;
        color: #FFFFFF;
        margin-bottom: 15px;
        display: table;
    }
    .navbar-toggler{
        z-index: 10;
    }

    .btn-search .dropdown-menu {
        background: #5D30FF;
        box-shadow: 0px 0px 15px rgb(0 0 0 / 35%);
        padding: 30px 20px;
        border-radius: 15px;
        left: -50px;
    }
    .btn-search .dropdown-menu p {
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
        text-align: center;
        margin: 0 0 5px;
    }
    .btn-search .dropdown-menu form {
        display: flex;
    }
    .btn-search .dropdown-menu input.form-control {
        font-size: 14px;
        line-height: 14px;
        color: #848484;
        width: 100%;
        height: 48px;
        border-radius: 50px;
        border: none;
        padding-left: 10px;
    }
    .btn-search .dropdown-menu button {
        font-family: NexaXBold;
        font-size: 18px;
        line-height: 18px;
        color: #FFFFFF;
        background: #C043FA;
        height: 48px;
        border: none;
        border-radius: 50px;
        padding-top: 6px;
        width: 48px;
        position: absolute;
        right: 15px;
    }


    section.vitrine img.banner-img {
        /*height: 425px;*/
    }
    section.vitrine .conteudo {
        /* height: 400px; */
        top: 87px;
        padding-left: 0;
        right: 15px;
    }
    section.vitrine .conteudo img {
        width: 170px;
    }
    section.vitrine .btn-conheca {
        margin: 20px 0 0 0;
    }
    .encontre .box button {
        margin-top: 15px;
    }
    .encontre .box {
        width: calc(100% - 30px);
        height: auto;
        padding: 20px 15px;
        margin-top: -93px;
        z-index: 9;
    }
    section.encontre form.d-flex.justify-content-between {
        flex-direction: column;
        align-items: flex-end;
    }
    .encontre .box input {
        width: 100%;
        padding-left: 15px;
        font-size: 12px;
    }
    section.conheca {
        background-position: top center;
        padding: 120px 0 10px;
    }
    section.conheca img.w-75 {
        width: 100%!important;
    }
    section.planos img.elipse1 {
        width: 13%;
        margin-top: 90%;
    }
    .cor-veiculo {
        margin-bottom: 30px;
    }
    .cor-veiculo input+label {
        height: 51px;
    }
    section.planos .owl-carro .item {
        transform: scale(1)!important;
    }
    section.planos img.elipse2 {
        width: 15%;
        margin-top: -95%;
    }
    section.planos img.bg-carro {
        width: 86%;
        margin-top: -77%;
    }
    section.beneficios {
        background: url(../img/bg-beneficios-mobile.jpg) no-repeat;
        padding: 50px 0 0;
    }
    section.beneficios h2 {
        font-size: 26px;
        margin: 0 0 30px;
    }
    section.beneficios li {
        font-size: 14px;
        margin: 0 0 20px;
        display: block;
    }
    section.beneficios .numero {
        display: table;
        margin-bottom: 10px;
    }
    section.beneficios h4 {
        font-size: 20px;
        margin: 0 0 5px;
    }
    section.contato button {
        font-size: 14px;
        padding-top: 4px;
        line-height: 16px;
        width: 40%;
        right: 15px;
    }
    section.blog,
    section.instagram {
        background-size: 100% 40%;
    }
    section.blog h2 {
        margin-bottom: 30px; 
    }
    section.blog .item {
        transform: scale(1);
    }

    .menu-mobile {
        width: 100%;
        height: 106px;
        background: #5D30FF;
        position: fixed;
        bottom: 0;
        z-index: 9999;

    }
    .menu-mobile ul {
        align-items: center;
        display: flex;
        margin: 0;
    }
    .menu-mobile li {
        width: 20%;
        text-align: center;
    }
    .menu-mobile li a,
    .menu-mobile li .navbar-toggler {
        display: flex;
        width: 100%;
        height: 106px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 16px;
        color: #FFFFFF;
    }
    .menu-mobile li img {
        display: table;
        margin: 0 auto 10px;
    }
    .btn-search {
        display: flex;
        justify-content: center;
    }
    .btn-search a {
        position: fixed;
        bottom: 94px;
        z-index: 99999;
        width: 51px;
        height: 51px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #C247D6;
        box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
        border-radius: 50px;
    }

    a.see-more-btn{
        font-size: 18px;
    }
    section.planos{
        padding: 4rem 0;
    }
    section.planos .conteudo-carro li {
        width: 100%;
    }
    section.planos .nav a .plano{
        font-size: 16px;
        height: 60px;
    }
    section.planos .nav a .plano svg{
        width: 20px;
        height: 20px;
        margin-right: .5rem;
    }
    section.planos .tab-content p.description{
        font-size: 16px;
    }
    .owl-carousel .owl-nav button{
        display: none!important;
    }
    section.contato{
        background-size: cover;
        background-position: center;
        padding: 4rem 0;
    }
    footer{
        padding: 9rem 0 10rem;
    }

    section.vitrine-interna img.img-fluid {
        height: 193px;
    }
    section.a-revo img.img-fluid {
        width: 90%;
    }
    img.elipse-arevo {
        height: auto;
        margin-top: 70px;
        width: 10%;
    }
    .como-funciona .row .col-lg-3:first-child,
    .como-funciona .row .col-lg-3:nth-child(2) {
        margin-bottom: 40px;
    }
    section.simulacao-geral {
        padding: 50px 0;
    }
    section.simulacao1 .box {
        padding: 40px 15px 60px;
    }
    section.simulacao-geral ul.passos {
        height: 65px;
        padding-left: 15px;
        padding-right: 15px;
    }
    section.simulacao-geral ul.passos li.check {
        display: none;
    }
    section.simulacao-geral ul.passos li:nth-child(4) {
        display: none;
    }
    section.simulacao-geral ul.passos li {
        font-size: 20px;
    }
    section.simulacao-geral h4 {
        font-size: 24px;
        margin: 40px 0 10px;
    }
    .selecione-carro {
        display: block!important;
        text-align: center;
    }
    .selecione-carro h2 {
        text-align: left;
    }
    .selecione-carro a.ficha-tecnica {
        margin: 0 auto;
    }
    section.planos.planos-simulacao .descricao {
        margin-bottom: 50px;
    }
    section.planos.planos-simulacao .owl-carousel .owl-item img {
        width: 80%;
        margin: 0 auto;
    }
    section.planos.planos-simulacao img.bg-carro {
        margin-top: -94%;
        height: 330px;
    }
    .simulacao-geral .servicos {
        padding: 30px 15px;
    }
    section.planos .form-group{
        width: 100% !important;
    }
}

select#inputMeses {
    height: 50px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 15%);
    border-radius: 6px;
    color: #5d30ff;
}
#confirmMeses{
    display: none;
}

.autoComplete_wrapper>ul>li {
    font-size: 12px !important;
}

.autoComplete_wrapper>ul>li mark {
    color: #5d30ff !important;
    padding: 0 !important;
}