.rctv-cta-box {
    background-color: #f5ebd9;
    color: #220b0b;
    font-weight: bold;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 14px;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: hidden;
    cursor:pointer;
}
.rctv-wmsk-cta-label {
    white-space: nowrap;
    /* flex-shrink: 0; */
    /* font-size: 18px; */
    display: inline;
}

.rctv-wmsk-cta-link {
    color: #220b0b;
    text-decoration: underline;
    font-weight: bold;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    display: inline;
    max-width: 100%;
    flex-grow: 1;
}

/* .rctv-cta-box::before {
    content: "➜ ";
    font-size: 18px;
    margin-right: 4px;
    color: #fff;
} */

.rctv-cta-box a {
    color: #220b0b;
    text-decoration: underline;
    font-weight: bold;
}

.rctv-cta-box a:hover {
    color: #3716c7;
    text-decoration: none;
}

@media (max-width: 600px) {
    .rctv-cta-box {
        font-size: 15px;
        padding: 12px 14px;
    }

    .rctv-cta-box::before {
        font-size: 16px;
    }
}

.rctv-cta-box .rctv-wmsk-cta-post {
    display: inline-block;
    max-width: 100%;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    vertical-align: middle;
}
.rctv-cta-box.hidden {
    display: none !important;
    visibility: hidden !important;
    max-width: 0px;
    max-height: 0px;
}
/* AMARELO */
.rctv-cta-box.amarelo {
    background-color: #FFA500;
    color: #fff !important;
}
.rctv-cta-box.amarelo .rctv-wmsk-cta-link {
    color: #fff !important;
}
.rctv-cta-box.amarelo a {
    color: #fff !important;
}

.rctv-cta-box.amarelo a:hover {
    color:  #eeff00 !important;
}

/* AZUL */
.rctv-cta-box.azul {
    background-color: #0073e6;
    color: #fff !important;
}
.rctv-cta-box.azul .rctv-wmsk-cta-link,
.rctv-cta-box.azul a {
    color: #fff !important;
}
.rctv-cta-box.azul a:hover {
    color: #a3d4ff !important;
}

/* VERDE */
.rctv-cta-box.verde {
    background-color: #28a745;
    color: #fff !important;
}
.rctv-cta-box.verde .rctv-wmsk-cta-link,
.rctv-cta-box.verde a {
    color: #fff !important;
}
.rctv-cta-box.verde a:hover {
    color: #c0ffb3 !important;
}

/* VERMELHO */
.rctv-cta-box.vermelho {
    background-color: #dc3545;
    color: #fff !important;
}
.rctv-cta-box.vermelho .rctv-wmsk-cta-link,
.rctv-cta-box.vermelho a {
    color: #fff !important;
}
.rctv-cta-box.vermelho a:hover {
    color: #ffb3b3 !important;
}

/* ROXO */
.rctv-cta-box.roxo {
    background-color: #6f42c1;
    color: #fff !important;
}
.rctv-cta-box.roxo .rctv-wmsk-cta-link,
.rctv-cta-box.roxo a {
    color: #fff !important;
}
.rctv-cta-box.roxo a:hover {
    color: #dabfff !important;
}

/* PRETO */
.rctv-cta-box.preto {
    background-color: #111;
    color: #fff !important;
}
.rctv-cta-box.preto .rctv-wmsk-cta-link,
.rctv-cta-box.preto a {
    color: #fff !important;
}
.rctv-cta-box.preto a:hover {
    color: #ffcc00 !important;
}

/* MARROM */
.rctv-cta-box.marrom {
    background-color: #8B4513;
    color: #fff !important;
}
.rctv-cta-box.marrom .rctv-wmsk-cta-link,
.rctv-cta-box.marrom a {
    color: #fff !important;
}
.rctv-cta-box.marrom a:hover {
    color: #f7c58f !important;
}
.rctv-cta-content-body {
    text-align: center;
}
.rctv-cta-content {
    text-align: center;
    display: inline-block;
    margin: 70px auto auto;
}

.rctv-cta-content.default_img {
    max-width: 300px;
    max-height: 300px;
    display: block;
    margin: 70px auto auto;
}
.rctv-cta-content.default_img img {
    max-width: 300px;
    max-height: 300px;
}
.legenda_transferir {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
}