.call_actionM01 {
    width: 100%;
    height: auto;
    padding: 100px 70px;
    border-radius: 40px;
    text-align: center;
}

.call_actionM01 span {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 8px;
    background-color: #ffffff93;
    display: inline-block;
    margin-bottom: 20px;
    color: var(--color-text-dark);
}

.call_actionM01 .text {
    max-width: 700px;
    margin: 0 auto;
}

.call_actionM01 .subtitle_default {
    max-width: 550px;
    margin: 20px auto;
}


/* CSS RESPONSIVO */
@media (max-width: 900px) { 
    
    .call_actionM02 .container {
        max-width: 700px;
    }

    .call_actionM02 .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .call_actionM02 .col_6 {
        width: 100%;
        height: auto;
        text-align: center;
    }
}

@media (max-width: 600px) { 

    .call_actionM01 {
        width: 100%;
        height: auto;
        padding: 40px 30px;
    }   

    .call_actionM01 .flex {
        flex-wrap: wrap;
    }

    .call_actionM02 .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .call_actionM02 .col_6 {
        width: 100%;
        height: auto;
        text-align: center;
    }
    
}