@font-face {
    font-family: 'Magistral-Book';
    src: url('../fonts/Magistral-Book.ttf') format('truetype')/* Safari, Android, iOS */
}

@font-face {
    font-family: 'Magistral-Medium';
    src: url('../fonts/Magistral-Medium.ttf') format('truetype')/* Safari, Android, iOS */
}

@font-face {
    font-family: 'Magistral-Bold';
    src: url('../fonts/Magistral-Bold.ttf') format('truetype')/* Safari, Android, iOS */
}

@font-face {
    font-family: 'Magistral-ExtraBoldItalic';
    src: url('../fonts/Magistral-ExtraBoldItalic.ttf') format('truetype')/* Safari, Android, iOS */
}

body {
    font-family: 'Magistral-Book';
}

.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}


/* Header */

.bg-light {
    background-color: #272829!important;
    height: 70px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/hamburguer_menu.png);
    background-size: cover;
}

.menu-mobile {
    display: none;
}

.navbar {
    justify-content: space-between;
}

.navbar-collapse {
    display: flex;
    list-style: none;
    text-transform: uppercase;
    justify-content: flex-end;
    margin: 0;
}

.navbar-collapse span {
    color: #fff;
}

header img {
    margin: 10px 0;
    width: 120px;
    height: auto;
}

#menu-header-menu span {
    font-family: 'Magistral-Bold';
    font-size: 18px;
}

#menu-header-menu span:hover {
    font-family: 'Magistral-Medium';
    color: #a11216;
    font-weight: 900;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -270px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

#menu-header-menu .dropdown:hover .dropdown-menu {
    display: block;
}

.ativo a span {
    font-family: 'Magistral-Medium';
    color: #a11216 !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 1.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#menu-item-259:hover {
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #87050d;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu span:hover {
    font-family: 'Magistral-Medium';
    color: #fff !important;
}

.menu-idiomas ul {
    display: flex;
    margin-top: 10px;
}

.menu-idiomas ul li {
    list-style: none;
    padding-right: 5px;
}

.menu-idiomas ul li img {
    width: 30px;
    height: auto;
}


/* Home */

.home {
    background-image: url(../img/pagina\ inicial.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1015px;
}

.titulo-form {
    background: linear-gradient(to right, #4a4a4a 50%, transparent 50%);
    height: 48px;
    align-items: center;
    top: -48px;
    position: relative;
    z-index: 99;
}

.text-form {
    position: absolute;
}

.form {
    background-color: #2d2e2f;
    height: auto;
    padding-bottom: 50px;
    position: relative;
    top: -48px;
}

.titulo-form h2 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding-top: 15px;
}

.subtitulo-form h2 {
    color: #fff;
}

.form-alinh {
    margin-top: 30px;
}

.form-alinh label {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

#fabricante {
    display: flex;
    width: 100%;
    height: 44px;
    padding-left: 10px;
}

#modelo {
    display: flex;
    width: 100%;
    height: 44px;
    padding-left: 10px;
}

.botao-localizar {
    margin-top: 65px;
}

.botao-localizar img {
    height: 20px;
    position: absolute;
    margin: 14px 0 0 30px;
}

.botao-localizar input {
    width: 216px;
    height: 44px;
    color: #fff;
    background: #a11216;
    border: solid 2px #a11216;
}


/* Sobre */

#sobre {
    margin: 80px 0 80px 0;
}

.personalize h2 {
    font-family: 'Magistral-Bold';
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
}

.borda_perso {
    justify-content: center;
}

.borda_perso span {
    border: solid 3px #a11216;
    width: 12%;
    margin-bottom: 50px;
}

.icon-coluna1 {
    text-align: center;
    font-size: 15px;
}

.icon-coluna1 img {
    width: 130px;
    height: auto;
}

.icon-coluna1 .agilidade {
    margin-top: 177px;
}

.icon-coluna2 {
    text-align: center;
    font-size: 15px;
}

.icon-coluna2 .aceleracao {
    margin-top: 177px;
}

.icon-coluna2 img {
    width: 130px;
    height: auto;
}

.celulares img {
    width: 100%;
    height: auto;
}

.text-perso {
    /* margin-top: 60px; */
    font-size: 19px;
    line-height: 40px;
}

