@import"https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    font-family: "Nunito Sans", sans-serif;
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1
}

a,
a:focus,
a:hover {
    text-decoration: none !important;
    outline: 0 !important
}

section {
    padding: 20px 0;
    overflow: hidden
}

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

p {
    font-size: 20px;
    color: #333333;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

.navbar {
    border-bottom: 1px solid #CCC;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.what {
    position: fixed;
    bottom: 0px;
    margin: 10px;
    background-color: #00ce65;
    border-radius: 25px;
    color: #fff;
    z-index: 999;
    padding: 3px 9px;
    font-weight: 600
}

.modal .modal-content .modal-header {
    background-color: #ff9225;
    color: #fff
}

.modal .modal-content .modal-body .form-group .form-control {
    border: 0px solid #ced4da !important;
    background-color: #f9f9f9 !important
}

.modal .modal-footer .btn-enviar {
    background-color: #ff8000;
    color: #fff;
    font-weight: 900
}

.logo {
    max-width: 280px;
}

.tipBar {
    background-color: #0b1143
}

.tipBar a {
    display: inline-block;
    padding: 0 20px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.tipBar a img {
    width: 24px;
}

@media(min-width: 320px)and (max-width: 660px) {
    .tipBar a {
        font-size: 16px !important
    }
}

.menuPrincipal ul li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 20px !important;
    text-align: center;
}

.menuPrincipal ul li:last-child a {
    background-color: #ff8000; 
    color: #FFF !important;
    border-radius: 10px;
    font-weight: 900;
}

.sliderPrincipal {
    background-image: url(../img/bg-slider.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover
}

.sliderPrincipal h4 {
    color: #fff;
    font-weight: 600
}

.sliderPrincipal h5 {
    color: #ff8000;
    font-weight: 600
}

.sliderPrincipal hr {
    background-color: #ff8000
}

.sliderPrincipal .form-control {
    border: 0;
    color: #ff8000;
    font-weight: 900
}

.sliderPrincipal .btn-buscar {
    background-color: #ff8000;
    color: #fff;
    font-weight: 900
}

.motoresHome h3 {
    color: #ff8000;
    font-weight: bold
}

.motoresHome h4 {
    font-weight: bold
}

.motoresHome .card .card-img {
    border-radius: 0
}

.motoresHome .card .botoes-card {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center
}

.motoresHome .card .botoes-card .btn-ver {
    background-color: #ff8000;
    color: #fff;
    font-weight: 900
}

.motoresHome .titulosVeiculos {
    background-color: #0b1143
}

.motoresHome .titulosVeiculos h5 {
    color: #fff
}

.motoresHome .listaVeiculo {
    border-bottom: 2px solid #ff8000
}

.motoresHome .listaVeiculo span {
    font-weight: bold
}

.contato {
    padding: 100px 0;
    font-size: 20px;
}

.contato a {
    color: #212529;
}

.tipLocalizar {
    background-color: #FF7E00;
    padding: 50px 0;
}

.tipLocalizar .form-control {
    font-size: 24px;
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #FFF;
    font-weight: 900;
    color: #FF7E00;
    border: none;
    border-radius: 15px;
}

.tipLocalizar .btn-buscar {
    font-size: 28px;
    font-weight: 900;
    color: #FFF;
    border-radius: 15px;
    border: none;
    background: rgb(13,18,66);
    background: linear-gradient(305deg, rgba(13,18,66,1) 30%, rgba(33,46,168,1) 100%);
}

.tipLocalizar h3 {
    font-size: 28px;
    font-weight: 900;
    color: #FFF;
}

.motores {
    border-bottom: 1px solid #787878
}

.motores .card {
    padding: 20px;
    border-radius: 15px;
    border-color: #b0b0b0;
    margin-bottom: 20px;
}

.motores .card h6 {
    font-size: 24px;
    font-weight: 700;
    color: #1e1e1e;    
}

.motores .orange {
    color: #ff9225
}

.motores .grey {
    color: #787878
}

.motores .btn-detalhes {
    border-radius: 10px;
    color: #FF7E00;
    border: 1px solid #FF7E00;
    padding: 10px;
    font-size: 20px;
    margin-top: 5px;
    width: 100%;
    font-weight: 700;
    background-color: #fff9e0;
}

.motores .btn-detalhes:hover {
    background-color: #ff9225;
    color: #fff
}

.listaMotores .borderMotor {
    border: 1px solid #ff9225
}

.listaMotores .motorNovo {
    background-color: #ff9225
}

.listaMotores .motorRetifica {
    background-color: #0b1143
}

.listaMotores .motorRetificado {
    background-color: #3c4169
}

.listaMotores .btn-contato {
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold
}

.listaMotores .relacaoDeMotores h5,
.listaMotores .relacaoDeMotores h6 {
    color: #ff9225
}

.listaMotores .relacaoDeMotores h4 {
    color: #0b1143
}

.listaMotores .relacaoDeMotores hr {
    background-color: #ff8000
}

.listaMotores .relacaoDeMotores ul li {
    border-bottom: 1px solid #ff8000;
    padding: 10px 0
}

.listaMotores .bloco-quebrou h4 {
    color: #ff9225;
    font-weight: 900
}

.listaMotores .bloco-quebrou h3 {
    color: #0b1143;
    font-weight: 900
}

.listaMotores .atencao {
    height: 140px
}

@media(min-width: 320px)and (max-width: 990px) {
    .listaMotores .atencao {
        height: 100%
    }
}

.tituloSessao {
    font-size: 36px;
    color: #0D1242;
    font-weight: 900;
    margin-bottom: 30px;
}

.tituloSessao::before {
    content: "";
    position: relative;
    display: block;
    width: 100px;
    height: 10px;
    background-color: #FF7E00;
    margin-bottom: 25px;
}

.pagamento {
    background-image: url('../img/bg-pagamento.jpg');
    background-size: cover;
    background-position: center;
    color: #FFF;
    padding: 70px 0;
}

.pagamento h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
}

.pagamento hr {
    width: 70px;
    border: 5px solid #FFF;
    margin: auto;
    margin-bottom: 15px;
}

.btnCTA {
    background: rgb(37,211,102);
    background: linear-gradient(305deg, rgba(37,211,102,1) 30%, rgba(19,109,53,1) 100%);
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 30px;
    border-radius: 15px;
    margin: auto;
    display: inline-block;
}

.btnCTA:hover {
    color: #FFF9;
}

.btnCTA img {
    width: 22px;
    margin-right: 10px;
    margin-top: -5px;
}

.responsabilidade {
    padding: 100px 0;
}

.localizacao {
    background: rgb(13,18,66);
    background: linear-gradient(305deg, rgba(13,18,66,1) 30%, rgba(33,46,168,1) 100%);
    padding: 0;
}

.localizacao .tituloSessao {
    color: #FFF;
}

.localizacao iframe {
    width: 100%;
    height: 100%;
}

.localizacao p {
    color: #FFF;
    margin-bottom: 30px;
}

.localizacao .telefone {
    font-weight: 700;
}

.depoimentos {
    padding: 100px 0;
}

.como-funciona {
    padding: 100px 0;
}

.retificar {
    padding: 100px 0;
}

.retificar img {
    border-radius: 50px;
}

.como-funciona iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.empresa {
    padding: 100px 0;
}

.empresa .carousel, .empresa .carousel .carousel-inner, .empresa .carousel .carousel-inner .carousel-item {
    height: 90%;
    min-height: 360px;
}

.empresa .carousel .carousel-inner .carousel-item img {
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
    object-position: left;
}

.empresa p {
    font-size: 18px;
}

.icone-valores {
    background-color: #FDD9B5;
    padding: 5px;
    border-radius: 5px;
    float: left;
    width: 40px;
    margin-right: 10px;
    margin-top: 5px;
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-control-next img, .carousel-control-prev img {
    width: 15px;
}

.carousel-control-next {
    left: 0;
}

.carousel-control-prev {
    left: unset;
    right: 0;
}

dl, ol, ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.carousel-indicators li {
    background-color: #CCC;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.carousel-indicators .active{
    background-color: #666;
}

.conheca {
    padding: 50px 0;
}

.conheca .row {
    background-image: url('../img/bg-maos.jpg');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.conheca .conteudo {
    padding: 50px;
    background: rgb(13,18,66);
    background: linear-gradient(305deg, rgba(13,18,66,1) 30%, rgba(33,46,168,1) 100%);
    color: #FFF;
    border-radius: 50px;
    margin: 50px 0;
}

.conheca .conteudo .tituloSessao {
    color: #FFF;
}

.conheca .conteudo p {
    color: #FFF;
    font-size: 18px
}

.conheca .conteudo a {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    color: #FFF;
    padding: 10px;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #FFF;
    border-radius: 10px;
    margin-top: 15px;
}

.conheca .conteudo a:hover {
    background-color: #FF7E00;
    border-color: #FF7E00;
}

.conheca .conteudo::after {
    background-image: url('../img/plus.png');
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: -40px;
    right: -40px;
    object-fit: contain;
    width: 100px;
    height: 100px;
    content: "";
}

.porque {
    padding: 100px 0;
}

.porque .boxPq {
    padding: 30px;
}

.porque .boxPq span {
    display: block;
    font-weight: 900;
}

.porque .boxPq p {
    font-size: 18px;
}

.porque .boxPq .titulo {
    font-size: 34px;
    color: #FF7E00;
}

.porque .boxPq .subtitulo {
    font-size: 24px;
    color: #0D1242;
}

.porque .boxPq-0 {
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
}

.porque .boxPq-1 {
    border-bottom: 1px solid #EDEDED;
}

.porque .boxPq-2 {
    border-right: 1px solid #EDEDED;
}

.destaque {
    background-image: url('../img/bg-destaque.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: visible;
}

.destaque .motor {
    position: relative;
    z-index: 999999;
    margin-top: -60px;
    width: 110%;
}

.destaque h1 {
    font-size: 48px;
    color: #FFF;
    font-weight: 900;
}

.destaque h2 {
    font-weight: 900;
    font-size: 24px;
    color: #FF7E00;
}

.destaque p {
    color: #FFF;
}

.destaque p span {
    color: #FF7E00;
}

.buscaHome {
    padding: 0;
    margin-top: -50px;
}

.buscaHome .container {
    background-color: #FF7E00;
    padding: 30px;
    border-radius: 50px;
}

.buscaHome h2 {
    font-size: 32px;
    color: #0D1242;
    font-weight: 900;
}

.buscaHome p {
    font-size: 32px;
    color: #FFF;
    font-weight: 900;
}

.buscaHome a {
    color: #FFF;
    text-decoration: underline !important;
    font-size: 20px;
    font-weight: 700;
}

.buscaHome button {
    font-size: 32px;
    font-weight: 900;
    color: #FFF;
    border-radius: 15px;
    border: none;
    background: rgb(13,18,66);
    background: linear-gradient(305deg, rgba(13,18,66,1) 30%, rgba(33,46,168,1) 100%);
}

.buscaHome .form-control {
    font-size: 24px;
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #FFF;
    font-weight: 900;
    color: #FF7E00;
    border: none;
    border-radius: 15px;
}

.faqHome {
    padding: 100px 0;
}

.faqHome hr {
    width: 70px;
    border: 5px solid #FF7E00;
    margin: auto;
    margin-bottom: 15px;
}

.faqHome h2 {
    font-weight: 900;
}

.containerfaq {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  #acodeonfaq .itemfaq.act {
    background-color: #FFF !important;
    border: 4px solid #CCC !important;
    color: #000 !important;
  }
  
  #acodeonfaq .itemfaq {
    border: 4px solid #CCC;
    padding: 25px;
    margin-bottom: 20px;
    background-color: #CCC;
    border-radius: 20px;
  }

  #acodeonfaq .itemfaq:hover {
    color: #FFF;
    border: 4px solid #0D1242;
    background-color: #0D1242;
    cursor: pointer;
  }

  #acodeonfaq .itemfaq:hover::after {
    color: #FF7E00 !important;
  }
  
  #acodeonfaq .itemfaq .titlefaq {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0;
  }
  
  #acodeonfaq .itemfaq .titlefaq:after {
    content: '\f067';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 50px;
  }
  
  #acodeonfaq .itemfaq.act .titlefaq:after {
    content: '\f068';
  }
  
  #acodeonfaq .itemfaq .contentfaq {
    margin-top: 15px;
    display: none;
  }


