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;
}
#descobrir {
     transition: 0.4s;
}
#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:hover {
   
    color: #2A44AE;
}
.descobrir {
    margin-top: 10px;
}
#produtos a:hover {
    color: #2A44AE;
}
#quemsomos a{
    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: 250px;
    width: 500px;
    background-color: blue;
    flex-direction: column;
    color: #D4A817;
    text-align: center;
    margin-top: 80px;
    transform: translate(400px);
    text-align: center;
    display: flex;
}

.inverno {
    height: 250px;
    width: 500px;
    transform: translate(300px);
}
.diniz {
    margin-top: 40px;
    font-size: 1.3em;
}
.bone {
    height: 300px;
    width: 500px;
    margin-top: 300px;
    margin-left: 300px;
}
.caixa2 {
     height: 270px;
    width: 500px;
    background-color: blue;
    flex-direction: column;
    color: #D4A817;
    text-align: center;
    margin-top: 80px;
     text-align: center;
    display: flex;
    margin-left: 700px;
    transform: translateY(-200px);
}
.diniz2 {
      margin-top: 40px;
    font-size: 1.3em;
}
.caixa3 {
     height: 300px;
    width: 500px;
    background-color: blue;
    flex-direction: column;
    color: #D4A817;
    text-align: center;
     text-align: center;
    display: flex;
    margin-bottom: 40px;
        margin-left: 300px;


}
.diniz3 {
 margin-top: 40px;
    font-size: 1.3em;
}
.tenis {
     height: 300px;
    width: 500px;
      margin-left: 500px;
      transform: translateY(-50px);

}
.frio {
    height: 300px;
    width: 500px;
     margin-left: 700px;
      margin-top: 40px;
}
.diniz4 {
 margin-top: 40px;
    font-size: 1.3em;
}
.caixa4 {
     height: 300px;
    width: 500px;
    background-color: blue;
    flex-direction: column;
    color: #D4A817;
    text-align: center;
     text-align: center;
    display: flex;
    margin-left: 300px;
    transform: translateY(-40px);
   


}
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;
}