.text-perso span {
    color: #a11216;
    font-family: 'Magistral-Bold';
}

.mobile {
    float: left;
}


/* Funcionalidades */

#funcionalidades {
    padding: 50px 0 50px 0;
    background-image: url(../img/bg-funcionalidade.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center;
}

.titulo-func {
    text-align: center;
}

.titulo-func h2 {
    font-family: 'Magistral-Bold';
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
}

.titulo-func span {
    color: #a11216;
}

.titulo-func p {
    margin-top: 40px;
    color: #fff;
    font-size: 24px;
}

.carrosel-func img {
    width: 100%;
}

#funcionalidades .btn-prev-func {
    display: inline-block;
    border: 0;
    /* margin-right: 150px; */
    background: transparent;
}

#funcionalidades .btn-prev-func img {
    width: 10px;
}

.arrow-left {
    margin-right: 150px;
}

.arrow-right {
    margin-left: 150px;
}

#funcionalidades .btn-next-func {
    display: inline-block;
    border: 0;
    background: transparent;
}

#funcionalidades .btn-next-func img {
    width: 10px;
}


/* Mapas de Aceleração */

#mapas-de-aceleracao {
    margin: 60px 0 60px 0;
}

.titulo-maps {
    text-align: center;
    margin-bottom: 20px;
}

.titulo-maps h2 {
    font-family: 'Magistral-ExtraBoldItalic';
    font-size: 50px;
    text-transform: uppercase;
    color: #a11216;
    font-style: italic;
}

.imgs-mapas {
    margin: 40px 0;
    text-align: center;
    font-size: 20px;
}

.imgs-mapas img {
    width: 100%;
    height: auto;
}

.img-gif-city img,
.img-gif-tour img,
.img-gif-sport img,
.img-gif-fast img {
    width: 100%;
    height: auto;
}

.imgs-mapas p {
    font-weight: bold;
    text-transform: uppercase;
}

.mapa-city,
.mapa-tour,
.mapa-fast,
.mapa-sport {
    position: relative;
    width: 247px;
    height: 247px;
    display: none;
}

.img-gif-city,
.img-gif-tour,
.img-gif-sport,
.img-gif-fast {
    position: absolute;
    width: 247px;
    height: 247px;
    display: block;
    top: 0;
}

.hide-city {
    display: none;
}

.hide-gif-city,
.hide-gif-tour,
.hide-gif-sport,
.hide-gif-fast {
    position: relative;
    width: 247px;
    height: 247px;
    display: block;
}


/* .mapa-city:hover+.hide-gif-city {
    display: block;
}

.mapa-city:active+.hide-gif-city {
    display: block;
}

.mapa-tour:hover+.hide-gif-tour {
    display: block;
}

.mapa-tour:active+.hide-gif-tour {
    display: block;
}

.mapa-sport:hover+.hide-gif-sport {
    display: block;
}

.mapa-sport:active+.hide-gif-sport {
    display: block;
}

.mapa-fast:hover+.hide-gif-fast {
    display: block;
}

.mapa-fast:active+.hide-gif-fast {
    display: block;
} */

.mapa-city-text p {
    padding-top: 10px;
    color: #e5c400;
    font-family: 'Magistral-Bold';
}

.mapa-tour-text p {
    padding-top: 10px;
    color: #4f1f6a;
    font-family: 'Magistral-Bold';
}

.mapa-sport-text p {
    padding-top: 10px;
    color: #214f28;
    font-family: 'Magistral-Bold';
}

.mapa-fast-text p {
    padding-top: 10px;
    color: #2761ad;
    font-family: 'Magistral-Bold';
}

.text-mapas {
    text-align: center;
    font-size: 20px;
    margin: 40px 0;
}

.text-mapas span {
    font-family: 'Magistral-Medium';
}


/* Funções de Segurança */

.borda-segu span {
    border: solid 4px #a11216;
    width: 60%;
}

.titulo-segu {
    margin-top: 40px;
    text-align: center;
}

.titulo-segu h2 {
    font-family: 'Magistral-ExtraBoldItalic';
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #a11216;
    font-size: 48px;
    margin: 10px 0 30px;
}

.titulo-segu p {
    margin: 0px 0 50px;
    font-size: 22px;
}

.titulo-segu span {
    font-family: 'Magistral-Medium';
}

