.chamada-empresa {
    color: #95B53E;
    font-weight: normal;
    font-size: 22px;
}

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

@media (max-width: 767px) {

    .coin-slider,
    .teaser {
        display: none !important;
    }

    .slider-mobile {
        display: block;
        margin-bottom: 20px;
    }

    .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;
    }

    .col_1h {
        margin-bottom: 20px;
    }

    .col_1h img,
    .col_2h img {
        width: 100%;
    }

    .col_2h {
        width: 100%;
    }

    .bx_verde {
        width: 100%;
        padding: initial;
    }
}