* {
    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; 
}

/*QUEMSOMOS*/
#paginaquemsomos{
background-color: #002E95;
height: 85vh ;
}
.imgempresa{
margin-left: 50px;
margin-top: 50px;
}


.txtquemsomos{
font-family: "Freeman", sans-serif;
font-weight: 400;
font-style: normal;
color: #ffffff;
font-size: 20px;
margin-left: 700px;
margin-top: -600px;
}
.txtquemsomos1{
font-family: "Freeman", sans-serif;
font-weight: 400;
font-style: normal;
color: #ffffff;
font-size: 20px;
margin-left: 700px;
margin-top: 50px;
}
/*FABRICA*/
#paginafabrica{
background-color: #ffffff;
height: 90vh;
}
.txtquemsomos2{
font-family: "Freeman", sans-serif;
font-weight: 400;
font-style: normal;
color: black;
font-size: 20px;
margin-left: 700px;
margin-top: -600px;
}
.txtquemsomos3{
font-family: "Freeman", sans-serif;
font-weight: 400;
font-style: normal;
color: black;
font-size: 20px;
margin-left: 700px;
margin-top: 50px;
}
.txtquemsomos3{
font-family: "Freeman", sans-serif;
font-weight: 400;
font-style: normal;
color: black;
font-size: 20px;
margin-left: 700px;
margin-top: 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;
}