.frete-de-motores {
    background-image: url(../img/bg-frete-de-motores.jpg);
    background-position: center right;
    background-size: cover
}

.freteCards .tituloCards {
    background-color: #ff8000;
    color: #fff
}

.trabalhe-conosco h6 {
    background-color: #081244;
    color: #fff;
    padding: 10px
}

.trabalhe-conosco h5 {
    font-weight: bold;
    background-color: #ff8000;
    color: #fff;
    padding: 10px
}

.trabalhe-conosco label {
    font-weight: bold;
    color: #0b1143 !important
}

.trabalhe-conosco .form-control {
    border: 2px solid #0b1143 !important
}

.trabalhe-conosco .btn-enviar {
    background-color: #ff8000;
    color: #fff
}

.navbarContato {
    background-color: #ff8000
}

.navbarContato h6 {
    color: #0b1143;
    font-weight: bold
}

.navbarContato a {
    color: #fff;
    font-weight: bold
}

.motoresCompraBlue {
    background-color: #0b1143
}

.motoresCompraBlue h6,
.motoresCompraBlue h5 {
    color: #ff9225
}

.motoresCompraOrange {
    background-color: #ff8000
}

.motoresCompraOrange h5 {
    color: #fff
}

.model-page .navbar {
    border-bottom: 1px solid #a6a6a6
}

