* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} 
body{
    background-color: #002E95;
    }

/*HEADER*/

#header{
  background-color: white;
  width: 100%;
  height: 169px;
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 0 20px;
}
.conjuntologo{
  margin-left: 10px;
}
.logosite{
  height: 127px;
  width: 127px;
  margin-top: -10px;
}
.nomesite{
  font-family: "Germania One", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #002E95;
  margin-top: -36px;  
  margin-left: 5px; 
  font-size: 20px; 
}
.cabechalo{
  display: flex;
  align-items: center;
  gap: 70px;
  margin-left: 190px;
}
a{
  text-decoration: none;
  font-family: "Freeman", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #002E95;
  font-size: 20px;
}
.buscador{
  height: 20px;
  width: 20px;
  margin-left: 250px;
}
#search-toggle {
    display: none;
}


.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}


.search-container {
    position: absolute;
    right: 0; 
    width: 0;
    overflow: hidden;
    transition: width 0.5s ease-in-out;
}

.search-input {
    width: 250px; 
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
}


#search-toggle:checked ~ .search-container {
    width: 250px; 
}


.search-label {
    cursor: pointer;
    z-index: 10; 
}

.buscador {
    height: 20px;
    width: 20px;
    margin-left: 100; 
}

/*CONTATO */
#faixacinza{
background-color: gray;
height: 5px;
}
#faixabranca{
background-color: #fff;
height: 5px;
}
#contato{
background-color: #002E95;
height: 80vh;
}
.chamadacontato{
font-family: "Freeman", sans-serif;
font-weight: 400;
font-style: normal;
color: #ffffff;
font-size: 70px;
margin-top: 90px;
margin-left: 90px;
}
.formscontato{
width: 616px;
height: 606px;
background-color: #D9D9D9;
margin-left: 900px;
margin-top: -686px;
border-radius: 6px ;

}
.labels{
font-family: "Freeman", sans-serif;
font-weight: 400;
font-style: normal;
color: black;
font-size: 30px;

}
.formcontato{
padding-top: 50px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 10px;
width: 50%;
margin-left: 5px;

}
.btnenviar{
margin-top: 40px;
height: 50px;
width: 100px;
}
#nome  {
height: 50px;
}
#email{
height: 50px;
}
#telefone{
height: 50px;
}
#mensagem{
height: 50px;
}



























/*RODAPÉ*/

#rodape{
background-color: #002E95;
height: 30vh ;
}
.logosite{
height: 127px;
width: 127px;
margin-top: -10px;
}
.nomesite1{
    font-family: "Germania One", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    margin-top: -36px;  
    margin-left: 5px; 
    font-size: 20px; 
}
.conjuntologo1{
margin-top: 50px;
margin-left: 50px;
}
.infosrodape{
font-family: "Freeman", sans-serif;
font-weight: 400;
font-style: normal;
color: #ffffff;
font-size: 30px;
}
.posinfosrodape{
margin-left: 1000px;
margin-top: -50px;
gap: 50px;
}
.cerealproduto1{
font-family: "Freeman", sans-serif;
font-weight: 400;
font-style: normal;
color: #fff;
font-size: 20px;
}