.fundo-segu {
    background: url(../img/fundo-parck.jpg);
    background-repeat: repeat-x;
    background-size: contain;
    margin-bottom: 140px;
}

.look-segu {
    margin-bottom: 50px;
    background-image: url(../img/img-func-segu.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 551px;
}

.titulo-look h2 {
    font-family: 'Magistral-Bold';
    font-style: italic;
    text-transform: uppercase;
    font-size: 30px;
    float: right;
    color: #fff;
    margin: 18px 240px 0 0;
}

.titulo-look span {
    font-size: 20px;
}

.img-look-mobile img {
    display: none;
}

.texto-look {
    margin: 40px 0 0 0;
}

.texto-look p {
    color: #fff;
    font-size: 19px;
    float: left;
    line-height: 40px;
    padding-right: 70px;
}

.texto-look span {
    font-family: 'Magistral-Medium';
}

.fundo-look {
    background: url(../img/fundo-lock.jpg);
    background-repeat: repeat-x;
    background-size: contain;
    margin-bottom: 140px;
}

.park-segu {
    margin-bottom: 50px;
    background-image: url(../img/img-func-park.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 551px;
}

.titulo-park {
    margin: 18px 0 0 200px;
    float: left;
}

.titulo-park h2 {
    font-family: 'Magistral-Bold';
    font-style: italic;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
}

.titulo-park span {
    font-size: 20px;
}

.img-park-mobile img {
    display: none;
}

.texto-park {
    float: right;
    margin: 50px 0 0 0;
}

.texto-park p {
    text-align: right;
    color: #fff;
    font-size: 20px;
    padding: 0px 12px 0px 40px;
    line-height: 35px;
}

.texto-park span {
    font-family: 'Magistral-Medium';
}


/* Aplicativo */

#aplicativo {
    background: url(../img/bg-eletronico.png) #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top 110px right -450px;
    width: 100%;
    height: auto;
    padding-bottom: 80px;
}

.fundo-aplic {
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.texto-aplic h2 {
    font-family: 'Magistral-Bold';
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    font-size: 60px;
}

.baixe-agora p {
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin-bottom: 40px;
}

.baixe-agora {
    margin-top: 40px;
}

.baixe-agora h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

.baixe-agora h2 span {
    border-right: solid 4px #a31414;
    border-left: solid 4px #a31414;
    padding: 0 20px;
    font-family: 'Magistral-Bold';
}

.img-qrcode img {
    margin-top: 20px;
    width: 300px;
    height: 300px;
    margin-left: 20px;
}

.apple {
    padding-top: 30px;
}

.apple img,
.google img {
    width: 200px;
    height: auto;
}


/* 
.baixe-agora img:last-child {
    width: 90%;
    height: 80%;
} */

.slide-celular {
    text-align: center;
}

.celular-aplic img {
    width: 350px !important;
    display: initial !important;
}

.funcoes-aplic-left {
    padding-top: 30px;
}

.funcoes-aplic-left img {
    width: 6%;
    float: left;
}

.funcoes-aplic-left .itens-e,
.funcoes-aplic-left .itens-e {
    padding-bottom: 15px;
}

.funcoes-aplic-left p {
    color: #fff;
    font-size: 20px;
    margin-left: 40px;
    padding-top: 8px;
}

.funcoes-aplic-right {
    /* top: -80px; */
    padding-top: 100px;
}

.funcoes-aplic-right img {
    width: 6%;
    float: left;
}

.funcoes-aplic-right p {
    color: #fff;
    font-size: 20px;
    margin-left: 40px;
    padding-top: 6px;
    margin-bottom: 4px;
}

.video-aplic {
    margin-top: 80px;
}

.video-aplic iframe {
    margin: 30px 0;
    width: 100%;
    height: 560px;
}


/* Onde Comprar */

#onde-comprar {
    margin: 100px 0;
}

.titulo-onde h2 {
    color: #a40d11;
    text-transform: uppercase;
    font-family: 'Magistral-ExtraBoldItalic';
    font-size: 50px;
    padding-bottom: 20px;
}

.borda-onde {
    margin: 0;
    padding: 0;
}

.borda-onde span {
    border: solid 4px #a40d11;
    position: absolute;
    width: 50%;
}

.titulo-lojas-fis {
    margin: 50px 0;
}

.titulo-lojas-fis h2 {
    font-family: 'Magistral-Bold';
    font-style: italic;
    color: #000;
    text-transform: uppercase;
}

.maps-onde {
    padding: 0;
}

.maps-onde iframe {
    width: 100% !important;
}

.titulo-lojas-on {
    margin: 100px 0;
}

.titulo-lojas-on h2 {
    font-family: 'Magistral-Bold';
    font-style: italic;
    color: #000;
    text-transform: uppercase;
}

.lojas-onlines img {
    width: 100%;
}

.lojas-onlines .slick-dots li button:before {
    border: 1px solid #000;
}

.lojas-onlines .slick-dots li button:before {
    color: #000;
}

#onde-comprar .btn-prev-lojas {
    display: inline-block;
    border: 0;
    margin-right: 190px;
    background: transparent;
    left: -70px;
    position: relative;
}

