html {
  scroll-behavior: smooth;
}

*{
    font-family: "Bricolage Grotesque", sans-serif;
}

section {
   overflow: hidden;
   overscroll-behavior: none;
   
}

input:focus, button:focus, select:focus, textarea:focus {
    outline: none;
}

*::-webkit-scrollbar{
        background: #262728;
    width: 15px;
}
*::-webkit-scrollbar-thumb{
    background: #9FC031;
}


.meio {
	margin: auto;
    position: relative;
    z-index: 1;
}

.wppvoa {
    display: flex;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    z-index: 999999999;
    bottom: 30px;
    left: 20px;
    animation: 1.5s ease 0s infinite normal none running pisca;
}

.wppvoa:hover {
    text-decoration: none;
    color: #fff;
}

.wppvoa:hover i {
    transform: rotate(360deg);
}

.wppvoa i {
    font-size: 25px;
    margin: 0 5px;
    transition: .5s;
}

@keyframes pisca{
    0% {
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        }
    70% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
        box-shadow:0 0 0 25px #ffff0000;
        }
    100%{
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        box-shadow:0 0 0 0 #ffff0000;
    }
}

.header {
    position: absolute;
    padding: 2rem 0;
    z-index: 99;
    border-top: 5px solid #9fc031;
}

.header a.logo {
    display: block;
    text-decoration: none;
}

.header a.logo img {
    width: 100%;
}

.header .menu {
    height: 100%;
    display: flex;
    align-items: center;
}

.header .menu nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header .menu nav a {
    text-decoration: none;
    color: #fff;
}

.header a.destaque {
    display: block;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 5px;
    background: #9FC031;
    color: #fff;
    text-decoration: none;
    color: #fff;
    transition: .2s;
}

.header a.destaque:hover {
    transform: scale(1.05);
}

.header ul.redes {
    list-style: none;
    color: #fff;
    display: flex;
    gap: 1rem;
    margin: 0;
}

.header ul.redes a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: fit-content;
    transition: .2s;
    font-size: 22px;
}

.header ul.redes a:hover {
    transform: rotate(360deg);
}

.header .col-md-4 {
    display: flex;
    align-items: center;
}

.infobanner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(180deg, black, transparent);
    color: #fff;
}

