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

body {
    background: #000000fd;
}

.menu-link {

    padding: 20px;
}

.div-menu {
display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
    border: none;

}



.menu {
    padding: 10px;
    color: #ffff;
    border: 1px solid #32497a;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
}

.menu:hover {
    color: #e2fa06;

}

.logo {
    margin-top: 60px;
    margin-left: 490px;
    width: 15vw;
    height: 30vh;
    border-radius: 30px;
}





.img-logo {


    width: 250px;
    border-radius: 50px;


}

.titulo {
    margin: 0 auto;
    border: 2px solid #FFFF;
    border-radius: 20px;
    width: 90%;
    min-height: 80vh;
    padding: 10px;


}



h1 {
    color: #e2fa06;
    text-align: center;
    text-shadow: 2px 4px 6px rgba(189, 182, 182, 0.6);
    font-size: 35px;
    margin-top: 50px;

}

h2 {
    color: #e2fa06;
    font-size: 35px;
    padding: 20px;
    text-align: center;
    text-shadow: 2px 4px 6px rgba(189, 182, 182, 0.6);
}

h3 {
    color: #e2e8f0;
    font-size: 20px;
    border: 1px solid #453ed3;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    justify-items: center;
}



.title-descri {
    border: 1px solid #453ed3;
    border-radius: 20px;
    padding: 20px;
    font-size: 25px;
    width: 80vw;
    margin-left: 100px;
}

p {
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 30px;


}

ul {

    border-radius: 20px;
    border: 2px solid;
    width: 100%;
    padding: 14px;
}

li {
    font-size: 35px;
    list-style: none;
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    padding: 10px;
    color: #f8f8f8;
}

.descri-serv {
    display: flex;
    width: 99%;
    margin-top: 20px;
    margin-left: 8px;
    gap: 10px;

}




.img-carros {
    display: grid;
    grid-template-columns: 200px 200px 200px;
    align-items: center;
    justify-content: center;
    gap: 150px;
    margin-top: 100px;
}

.carros {

    width: 300px;
    border: 1px solid #453ed3;
    box-shadow: 10px 3px 42px 2px rgba(238, 239, 241, 0.75);
    border-radius: 20px;
    overflow: hidden;

}

.div-video {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-top: 100px;
    margin-left: 100px;





}

.video {
    width: 280px;
    height: auto;
    border-radius: 20px;
    border: 1px solid #453ed3;




}

.hidden {
    opacity: 0;
    filter: blur(15px);
    transition: all 4s;
    transform: translateX(-100%);
}

.Avaliaçoes {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.show {
    opacity: 1;
    filter: blur(0);
    transition: all 4s;
    transform: translateX(0);
}

.img-marcas {
    width: 500px;
    border-radius: 10px;
    border: 1px solid #ffff;
    margin-top: 100px;
    margin-left: 90px;

}

.div-avaliacao {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.link-avaliacao {
    color: #ffff;
    border: 2px solid;
    border-radius: 20px;
    font-size: 35px;
    text-decoration: none;
    padding: 10px;


}

.link-avaliacao:hover {
    color: #4f46e5;
    opacity: 0.5;
}

.contatos {
    padding: 6rem 2rem;
}

.contatos-titulo {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;

}

.formulario-contato {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 2rem;
    border: 1px solid color rgba(255, 255, 255, 0.1);
    border-radius: 16px;


}



.campo-form {
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #e2e8f0;
    border: 1px solid color rgba(255, 255, 255, 0.1);
    outline: none;

}

.campo-form:focus {
    border-color: #453ed3;
    box-shadow: 0 0 10px rgba(79, 70, 229, 0.3);
}

.grupo-form {
    margin-bottom: 1.5rem;

}

.botao-form {
    color: #e2e8f0;
    background: linear-gradient(45deg, #453ed3, #4f46e5);
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    transition: all 0.5 ease;
}

.botao-form:hover {
    transform: translateY(-4px);
    box-shadow: 0 5px 15px rgba(79, 70, 229, 0.4);
}


@media screen and (max-width: 1000px){

    .logo{
       margin-left: 80px; 
    }

    p{
        font-size: 20px;
    }

    .title-descri{
        font-size: 20px;
        margin-left: 50px;
    }

    .descri-serv{
        display: flex;
        flex-direction: column;
        width: 80vw;
        margin-left: 42px;
    }

    .img-carros{
        display: block;
        margin-left: 50px;
    }

    .div-video{
        display: flex;
        flex-direction: column-reverse;
        margin-right: 100px;
    }


    .div-avaliacao{
      margin-right: 100px;
    }
 
.img-marcas{
 margin-top: 20px;
 margin-left: 24px;
 width: 90vw;

}


.link-avaliacao{
    font-size: 14px;
    margin-left: 100px;
    text-align: center;
}

}