#onde-comprar .btn-prev-lojas img {
    width: 10px;
}

#onde-comprar .btn-next-lojas {
    display: inline-block;
    border: 0;
    background: transparent;
    right: -70px;
    position: relative;
}

#onde-comprar .btn-next-lojas img {
    width: 10px;
}


/* Já Comprou */

#ja-comprou {
    padding: 100px 0;
    background-image: url(../img/fundo-comprou.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.titulo-compr {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.titulo-compr h2 {
    font-family: 'Magistral-Bold';
    font-size: 40px;
}

.titulo-compr span {
    color: #a40d11;
}

.borda_compr {
    justify-content: center;
}

.borda_compr span {
    border: solid 2px #a11216;
    width: 10%;
}

.depoimentos {
    margin: 50px;
}

.textos_depoimentos {
    float: right;
    padding: 15px 15px 15px 0;
}

.textos_depoimentos h3 {
    margin: 0;
    font-size: 13px;
    color: #000;
    font-family: 'Magistral-Bold';
    padding-bottom: 10px;
}

.textos_depoimentos p {
    text-align: justify;
    margin: 0;
    font-size: 13px;
    color: #000;
    padding-top: 10px;
}

.textos_depoimentos img {
    width: 50%;
}

.depoimentos .slick-slide {
    background-color: #fff;
    margin: 0 10px;
}

.img-depoimento {
    min-height: 200px;
    width: 100%;
    padding: 15px 0;
}

.arrow-slide {
    top: 0px;
}

#ja-comprou .btn-prev-comprou {
    display: inline-block;
    border: 0;
    margin-right: 140px;
    background: transparent;
    left: -70px;
    position: relative;
}

#ja-comprou .btn-prev-comprou img {
    width: 10px;
}

#ja-comprou .btn-next-comprou {
    display: inline-block;
    border: 0;
    background: transparent;
    right: -70px;
    position: relative;
}

#ja-comprou .btn-next-comprou img {
    width: 10px;
}


/* Suporte Tecnico */

#contato {
    margin: 50px 0;
}

.titulo-suporte {
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.titulo-suporte h2 {
    font-family: 'Magistral-Bold';
}

.titulo-suporte span {
    color: #a11216;
}

.borda_suporte {
    justify-content: center;
}

.borda_suporte span {
    border: solid 2px #000;
    width: 10%;
}

.texto-suporte {
    margin-top: 30px;
    text-align: center;
}

.texto-suporte p {
    font-size: 20px;
}

.texto-icon-sup {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.icon-whats {
    text-align: right;
}

.icon-whats img {
    padding-right: 20px;
    height: 75px;
}

.icon-email img {
    padding-left: 20px;
    height: 75px;
}

.icon-email p {
    padding-left: 20px;
}


/* Footer */

#atendimento {
    background: #1e1f20;
    padding: 75px 0 40px 0;
    width: 100%;
    height: auto;
}

.atendimento {
    color: #fff;
}

.atendimento h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}

.atendimento p {
    padding: 0;
    margin: 0;
}

.icones {
    text-align: right;
}

.icones i {
    color: #fff;
    padding: 0 10px;
    font-size: 40px;
}

#menu-rodape {
    background: #000;
}

#menu-rodape img {
    margin: 10px 0 0 0;
    width: 140px;
    height: 46px;
}

