@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;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');

* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
html{
    scroll-snap-type: y mandatory;
}
.logo {
    filter: brightness(100);
    position: fixed;
    width: 120px;
    left: 0;
    top: 0;
    margin: 10px 0 0 10px;
}

video, .img-tes {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /*Define quem fica em frente de quem0*/
    object-fit: cover; /*Faz com que o video cubra toda tela*/
    filter: brightness(60%); /*como diminuir o brilho do video*/
}

h1, .text-1, .bay, .text-2 {color: white;}

h1 {font-size: 50px;}

.item{
    display: flex;
    position: relative;
    max-width: 100vw;
    height: 100vh;
    flex-direction:column;
    justify-content: space-between;
    
    scroll-snap-align: start;
    text-align: center;
}

.info-carro {
    margin-top: 80px;
}

.rodape {
    margin-bottom: 20px;
}
.rodape button {
    padding: 7px 80px;
    border: none;
    border-radius: 8px;
    cursor: pointer; /*coloca uma maozinha ao inves de cursor*/
}
.rodape .bay {
    background-color: rgba(34, 34, 34, 0.8);
}
.rodape .test {
    background-color: whit;
    opacity: 0.8;
}
.text-2 {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

.model-x {
    color: rgba(34, 34, 34);
}