h4 {
    color: #fff;
}

#plans {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

#plans .card {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
}

.mobile_text {
    color: #fff;
}
#plans .card {width: 100%;}
#plans .plan-basic .card,
#plans .plan-basic_-_pré_venda .card {
    background-color: #fff;
    border: 2px solid #c8c8c8;
}

#plans .plan-basic .block_title,
#plans .plan-basic_-_pré_venda .block_title {
    background-color: #c8c8c8;
}

#plans .plan-classic .card,
#plans .plan-classic_-_pré_venda .card {
    background-color: #db1e20;
    border: 2px solid #db1e20;
}

#plans .plan-classic .block_title,
#plans .plan-classic_-_pré_venda .block_title{
    background-color: #db1e20;
} 
#plans .plan-premium .card,
#plans .plan-premium_-_pré_venda .card {
    background-color: #fff;
    border: 2px solid #ffd63e;
}

#plans .plan-premium .block_title,
#plans .plan-premium_-_pré_venda .block_title {
    background-color: #ffd63e;
}
#plans .current-plan .card {
    position: relative;
    overflow: visible;
}

#plans > .current-plan {
    max-width: 33%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-height: 680px;
}
#plans > .row {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
}
#plans > .row > .main_card {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 30px;
}
#plans > .row > .main_card .seleccionar-plano{
    margin-top:15px;
}
#plans div .block_title {
    padding: 1.8rem 2rem;
    margin-bottom: 30px;
    text-align: center;
    min-height: 120px;
    background-color:#000000;
}

#plans div h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

#plans .activity_recomended {
    text-transform: uppercase;
    display: block;
    background-color: #fff;
    text-align: center;
    color: #fe2d2f;
    font-size: 16px;
    padding: 5px 20px;
    width: 80%;
    margin: 10px auto 20px;
    font-weight: bold;
}

#plans .plan-basic p br,
#plans .plan-premium p br,
#plans .plan-basic_-_pré_venda p br,
#plans .plan-premium_-_pré_venda p br {
    display: none;
}

#plans #vantagens {
    font-size: 16px;
    font-weight: bold;
    color: #484848;
    text-align: center;
    margin-bottom: 15px;
}

#plans .plan-classic #vantagens,
#plans .plan-classic_-_pré_venda #vantagens {
    color: #fff;
}

#plans ul {
    margin: 0;
    padding: 0;
}

#plans .content div:last-child {
    margin-top: auto;
    padding-bottom: 10px;
}
#plans .content div > br{display:none;}
#plans .plan-classic .content .desktop_text div:last-child{color:#ffffff;}

#plans li {
    position: relative;
    color: #484848;
    line-height: 1.3;
    margin-bottom: 12px;
    list-style: none;
    text-align: left;
    max-width: 250px;
    margin: 0 auto 12px;
}

#plans .plan-classic li,
#plans .plan-classic_-_pré_venda li {
    color: #fff;
}

#plans .plan-classic div:last-child,
#plans .plan-classic_-_pré_venda div:last-child {
    color: #fff;
}

#plans li:before {
    position: relative;
    left: -4px;
}

#plans .plan-basic li:before,
#plans .plan-basic_-_pré_venda li:before {
    content: url(/wp-content/uploads/2021/12/arrow_gray_small.png);
}
#plans .plan-classic li:before,
#plans .plan-classic_-_pré_venda li:before {
    content: url(/wp-content/uploads/2021/12/arrow_white_small.png);
}
#plans .plan-premium li:before,
#plans .plan-premium_-_pré_venda li:before {
    content: url(/wp-content/uploads/2021/12/arrow_red_small.png);
}

#plans .price {
    color: #484848;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}

#plans .plan-classic .price,
#plans .plan-classic_-_pré_venda .price {
    color: #fff;
}

#plans input {
    display: none;
}

