*{margin :0;}

#divMenu{
    width: 100%;
    height: 125px;
    background-color: #9966FE ;
    display: flex;
    align-items: center;
}

#logoContainer{
    width: 25%;
    height: 125px;
}

h4{
 color: white;
}

#ContainerSelect{
    height: 125px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

a{
    text-decoration: none;
    
}

#MenuPesquisa{
    width: 98%;
    height: 70px;
    background-color: #5F76EB;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

#blocoPesquisa{
    background-color: white;
    width: 20%;
    height: 30px;
}

input{
    width: 100%;
    height: 100%;
}

#divInformation{
width: 50%;
height: 1000vh;
display: flex;
justify-content: center;
align-items: center;
}

#RetrobugBV{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

#divConsolesContainer{
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#ConsoleMarcas{
    height: 50px;
    width: 200px;
    background-color: #9966FE;
    font-family: "Sixtyfour";
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}

#ConsoleMarcas:hover{
    height: 60px;
    width: 210px;
    transition: 0.4s;
    background-color: #000000;
    font-family: "Sixtyfour";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5F76EB;
     cursor: pointer;
}

#divContatos{
    width: 95%;
    height: 90vh;
    background-color: #9966FE;
    border-radius: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Sixtyfour";
    font-size: 30px;
    color: white;
}

#divQuemSomosConainer{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#textoContainer{
    width: 40%;
    height: 35%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#textoContainerSomos{
   width: 80%;
   height: 35%;
   font-family: "Source Sans 3";
   text-align: justify;
   font-size: 40px;
}

#ContainerLogoeQuemSomos{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Sixtyfour";

}

#ContainerContatenos{
    width: 100%;
    height: 30%;
    font-family: "Sixtyfour";
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blocoPerguntas{
    width: 80%;
    height: 65%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;

}

#perguntasContainer{
    width: 80%;
    height: 15%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: black;
    font-family: "Source Sans 3";
    font-size: 70%;
    
}

#inputContatos{
    width: 95%;
    height: 15%;
    font-size: 55%;
}

#divEspaco{
 width: 100%;
 height: 10vh;
}

#separacao1{
    height: 100%;
    width: 50%;
}

#botaoEnviar{
    height: 50px;
    width: 200px;
    background-color: #9966FE;
    font-family: "Source Sans 3";
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: absolute;
    top: 114vh;
    cursor: pointer;
    user-select: none;
}

#botaoEnviar:hover{
     height: 60px;
    width: 210px;
    background-color: #000000;
    font-family: "Source Sans 3";
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(173, 17, 126);
    transition: 0.4s;
    position: absolute;
    top: 114vh;
    cursor: pointer;
    user-select: none;
}
#botaoOpcaoCadastro{
    height: 50px;
    width: 500px;
    background-color: #5F76EB;
    font-family: "Source Sans 3";
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    
}

#botaoOpcaoCadastro:hover{
    height: 50px;
    width: 500px;
    transition: 0.6s;
    background-color: #000000;
    font-family: "Source Sans 3";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5F76EB;
    cursor: pointer;
}

#cadastroContainer{
    height: 50%;
}

#separacao2{
    height: 15%;
    width: 100%;
}
