@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #dbeb31;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;

}

header .logo {
    position: relative;
    max-width: 180px;
}

header ul {
    position: relative;
    display: flex;
}

header ul li {
    list-style: none;
}

header ul li a {
    display: inline-block;
    color: #13293d;
    font-weight: 500;
    margin-left: 40px;
    text-decoration: none;
}

header ul li a:hover {
    text-decoration: underline;
    font-weight: 800;
    transform: 0.5s;
}

header .redesIcons {
    display: inline-flex;
}

header .fa-brands {
    font-size: 1.6em;
}

header .fa-brands:hover {
    transform: translateY(-10px);
}



.content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content .textTitle {
    position: relative;
    max-width: 600px;
}

.content .textTitle h2 {
    color: #323335;
    font-size: 4em;
    line-height: 1.4em;
    font-weight: 500;
}

.content .textTitle h2 span {
    color: #FFF;
    font-size: 1.2em;
    font-weight: 900;
    background-color: #00a43b;
}

.content .textTitle p {
    margin-top: 15px;
    color: #323335;
    text-align: justify;
}

/* .content .textTitle a {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 20px;
    background: #00a43b;
    color: #FFF;
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
} */

.content .imgCar {
    width: 850px;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
    margin-top: 50px;
}

.content .imgCar img {
    max-width: 600px;
}


.colorSelect {
    position: absolute;
    left: 50%;
    bottom: -5%;
    transform: translate(-50%);
    display: flex;
    background-color: #FFF;
    /*    border-radius: 50px; */
    box-shadow: 5px 5px rgba(19, 41, 61, 0.2);
    padding: 8px;
}

.colorSelect li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    transform: 0.5s;
    width: 30px;
}

.colorSelect .fa-solid {
    font-size: 25px;
}

.color0 {
    color: #ffce00;
}

.color2 {
    color: #a8a9ad;
}

.color3 {
    color: #1b397b;
}

.color4 {
    color: #7ab342;
}

.color5 {
    color: #a81d22;
}

.colorSelect li:hover {
    transform: translateY(-10px);
}

.color6 {
    color: #f97c06;
}

.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    clip-path: circle(650px at right 550px);
}

.modelos {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    background: #323335;
    padding: 20px;
    text-align: center;
}

.modelos h2 {
    color: #FFF;
}

.modelos-btn {
    display: inline-block;
    padding: 8px 20px;
    background: #00a43b;
    color: #FFF;
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    margin-left: 10px;
}

#saibamais {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00a43b;
}

#saibamais h2 {
    padding: 5px;
    z-index: 13;
    color: #00a43b;
    font-size: 3.2em;
    font-weight: 900;
    background-color: #FFF;
    left: 5%;
}

.video {
    z-index: 12;
    height: 480px;
    display: flex;
    margin: 0 auto;
    border-radius: 10px;
    border: 5px solid #FFF
}

#category {
    position: relative;
    min-height: inherit;
    height: 100%;
    padding: 100px;
}


#category h2 {
    padding: 5px;
    color: #FFF;
    font-size: 3.2em;
    font-weight: 900;
    background-color: #00a43b;
}

#category h3 {
    font-size: 1.8em;
}

#category span {
    color: #323335;
    background-color: #dbeb31;
    font-size: 1.5em;
    padding: 5px;
}

#category p {
    text-align: justify;
    width: 90%;
    padding: 10px 0;
}

#category .circle {
    clip-path: circle(730px at right 350px);
}

.splide__slide img {
    display: flex;
    margin: 0 auto;
    width: 60%;
}

.info {
    padding: 10px;
    color: #FFF;
    background: #00a43b;
    border-radius: 10px;
    z-index: 14;
}

#tickerWhats {
    background-color: #323335;
    position: relative;
    min-height: inherit;
    padding: 5px 100px 5px 0;
    justify-content: center;

}

#tickerWhats .whatsApp {
    display: inline-flex;
    color: #FFF;
    text-align: right;
    align-items: center
}

#tickerWhats h2 {
    color: #dbeb31;
}

#tickerWhats .whats-contact {
    display: inline-flex;
    align-items: center;
}

.whats {
    text-align: center;
    display: inline-block;
    padding: 15px 0;
}

.whats a {
    background-color: #00a43b;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 1.4em;
    padding: 10px;
    border-radius: 5px;
}

.whats .fa-brands {
    margin-right: 10px;
    font-size: 2em;
    position: relative;
    top: 10px;
}


#falecom {
    background-color: #00a43b;
    position: relative;
    min-height: inherit;
    padding: 0 100px 50px;
    justify-content: space-evenly;
    display: inline-flex;
}

#falecom h2 {
    padding: 5px;
    color: #00a43b;
    font-size: 2.6em;
    font-weight: 900;
    background-color: #FFF;
}

.preencha {
    align-self: center;
}

.formulario {
    width: 60%;
}

form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 100px;
}

form input {
    font-size: 1rem;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 2px solid rgb(166, 255, 0);
    transition: .3s all ease;
    backdrop-filter: blur(10px);
}

form input:hover {
    transition: .3s;
    background: #dbeb31;
}


form select {
    font-size: 1rem;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: .3s all ease;
    backdrop-filter: blur(10px);
}

form select:hover {
    transition: .3s;
    background: #dbeb31;
}

form button {
    font-size: 1rem;
    width: 30%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: .3s all ease;
    backdrop-filter: blur(10px);
}

