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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

/* html{ scrollbar-color: #084FFF #f1f1f1; scrollbar-width: thin; } */

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #084FFF; }
::-webkit-scrollbar-thumb:hover { background: #0438bd; }

body {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img, svg { vertical-align: middle; max-width: 100%; height: auto; }

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.header {
    min-height: 100vh;
    background-color: #000;
    background-image: url('../img/circle.webp');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto auto;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.header .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #000;
    z-index: 1;
    -webkit-animation: zoomin 10s linear;
    animation: zoomin 15s ease-in-out infinite;
}

.header .overlay img{ object-fit: cover; width: 100%; height: 100%; }

@-webkit-keyframes zoomin {
    0% { transform: scale(1); }
    50% { transform: scale(1.5); }
    100% { transform: scale(1); }
}


.header .container-header {
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 0;
    position: relative;
    z-index: 99;
}

.btn-menu-mobile {
    display: none;
}

.header .menu {
    list-style: none;
    display: flex;
    gap: 0 1rem;
}

.header .menu a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    margin: 0.5rem 0;
}


.header .apresentacao-header {
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 4rem;
    position: relative;
    z-index: 90;
}

.apresentacao-header .homem {
    width: 585px;
}

.apresentacao-header .copy {
    width: 320px;
    margin-top: 2rem;
}

.apresentacao-header .copy h1 {
    font-size: 3rem;
    font-weight: 800;
}

.apresentacao-header .copy h1 span {
    color: #084FFF;
}

.apresentacao-header .copy .btn-copy {
    color: #fff;
    background: #084FFF;
    border-radius: 25px;
    padding: 7px 21px;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    display: inline-block;
    margin: 2rem 0;
}


/* Veículos */
.veiculos {
    background-color: #f7f7f7;
    padding: 4rem 0;
}

.container-veiculos {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.veiculos-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5rem;
    margin-bottom: 2rem;
}

.veiculos-header .div1 {
    width: auto;
}

.veiculos-header .div1 h2 {
    font-size: 3rem;
    font-weight: 700;
}

.veiculos-header .div2 {
    width: 300px;
}

.veiculos-header .div2 p {
    line-height: 1.8rem;
}

.carousel-carros {
    width: 90%;
    height: 460px;
    margin: 0 auto;
    /* visibility: hidden; */
}

.carousel-carros img{ cursor: pointer; }

.carousel-carros .cloud9-item:not(.active){ opacity: 0.5; }

.veiculos .carousel-buttons{ display: flex; justify-content: center; gap: 1rem; }
.veiculos .carousel-buttons button{ background: #084FFF; color: #fff; font-size: 1.5rem; border: none; cursor: pointer; padding: 0.5rem 1rem; transition: 1s; }
.veiculos .carousel-buttons button:hover{ background: #0438bd; }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.uber-nao{ display: flex; justify-content: center; margin-top: 3rem; }

.carros-mobile{ display: none; }



/* Sobre Nós */
.sobre{
    background-color: #000;
    background-image: url('../img/bg-sobre.webp');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    padding: 4rem 0;
}

.sobre-topo{
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5rem;
}

.sobre-topo .sobre-logo{ width: 358px; }

.sobre-topo .sobre-txt{ width: 380px; }
.sobre-topo .sobre-txt p{ color: #fff; font-weight: 300; line-height: 28px; font-size: 14px; }

.sobre-info{
    width: 1024px;
    max-width: 100%;
    margin: 3rem auto 0 auto;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0 0.2rem;
}

.sobre-info .chave{ width: 354px; }

.sobre-info .documentacao{ width: 350px; }
.sobre-info .documentacao h2{ color: #fff; font-size: 2.1rem; font-weight: 700; }

.sobre-info .sobre-imagens{ width: 260px; margin-left: 3rem; }


/* Contato */
.contato{
    background-color: #f7f7f7;
    padding: 4rem 0;
    min-height: 1000px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.contato .box1{
    width: 450px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.contato .box2{
    width: 450px;
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.img-maos{
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    z-index: 1;
    animation: balance 3s ease-in-out infinite;
}

.img-maos img{ width: auto;  }

@keyframes balance{
    0% { left: 0; }
    50% { left: -20px; }
    100% { left: 0; }
}

.contato-form{
    margin: 0;
    width: 100%;
    /* height: fit-content; */
    min-height: 75%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(8,79,255,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(8,79,255,1);
    box-shadow: 0px 0px 10px 0px rgba(8,79,255,1);
    border-radius: 10px;
    padding: 1rem 2rem;
}



/* FAQ */
.faq{
    background-color: #000;
    color: #fff;
    padding: 10rem 0;
    display: flex;
    justify-content: center;
    gap: 0 10rem;
}

.faq .box1{ width: 200px; }
.faq .box1 h2{ font-size: 3rem; font-weight: 800; }
.faq .box1 p{ font-size: 0.9rem; font-weight: 500; }

.faq .box2{ width: 430px; }

.faq .box2 .item{ margin-bottom: 3rem; }
.faq .box2 .item h3{ font-weight: 700; }
.faq .box2 .item p, .faq .box2 .item ul{ font-weight: 300; font-size: 0.9rem; line-height: 2rem; }


/* Footer */
.footer{
    background-color: #0c0c0d;
    color: #fff;
    padding: 10rem 0;
    display: flex;
    justify-content: center;
    gap: 0 15rem;
}

.footer .box1{ width: 350px; }
.footer .box1 h2{ font-size: 4.2rem; font-weight: 700; }

.footer .box2{ width: 350px; }

.footer .box2 .footer-contatos{
    margin-top:5rem;
    margin-bottom: 2rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem 0;
}

.footer .box2 .footer-contatos a{ text-decoration: none; color: #fff; font-size: 1.2rem; }

.footer .box2 .footer-redes-sociais{
    margin-top:1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 2rem;
}

.footer .box2 .footer-redes-sociais a{ text-decoration: none; }


/* Whatsapp Fixed */

.whatsapp-fixed{
    position: fixed;
	bottom: 15px;
	right: 25px;
    z-index: 999;
}

.whatsapp-fixed a {
    display: inline-block;
    padding: 15px;
	background: #25d366;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	z-index: 40;
	cursor:pointer;
}

.pulse {
	position: absolute;
    top: 0;
    width: 22px;
    height: 22px;
    font-weight: bold;
	border-radius: 50%;
	background: red;
	color:#fff;
	box-shadow: 0 0 0 #E91E63;
	animation: pulse 2s infinite;
	z-index: 9999;
}


.pulse:hover { animation: none; }

@-webkit-keyframes pulse {
  0% { -webkit-box-shadow: 0 0 0 0 rgb(233, 30, 99, 1); }
  70% { -webkit-box-shadow: 0 0 0 10px rgba(233, 30, 99, 0); }
  100% { -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);  }
}
@keyframes pulse {
  0% { -moz-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0.6); box-shadow: 0 0 0 0 rgba(233, 30, 99, 0.6);  }
  70% { -moz-box-shadow: 0 0 0 10px rgba(233, 30, 99, 0); box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);  }
  100% { moz-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);  }
}


@media (max-width: 575.98px) {

    .header { background-position: left center; background-size: 400px; }

    .header .logo { margin: 0 auto; }

    .header .nav { display: none; }

    .btn-menu-mobile { display: block; margin-right: 2rem; }

    .btn-menu-mobile button {
        background: transparent;
        border: none;
        color: #fff;
        font-size: 2rem;
        padding: 0;
        margin: 0;
    }

    .container-header .nav.ativo {
        display: block;
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        min-height: calc(100vh - 110px);
        background: rgba(0, 0, 0, 0.95);
        z-index: 99;
    }

    .container-header .nav.ativo .menu { flex-direction: column; }

    .container-header .nav.ativo .menu a { font-size: 2rem; }

    .header .apresentacao-header { flex-direction: column; }

    .apresentacao-header .homem { width: 90%; margin: 0 auto; }

    .apresentacao-header .copy { width: 80%; margin: 0 auto; }


    /* Veículos */
    .carousel-carros{ display: none !important; }

    .veiculos-header{ flex-direction: column; gap: 0; }

    .veiculos-header .div1, .veiculos-header .div2{ width: 55%; }

    .veiculos-header .div1 h2{ font-size: 2.2rem; }

    .veiculos-header .div2 p{ font-size: 0.9rem; }

    .carros-mobile{ display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2rem 0; width: 90%; margin: 0 auto; }

    .veiculos .carousel-buttons{ display: none; }


    /* Sobre Nós */
    .sobre{ background-size: cover; background-position: top center; }

    .sobre-topo{ flex-direction: column; }

    .sobre-topo .sobre-logo{ width: 200px; }

    .sobre-topo .sobre-txt{ width: 90%; }

    .sobre-info{ flex-direction: column; }

    .sobre-info .chave{ width: 150px; }

    .sobre-info .documentacao{ width: 250px; margin: 0 auto; }
    .sobre-info .documentacao h2{ font-size: 1.3rem; }

    .sobre-info .sobre-imagens{ width: 260px; margin: 0 auto !important; margin-left: 0; }


    /* Contato */
    .contato{ flex-direction: column; padding: 2rem 0; min-height: 1000px; }

    .img-maos{ position: relative; }

    @keyframes balance{
        0% { bottom: 0; }
        50% { bottom: -20px; }
        100% { bottom: 0; }
    }

    .contato-form{ position: initial; width: 90%; margin: 2rem auto; }

    /* FAQ */
    .faq{ flex-direction: column; padding: 5rem 0; }

    .faq .box1, .faq .box2{ width: 90%; margin: 1rem auto; }


    /* Footer */
    .footer{
        flex-direction: column;
        padding: 10rem 0;
        gap: 2rem 0;
    }

    .footer .box1, .footer .box2{ width: 90%; margin: 0 auto; }

    .footer .box1 h2{ font-size: 2rem; }

}

@media (max-width: 767.98px) {}


@media (max-width: 991.98px) {

    .header {
        min-height: 70vh;
        background-position: left center;
        background-size: 400px;
    }

    .header .logo {
        margin: 0 auto;
    }

    .header .nav {
        display: none;
    }

    .btn-menu-mobile {
        display: block;
        margin-right: 2rem;
    }

    .btn-menu-mobile button {
        background: transparent;
        border: none;
        color: #fff;
        font-size: 2rem;
        padding: 0;
        margin: 0;
    }

    .container-header .nav.ativo {
        display: block;
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        min-height: calc(100vh - 110px);
        background: rgba(0, 0, 0, 0.95);
        z-index: 99;
    }

    .container-header .nav.ativo .menu {
        flex-direction: column;
    }

    .container-header .nav.ativo .menu a {
        font-size: 2rem;
    }

}