._contato-bloco {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding-bottom: 30px;
    }

    ._contato-bloco_titulo {
        display: flex;
    }

    ._contato-redes-sociais{
        display: flex;
        justify-content: flex-start;
        gap: 8px;
    }

    ._contato-redes-sociais a{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.44em;
        background-color: #060470;
        border:1px solid #060470;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height:40px;
        line-height: 0;
    }

    ._contato-titulo{
        width: 100%;
        height:auto;
        padding:2em 0;
        background-color: #f1f1f1;
        font-size: 1.5em;
        margin-top: 4em;
    }

    ._contato-titulo-form{
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .tbx-field{
        flex-direction: column;
        justify-content: flex-start;
    align-items:flex-start;
    }
    
    
    .tbx-button.tbx-button--primary {
    background-color: #060470;
    border-color: #060470;
    color: #fff;
}
    
    
    
    
    .cmc-contato-nome-feedback-required,
    .cmc-contato-telefone-feedback-required,
    .cmc-contato-email-feedback-required,
    .cmc-contato-email-feedback-invalid,
    .cmc-contato-mensagem-feedback-required{
    color:#ff0000;
    }