.model-page__main {
    color: #0d1242
}

.model-page__cta-whats {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    background-color: #25d366;
    border: 0;
    border-radius: 50rem;
    padding: 12px 20px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 2px 1px #147237;
    cursor: pointer;
    transition-property: box-shadow transform;
    transition-duration: 150ms
}

.model-page__cta-whats:active {
    box-shadow: 0 1px 1px #147237;
    transform: translateY(2px)
}

.model-page__cta-whats:focus {
    outline: 0
}

.model-page__cta-whats:focus-visible {
    outline: 5px solid #fe8620
}

.model-page__cta-icon {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
    fill: #fff
}

.model-intro {
    overflow-x: hidden;
    font-size: 1.3rem
}

.model-intro__heading {
    font-size: 2.25rem !important;
    font-weight: 900;
    text-wrap: balance
}

.model-intro__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.model-intro__list>li {
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.model-intro__list>li::before {
    content: "✔";
    color: #25d366
}

.model-intro__text-small {
    font-size: .875rem;
    color: #929292
}

.model-intro__car-image {
    max-width: 100%
}

@media(min-width: 768px) {
    .model-intro__car-image {
        max-width: initial;
        width: 660px
    }
}

.engines-section {
    padding: 0
}

.engines-section__header {
    color: #fff;
    background-color: #fe8620;
    padding-block: 1rem;
    text-align: center
}

.engines-section__heading {
    font-size: 1.75rem !important;
    font-weight: 700;
    margin: 0
}

@media(min-width: 768px) {
    .engines-section__heading {
        font-size: 2.25rem !important
    }
}

.engines-section__cards {
    padding-block: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.engine-card {
    color: #fff;
    background-color: #0d1242;
    padding: 2rem;
    border-radius: 1rem;
    display: grid;
    gap: 2rem
}

@media(min-width: 768px) {
    .engine-card {
        grid-template-columns: 1fr 2fr
    }
}

.engine-card__image {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.engine-card__image img {
    max-width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: contain;
    object-fit: contain
}

@media(min-width: 768px) {
    .engine-card__image img {
        aspect-ratio: initial
    }
}

.engine-card__content-group {
    font-size: 1.125rem;
    text-align: center
}

@media(min-width: 768px) {
    .engine-card__content-group {
        text-align: start
    }
}

.engine-card__content-group+.engine-card__content-group {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px dashed #ccc
}

.engine-card__heading {
    margin: 0;
    font-size: 1.5rem !important;
    font-weight: 900;
    text-align: center;
    text-wrap: balance
}

@media(min-width: 992px) {
    .engine-card__heading {
        font-size: 2rem !important
    }
}

.engine-card__price {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    text-transform: uppercase
}

.engine-card__price+.engine-card__price {
    margin-top: 1.5rem
}

@media(min-width: 768px) {
    .engine-card__price {
        flex-direction: row;
        justify-content: space-between
    }
    .engine-card__price+.engine-card__price {
        margin-top: .5rem
    }
}

.rectify-section {
    color: #fff !important;
    padding-block: 3rem;
    background: url("../../modelo/images/rectify-section-bg.jpg") no-repeat center center/cover
}

.rectify-section p {
    color: #fff !important;
}

.rectify-section__heading {
    font-weight: 700;
    font-size: 2rem !important;
    text-align: center;
    text-transform: uppercase;
    text-wrap: balance
}

.rectify-section__heading::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 400px;
    height: 4px;
    background-color: #ccc;
    margin-inline: auto;
    margin-top: 1rem
}

.rectify-section__video {
    aspect-ratio: 16/9;
    max-width: 740px;
    margin: 2rem auto
}

.rectify-section__video iframe {
    display: block;
    width: 100%;
    height: 100%
}

.rectify-section__text {
    font-size: 1.25rem
}

.rectify-section__text>*+* {
    margin-top: 1.5rem
}

.rectify-carousel .carousel-indicators {
    margin: 0;
    bottom: -2rem
}

.rectify-carousel .carousel-indicators li {
    width: 1rem;
    height: 1rem;
    border: 1px solid #0d1242;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0)
}

.rectify-carousel .carousel-indicators li.active {
    background-color: #0d1242
}

.exchange-section {
    position: relative;
    isolation: isolate;
    color: #fff;
    background: #fe8620;
    padding-block: 3rem
}

.exchange-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url("../../modelo/images/exchange-icon.png") no-repeat left -50px/250px, url("../../modelo/images/exchange-icon.png") no-repeat right calc(100% + 50px)/250px;
    opacity: .35
}

@media(min-width: 992px) {
    .exchange-section::before {
        background-size: 400px, 400px;
        background-position: left -100px, right calc(100% + 100px)
    }
}

.exchange-section__heading {
    font-size: 2rem !important;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    max-width: 640px;
    margin-inline: auto;
    margin-bottom: 3rem;
    text-wrap: balance
}

.exchange-section__steps {
    margin: 0;
    padding: 0;
    list-style: none
}

.exchange-section .model-page__cta-whats {
    font-size: 1.125rem
}

.exchange-step__container {
    display: grid;
    gap: 1.5rem;
    color: #0d1242;
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center
}

@media(min-width: 768px) {
    .exchange-step__container {
        grid-template-columns: 140px 1fr;
        text-align: start
    }
}

.exchange-step__icon img {
    max-width: 100%
}

.exchange-step__current-step {
    color: #fe8620;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: .25rem
}

.exchange-step__heading {
    font-size: 1.5rem !important;
    font-weight: 900;
    margin-bottom: .75rem;
    line-height: 1.1
}

.exchange-step__text {
    font-size: 1.125rem;
    line-height: 1.3;
    margin: 0
}

.exchange-step__chevron-down {
    fill: #fff;
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 1rem auto
}

.about-rectify-section {
    padding-block: 3rem;
    background-color: #e4e4e4;
    font-size: 1.25rem
}

@media(min-width: 992px) {
    .about-rectify-section {
        font-size: 1.5rem
    }
}

.about-rectify-section>.container {
    max-width: 55rem
}

.about-rectify-section__heading {
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    text-wrap: balance;
    margin-bottom: 2rem
}

.about-rectify-section__engine-image {
    background-color: #fff;
    padding: 1rem;
    border-radius: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    margin-top: 2.5rem
}

.rating-section {
    color: #fff;
    background-color: #fe8620;
    padding-block: 3rem 4rem
}

.rating-section__heading {
    font-size: 2rem !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    max-width: 21.25rem;
    margin-inline: auto
}

.rating-section__heading::after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background-color: #fff;
    margin-top: 1rem;
    margin-inline: auto
}