.infobanner video {
        position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infobanner h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.infobanner b {
    color: #9FC031;
}

.infobanner p {
    text-align: center;
    font-size: 20px;
}

.motorhome {
    background-image: url('../img/banner-motorhome.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #262728;
    color: #fff;
    position: relative;
    padding: 5rem 0;
}

.motorhome img.estrela {
    margin: auto;
    display: block;
    position: absolute;
    top: -57px;
    right: 0;
    left: 0;
}

.motorhome h2 {
        color: #9FC031;
    text-align: center;
    font-size: 46px;
    font-weight: 800;
}

.motorhome h6 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.motorhome .caixa {
    text-decoration: none;
    color: #262728;
    width: 100%;
    display: block;
    transition: .3s;
}

.motorhome .caixa:hover {
    transform: scale(1.03);
}

.motorhome .caixa .infos {
    background: #fff;
    width: 100%;
    padding: 20px 30px;
    border-radius: 0 0 0px 10px;
    position: relative;
    overflow: hidden;
}

.motorhome .caixa .infos h4, .motorhome .caixa .infos ul {
    position: relative;
    z-index: 2;
}

.motorhome .caixa .infos:after{
    content: '';
    background: #9fc031;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    transform: rotate(45deg);
    transition: .3s;
}

.motorhome .caixa:hover .infos:after {
    transform: rotate(45deg) scale(30);
}

.motorhome .caixa:hover h4 {
    color: #262728;
}

.motorhome .caixa img {
    width: 100%;
}

.motorhome .caixa h4 {
    color: #9FC031;
    font-weight: 800;
}

.motorhome .caixa ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.motorhome .caixa ul li img {
    max-width: 20px;
    width: 100%;
}

.motorhome .caixa ul li {
        display: flex;
    gap: 10px;
    padding: 10px 5px;
    border-bottom: 1px solid #D2D2D2;
}

.motorhome .caixa ul li.sem {
    border-bottom: none;
}

.motorhome .timeline-carousel__item-inner {
    padding: 0 15px;
    position: relative;
    cursor: grab;
}

.motorhome section.timeline-carousel2 {
    overflow: visible;
}

.motorhome .timeline-carousel2 .slick-list {
    overflow: visible;
}

.motorhome .slick-next.slick-arrow {
        border: 2px solid #9fc031;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background: #9fc031;
    color: #262728;
    position: absolute;
    right: 0;
    bottom: 50%;
    z-index: 9;
}

.motorhome .slick-prev.slick-arrow {
        border: 2px solid #9fc031;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background: #9fc031;
    color: #262728;
    position: absolute;
    left: 0;
    bottom: 50%;
    z-index: 9;
}

.motorhome .slick-arrow:focus{
    outline: none;
}

a.chamada {
        display: block;
    width: fit-content;
    padding: 8px 30px;
    border-radius: 5px;
    background: #9FC031;
    color: #fff;
    text-decoration: none;
    color: #fff;
    margin: 3rem auto 0;
    transition: .2s;
}

a.chamada:hover {
    transform: scale(1.05);
    color: #fff;
    text-decoration: none;
}

.separacao {
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto 3rem;
    position: relative;
}

.separacao img {
        width: 20px;
    height: 20px;
    object-fit: cover;
}

.separacao .linha {
    display: block;
    width: 50%;
    height: 1px;
    background: #9FC031;
}

.sobrebreve {
        padding: 4rem 0;
    background-image: url('../img/estrela-banner.svg');
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;

}

.sobrebreve iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.sobrebreve h3 {
        text-align: center;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.sobrebreve h2 {
        text-align: center;
    margin: 0;
    font-size: 46px;
    font-weight: 700;
}

.vantagens {
    padding: 5rem 0;
    background-color: #262728;
    color: #fff;
}

.vantagens.primeira {
    background-image: url('../img/vantagem-01.webp');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.vantagens.primeira h2 {
    font-size: 46px;
}

.vantagens.primeira h2 b{
    color: #9FC031;
}

.vantagens .separacao {
    margin: 0 0 10px;
    justify-content: normal;
}

.vantagens.segunda {
    background-image: url('../img/vantagem-02.webp');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

.vantagens.segunda h2 {
    font-size: 46px;
    color: #9FC031;
    font-weight: 800;
}

.novidades {
    background-color: #262728;
    position: relative;
    padding: 4rem 0;
    color: #fff;
    text-align: center;
    background-image: url('../img/banner-novidades.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    border-bottom: 5px solid #9FC031;
}

.novidades h2 {
    font-size: 48px;
    color: #9FC031;
    font-weight: 800;
    margin: 0;
}

.novidades h4 {
    margin: 0;
}

.novidades h3 {
    font-size: 48px;
    font-weight: 800;
    position: relative;
}

.novidades h3 img {
    position: absolute;
    max-width: 80px;
    right: -0px;
    bottom: -20px;
}

.novidades h3 b {
    color: #9FC031;
}

.novidades .montanha {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 220px;
}

.novidades .caixa {
    position: relative;
}

.novidades .caixa a {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.novidades iframe {
    width: 100%;
    height: 612px;
    margin-bottom: 6rem;
}

.rodape {
    padding: 4rem 0;
}

.rodape .logo img {
    width: 100%;
    padding: 10px;
}

.rodape .links {
        display: flex;
    gap: 20px;
    justify-content: space-between;
}

.rodape h3 {
    color: #000;
    font-weight: 800;
    font-size: 18px;
}

.rodape nav a {
    text-decoration: none;
    color: #000;
    display: block;
    width: fit-content;
    margin: 0 0 10px;
}

.rodape iframe {
    width: 100%;
    border-radius: 10px;
    border: 4px solid #D2D2D2;
}

.rodape .links .cont a {
    text-decoration: none;
    color: #000;
    display: block;
    width: fit-content;
    font-size: 22px;
    margin: -8px 0 10px;
    transition: .3s;
}

.rodape .links .cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.rodape .links .cont ul li a:hover {
    transform: rotate(360deg);
}

.capa {
    position: relative;
    padding: 7rem 0 3rem;
    display: flex;
    min-height: 65vh;
    align-items: center;
    justify-content: center;
    background-color: gray;
    text-align: center;
    color: #fff;
    font-weight: 800;
}

.capa .fundo {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.capa .icone {
        position: absolute;
    right: 0;
    left: 0;
    bottom: -37px;
    max-width: 75px;
    margin: auto;
    z-index: 4;
}

.capa h1 {
    font-weight: 800;
}

.sobre {
    padding: 4rem 0;
    position: relative;
}

.sobre iframe {
    width: 100%;
    border-radius: 10px;
    height: 470px;
}

.sobre .caixa {
    width: 100%;
    height: 300px;
    background: gray;
    margin-bottom: 20px;
}

.sobre img.esquerda {
    position: absolute;
    top: 4rem;
    left: 4rem;
    max-width: 60px;
}

.sobre img.direita {
    position: absolute;
    top: 50%;
    right: 6rem;
    max-width: 80px;
}

.visite {
    padding: 4rem 0;
    background-color: #9FC031;
    text-align: center;
    background-image: url('../img/banner-visite.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.visite h2 {
    color: #262728;
    font-weight: 800;
    font-size: 60px;
    margin: 0;
}

.visite h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.visite h4 {
    color: #fff;
    font-size: 36px;
    margin: 0;
}

.visite h4 b {
    color: #262728;
}

.visite .chamada {
    background: #262728;
    padding: 8px 50px;
}

.wecan {
    font-family: 'Montserrat';
    background: #CCCCCC;
    color: #333;
}

.wecan .col-md-12 {
    align-self: center;
}

.wecan p {
    padding: 10px 0;
    margin: 0;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.wecan a {
    font-family: 'Libre Franklin';
    font-weight: 700;
    color: #333;
    text-decoration: none;
    transition: 1s;
}

.wecan a:hover {
    box-shadow: inset 70px 0 0 black;
    color: #fff;
    text-decoration: none;
}

.wecan a span {
    font-family: 'Poppins';
    color: gold;
    font-size: 20px;
    line-height: 0px;
}

.itens {
    padding: 4rem 0;
    background: #9FC031;
    color: #fff;
}

.itens .grade {
        display: flex;
    justify-content: space-evenly;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

.itens .grade img {
    max-width: 70px;
    max-height: 70px;
    width: 100%;
    margin-bottom: 10px;
} 

.itens p {
    font-size: 22px;
}

.descricao {
    padding: 6rem 0;
    background: #262728;
    color: #fff;
    background-image: url('../img/banner-motorhome.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.descricao img {
    width: 100%;
    border-radius: 10px;
}

.descricao .col-md-6 {
    align-self: center;
}

.descricao h2 {
    color: #9FC031;
    font-weight: 800;
}

.galeria {
    padding: 4rem 0 8rem;
    background: #262728;
    color: #fff;
}

.galeria h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
}

.galeria .row > .column {
  padding: 0 8px;
}

.galeria .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.galeria .column {
      float: left;
    width: 23%;
    margin: 10px;
}

.galeria .column img {
    width: 100%;
    cursor: pointer;
}

/* The Modal (background) */
.galeria .modal {
      display: none;
    position: fixed;
    z-index: 1;
    padding-top: 4rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #0000009e;
    backdrop-filter: blur(10px);
}

/* Modal Content */
.galeria .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.galeria .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.galeria .close:hover,
.galeria .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.galeria .mySlides {
  display: none;
}

.galeria .mySlides img {
        width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

/* Next & previous buttons */
.galeria .prev,
.galeria .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.galeria .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.galeria .prev:hover,
.galeria .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.galeria .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.galeria .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.galeria img.demo {
  opacity: 0.6;
}

.galeria .active,
.galeria .demo:hover {
  opacity: 1;
}

.galeria img.hover-shadow {
  transition: 0.3s;
}

.galeria .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tuor {
    padding: 8rem 0;
    color: #fff;
    text-align: center;
    position: relative;
}

.tuor:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /*background: #262728d6;*/
}

.tuor.boxer {
        background-image: url('../img/banner-boxer.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
}

.tuor h2 {
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
}

.tuor a {
    text-align: center;
    color: #9FC031;
    font-size: 50px;
    text-decoration: none;
    transition: .2s;
    display: block;
    margin: auto;
    width: fit-content;
}

.tuor a:hover {
    text-decoration: none;
        color: #9FC031;
    transform: scale(1.1);    
}

.contato .col{
    padding: 4rem 2rem;
    display: flex;
}

.contato .col.direita {
    background: #262728;
    color: #fff;
}

.contato .col .caixa {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.contato .caixa {
    width: 80%;
}

.contato .esquerda .container {
    display: flex;
    justify-content: end;
}

.contato .esquerda .caixa h3 {
    font-weight: 800;
    font-size: 28px;
}

.contato .esquerda .caixa p i {
    color: #9FC031;
    font-size: 8px;
}

.contato .esquerda .caixa .contatos .cada {
        display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.contato .esquerda .caixa .contatos .cada i {
    font-size: 40px;
}

.contato .esquerda .caixa .contatos .cada a {
    text-decoration: none;
    color: #262728;
    display: block;
    width: fit-content;
}

.contato .direita .caixa h6 {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}

.contato .direita .caixa h2 {
    font-weight: 900;
    font-size: 38px;
}

.contato .direita .caixa input {
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
}

.contato .direita .caixa textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: none;
}

.contato .direita .caixa label {
    margin: 0;
}

.contato form button {
        display: block;
    width: fit-content;
    padding: 8px 30px;
    border-radius: 5px;
    background: #9FC031;
    text-decoration: none;
    color: #fff;
    float: right;
    border: none;
    transition: .2s;
}

.especificacoes {
    padding: 4rem 0;
    color: #fff;
    background: #9FC031;
    background-image: url('../img/estrela-especifica.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.especificacoes h2 {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}

.especificacoes h2 b {
    display: block;
        color: #262728;

}

.especificacoes .tab button {
    background: #707070;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    align-items: center;
    text-align: initial;
}

.especificacoes .tab button.active{
    background: #262728;
}

.especificacoes .tab button img {
    max-width: 30px;
    max-height: 30px;
}

.especificacoes .tab {
  float: left; 
  height: 300px;
}

.especificacoes .col-md-7 {
    align-self: center;
}

.especificacoes .tabcontent {
  float: left;
  padding: 0px 12px;
  display: none;
}

.especificacoes .tabcontent ul {
    margin: 0;
    font-size: 20px;
}

.especificacoes .tabcontent li {
    margin: 0 0 10px;
} 

.especificacoes .tabcontent li::marker {
    color: #262728;
}

.especificacoes .linha:after {
        content: '';
    background: #262728;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    margin: auto;
    right: 0;
    left: 0;
}


/*    */

.diferenciais {
    padding: 4rem 0;
    color: #fff;
    background: #262728;
    background-image: url('../img/estrela-especifica.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.diferenciais h2 {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    font-size: 42px;
}

.diferenciais h6 {
    text-align: center;
    margin-bottom: -2px;
}

.diferenciais .tab button {
        background: #707070;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    align-items: center;
    text-align: initial;
    justify-content: center;
}

.diferenciais .tab button.active{
    background: #9FC031;
}

.diferenciais .tab button img {
    max-width: 30px;
    max-height: 30px;
}

.diferenciais .tab {
  float: left; 
  width: 100%;
}

.diferenciais .col-md-7 {
    align-self: center;
}

.diferenciais .tabcontent {
  float: left;
  padding: 0px 12px;
  display: none;
}

.diferenciais .tabcontent ul {
    margin: 0;
    font-size: 20px;
}

.diferenciais .tabcontent li {
    margin: 0 0 10px;
} 

.diferenciais .tabcontent li::marker {
    color: #262728;
}

.diferenciais .linha:after {
        content: '';
    background: #262728;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    margin: auto;
    right: 0;
    left: 0;
}