* {
    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; 
}

/*PRODUTOS */
#faixaazul{
background-color: #002E95;
height: 5px;
}

#produtos{
background-color: #ffffff;
height: 138vh;
}
.parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  grid-template-rows: auto auto; 
  gap: 50px; 
  max-width: 800px;
  margin: 0 auto; 
}

.parent div {
  background: #002E95;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.parent div:hover{
transition: 0.1s;
transform: scale(98%);
}
.parent img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  height: 369px;
width: 370px;
}

/*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;
}

