

/* MEDIA 690PX ABERTURA */
@media screen and (max-width: 690px) {
    footer .sub-footer{
        gap: 0px;
    }
    footer .by-designer{
        flex-wrap: wrap;
        height: auto;
    }
    footer .info-footer1{
        order: 2;
    }
    
}

/* MEDIA 690PX FECHAMENTO */


footer{
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(221, 221, 221);
}
.sub-footer{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}
.by-designer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80%;
    height: 50px;
}
.info-footer1{
    text-align: center;
    width: 300px;
    font-size: 12px;
}
.info-footer1 a{
    color: rgb(0, 103, 0);
    font-family: "Kanit",sans-serif;
    font-weight: 600;
}
.info-footer2{
    text-align: right;
    width: 420px;
    font-size: 12px;
}
.by-designer p img{
    width: 20px;
}

.descricao{
    display: flex;
    flex-direction: column;
    width: 700px;
    text-align: justify;
    margin: 30px 20px 0 20px ;
}

.descricao img{
    height: 80px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.descricao p{
    color: rgb(85, 85, 85);
    font-family: "Inter",sans-serif;
    font-weight: 300;
    font-size: 10px;
    margin: 0;
}
.ofertas,.contato-footer{
    margin: 30px 20px 0 20px ;
    width: 207px;
}
.ofertas h4,.contato-footer h4{
    color: white;
    padding: 4px 7px;
    text-align: center;
    border-radius: 5px;
    background-color: #005F7D;
    font-family: "Kanit",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.ofertas ul,.contato-footer ul{
    list-style: none;
    text-align: justify;
    padding: 0;
}
.ofertas a,.contato-footer a{
    text-decoration: none;
    color: rgb(85, 85, 85);
    font-family: "Inter",sans-serif;
    padding: 5px;
    border-radius: 5px;
}
.ofertas a:hover{
    background-color: #005F7D;
    color: white;
    transition: 0.2s;
}
.icons-footer{
    color: #005F7D;
}

.contato-footer ul li:nth-child(2) p {
    font-size: 10px; /* Reduz o tamanho da fonte */
    color: #888; /* Cor mais clara para destacar */
  }