@media(min-width: 992px) {
    .rating-section__heading {
        text-align: start
    }
    .rating-section__heading::after {
        margin-inline: 50px 0
    }
}

.rating-carousel .carousel-indicators {
    margin: 0;
    bottom: -2rem
}

.rating-carousel .carousel-indicators li {
    width: 1rem;
    height: 1rem;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0)
}

.rating-carousel .carousel-indicators li.active {
    background-color: #fff
}

.rating-carousel .carousel-item {
    padding-inline: 15px
}

.rating-card {
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem
}

.rating-card__avatar {
    display: none
}

@media(min-width: 768px) {
    .rating-card__avatar {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.75rem;
        height: 3.75rem;
        border-radius: 50%;
        background-color: #fe8620;
        color: #fff;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }
}

.rating-card__heading {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: .5rem
}

.rating-card__stars {
    display: flex;
    gap: .25rem;
    margin-bottom: 1rem
}

.rating-card__stars svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: #ffcf07
}

.rating-card__text {
    height: 7.5rem;
    overflow: hidden
}

.rating-card__text p {
    margin: 0
}

.rating-card__text>*+* {
    margin-top: 1em
}

.faq-section {
    background-color: #e4e4e4;
    padding-block: 3rem
}

.faq-section>.container {
    max-width: 43.75rem
}

