.titulo_section_slider_planos {
    font-family: "Gotham Rounded";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.02em;
    background: -webkit-linear-gradient(128.76deg, #00DBBB 26.2%, #00C3F7 69.77%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
}

.icone_planos {
    text-align: center;
    margin-top: -11rem;
}

.info-plano {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.info-plano iframe {
    width: 100%;
    margin-top: 10px;
}

.info-plano .left {
    width: 100%;
    padding-top: 60px;
}

.info-plano img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.duo-form {
    display: flex;
    gap: 4%;
}

.duo-form p {
    width: 48%;
}

.tab-pane .wpcf7 {
    width: 100%;
    padding-left: 15px;
}

.tab-pane .wpcf7-form label {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #00C3F7;
    width: 100%;
}

.tab-pane .wpcf7-form-control,
.tab-pane .wpcf7-textarea {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #636363;
    width: 100%;
    padding-left: 1rem;
    margin-top: .5rem;
    margin-bottom: 10px;
    outline: none;
}

.tab-pane .wpcf7-textarea {
    height: 180px;
    resize: none;
}

.tab-pane .wpcf7-submit {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    height: 58px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 0px;
    margin-top: 18px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border: none !important;
    border-radius: 200px !important;
    background: linear-gradient(131.03deg, #00C3F7 2.54%, #00DBBB 77.08%);
    position: relative;
    color: #FFF;
}

@media (max-width: 991px) {
    .duo-form {
        flex-direction: column;
        gap: 0;
    }

    .duo-form p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .info-plano {
        flex-direction: column-reverse;
        text-align: center;
    }

    .info-plano .left {
        width: 100%;
        margin-top: 20px;
    }

    .info-plano .right {
        width: 100%;
    }

    .info-plano img {
        margin: auto;
    }
}

/*
 * ABA DESKTOP
 */
.section_abas {
    padding: 4rem 0;
}
.titulo_aba {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.02em;
    background: -webkit-linear-gradient(128.76deg, #00DBBB 26.2%, #00C3F7 69.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}
.section_abas .nav-item {
    border-bottom: 1px solid #F4F4F4;
    width: 100%;
}
.section_abas .nav-link,
.section_abas .nav-tabs {
    border: 0 !important;
}
.section_abas .nav-tabs {
    padding-right: 3rem !important;
}
.section_abas .nav-link {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 310%;
    color: #636363 !important;
}
.section_abas .nav-link.active {
    color: #00DBBB !important;
}
.cont_abas {
    padding-left: 3rem !important;
}
.titulo_cont_abas {
    font-family: "Gotham Rounded";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.02em;
    background: -webkit-linear-gradient(128.76deg, #00DBBB 26.2%, #00C3F7 69.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
}
.nav-tabs .titulo_aba {
    margin-top: 3rem;
}

/*
 * ABA MOBILE
 */
@media (max-width: 991.98px) {
    .aba_mobile .card-header {
        background-color: #fff;
        border: 0;
    }
    .aba_mobile .card {
        border: 0;
    }
    .titulo_aba {
        font-family: 'Gotham Rounded';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        background: -webkit-linear-gradient(128.76deg, #00DBBB 26.2%, #00C3F7 69.77%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 1rem;
        padding-bottom: .5rem;
        border-bottom: 1px solid #ccc;
    }
    .aba_mobile .btn.focus,
    .aba_mobile .btn:focus {
        outline: 0 !important;
        box-shadow: none !important;
    }
}

/*
 * FORMULARIO MATRICULE-SE
 */
.section_formulario {
    background: #F4F4F4;
    padding: 3rem 0;
}

.section_formulario .paragrafo {
    margin-bottom: 2rem;
}

.formulario {
    padding-left: 4rem;
}

.formulario_chamada {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #706F6F;
}

.formulario_titulo {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.03em;
    margin: .6rem 0 1rem;
    background: -webkit-linear-gradient(128.76deg, #00DBBB 26.2%, #00C3F7 69.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.formulario label {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #00C3F7;
    width: 100%;
}

.formulario .wpcf7-form-control,
.formulario .wpcf7-textarea {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #636363;
    width: 100%;
    padding-left: 1rem;
    margin-top: .5rem;
    margin-bottom: 10px;
    outline: none;
}

.formulario .wpcf7-textarea {
    height: 96px;
    padding-top: 1rem;
}

.enviar_tc {
    width: 283px;
    height: 60px;
    background: linear-gradient(131.03deg, #00DBBB 2.54%, #00C3F7 77.08%);
    border-radius: 200px;
    border: 0;
}

.enviar_tc:hover {
    background: linear-gradient(131.03deg, #00C3F7 2.54%, #00DBBB 77.08%);
}

.wpcf7-response-output {
    border-radius: 8px;
}

.formulario .wpcf7-not-valid,
.formulario .wpcf7 form.invalid .wpcf7-response-output {
    border: 1px solid red !important;
}

.formulario .wpcf7-form.sent .wpcf7-text,
.formulario .wpcf7-form.sent select,
.formulario .wpcf7-form.sent .wpcf7-textarea {
    border: 1px solid #46b450 !important;
}
.formulario .wpcf7-submit {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    height: 58px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 0px;
    margin-top: 18px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border: none !important;
    border-radius: 200px !important;
    background: linear-gradient(131.03deg, #00C3F7 2.54%, #00DBBB 77.08%);
    position: relative;
    color:#FFF;
}
.wpcf7-spinner {
    position: absolute;
    bottom: 35px;
    right: 0;
}

.lity{
    background: rgba(174, 174, 174, 0.6) !important;
}
#pergunta-matricula {
    padding: 30px 30px 50px;
    border-radius: 10px;
    color: #2D4B7D;
}
#pergunta-matricula h3 {
    text-align: center;
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.03em;
    margin-bottom: 45px;
    background: -webkit-linear-gradient(128.76deg, #00DBBB 26.2%, #00C3F7 69.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#pergunta-matricula .btn-pergunta {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 18px;
    text-decoration: none;
    width: 100%;
    padding: 20px 40px;
    border: none !important;
    border-radius: 200px !important;
    background: linear-gradient(131.03deg, #00C3F7 2.54%, #00DBBB 77.08%);
    color:#FFF;
}
#pergunta-matricula .btn-pergunta-nao {
    background: linear-gradient(131.03deg, #c5c5c5 2.54%, #afafaf 77.08%);
    color: #656565;
}

@media (max-width: 991.98px) {
    .formulario {
        padding-left: 0;
    }
    #conversion-form-solicite-seu-plano #s2id_autogen1 {
        width: 110px !important;
    }
    #conversion-form-solicite-seu-plano .phone-country[data-type=countries]{
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .enviar_tc {
        width: 100%;
    }
}
.rd-section {
    background: #f4f4f4;
}