.texto_empresa h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 1px;
    font-size: 24px;
    color: #ed1651;
    margin-bottom: 15px;
    font-weight: normal;
}

.form-contato {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full {
    width: 100%;
}

.form-group.half {
    width: 50%;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 768px) {

    .impt_mmenor{
        width: 100%;
        padding: 0px;
    }

    .impt_maior,.impt_texto{
        padding: 0;    
        width: 100%;
    }

    .bxtitulo h1 {
        display: block !important;
        color: #fff;
        background-color: #fcaf17;
        text-align: center;
        padding: 2px;
        border-radius: 7px;
        flex: 1;
        font-size: 21px;
    }

    .bxtitulo {
        display: flex;
        align-items: center;
        /* alinha verticalmente */
        gap: 10px;
        margin-bottom: 10px;
        /* espaço entre ícone e texto */
    }

    .bxtitulo img {
        display: none;
    }

    .bxtitulo #icon-home {
        display: block !important;
        width: 96px;
        height: auto;
        display: block;
    }

    .form-row {
        flex-direction: column;
        gap: 3px;
    }

    .form-group.half {
        width: 100%;
    }

    .col_1contato{
        width: 100%;
    }

    .tb_contato {
        margin-bottom: 20px;
    }

    .col_2contato{
        width: 100%;
    }
    .verde_contato{
        width: 96%;
        padding: 10px 0 0 10px;
    }

    .col_2contato img{
        width: 100%;
    }
}