.secao-secundaria{
  display: none;
}

.botao-whatsapp {
    display: flex !important;
    align-items: center !important; /* Alinha verticalmente */
    justify-content: center !important; /* Alinha horizontalmente */
    height: 40px !important; /* Altura do botão, ajuste conforme necessário */
}

.botao-whatsapp span {
    font-size: 16px !important; /* Ajuste o tamanho conforme necessário */
}

.botao-whatsapp svg {
    width: 25px !important; /* Ajuste o tamanho conforme necessário */
    height: 25px !important; /* Ajuste o tamanho conforme necessário */
}