* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
    width: 100%;
    background-color: aliceblue;
    color: aliceblue;

}


.imagem {
    position: absolute;
    top: 20px;
    left: 20px;
}

.imagem img {
    max-width: 30vw;
    height: auto;
    width: 150px;
}

p {
    font-size: 20px;
    color: black;
}

.lista {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(100deg, rgb(72, 43, 99), rgb(72, 15, 124));
    height: 400px;
    padding: 20px;
    line-height: 40px;
}

@media (max-width: 1000px) {
    .imagem {
        top: 10px;
        right: 10px;
    }

    .imagem img {
        width: 100%;
        max-width: 70px;
    }

    nav {
        height: 90%;
        max-height: 100px;
    }

    h1,
    h2,
    p {
        text-align: center;
        padding: 0 10px;
    }

    p {
        font-size: 16px;
    }

    .lista {
        background-color: #472258;
        color: aliceblue;
        width: 100%;
        padding: 60px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }

    .lista ul {
        list-style: disc;
        max-width: 800px;
        width: 90%;
        margin: 0 auto;
    }

    .lista li {
        margin-bottom: 15px;
        font-size: clamp(1rem, 2.5vw, 1.2rem);
        line-height: 1.4;
    }

    button {
        font-size: 16px;
    }

    .loja {
        flex-direction: column;
    }

}

.loja {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.loja img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    height: auto;
    border: 7px solid black;
}


.cinza {
    padding: 20px;
    height: auto;
    background-color: rgb(181, 185, 190);
    min-height: 600px;
}

.cinza h1 {
    margin: 10px;
    font-weight: 300;
    font-size: 30px;
    color: black;
}

.cinza h1 strong {
    font-weight: 700;
}

.cinza h2 {
    font-size: 20px;
    color: black;
}

.topo {
    padding-top: 150px;
    color: #472258;
    background-color: aliceblue;
    min-height: 150px;
}

.container-carro {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: -30px;
}

.imagem-carro {
    width: 300px;
    animation: flutuar 2.5s ease;
}

.titulo-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #472258;
}

.texto-empilhado {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 0.8;
}

.texto-empilhado strong {
    font-size: 20px;
    text-transform: uppercase;
}

.nome-maior {
    font-size: 65px;
    font-weight: 900;
}

.um {
    font-weight: 300;
    font-size: 15px;
}

.um strong {
    font-weight: 700;
}

.dois {
    font-weight: 300;
    font-size: 15px;
}

.dois strong {
    font-weight: 700;
}

#contato h1,
h2,
a {
    color: #472258;
}

nav {
    background-image: linear-gradient(100deg, rgb(72, 43, 99), rgb(72, 15, 124));
    padding: 25px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 3;
    height: 100%;
    max-height: 120px;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 20px;
}

nav ul li a {
    color: aliceblue;
    text-decoration: none;
    font-size: 18px;
}

nav ul li a:hover {
    color: rgb(181, 185, 190);
}

.formulário {
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.input-box input {
    padding: 15px;
    width: 100%;
    height: 40px;
    margin: 10px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    outline: none;
    border-radius: 8px;
}

form button {
    margin-top: 20px;
    background: linear-gradient(100deg, rgb(72, 43, 99), rgb(72, 15, 124));
    color: aliceblue;
    padding: 10px 40px;
    cursor: pointer;
    margin-bottom: 40px;
    border-radius: 10px;
    border: none;
    transition: all 0.5s ease-in-out;
}

form button:hover {
    transform: translateY(-5px);
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

footer {
    text-decoration: none;
    background: aliceblue;
    color: #472258;
    text-align: center;
    padding: 80px;
}

section {
    text-decoration: none;
}

footer ul li {
    list-style: none;
}
footer ul li a{
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer p {
    color: #472258;
}

.cinza h1,
h2,
p {
    text-align: center;
}

.input-box{
    max-width: 400px;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    outline: none;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.input-box::placeholder{
    color: rgba(0, 0, 0, 0.4);
}

.input-box:focus{
    border: 1px solid #472258;
    box-shadow: rgba(44, 29, 129, 0.15) 0px 48px 100px 0px;
}

.lugar{
    margin: 10px;
}

@keyframes flutuar{
    0%{
        transform: translateX(1000px);
    }
    100%{
        transform: translateX(0px);
    }
}