body{
  margin: 0;
  font-family: var(--font);
}
.botaoContainer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0074E4;
}


.header{
  height: 7rem; 
  display: flex;
  justify-content: center; 
  width: 100%;
  background-color: var(--primary-color-main);
}
.geralWrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 85rem;
}

.logoWrapper{
display: flex;
align-items: center;
justify-content: right;
height: calc(100% - var(--dft-spacement));
margin-right: var(--dft-spacement);
position: relative;
}

  

.buttonsWrapper{
display: flex;
align-items: center;
background-color: #4285F4;
width: 200px;
}
.div_google{

  background-color: #fff; /* Cor de fundo do botão */
  color: #4285F4; /* Cor do texto do botão */
  border: none; /* Remover a borda do botão */
  border-radius: 5px; /* Cantos arredondados */
  font-size: 16px; /* Tamanho da fonte do botão */

}
iframe{
width: 100px;
color-scheme: normal;
border-radius: 50px;
}


