/* BLOCO GERAL */
.contato-bloco {
    width: 60%;
    background: #f1e4e3;  
    margin: 62px auto;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    justify-content: center; 
    align-items: center;
    flex-direction: column;
}

.contato-infos{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.info-contato{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 12px;
}

/* ENDEREÇO */
.endereco{
    width: 100%;
    padding-top: 20px;
    border-top: solid 1px #7d2122;
}
.endereco h3 {
    color: #7d2122;
    margin-bottom: 10px;
    margin-right: 0;
}

.contato-bloco h3{
    color: #7d2122;
}

/* REDES SOCIAIS */
.redes-sociais{
    display: flex;
    font-size: 16px;
    gap: 10px;
    flex-direction: column;
    gap: 10px;
}

.redes-sociais a{
    text-decoration: none;
    color: #7d2122;
    display: flex;
    align-items: center;
    gap: 5px;
}

.info-contato strong{
    display: block;
}

.iconeInsta {
    width: 40px;
    height: 40px;
}

.iconeFace {
    width: 40px;
    height: 40px;
}