body {
    padding: 0;
    margin: 0;
    font-family: "Roboto Slab", serif;
    background: #f9f9f9;
    height: 100vh;
}

header {}

input {
    width: 15vw;
    height: 1.5vw;
    font-size: 1.25vw;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid white;
    color: white;
    outline: none;
    text-shadow: -3px 5px 6px #00000040;
    font-family: 'Cormorant Garamond', serif;
}

.search {
    width: 15vw;
}

.search::before {
    content: '';
    width: 15vw;
    height: 1px;
    bottom: 2.25vw;
    background: #ffffff;
    position: absolute;
    box-shadow: 0px 1px 7px 1px #ffffffb0;
}

.nav-desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6vw;
    background: #000000b3;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px 2px #000000;
    z-index: 10;
    position: relative;
}

.menu-desktop {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-content-desktop {}

.imagem-box {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo-imagem {
    width: 15.5vw;
    padding: 1vw 0 0 0;
    filter: drop-shadow(2px 4px 6px #00000099);
}

.items-menu-desktop {
    display: flex;
    justify-content: flex-end;
    width: 70%;
    align-items: center;
}

.items-menu-desktop ul {
    display: flex;
}

.link-menu-desktop {
    list-style: none;
    width: 8vw;
    height: 4vw;
    color: #e7e7e7;
    font-size: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: -3px 5px 6px #00000040;
    font-family: 'Cormorant Garamond', serif;
    font-weight: initial;
    transition: 300ms;
    cursor: pointer;
    text-decoration: none;
}

.link-menu-desktop:hover {
    transform: scale(1.1);
}

.link-menu-desktop::before {
    content: '';
    transition: 300ms;
    position: absolute;
    border: 1px solid transparent;
}

.link-menu-desktop:hover::before {
    content: '';
    height: 0.01px;
    transform: scale(1.075);
    bottom: -0.75vw;
    background: white;
    position: absolute;
    animation: link 300ms forwards;
    box-shadow: 0px 1px 7px 1px white;
}

@keyframes link {
    0% {
        width: 0vw;
    }
    100% {
        width: 7vw;
    }
}

.items-menu-desktop ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5vw 0 0.5vw;
}

.banner {
    width: 100%;
    height: 41vw;
    margin-top: -6vw;
}

.banner-box {
    width: 100%;
    height: 40vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    box-shadow: 0 0 20px #000000;
}

.banner-background {
    width: 100%;
    height: 60vw;
    filter: brightness(0.7);
    background-size: cover !important;
    background-position: center;
    background: url(./img/aventador.jpg);
    animation: first-banner 15s infinite;
    box-shadow: 0 0 20px grey;
    position: absolute;
}

@keyframes first-banner {
    25% {
        z-index: 1;
    }
    75% {
        z-index: 0;
    }
    25% {
        z-index: 1;
    }
}

.banner-background-2 {
    width: 100%;
    height: 60vw;
    filter: brightness(0.7);
    background-size: cover !important;
    background-position: center;
    background: url(./img/huracan.jpg);
    animation: second-banner 2.5s infinite;
    animation-delay: 5s;
    box-shadow: 0 0 20px grey;
    position: absolute;
    opacity: 0;
}

.banner-background-3 {
    width: 100%;
    height: 60vw;
    filter: brightness(0.7);
    background-size: cover !important;
    background-position: center;
    background: url(./img/urus.jpg);
    animation: third-banner 2.5s infinite;
    animation-delay: 5s;
    box-shadow: 0 0 20px grey;
    position: absolute;
    opacity: 0;
}

.banner-box-2 {
    width: 100%;
    height: 88vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: absolute;
}

.banner-box-3 {
    width: 100%;
    height: 88vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
}

.container-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1vw 0 3vw 0;
}

.produtos-container h1 {
    font-size: 3.75vw;
    color: #2c2c2c;
    text-shadow: -4px 6px 8px #0000004d;
    margin: 0;
}

.produtos-container {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.scroll-cards {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-cards button {
    background: transparent;
    border: 0px;
    font-size: 5vw;
    color: grey;
    font-family: monospace;
    cursor: pointer;
    margin: 0 0.25vw 0 0.25vw;
    transition: 300ms;
    text-shadow: 0 0 5px grey;
    height: 35vw;
    box-shadow: 0 0px 20px 35px #f9f9f9;
    z-index: 1;
}

.scroll-cards button:hover {
    color: #181818;
    text-shadow: 0 0 5px #434343;
    transform: scale(1.095);
}

.cards-container {
    max-width: 90vw;
    height: 35vw;
    display: flex;
    justify-content: flex-start;
    margin: 1vw 0 1vw 0;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
}

.cards-container {}

.cards-container button {
    background: transparent;
    border: 0px;
    font-size: 5vw;
    color: grey;
    font-family: monospace;
}

.card-box {
    text-decoration: none;
    color: #1d1d1d;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card:hover .imagem-produto {
    transform: scale(1.05);
}

.card:hover {
    box-shadow: 0 0 25px #313131a1, inset 0 0 20px -1px #00000021;
    transform: scale(1.045);
}

.card {
    width: 19vw;
    height: 30vw;
    background: #a6a6a61c;
    box-shadow: 0 0 17px #8a8989;
    border-radius: 1vw;
    margin: 1vw 1.5vw 1vw 1.5vw;
    transition: 300ms;
}

.box-imagem-produto {
    overflow: hidden;
    width: 19vw;
    height: 15vw;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    border-bottom-right-radius: 0.5vw;
    border-bottom-left-radius: 0.5vw;
    box-shadow: 0 0 12px grey;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagem-produto {
    height: 17vw;
    width: auto;
    transition: 750ms;
}

.texto-produto {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1vw 0 1vw 0;
}

.texto-produto h1 {
    font-size: 1.5vw;
    width: 18vw;
    display: flex;
    justify-content: center;
    text-shadow: -3px 5px 6px #00000040;
}

.texto-produto p {
    font-size: 1.45vw;
    width: 18vw;
    display: flex;
    justify-content: space-evenly;
}

.botao-comprar-home {
    width: 11vw;
    height: 3.8vw;
    background: #212121;
    color: white;
    box-shadow: -1px 7px 10px #05050573, inset 0 0 40px #191919;
    border-radius: 1.2vw;
    font-size: 1.35vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    cursor: pointer;
    text-decoration: none;
}

.botao-comprar-home:hover {
    background: black;
    transform: scale(0.95);
    box-shadow: -2px 3px 10px #0505059e, inset 0 0 40px #191919;
}

.container-2 {
    width: 100%;
    height: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-video {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.video-div {
    overflow: hidden;
    width: 100%;
    height: 27vw;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    box-shadow: 0 0 20px #000000ed;
}

.video {
    filter: brightness(0.5) blur(2px);
    width: 100vw;
}

.conteudo-video {
    display: flex;
    z-index: 1;
    color: white;
    width: 50%;
    margin: 0 0 0 7vw;
    flex-direction: column;
}

.conteudo-video h1 {
    font-size: 3.75vw;
    text-shadow: -8px 6px 10px #00000078;
    margin: 0 0 2vw 0;
    font-family: 'Cormorant Garamond', serif;
}

.conteudo-video p {
    font-size: 1.1vw;
    text-shadow: -8px 6px 10px #00000078;
}

.conteudo-video a {
    font-size: 1.75vw;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    width: 15vw;
    height: 3.75vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
    margin: 1.5vw 0 0 0;
    transition: 300ms;
    box-shadow: 0px 1px 15px black;
    backdrop-filter: blur(15px);
    font-family: 'Cormorant Garamond', serif;
}

.conteudo-video a:hover {
    background: #ffffff;
    box-shadow: 0 0 15px #ffffffa1, inset 0 0 10px silver;
    border: 1px solid #3c3c3c;
    color: #121212;
    text-shadow: -3px 3px 6px grey;
    transform: scale(1.05);
}

.container-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vw;
    overflow: hidden;
}

.box-diagonal {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: 25vw;
    height: 60vw;
    position: absolute;
    transform: rotate(19deg) translate(-8vw, 1vw);
    z-index: -1;
    box-shadow: 0 0 10vw black, inset 0 0 20px -6px #000000d9;
}

.box-diagonal-texto {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    background-size: 200% 200%;
}

.box-diagonal-texto h1 {
    font-size: 3.75vw;
    font-family: 'Cormorant Garamond', serif;
    text-shadow: -4px 6px 8px #0000004d;
    margin: 0.25vw 0 1vw 0;
    color: #2c2c2c;
}

.box-diagonal-texto h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2vw;
    margin: 0;
    color: #2c2c2c;
}

.box-diagonal-texto p {
    font-size: 1.1vw;
    line-height: 2vw;
    padding: 2vw;
    letter-spacing: 0.03vw;
    margin: 0 0 0 5vw;
    color: #2c2c2c;
}

.box-imagem-diagonal {
    width: 60%;
    overflow: hidden;
    z-index: -2;
    display: flex;
}

.box-imagem-diagonal img {
    width: 100%;
    filter: brightness(0.75);
}

.box-imagem-diagonal h2 {}

.box-imagem-diagonal img {}

.container-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: white;
    box-shadow: 0 0 20px black;
    z-index: 4;
    overflow: hidden;
    position: relative;
}

.slide3-container4:hover .slide3-container4:hover .slide3-container4:hover {
    transform: scale(1.5);
}

.slide1-container4 {
    width: 31vw;
    height: 135vh;
    transform: rotate(20deg);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    left: -9vw;
    position: absolute;
}

.slide1-container4 img {
    transform: rotate(340deg);
    filter: brightness(0.25);
    height: 100vh;
    width: auto;
}

.slide2-container4 {
    width: 31vw;
    height: 135vh;
    transform: rotate(20deg);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    left: 23vw;
    position: absolute;
}

.slide2-container4 img {
    transform: rotate(340deg);
    filter: brightness(0.25);
    height: 100vh;
    width: auto;
}

.slide3-container4 {
    width: 55vw;
    height: 135vh;
    transform: rotate(0deg);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0vw;
    position: absolute;
}

.slide3-container4 img {
    transform: rotate(360deg);
    filter: brightness(0.75);
    height: 100vh;
    width: auto;
}

.conteudo-container-4 {
    z-index: 4;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.box-conteudo-container-4 {
    width: 50%;
    margin: 0 0 1vw 3.5vw;
}

.conteudo-container-4 h1 {
    color: white;
    font-size: 4vw;
    font-family: 'Cormorant Garamond', serif;
    margin: 0 0 1.25vw 0;
}

.conteudo-container-4 p {
    color: white;
    font-size: 1.25vw;
}

.botao-container-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.conteudo-container-4 a {
    font-size: 1.75vw;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    width: 20vw;
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4vw;
    margin: 1.5vw 0 0 0;
    transition: 300ms;
    box-shadow: 0px 1px 15px black;
    backdrop-filter: blur(15px);
    font-family: 'Cormorant Garamond', serif;
}

.conteudo-container-4 a:hover {
    background: #ffffff;
    box-shadow: 0 0 15px #ffffffa1, inset 0 0 10px silver;
    border: 1px solid #3c3c3c;
    color: #121212;
    text-shadow: -3px 3px 6px grey;
    transform: scale(1.05);
}

.servicos-container-5 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 5vw 0 5vw 0;
}

.box-servico-container-5 {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.titulo-servico {}

.titulo-servico h1 {
    font-size: 3vw;
    color: #2c2c2c;
    text-shadow: -4px 6px 8px #0000004d;
}

.box-servicos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.servicos {
    width: 16.75vw;
    height: 16vw;
    overflow: hidden;
    background: #ffffff;
    color: #212121;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 2vw 2vw 2vw 2vw;
    box-shadow: -6px 7px 15px #8080807a, -6px -9px 15px #80808054, inset 0 0 20px #00000057;
    cursor: pointer;
    transition: 300ms;
}

.servicos:hover {
    box-shadow: -6px 7px 25px #808080c7, -6px -9px 25px #808080cf, inset 0 0 20px #00000057;
    border-radius: 1.5vw;
    transform: scale(1.05);
}

.servicos:hover img {
    transform: scale(1.05);
}

.servicos h3 {
    font-size: 1.5vw;
    margin: 0;
    width: 100%;
    height: 3.75vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-imagem-servico {
    width: 16.75vw;
    height: 12.5vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px #80808038;
}

.box-imagem-servico img {
    width: 18.75vw;
    height: auto;
    filter: brightness(0.75);
    transition: 350ms;
}

footer {
    width: 100%;
    min-height: 20vw;
    background: #141414;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: inset 0 0 30px 1px black, 0 0 20px 1px grey;
    font-family: 'Cormorant Garamond', serif;
    flex-direction: column;
}

.box-footer {
    display: flex;
}

.container-footer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    flex-direction: column;
    margin: 2vw 0 0 0;
}

.coluna1-footer {
    margin: 0vw 5vw 0vw 4vw;
}

.coluna1-footer h3 {
    font-size: 2.5vw;
    color: white;
    margin: 0vw 0 1.5vw 0;
}

.coluna1-footer ul {
    list-style: none;
    padding: 0;
}

.coluna1-footer ul li {
    margin: 0.5vw 0 0.5vw 0;
}

.coluna1-footer ul a {
    color: aliceblue;
    text-align: center;
    text-decoration: none;
    font-size: 1.85vw;
}

.coluna2-footer {}

.copyright {
    color: white;
    width: 100%;
    height: 4vw;
    font-size: 1.5vw;
    background: #1d1d1d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1vw 0 0 0;
}

.logo-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-footer img {
    margin: 0vw 5vw 0vw 4vw;
    width: 15vw;
}


/**login**/

.formulario-container {
    width: 100%;
    height: 100vh;
    background: url(./img/huracan.jpg);
    background-size: cover;
    filter: brightness(0.85) blur(3px);
    position: absolute;
}

.formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000000bd;
    backdrop-filter: blur(6px);
    width: 40vw;
    height: 45vw;
    border: 1px solid #ffffff61;
    border-radius: 2vw;
    box-shadow: 0 0 30px #000611, inset 0 0 40px #5a5a5acf;
}

.formulario-box {
    margin: 0;
}

.titulo-form {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    margin: -2.5vw 0 2.5vw 0;
}

.titulo-form img {
    width: 9vw;
    margin: 0vw 0 3vw 0;
}

.titulo-form h1 {
    font-size: 2.75vw;
    margin: -1vw 0 0 0;
}

.login-page {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login {
    display: flex;
    flex-direction: column;
}

.login label {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    color: white;
    font-size: 1.1vw;
    position: relative;
}

.login label input {
    width: 22vw;
    height: 3vw;
    margin: 0.75vw 0 0.75vw 0;
    top: -0.5vw;
    position: relative;
}

.button-esquercer-senha {
    margin: 0vw 0 1vw 0;
    background: transparent;
    color: #ffffff;
    border: 0px;
    width: 13vw;
    height: 2.25vw;
    font-size: 1vw;
    text-decoration: underline;
    cursor: pointer;
}

.button-login {
    margin: 0vw 0 1vw 0;
    background: linear-gradient(124deg, rgb(0 200 47) 0%, rgb(1 114 10) 100%);
    color: white;
    border: 0vw;
    width: 100%;
    height: 3.5vw;
    border-radius: 2vw;
    box-shadow: 0 0 20px #005a00, inset 0 0 3px #005b00;
    font-size: 1.25vw;
    cursor: pointer;
}

.registrar-box-botao {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: white;
    flex-direction: column;
}

.registrar-box-botao h2 {
    letter-spacing: 0.05vw;
    color: #d4d4d4;
}

.registrar-login-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0vw 0 0 0;
}

.registrar-login-box p {
    color: white;
    font-size: 1.2vw;
}

.button-registrar {
    background: transparent;
    color: #ffffff;
    height: 3.25vw;
    font-size: 1.2vw;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}

.button-registrar:hover {
    background: green;
    box-shadow: 0 0 20px green;
}