.destaque{
    background-image: url("../imagens/capas_internas/contato.jpg");
    background-position: center;
    background-size: cover;
}
.container:nth-child(2){
    display: flex;
    justify-content: space-between;
    padding: 5rem 0;
}
h3{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 1rem 0;
    color: var(--cor-titulo);
    font-weight: 600;
}
.icone{
    height: 20px;
}
.contato{
    gap: 1rem;
}
.contato a{
    transition: 300ms;
}
.contato a:hover{
    color: var(--laranja-escuro);
}
.container-contato p{
    margin: 0 0 2rem 0;
}
div.localizacao{
    width: 70%;
}
div.mapa{
    width: 100%;
}
div.mapa iframe{
    width: 100%;
}
main a{
    text-decoration: none;
    color: black;
}