.copyright {
    background: #000;
}

.copyright p {
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.navbar-toggler {
    background-color: #272829;
    border-color: transparent !important;
    float: right;
    margin-top: 12px;
}

#menu-footer-menu span {
    font-family: 'Magistral-Medium';
    font-size: 16px;
}

#menu-footer-menu span:hover {
    color: #a11216;
}

#menu-rodape .bg-light {
    background: #000!important;
    padding-top: 30px;
}

#menu-footer-menu .ativo {
    color: #a11216;
}

.d-desktop {
    display: block;
}

.d-mobile {
    display: none;
}

select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    height: 44px;
    padding-left: 10px;
}

/* SECTION POWER */
.section-powersports {
    background-color: #1c1c1c;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 120%;
    padding: 80px 0;
    border-bottom: 10px solid #a11216;
}

.top-bar-power {
    margin: 0px 0 70px;
    background-color: #a11216;
    padding: 30px 0;
}

.top-bar-power h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    margin: 0;
    text-align: center;
}

.conteudo-power {    
    color: #fff;
    font-size: 20px;
    padding: 60px 100px 60px 40px;
    line-height: 35px;
}

.section-powersports-galeria {
    padding: 80px 0;
    background-color: #1c1c1c;
}

.bar-powersports {
    background-color: #2c2c2c;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 40px;
}

.bar-powersports h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    text-align: center;
}

.item-power {
    padding: 15px;
}



.btn-prev-power {
    display: inline-block;
    border: 0;
    margin-right: 140px;
    background: transparent;
    left: -20px;
    position: relative;
}



.btn-prev-power img {
    width: 10px;
}

.btn-next-power {
    display: inline-block;
    border: 0;
    background: transparent;
    right: -50px;
    position: relative;
}

.btn-next-power img {
    width: 10px;
}

/* Mobile */