form button:hover {
    transition: .3s;
    background: #dbeb31;
}
 footer {
    display: block;
    position: relative;
    text-align: center;
    background: #323335;
    color: #FFF;
    padding: 20px;
 }

 footer .footer-contato {
    /* display: inline-flex; */
    padding: 10px;
 }

 footer span{
     color: #dbeb31;
     margin-left: 10px;
 }

 footer i {
     color: #FFF;
     font-size: 1.5em;
     
 }

.fa-envelope-circle-check {
     margin-right: 10px;
 }

 .footer-contato .fa-whatsapp {
     margin-left: 10px;
 }
 
 .footer-contato .fa-square-phone {
     margin-right: 10px;
 }

 footer .developer {
     color: #dbeb31;
     text-decoration: none;
 }

 footer .developer a {
    color: #FFF;
    text-decoration: none;
}

#obrigado {
    background-color: #00a43b;
    justify-content: center;
    align-items: center;
    color: #323335;
}

#obrigado .circle {
    clip-path: circle(500px at center bottom);
    background: #dbeb31;
}

.thanksmail {
    background-color: #FFF;
    padding: 10px 20px;
    border-radius: 20px;
    z-index: 20;
    box-shadow: 10px 10px 30px  #32333545;
    text-align: center;
}

.thanksmail img {
    display: flex;
    margin: 0 auto;
    position: relative;
}

.thanksmail .fa-envelope-circle-check {
    margin-top: 20px;
    text-align: center;
    color: #00a43b;
    font-size: 3em;
    display: block;
    position: relative;
}

.thanksmail h2 {
    text-align: center;
    margin-bottom: 25px;
}

.thanksmail p {
    margin-bottom: 20px;
    text-align: center;
}

.thanksmail a {
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
    display: flex;
    color: #FFF;
    background: #00a43b;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px rgb(19 41 61 / 20%);
    text-decoration: none;
    transition: .8s;
}

.thanksmail a:hover {
    background: #13293d;
}



@media (max-width: 991px) {

    header {
        padding: 0px 15px;
    }

    header .logo {
        max-width: 200px;
        padding: 10px;
    }

    header ul {
        position: relative;
        display: none;
    }

    .content {
        margin-top: 50px !important;
    }

    .toggle {
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url(./img/menu.png);
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
        filter: invert(1);
        z-index: 99;
    }

    .toggle.active {
        position: fixed;
        right: 20px;
        background: url(./img/close.png);
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
    }

    header ul.navigation.active {
        position: fixed;
        top: 0;
        width: 100%;
        /* height: 100%; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #FFF;
        z-index: 10;
        border-radius: 0 20px;
    }

    header ul li a {
        font-size: 1.2em;
        font-weight: 400;
        margin: 5px 0;
        text-decoration: none;
    }

    section {
        padding: 20px 20px 120px;
    }

    header i {
        padding: 10px;
    }

    .content {
        flex-direction: column;
        margin-top: 100px;
    }

    .content .textTitle {
        margin-bottom: 35px;
    }

    .content .textTitle h2 {
        color: #323335;
        font-size: 1.8em;
        margin-bottom: 15px;

    }

    .content .textTitle p {
        max-width: 100%;
    }

    .circle {
        clip-path: circle(650px at center bottom);
    }

    .content .imgCar {
        width: 400px;
        justify-content: center;
    }

    .content .img {
        max-width: 90%;
    }

    .select {
        display: inline-flex;
        margin-top: 10px;
        text-align: center;
    }

    .colorSelect {
        background: #e8f1f2;
    }

    .colorSelect span {
        text-align: right;
    }

    .colorSelect li {
        margin: 0 8px;
    }

    .content .imgCar img {
        max-width: 450px;
    }

    .modelos {
        display: inline-block;
    }

    .modelos h2 {
        margin-bottom: 10px;
    }

    #saibamais {
        display: inline-block;
        padding: 20px;
        min-height: 45vh;
    }

    #saibamais h2 {
        padding: 5px;
        font-size: 1.8em;
        margin-bottom: 10px;
    }

    .video {
        width: 100%;
        height: 300px;
    }

    #category {
        display: block;
        position: relative;
        padding: 20px;
        min-height: 90vh;
    }

    #category h2 {
        padding: 5px;
        font-size: 2.2em;
        position: relative;
        max-width: 100%;
        z-index: 90;
    }

    #category span {
        font-size: 1em;
    }

    #category .circle {
        clip-path: circle(370px at right top);
    }

    .splide {
        width: 100% !important;
        top: 30px;
    }

    /* .splide__arrow--prev {
        left: -7em !important;

    }

    .splide__arrow--next {
        right: -7em !important;
    } */

    .splide__arrow {
        top: 20%;
    }

    #tickerWhats {
        padding: 10px 20px 20px 0;
    }

    .whats .fa-brands {
        margin-right: 10px;
        font-size: 2em;
        position: relative;
        top: 6px;
    }

    .whats a {
        font-size: 1em;
    }

    #tickerWhats h2 {
        color: #dbeb31;
        font-size: 1.2em;
        margin-bottom: 5px;
    }

    #falecom {
        background-color: #00a43b;
        position: relative;
        min-height: inherit;
        padding: 20px 10px 10px 10px;
        /* justify-content: space-evenly; */
        display: block;
    }

    #falecom h2 {
        font-size: 1.6em;
    }

    #falecom span {
        color: #FFF;
    }

    .preencha {
        align-self: center;
        padding: 10px;
    }

    .formulario {
        width: 100%;
    }

    .thanksmail h2 {
        font-size: 1.1em;
    }

    form {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 20px;
        gap: inherit;
    }

    .footer-contato {
        display: block;
    }

    footer span {
        display: block;
        margin-bottom: 10px;
    }

}