body {
    background-color: black;
     font-family: sans-serif;
}
* { margin: 0;
    padding: 0;
      box-sizing: border-box;
}
@media (max-width: 1100px) {
    main {
        flex-direction: column; /* Conteúdo empilhado */
    }

    #conteudo {
        margin-right: 0; /* Remove margem direita */
    }

    aside {
        margin-top: 20px; /* Adiciona margem superior */
    }
    
}
@media (max-width: 550px) {
    header {
        padding: 10px;
    }

    main {
        padding: 10px;
    }

    article {
        padding: 10px;
    }

    aside {
        padding: 10px;
    }

    footer {
        padding: 5px;
    }
}

.header {
    width: 100%;
    height: 40px;
    background-color: black;
    display: flex;
    justify-content: space-between; 
    color: white;
    text-decoration: none;   
}
.logo1 {
    width: 90px;
    height: 40px;
}
#entrar {
    margin-right: 300px;
    margin-top: 10px;
    transition: 0.4s;
}
#quemsomos {
    margin-top: 10px;
    transition: 0.4s;
}
#produtos {
    margin-top: 10px;
    transition: 0.4s;
}
.descobrir a {
   
    color: #2A44AE;
}
.descobrir {
    margin-top: 10px;
}
#produtos a:hover {
    color: #2A44AE;
}
#quemsomos a:hover {
    color: #2A44AE;
}
#entrar :hover {
    color: #2A44AE;
}

a {
    
    color: white;
    text-decoration: none;
}
#carrinho {
    height: 40px;
    fill: white;
}
#lupa {
    height: 35px;
    margin-top: 5px;
background-color: white;
    position: relative;
   
}
.lupateste {
    width: 30px;
      vertical-align: middle;
}
input {
    width: 0;
    transition: 0.5s;
    border: none;
}
.lupateste:hover { fill: #2A44AE;


}
svg:hover+input {
    width: 200px;
    border: solid 1px;
    border-radius: 10%;
}
.lupateste:focus {
    fill: #2A44AE;
    width: 200px;
    border: solid 1px;
      border-radius: 10%;
}
.flex {
    justify-content: center;
    display: flex;
    margin-bottom: 50px;
}
.caixa1 {
    height: 500px;
    width: 800px;
    background-color: blue;
    flex-direction: column;
    color: #D4A817;
   

}
.blusa {
    margin-top: 50px;
    transform: translate(200px);
    width: 400px;
}
.txt_desc {
    position: absolute;
    transform: translate(200px);
}
.caixa2 {
    color: #D4A817;
}
.pessoas {
    width: 500px;
   
}
.txt_desc2 {
    color: #2A44AE;
    position: absolute;
    transform: translateY(-330px);
    margin-left: 100px;
}
footer {
    background-color: white;
    width: 100%;
    height: 300px;
    display: flex;
}
.logo2 {
    width: 300px;
    height: 150px;
}
.somos2 {
    margin-left: 0px;
    font-weight: bold;
    font-size: 2em;
}
.flex2 {
    display: flex;
    flex-direction: column;
}
.empresa {
    font-size: 1.5em;
}
.instituto {
    font-size: 1.5em;
}
.franquias {
    font-size: 1.5em;
}
.desenvolvimento {
    font-size: 1.5em;
    margin-right: 150px;
}
.siga {
    margin-left: 0px;
    font-weight: bold;
    font-size: 2em;
}
.flex3 {
     display: flex;
    flex-direction: column;
}
.flex4 {
     display: flex;
    flex-direction: column;
}
.ing {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-left: 150px;
}
.face {
    width: 30px;
    height: 30px;
    margin-left: 160px;
}
.twitter {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-left: 162px;
}