@media only screen and (max-width: 600px) {
    .menu-idiomas {
        width: 150px;
        position: absolute;
        right: 50px;
    }
    .botao-localizar img {
        display: none;
    }
    .botao-localizar input {
        width: 100%;
    }
    .navbar-toggler {
        margin-top: 9px;
    }
    .d-desktop {
        display: none;
    }
    .d-mobile {
        display: block;
    }
    .bg-light {
        background-color: #272829 !important;
        height: auto !important;
    }
    .arrow-slide {
        top: 0px;
        display: none;
    }
    .header img {
        float: left;
    }
    .titulo-form {
        background: #4a4a4a;
    }
    .titulo-form h2 {
        font-size: 15px;
        text-align: center;
    }
    .botao-localizar {
        margin-top: 35px;
    }
    .titulo-func h2 {
        font-size: 30px;
    }
    .titulo-maps h2 {
        font-size: 37px;
    }
    .mapa-city,
    .mapa-tour,
    .mapa-fast,
    .mapa-sport {
        margin: auto;
    }
    .mapa-city img,
    .mapa-tour img,
    .mapa-fast img,
    .mapa-sport img {
        display: none !important;
    }
    .hide-gif-city img,
    .hide-gif-tour img,
    .hide-gif-sport img,
    .hide-gif-fast img {
        display: block !important;
    }
    .hide-gif-city,
    .hide-gif-tour,
    .hide-gif-sport,
    .hide-gif-fast {
        display: block !important;
        left: calc(50% - 128px);
    }
    .imgs-mapas .slick-dots li button::before {
        background-color: #000;
        border: 0;
        color: #fff;
    }
    .imgs-mapas {
        margin-bottom: 100px !important;
    }
    .baixe-agora h2 {
        font-size: 35px;
        text-align: center;
    }
    .apple {
        padding-top: 30px;
        text-align: center;
    }
    #sobre {
        margin: 20px 0 80px 0;
    }
    .text-perso {
        margin-top: 60px;
    }
    .titulo-segu p {
        margin: 20px 0 30px;
        font-size: 20px;
    }
    .texto-aplic h2 {
        font-size: 37px;
    }
    .menu-desktop {
        display: none;
    }
    .menu-mobile {
        display: block;
    }
    .navbar-collapse {
        display: block;
        list-style: none;
        text-transform: uppercase;
        justify-content: flex-end;
        margin: 0;
    }
    /* Personalize */
    .icon-coluna1 .agilidade {
        margin-top: 0;
    }
    .icon-coluna2 .aceleracao {
        margin-top: 0;
    }
    /* Funções de Segurança */
    .fundo-look {
        background: #000;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .look-segu {
        padding: 10px 0px;
        background-image: none;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
    }
    .titulo-look h2 {
        font-family: 'Magistral-Bold';
        font-style: italic;
        text-transform: uppercase;
        font-size: 30px;
        float: left;
        color: #fff;
        margin: 18px 0 0 0;
    }
    .img-look-mobile img {
        display: block;
        width: 100%;
    }
    .texto-look {
        margin: 30px 0 0 0;
    }
    .texto-look p {
        padding-right: 0;
        text-align: center;
    }
    .fundo-segu {
        background: #a11216;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 10px 0px;
        margin: 50px 0;
    }
    .park-segu {
        margin-bottom: 50px;
        background-image: none;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
    }
    .titulo-park {
        margin: 18px 0 0 0;
        float: none;
    }
    .img-park-mobile img {
        display: block;
        width: 100%;
    }
    .texto-park {
        float: none;
        margin: 0;
    }
    .texto-park p {
        text-align: center;
        margin: 0;
        padding: 30px 2px 0px 0px;
    }
    /* Aplicativo */
    /* .apple img {
        float: right;
    }
    .google img {
        float: left;
    } */
    .slide-aplic .slick-dots {
        bottom: 0;
    }
    .baixe-agora p {
        text-align: center;
    }
    .apple img,
    .google img {
        width: 161px;
        height: auto;
    }
    .video-aplic iframe {
        margin: 30px 0;
        width: 100%;
        height: 400px;
    }
    .funcoes-aplic-right {
        /* top: -80px; */
        padding-top: 0;
    }
    .funcoes-aplic-left .itens-e,
    .funcoes-aplic-left .itens-e {
        padding-bottom: 5px;
    }
    .funcoes-aplic-left p {
        color: #fff;
        font-size: 20px;
        margin-left: 40px;
        padding-top: 3px;
        margin-bottom: 3px;
    }
    .funcoes-aplic-right p {
        color: #fff;
        font-size: 20px;
        margin-left: 40px;
        padding-top: 0px;
        margin-bottom: 4px;
    }
    /* Onde Comprar */
    .maps-onde iframe {
        width: 100% !important;
        height: 420px !important;
    }
    .titulo-onde h2 {
        padding-bottom: 20px;
    }
    .titulo-segu h2 {
        font-size: 36px;
    }
    .titulo-lojas-on h2 {
        text-align: center;
    }
    /* Depoimentos */
    .depoimentos {
        margin: 50px 10px;
    }
    .depoimentos img {
        width: 100%;
        padding: 10px 0;
    }
    .img-depoimento {
        min-height: 205px;
    }
    .titulo-compr h2 {
        font-family: 'Magistral-Bold';
        font-size: 35px;
    }
    .textos_depoimentos {
        float: right;
        padding: 15px 15px 15px 15px;
    }
    .textos_depoimentos img {
        width: 40%;
        padding: 10px 0;
    }
    /* Atendimento */
    #atendimento {
        background: #1e1f20;
        padding: 40px 0 40px 0;
        width: 100%;
        height: auto;
    }
    /* Footer */
    .icones {
        display: flex;
        margin-top: 20px;
        left: 0;
    }
    #menu-rodape .navbar-toggler {
        display: none;
    }
    #menu-rodape img {
        margin: 10px 0 30px 0;
        width: 130px;
        height: auto;
    }

    .section-powersports {
        background-position: top 120px right -40px;
        background-size: 200%;
        padding: 30px 0;
    }
    .top-bar-power h2 {
        font-size: 30px;
    }
    .conteudo-power {
        color: #fff;
        font-size: 20px;
        padding: 360px 20px 0px 40px;
        line-height: 35px;
    }
    .conteudo-power br {
        display: none;
    }
    .section-powersports-galeria {
        padding: 40px 0 80px;
        background-color: #1c1c1c;
    }
    .slide-power .slick-dots {
        left: 0;
    }
    .btn-next-power {
        display: inline-block;
        border: 0;
        background: transparent;
        right: -30px;
        position: relative;
    }
}