.faq-section__heading {
    font-size: 2rem !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.accordion__item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px
}

.accordion__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 0;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: start;
    line-height: 1.1;
    transition: all 350ms;
    cursor: pointer
}

.accordion__button:focus {
    outline: 0
}

.accordion__button:focus-visible {
    outline: 5px auto -webkit-focus-ring-color
}

.accordion__button[aria-expanded=true] {
    color: #fff;
    background-color: #737373
}

.accordion__button[aria-expanded=true] .accordion__button-icon {
    fill: #0d1242;
    transform: rotate(45deg)
}

.accordion__button-icon {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    fill: #fe8620;
    transition: all 350ms
}

.accordion__body {
    padding: 1.75rem 1.5rem;
    font-size: 1.25rem
}

.accordion__body>* {
    margin: 0
}

.accordion__body>*+* {
    margin-top: 1em
}

.payment-methods-section {
    color: #fff;
    background: url("../../modelo/images/payment-methods-bg.jpg") no-repeat center center/cover;
    padding-block: 3rem
}

.payment-methods-section__heading {
    font-size: 1.5rem !important;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2
}

.payment-methods-section__subheading {
    color: #fe8620;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem !important;
    line-height: 1.2
}

.payment-methods-section .model-page__cta-whats {
    font-size: 1.125rem
}

