body{
    margin: 0px;
    font-family: verdana;
    background-image: url(../imagens/fundo.jpg);
    background-size: cover;
}
.menu{ 
    height: 60px;
    display: flex;
    align-items: center;
    background-color: black;
}
.menuItem{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: white;
    font-family: sans-serif;
    background: black;
    width: auto;
    height: 60px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: background-color 0.2s linear 0.2s;
    transition: color 0.2s linear 0.2s;
}
.menuItem:hover{
    background-color: white;
    color:black;
}
.menuMobileIcone{
    background-color: black;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: solid 3px white;
    position: fixed;
    z-index: 9999999;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin: 10px 0px 0px 10px;
}
#menuMobile{
    display: none;
}
.menuMobile{   
    flex-direction: column;
    background-color: black;
    width: 250px;
    position: fixed;
    padding-top: 60px;
    height: 100%;
    z-index: 999999;
    cursor: pointer;
}
.menuMobileItem{
    line-height: 40px;
    color:white;
    height: 40px;
    padding-left: 40px;
}
.menuMobileItem:hover{
    background-color: white;
    color:black;
}
a{
  text-decoration: none;  
}
.banner{
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.logo{  
    margin-top: 50px;  
    margin-bottom: 40px; 
}
.logo img{
 width:600px;   
}
.pesquisa{
    flex:2;
}
.displayFrente{
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    transition: margin linear 0.5s;
    overflow: hidden;
}
.setaDireita{
     position: absolute;
     font-size: 60px;
     color: white;
     right: 20px;
     margin-top: 185px;
     z-index: 99999;
     cursor: pointer;
}
.setaEsquerda{
     position: absolute;
     font-size: 60px;
     color: white;
     left: 20px;
     margin-top: 185px;
     z-index: 99999;
     cursor: pointer;
}
select{
    
    border-radius: 5px;
    padding: 4px;
}
.radio{
    margin-left: 1px;
    font-size: 12px;
    background-color: white;
    width: 150px;
    border-radius: 5px 5px 0px 0px;
}
.selectItens select{
    font-size: 20px;
    height: 40px;
    margin-bottom: 5px;
}
.titulo{
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin: 10px 0px 10px 0px;
}
.semResutados{
    display: none;
    flex-direction: column;
    font-size: 20px;
    font-weight: bold;
    height: 300px;
    align-items:  center;
    justify-content: center;
}
.semResutados i{
    font-size: 50px;
}
#displayResultadoBusca{
    display: none;
}
.buscaAvançada{
    width: 320px;
    background-color: black;
    text-align: center;
    font-size: 25px;
    color: white;
    margin: 10px 0px 10px 0px;
    border-radius: 5px;
    box-shadow: black 5px;
}
.quemSomos{
    display: flex;
    margin: 80px 80px 80px 80px;
    height: 450px;
    background-color: black;
    padding-bottom: 10px;
}
.fotoEmpresa{
    background-position: center;
    background-size: cover;
    min-width: 350px;
    height: 550px;
    width: 350px;
    margin-left: 30px;
    margin-top: -50px;
}
.tituloQemSomos{
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}
.textoEmpresa{
/*    height: 300px;*/
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
    color: white;
}
.contato{
    display: flex;
    margin: auto;
    justify-content: center;
}
.contatoItem{
    background-color: black;
    padding: 5px;
    color: white;   
    width: 300px;
    height: 150px;
    margin: 20px;
    font-size: 25px;
}
.tituloItem{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.redesSociais{
    display: flex;
}
.redesSociais i{
    flex: 1;
    text-align: center;
    color: white;
}
.redesSociais a{
    flex: 1;
    text-align: center;
    color: white;
}
.formContato{
    background-color: black;
    margin: auto;
    width: 300px;
    padding: 5px;
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.formContatoTitulo{
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px; 
}
.formContatoItem input, .formContatoItem textArea{
    border-radius: 5px;
    border: none;
    margin-bottom: 5px;
    font-size: 20px;
}





/*/--------abaixo de 1130 px-------------------------------------------------/*/
@media only screen and (max-width: 1130px) {
.contato{
    display: flex;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
}    
}
@media only screen and (max-width: 1070px) {
.textoEmpresa{
    margin-top: 30px;
}
}
@media only screen and (max-width: 1031px) {
.textoEmpresa{
    margin-top: 10px;
}
.tituloQemSomos{
    font-size: 25px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 973px) {
.quemSomos{
    flex-direction: column-reverse;
    height: auto;
}
.fotoEmpresa{
    height: 350px;
    width:550px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 735px) {
.quemSomos{
    margin: 80px 5px 80px 5px;
}
}
@media only screen and (max-width: 703px) {
.menu{
    display: none;
}
.menuMobileIcone{
    display: block;
}
}
@media only screen and (max-width: 700px) {
.contatoItem{ 
    width: 250px;
}
.tituloItem{
    font-size: 20px;
    margin-bottom: 30px;
}

.formContatoTitulo{
    font-size: 20px;
}
.formContatoItem input, .formContatoItem textArea{
    font-size: 15px;
}
#botaoContato{
    width: 250px;
}
}
@media only screen and (max-width: 600px) {
.contatoItem{ 
    margin: 5px;
}
.contato{
    margin-bottom: 20px;
}
.logo img{
 width:300px;   
}
}
@media only screen and (max-width: 540px) {
.banner{
    height: auto;  
    padding-bottom: 5px;
}
.selectItens{
    display: flex;
    flex-direction: column;
}
#botaoPesquisarBanner{
    margin-top: 20px;
}
.quemSomos{
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0px;
}
.contatoItem{
   height: auto; 
   width: 100%;
   margin: 0px;
}
.tituloItem, .formContatoTitulo{
    margin-bottom: 10px;
}
.fotoEmpresa{
    width:100%;
}
.metade{
    width: 50%;
    padding: 0px;
}
}
@media only screen and (max-width: 432px) {
.metade{
width: 100%;
padding: 5px;
}
}