#plans label,
#promocode-btn {
    text-align: center;
    max-width: none;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 2px solid #fe2d2f;
    border-radius: 40px;
    cursor: pointer;
    color: #fe2d2f;
    transition: 0.3s;
    box-shadow: none;
}
#Promocode {
    line-height: 18px;
    padding: 10px 16px;
    min-height: 40px;
    font-size: 0.9rem;
    border: none;
    border-bottom: 1px solid #6d6d6d;
    background-color: transparent;
    color: #ffffff;
}
#Promocode:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(254, 45, 47, 0.25);
}
#plans label:hover,
#promocode-btn:hover {
    background: #fe2d2f;
    color: #ffffff;
}

#plans .gchoice input:checked + label {
    font-weight: 900;
}

#plans .gchoice {
    display: flex;
    margin-top: 25px;
}

#plans p span {
    display: block;
    text-align: center;
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #484848;
    font-weight: 600;
}

#plans .plan-classic_-_pré_venda p span,
#plans .plan-classic p span {
    border-bottom: 1px solid #fff;
}

#plans .plan-classic p span {
    border-color: #fff;
}

#plans .content div:nth-last-child(2) {
    margin-top: auto;
    color: #484848;
    font-size: 12px !important;
}

#plans .plan-classic_-_pré_venda .content div:nth-last-child(2),
#plans .plan-classic .content div:nth-last-child(2) {
    margin-top: auto;
    color: #fff;
}

#plans .card .content {
    padding: 0 30px 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 0.5s;
    height: 100%;
}

#plans .card .content p:nth-child(2) {
    line-height: 1.25 !important;
}

#plans .more {
    display: none;
}

.plan-classic_-_pré_venda .more,
.plan-classic .more {
    color: #fff;
    border-top: 1px solid #fff;
}

#page .side-header-h-stroke .header-bar .mini-widgets.right-widgets {
    padding: 0;
}

.btns {
    text-align: center;
    max-width: none;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 2px solid #fe2d2f;
    border-radius: 40px;
    cursor: pointer;
    color: #fe2d2f;
    transition: 0.3s;
    box-shadow: none;
    display: inline-block;
    background-color: transparent;
}

.btns:hover {
    background: #fe2d2f;
    color: #fff;
}

.plans-titles {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.plans-titles h4:first-child {
    width: 34%;
}
.plans-titles h4:last-child {
    width: 66%;
}

.mobile-title {
    display: none;
}
@media screen and (min-width: 1025px) {
    #plans .current-plan .card::after {
        content: '';
        display: block;
        position: absolute;
        height: 35px;
        width: 35px;
        background-image: url('/wp-content/uploads/2022/01/chevrons_red.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        right: -50px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 1024px) {
    .plans-titles{
        text-align:center;
    }
    #plans #vantagens {
        margin-top: 15px;
    }
    #plans .plan-classic .card,
    #plans .plan-classic_-_pré_venda .card {
        margin-top: 0;
        margin-bottom: 0;
    }

    #plans .mobile_text_div {
        position: relative;
        text-align: center;
        border-bottom: 1px solid #000;
        padding-bottom: 20px;
        margin-top: -15px;
        min-height: 55px;
    }
    #plans .mobile_text_div .mobile_text {
        color: #484848;
        line-height: 1.3;
    }
    #plans .plan-classic .card,
    #plans .plan-classic_-_pré_venda .card {
        margin-top: 0;
        margin-bottom: 0;
    }
    #plans .plan-classic .card .mobile_text,
    #plans .plan-classic_-_pré_venda .card .mobile_text {
        color: #ffffff;
    }

    #plans {
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
    }
    #plans > div,
    #plans > .current-plan{
        max-width: 100%;
        margin-bottom: 40px;
    }
    
    #plans div .block_title {
        min-height: auto;
    }

    #plans .more {
        display: block;
    }
    .mobile-title {
        width: 100%;
        text-align: center;
        display: block;
    }
    .desktop-title {
        display: none;
    }
    #plans > .row > .main_card,
    .plans-titles h4:first-child{
      flex: 0 0 auto;
      width: 100%;
      margin-bottom: 30px;
      height: 100%;
    }
    #plans > .current-plan{
        max-width: 100%;
    }
    #plans .mobile_text_div .mobile_text {
        font-size: 13px;
    }
    #plans div h3 {
        font-size: 26px;
    }

    .plans-titles h4:first-child,
    #plans [class^="plan"] .card {
        margin-bottom: 20px;
    }
}