.engine-recovery-section {
    padding-block: 0
}

.engine-recovery-section__content {
    padding-block: 3rem
}

.engine-recovery-section__content-header {
    max-width: 18.75rem
}

.engine-recovery-section__heading {
    color: #fe8620;
    font-size: 1.5rem !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem
}

.engine-recovery-section__subheading {
    font-size: 1.75rem !important;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase
}

.engine-recovery-section__text {
    font-size: 1.25rem
}

.engine-recovery-section__text>*+* {
    margin-top: 1rem
}

.engine-recovery-section__illustration {
    width: 50%;
    max-width: 100%
}

@media(min-width: 992px) {
    .engine-recovery-section__illustration {
        width: initial
    }
}

.u-text-orange {
    color: #fe8620
}

.popup {
    position: fixed;
    top: 0;
    height: 100vh;
    text-align: center;
    width: 100%;
    background-color: #000000b5;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 999999999;
  }
  
  .popup img {
    width: 100%;
    max-width: 500px;
  }

  .blogCategorias {
    padding: 50px 0;
    background-image: url('../img/bg-blog.jpg');
    background-size: cover;
    background-position: center center;
  }
  
  .blogCategorias h1 {
    color: #FFF;
    font-weight: 900;
    font-size: 36px;
  }

  .blogCategorias a {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 20px;
    border: 1px solid #FFF;
    padding: 5px;
    display: block;
    width: 100%;
    border-radius: 50px;
  }

  .blogCategorias a:hover {
    color: #0D1242;
    background-color: #FFF;
  }

  .blogDestaque {
    padding: 100px 0;
  }

  .blogDestaque p {
    font-size: 20px;
    color: #FFF !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding-right: 40px;
  }

  .blogDestaque span {
    color: #FFF;
    background-color: #0D1242;
    padding: 3px 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
  }

  .blogDestaque .row {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: calc(100% + 300px);
  }

  .blogDestaque .conteudo .link {
    font-size: 20px;
    float: right;
    margin-top: -40px;
    font-weight: 700;
    color: #0D1242;
  }

  .blogDestaque h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 900;
    padding-right: 40px;
  }

  .blogDestaque .conteudo {
    padding: 50px;
    background-color: #FF7E00;
    color: #FFF !important;
  }

  .blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog p, .blog span, .blog {
    color: #000 !important;
  }

  .ultimosArtigos h2 {
    display: inline-block;
    font-size: 28px;
    color: #0D1242;
    font-weight: 900;
    margin: 0;
  }

  .ultimosArtigos p {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .ultimosArtigos .row {
    border: 1px solid #CCC;
  }

  .ultimosArtigos span {
    display: block;
    color: #CCC;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .ultimosArtigos h3 {
    display: inline-block;
    font-size: 28px;
    color: #0D1242;
    font-weight: 900;
    margin: 0;
  }

  .ultimosArtigos .link {
    color: #FF7E00;
    font-weight: 700;
    margin-left: 15px;
  }

  .maisLidos h2 {
    display: inline-block;
    font-size: 28px;
    color: #0D1242;
    font-weight: 900;
    margin: 0;
  }

  .maisLidos .card {
    border: 1px solid #CCCCCC;
  }

  .maisLidos .card .link {
    color: #FF7E00;
    font-weight: 700;
    float: right;
  }

  .maisLidos .card .date {
    color: #CCC;
    font-size: 18px;
  }

  .maisLidos .card span {
    font-size: 20px;
    color: #CCC;
    padding: 10px 20px;
  }

  .maisLidos .card h3 {
    font-size: 26px;
    color: #0D1242;
    padding: 0 20px;
    font-weight: 900;
    margin-bottom: 0;
  }

  .maisLidos .card p {
    font-size: 20px;
    padding: 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .icone-blog {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    margin-top: -5px;
  }

  .card {
    border-radius: 0;
  }

  .card img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
  }

  .blog span {
    color: #CCC;
    font-size: 20px;
  }

  .blog h1 {
    color: #0D1242;
    font-weight: 900;
    font-size: 36px;
  }

  footer {
    background-color: #0D1242;
    padding: 50px 0;
    color: #FFF;
    font-size: 20px;
  }

  footer a {
    color: #FFF !important;
    margin-bottom: 10px;
    display: inline-block;
  }

  footer .copy {
    border-top: 1px solid #FFF;
    padding-top: 20px;
  }

  footer .menu img {
    height: 50px;
    margin-top: 20px;
    margin-right: 15px;
  }

  .go4269172405 {
    display: none !important;
  }

  .mvv {
    background-color: #161D58;
    padding: 50px 0;
  }

  .mvv p {
    color: #FFF;
    font-size: 20px;
  }

  .mvv h2 {
    font-weight: 900;
    margin-top: 35px;;
  }