#cta_footer {
    background: #242526;
    padding: 100px 0;
}
#cta_footer h3 {
    max-width: 634px;

    font-family: "Margem-medium";
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -1px;
    color: #fff;
}
#cta_footer p {
    max-width: 605px;

    font-family: "Margem-light";
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
#cta_footer .tagyoutube {
    background: #FFFFFF;
    color: #000;
    text-transform: uppercase;
    font-family: Margem-bold;
    padding: 2px 10px;
    border-radius: 3px;
    margin-right: 15px;
}

#cta_footer .tagyoutube::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #DD303E;
    margin-right: 5px;
  }

  #cta_footer .tagdiadoevento {
    padding: 4px 10px;
    font-family: Margem-bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #DD303E;
    border-radius: 4px;
    color: #fff;
}
@media screen and (max-width: 600px) {
    #cta_footer .tagdiadoevento {
        font-size: 12px;
    }
    #cta_footer .tagyoutube {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-self: center;
    }
}