.hide {
    display: none;
}

.no-border-form {
    background: transparent;
    border-width: 0 0 1px 0;
    border-radius: 0;
    width: 100%;
    color: white;
    outline: 0;
}
.no-border-form:active {
    outline: 0;
    background-color: transparent;
}

.greenLink {
    color: #abfe30;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
}

.footerOptions {
    font-size: 13px;
    color: #f2f4f9;
    text-decoration: none;
    font-weight: 400;
}

.miniTitle2 {
    color: #1e0e34;
    font-size: 32px;
    font-weight: 700;
}

.miniTitle {
    color: #1e0e34;
    font-size: 20px;
    font-weight: 650;
}
.miniTitle3 {
    color: #1e0e34;
    font-size: 32px;
    font-weight: 700;
}

.purpleInformations {
    color: #1e0e34;
    font-size: 18px;
    font-weight: 700;
}

.strongLink {
    color: #000000;
    text-decoration: none;
    font-weight: 550;
    font-size: 12px;
}

.whiteText {
    color: #f2f4f9;
    font-size: 13px;
}

.greenText {
    color: #abfe30;
    font-size: 14px;
}
.greenText2 {
    color: #abfe30;
    font-size: 24px;
    font-weight: 500;
}

.greenTextBold {
    color: #abfe30;
    font-weight: 600;
    font-size: 16px;
}

.submit {
    text-align: center;
    background-color: #a2ef30;
    color: #1e0e34;
    border: 1px solid #a2ef30;
    border-radius: 15px;
    padding: 5px 30px;
    font-weight: bold;
    width: 100%;
    height: 40px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.headerButton {
    background-color: transparent;
    color: #1e0e34;
    border: 1px solid #1e0e34;
    border-radius: 5px;
    padding: 5px 30px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-size: 0.7rem;
    text-decoration: none;
}

.headerButton:hover {
    background-color: #1c0d2f;
    color: #ffffff;
    text-decoration: none;
}

.button {
    background-color: white;
    color: #1c0d2f;
    border: 1px solid #1c0d2f;
    padding: 7px 17px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    transition: background-color 0.3s ease;
}

.separation,
.separation-box {
    padding: 3.3rem 0;
    /*border-bottom: 1rem solid transparent;*/
    border-radius: 0.7rem 0.7rem 0.7rem 0.7rem;
    margin-bottom: 0px;
    height: 25rem;
    border-top: 0px;
    transition: border-color 0.5s ease;
    border-left: 1px solid rgba(114, 114, 114, 0.1);
    border-right: 1px solid rgba(114, 114, 114, 0.1);
    border-bottom: 10px solid transparent;
}

.separation:hover,
.separation-box:hover {
    box-shadow: 0 -9px 18px 0 rgba(114, 114, 114, 0.15);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 10px solid #530d85;
    border-top: 0;
}
.subseparation,
.subseparation-box2 {
    padding: 3.3rem 0;
    border-radius: 0.7rem 0.7rem 0.7rem 0.7rem;
    margin-top: -1rem;
    height: 25rem;
    transition: border-color 0.5s ease;
    border-left: 1px solid rgba(114, 114, 114, 0.1);
    border-right: 1px solid rgba(114, 114, 114, 0.1);
    border-top: 10px solid transparent;
}

.subseparation:hover,
.subseparation-box2:hover {
    box-shadow: 0 9px 18px 0 rgba(114, 114, 114, 0.15);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 10px solid #530d85;
}
.separation .miniTitle {
    transition: color 0.3s ease;
}
.separation:hover .miniTitle {
    color: #530d85;
}
.subseparation-box2 .miniTitle {
    transition: color 0.3s ease;
}
.subseparation-box2:hover,
.subseparation:hover .miniTitle {
    color: #530d85;
}
.df:hover .separation,
.separation-box,
.subseparation-box2,
.subseparation {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.boldPurple {
    color: #1c0d2f;
    font-weight: 700;
    font-size: 14px;
}

.miniWeak {
    color: #949494;
    font-size: 10px;
}

.title {
    color: #1c0d2f;
    font-size: 40px;
    font-weight: 700;
}

.subTitle {
    font-size: 22px;
    color: #1c0d2f;
    font-weight: 600;
}

.purpleLink {
    color: #530d85;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8rem;
}

.headerOptions {
    font-size: 14px;
    color: #f2f4f9;
    text-decoration: none;
    font-weight: 450;
    transition: color 0.3s ease;
}
.headerOptions:hover {
    color: #a2ef30;
}

.background {
    background-color: #1e0e34;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.weak {
    color: #949494;
    font-size: 14px;
}

.weakStrong {
    color: #949494;
    font-size: 14px;
    font-weight: 500;
}

.purple {
    color: #530d85;
    font-weight: 800;
    font-size: 17px;
    text-decoration: none;
}

.footerWhiteText {
    font-size: 16px;
    color: #f2f4f9;
    text-decoration: none;
    font-weight: 500;
}
.footerWhiteTextBold {
    font-weight: 700;
}

.sameline {
    white-space: nowrap;
}

@media (max-width: 574px) {
    .background {
        height: 150px;
    }

    .headerButton {
        height: 30px;
        /*padding: auto;*/
    }
}

@media (max-width: 994px) {
    .firstInformation {
        margin: 0;
    }

    .footerWhiteText {
        padding: 25px;
    }
}

body,
ul {
    margin: 0;
    padding: 0;
}

#logo {
    font-size: 1.5rem;
    font-weight: bold;
}

#header {
    box-sizing: border-box;
    height: 70px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1e0e34;
}

#menu {
    display: flex;
    list-style: none;
    gap: 0.5rem;
}

#menu a {
    display: block;
    padding: 0.5rem;
}

#btn-mobile {
    display: none;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
    .options {
        padding-left: 0px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 2000px) {
    .options {
        padding-left: 50px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .options {
        padding-left: 195px;
    }
}

@media (max-width: 1200px) {
    .headerButton {
        display: none;
    }

    #menu {
        display: block;
        position: absolute;
        width: 100%;
        top: 70px;
        right: 0;
        background: #1e0e34;
        transition: 0.6s;
        z-index: 1000;
        height: 0;
        visibility: hidden;
        overflow-y: hidden;
    }

    #nav.active #menu {
        height: calc(100vh - 70px);
        visibility: visible;
        overflow-y: auto;
    }

    #menu a {
        padding: 1rem 0;
        margin: 0 1rem;
        border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    }

    #btn-mobile {
        display: flex;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        gap: 0.5rem;
    }

    #hamburger {
        border-top: 2px solid;
        width: 20px;
        color: white;
    }

    #hamburger::after,
    #hamburger::before {
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        background: currentColor;
        margin-top: 5px;
        transition: 0.3s;
        position: relative;
    }

    #nav.active #hamburger {
        border-top-color: transparent;
    }

    #nav.active #hamburger::before {
        transform: rotate(135deg);
    }

    #nav.active #hamburger::after {
        transform: rotate(-135deg);
        top: -7px;
    }

    .hide {
        display: block;
    }
}

.form-quiz {
    border: 2px solid;
    border-color: rgba(148, 148, 148, 0.5);
    padding: 3px;
    border-radius: 5px;
    width: 100%;
    height: min-content;
}

.submitPurple {
    background-color: #530d85;
    border-radius: 5px;
    color: #f2f4f9;
    text-align: center;
    border: 1px solid #530d85;
    font-weight: bold;
    width: 100%;
    padding: 2% 30px;
}

.darkPurple {
    color: #1c0d2f;
}

.text-box {
    width: 100%;
    height: 200px;
}

.mini-text-box {
    width: 100%;
    padding: 0.5rem;
    border: solid;
    border-radius: 5px 5px 5px 5px;
    border-width: 2px;
    border-color: #949494;
    opacity: 0.5;
}

body {
    font-family: Poppins, serif;
}

textarea {
    width: 100%;
    padding: 0.5rem;
}

.checkbox-form {
    width: 17px;
    height: 17px;
}

.title-form {
    font-size: 20px;
    font-weight: 600;
    color: #1c0d2f;
}

::placeholder {
    font-size: 12px;
}

.accordion-header {
    color: #1c0d2f;
}

.accordion-button {
    background-color: #1e0e34;
}

.accordion-body {
    background-color: #1e0e34;
}

.accordion-button:focus {
    background-color: #1e0e34;
}

.accordion-options {
    font-size: 20px;
    color: #f2f4f9;
    text-decoration: none;
    font-weight: 700;
}

.accordion-options:active {
    color: #abfe30;
}

.accordion-button:not(.collapsed) {
    background-color: #1e0e34;
}

.accordion-button:not(.collapsed) .accordion-options {
    color: #abfe30;
}

.accordion-item {
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
}

.saibaMais:hover {
    background-color: #abfe30;
    color: #530d85;
    border: 1px solid #abfe30;
    transition: linear 0.25s;
}

.saibaMais {
    background-color: #530d85;
    color: #f2f4f9;
    text-align: center;
    border: 1px solid #530d85;
    border-radius: 15px;
    padding: 5px 30px;
    font-weight: bold;
    height: 50px;
    transition: linear 0.1s;
}

.nameOfCourse {
    font-size: 24px;
    color: #530d85;
    font-weight: 700;
}

.nameOfCourseInPage {
    font-size: 32px;
    color: #530d85;
    font-weight: 700;
}

.miniTitleInCourse {
    /*font-size: 22;*/
    color: #1c0d2f;
    font-weight: 600;
}

.currentValue {
    font-size: 20px;
    color: #530d85;
    font-weight: 700;
}

.lastValue {
    text-decoration: line-through;
    /*font-weight: 10px;*/
}

.emAlta {
    border: 2px solid #ece4fc;
    background-color: #ece4fc;
    border-radius: 5px;
    font-weight: 450;
    font-size: 15px;
}

.star {
    font-weight: 700;
    /*columns: #530d85;*/
}

.new {
    border: 2px solid #530d85;
    border-radius: 5px;
    color: #530d85;
    font-weight: 450;
    font-size: 15px;
}

.typeOfCourse {
    font-size: 12px;
    font-weight: 500;
}

.tagA {
    border: 0;
    outline: none;
    background-color: transparent;
}

.no-border {
    background: transparent;
    border-width: 0 0 1px 0;
    border-radius: 0;
}

.scrollable-div {
    width: auto;
    height: 70%;
    overflow-y: auto;
}

.imgOnCol {
    width: 100%;
    height: 100%;
}

.whiteTitle {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

.purpleUnderlineLink {
    color: #530d85;
    text-decoration: underline;
    font-weight: 500;
}

.submitSmall {
    text-align: center;
    background-color: #a2ef30;
    color: #1e0e34;
    border: 1px solid #a2ef30;
    border-radius: 5px;
    padding: 5px 30px;
    font-weight: bold;
    transition: background-color, border-color 0.3s ease;
}

.bigPrice {
    font-weight: 700;
}

.ratio {
    font-weight: 500;
    font-size: 20px;
}

.img-course {
    width: 30px;
    height: 30px;
}

.weakPurple {
    color: #1c0d2f;
    font-size: 20px;
    font-weight: 500;
}

.submit2 {
    text-align: center;
    background-color: #abfe30;
    color: #1e0e34;
    border: 1px solid #abfe30;
    border-radius: 5px;
    padding: 5px 30px;
    font-weight: bold;
    width: 100%;
    height: 50px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.mediumWeak {
    color: #949494;
    font-size: 12px;
}

.lastValuePurple {
    text-decoration: line-through;
    /*font-weight: 10px;*/
    color: #530d85;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/greenvector.png");
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url("../images/whitevector.png");
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion {
    --bs-accordion-btn-icon-transform: rotate(0deg);
    --bs-accordion-border-color: none;
}

.bold {
    font-weight: 600;
}

.content::-webkit-scrollbar {
    width: 5px;
}

.content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}

.content::-webkit-scrollbar-thumb {
    background-color: #530d85;
    border-radius: 5px;
}

.form {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    height: 4.4rem;
    padding: 0 1rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 120%;
    color: #0a080b;
}

.h2Purple {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #530d85;
    margin-bottom: 5rem;
}

.red {
    color: red;
}

.formInfos {
    font-weight: 700;
    font-size: 10px;
    line-height: 2rem;
    color: #1e0e34;
    display: block;
    margin-bottom: 5px;
}

.border1 {
    border-radius: 7px;
    padding: 10px;
    border-width: 1px;
    border-color: #949494;
    border-style: solid;
}

.buttonGrey {
    background-color: #d1d1d1;
    color: white;
    padding: 10px 60px;
    border-radius: 5px;
    font-weight: 800;
    border: none;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
/* .botao-overlay { */
/* position: absolute; */
/* position: relative; */
/* bottom: 50%; ajuste conforme necessário */
/* left: 50%; */
/* padding: 0px 0px; */
/* color: #fff; */
/* border: none; */
/* cursor: pointer; */
/* border-radius: 50px; */
/* font-size: 14px; */
/* font-weight: 600; */
/* backdrop-filter: blur(6px); */
/* background: #530d85; */
/* visibility: hidden; */
/* margin-left: 50%; 76% */
/* margin-top: -13%; */
/* margin-bottom: 1%; */
/* width: max-content; */

/* transform: translate(-230%); */
/* } */
/* .imgComercial {
    border-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: border-bottom-left 0.3s ease;
    transition: visibility 0.3s ease;
    width: 100%;
    height: auto;
    filter: saturate(0);
    transition: filter 0.3s ease;
    position: relative;
}
.imgComercial:hover {
    border-radius: 5px;
    border-bottom-left-radius: 90px;
    filter: saturate(2);
}
.imgComercial:hover + .botao-overlay {
    visibility: visible;
} */
/* .botao-overlay:hover {
    visibility: visible;
    border-bottom-left-radius: 0px;
} */
.submit:hover {
    background-color: #530d85;
    border-color: #530d85;
}

.submit2:hover {
    background-color: #530d85;
    border-color: #530d85;
}

.submitSmall:hover {
    background-color: #530d85;
    border-color: #530d85;
}

.button:hover {
    background-color: #210d36;
    color: #fff;
}

.img-qr {
    width: 60px;
}

.border1:focus {
    border-color: #530d85;
    outline: none;
}

.opacity {
    transition: opacity 0.3s ease;
}

.opacity:hover {
    opacity: 0.5;
}

.buttonGrey:hover {
    background-color: #530d85;
}

.buttonPurple {
    background-color: #530d85;
    color: white;
    padding: 10px 60px;
    border-radius: 5px;
    font-weight: 800;
    border: none;
    transition: background-color 0.3s ease;
    width: 100%;
    text-decoration: none;
}
.buttonPurple:hover {
    background-color: #1e0e34;
}

.weakStrong1 {
    color: #949494;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
    text-decoration: none;
}

.weakStrong1:hover {
    color: #530d85;
}
.boxCourse {
    background-color: rgba(28, 13, 47, 0.04);
    border-radius: 10px;
}

.redLastValue {
    text-decoration: line-through;
    /*font-weight: 10px;*/
    color: #ff6060;
}

.minih2Purple {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #530d85;
    margin-bottom: 2rem;
}

.priceInPage {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #1e0e34;
}

.box-videos {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 100%;
    max-width: 80%;
    border-radius: 10% !important;
    margin: auto;
}

*:focus {
    box-shadow: none !important;
}

.meu-curso-input {
    min-width: 270px;
    width: 70%;
    outline: 0;
}

/*código victor*/

.borderBottom {
    text-decoration: none;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #949494;
    width: 90%;
    outline: none;
}
.imageButton {
    border-style: solid;
    border-width: 0px;
    background-color: transparent;
}
.weakPurple1 {
    font-size: 14px;
    color: #530d85;
    font-weight: 700;
}
.redacao {
    background-color: #f6f5f7;
}
.timer {
    background-color: rgba(28, 13, 47, 0.04);
    color: #530d85;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 5px;
}
.jsRedacao {
    background-color: #f6f5f7;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.nCaracteres {
    color: #530d85;
    font-size: 11px;
}
.redacao:focus {
    border: none;
}
.tema {
    color: #1e0e34;
    font-weight: 700;
}
.redacaoTimer {
    color: #530d85;
    font-weight: 700;
    font-size: 14px;
}
.search-input {
    display: none;
    border: solid;
    border-color: #a2ef30;
    border-width: 0px 0px 2px 0px;
    background-color: #1e0e34;
    width: 365px;
    color: white;
    font-size: 14px;
}
.search-input:active {
    background-color: #1e0e34;
    border: solid;
    border-color: #a2ef30;
    border-width: 0px 0px 0px 0px;
    color: white;
}
.search-input:focus {
    outline: none;
}
.redacao:focus {
    outline: none;
}
.imgWithoutBorder {
    border: solid;
    border-width: 0px 0px 0px 0px;
    background-color: transparent;
}
.fb-icon {
    transition: fill 0.3s ease;
}
.fb-icon:hover {
    fill: #3b5998;
}
.insta-icon {
    transition: fill 0.3s ease;
}
.insta-icon:hover {
    fill: #c13584;
}
.link-icon {
    transition: fill 0.3s ease;
}
.link-icon:hover {
    fill: #0e76a8;
}

.email {
    fill: #abfe30;
}
.img-grande {
    width: 10px;
}
.header-icon {
    fill: white; /* Sua cor desejada */
    max-height: 2rem;
}
.video-home {
    width: 100vh;
    height: 82vh;
}
.check-filter {
    font-weight: 700;
    border: solid;
    border-width: 0px;
    background-color: transparent;
    color: #1e0c31;
}
.check-filter::before {
    content: "• ";
}
.card-title {
    color: #c6ff4c;
    font-weight: 700;
}
.negrito {
    font-weight: 600;
}
.tituloFiltro {
    font-weight: 400;
    font-size: 18px;
    color: #1e0c31;
}
.fontSmall {
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 400;
}
.pqestudar {
    /*font-size: 0.9949999rem;*/
    font-size: 16px;
    font-weight: 600;
}
.fontSmall2 {
    font-size: 14px;
    color: #767676;
    font-weight: 400;
}
.cta {
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-size: 14px;
}
.cta::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.3s ease;
}
.cta:hover::after {
    transform: scaleX(1);
}
.termText {
    color: #0a080b;
    font-size: 18px;
    font-weight: 700;
}
.break {
    display: block;
}
@media (max-width: 990px) {
    .break {
        display: block;
    }
}
.weakLink {
    text-decoration: none;
    color: #949494;
    font-weight: 600;
}
.img {
    width: 10px;
    height: 100vh;
}
.no-underline {
    text-decoration: none;
}
.purpleSvg {
    fill: #000;
}
.headerSvg {
    fill: #1e0e34;
    stroke: #ffffff;
}
.headerButton:hover .headerSvg {
    fill: #ffffff;
    stroke: #1e0e34;
}
.headerSvg1 {
    stroke: #1e0e34;
}
.purpleBackground {
    background-color: #530d85;
}
.styleApresentCursoS {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}
.styleApresentCursoNa {
    color: black;
    font-size: 14px;
    font-weight: 400;
}
.styleApresentCursoSaibaM {
    color: #1e0e34;
    font-size: 40px;
    font-weight: 700px;
}
.backgoundApresentCursos {
    background-image: url("../images/backgrorund-footer.png");
    /* background-image: url("{{asset('assets/images/backgrorund-footer.png')}}"); */
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center; /* Ajusta a posição da imagem para o centro */
    background-size: cover; /* Garante que a imagem cubra todo o elemento */
    background-color: black;
    height: 100vh;
    background-position: 100%;
    background-color: black;
    height: 80vh;
}
.styleApresentCursoNn {
    color: black;
    font-size: 18px;
    font-weight: 700;
}
.greenText3 {
    color: #abfe30;
    font-size: 24px;
    font-weight: 700;
}
.accordion-item1 {
    color: #1c0d2f;
    font-size: 14px;
    font-weight: 500;
}
.accordion-button1:not(.collapsed) {
    background-color: #fdfdfd;
    color: #530d85;
}
.accordion-button1 {
    background-color: #fdfdfd;
    color: #530d85;
    font-size: 22px;
    font-weight: 700;
    border: none;
}
.accordion-button1:focus {
    background-color: #fdfdfd;
}
.accordion-body1 {
    background-color: #fdfdfd;
    color: #1c0d2f;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 22px;
    word-wrap: break-word;
}
.accordion-options1 {
    font-size: 20px;
    color: #4f9;
    text-decoration: none;
    font-weight: 700;
}
.accordion-button1:not(.collapsed)::after {
    background-image: url("../images/Vector.svg");
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button1::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url("../images/whitevector.png");
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.styleApresentCursoQNE {
    color: #530d85;
    font-size: 50px;
    font-weight: 700;
}
.styleApresentCursoQNE1 {
    color: #000000;
    font-size: 50px;
    font-weight: 700;
}
.styleApresentCursoQNE2 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: 500;
}

.styleApresentCursoQNE3 {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700;
}
.card {
    --bs-card-border-color: none;
}
.whitetextTitle {
    color: white;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 17px;
    word-wrap: break-word;
}
.whitetextTitle2 {
    color: white;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 17px;
    word-wrap: break-word;
}
.button1 {
    background-color: white;
    color: #1c0d2f;
    border: 1px solid #1c0d2f;
    padding: 5px 17px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    transition: background-color 0.3s ease;
}
.button1:hover {
    background-color: #210d36;
    color: #fff;
}
.letraBase {
    color: black;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.letraBaseN {
    color: black;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.tituloBlade {
    color: white;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.tituloBlade2 {
    color: #abfe30;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.subTituloBlade {
    color: #d9d9d9;
    font-size: 18px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .buttonHome {
        background: #530d85;
        padding: 20px 30px 20px 30px;
        border-radius: 15px;
        border-width: 0;
        text-align: center;
        color: white;
        font-size: 18px;
        font-family: Poppins;
        font-weight: 700;
        line-height: 14px;
        word-wrap: break-word;
        width: 90%;
    }
}
.buttonHome {
    background: #530d85;
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
    border-width: 0;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 14px;
    word-wrap: break-word;
}
.carrocel {
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #530d85;
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
    color: #fafafa;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 14px;
    transition: background-color 0.3s, box-shadow 0.3s;
    width: 100%;
}
.carrocel:hover {
    background-color: #530d85;
    box-shadow: 0 0 20px #530d85;
}
.carrocel:active {
    background-color: #530d85;
    box-shadow: 0 0 20px #530d85;
}
.tituloHome {
    color: #530d85;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}
.tituloSubFooter {
    color: black;
    font-size: 32px;
    font-family: Poppins;
    font-weight: 700;
}
.letrasSubFooter {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
}

.card2 {
    width: 100%;
    height: 285px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 25px 33px 0px rgba(108, 93, 211, 0.09);
    color: #ffffff;
    --bs-card-border-color: none;
    min-height: 45vh;
}
@media screen and (min-width: 417px) {
    .card2 {
        width: 100%;
        height: 285px;
        flex-shrink: 0;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0px 25px 33px 0px rgba(108, 93, 211, 0.09);
        color: #ffffff;
        --bs-card-border-color: none;
        min-height: 40vh;
    }
}
@media screen and (min-width: 993px) {
    .cards-wrapper {
        display: flex;
    }
    .tituloHome {
        color: #530d85;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
    }
    .card2 {
        width: 100%;
        height: 285px;
        flex-shrink: 0;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0px 25px 33px 0px rgba(108, 93, 211, 0.09);
        color: #ffffff;
        --bs-card-border-color: none;
        min-height: 30vh;
    }
    .tituloSubFooter {
        color: black;
        font-size: 50px;
        font-family: Poppins;
        font-weight: 700;
    }

    .carrocel {
        background-color: transparent;
        border-style: solid;
        border-width: 1px;
        border-color: #530d85;
        padding: 20px 30px 20px 30px;
        border-radius: 15px;
        color: #fafafa;
        font-size: 14px;
        font-family: Poppins;
        font-weight: 700;
        line-height: 14px;
        transition: background-color 0.3s, box-shadow 0.3s;
    }
}
.btn {
    border-color: #1e0e34;
    background-color: transparent;
    color: #1e0e34;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
    transition: color, background-color, border-color 0.3 ease;
}
.btn:hover {
    border-color: white;
    background-color: #1e0e34;
    color: white;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
}
.card1 {
    margin: 0.5em;
    width: calc(100% / 4);
}
.estudeCom {
    color: #d9d9d9;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    word-wrap: break-word;
}
.corDeFundo {
    background-color: #6c5dd317;
    box-sizing: content-box;
}
.purpleBackground {
    background-color: #530d85;
}
.styleApresentCursoS {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}
.styleApresentCursoN {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}
.styleApresentCursoSaibaM {
    color: #1e0e34;
    font-size: 40px;
    font-weight: 700px;
}
.backgoundApresentCursos {
    background-color: #f2f4f9;
}
.styleApresentCursoNn {
    color: black;
    font-size: 18px;
    font-weight: 700;
}
.greenText3 {
    color: #abfe30;
    font-size: 24px;
    font-weight: 700;
}
.accordion-item1 {
    color: #1c0d2f;
    font-size: 14px;
    font-weight: 500;
}
.accordion-button1:not(.collapsed) {
    background-color: #fdfdfd;
    color: #530d85;
}
.accordion-button1 {
    background-color: #fdfdfd;
    color: #530d85;
    font-size: 22px;
    font-weight: 700;
    border: none;
}
.accordion-button1:focus {
    background-color: #fdfdfd;
}
.accordion-body1 {
    background-color: #fdfdfd;
}
.accordion-options1 {
    font-size: 20px;
    color: #4f9;
    text-decoration: none;
    font-weight: 700;
}
.styleApresentCursoQNE {
    color: #530d85;
    font-size: 50px;
    font-weight: 700;
}
.styleApresentCursoQNE1 {
    color: #000000;
    font-size: 50px;
    font-weight: 700;
}
.styleApresentCursoQNE2 {
    color: #00000099;
    font-size: 18px;
    font-weight: 400;
}
.card-body {
    background-color: transparent;
    box-sizing: content-box;
    border: none;
    height: 170px;
}
.styleApresentCursoQNE3 {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700;
}
.carrosselOpaco {
    /* background-color: black; */
    opacity: 0.5;
}

.carousel1 {
    pointer-events: none;
    box-shadow: 0px 25px 33px 0px rgba(108, 93, 211, 0.09);
}
.card3 {
    width: 754px;
    height: 239px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 25px 33px 0px rgba(108, 93, 211, 0.09);
    color: #ffffff;
    overflow: hidden;
}
.card1 {
    width: 754px;
    height: 239px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 25px 33px 0px rgba(108, 93, 211, 0.09);
    color: #ffffff;
    overflow: hidden;
    margin-left: -100%;
}
blockquote {
    padding: 40px;
}
.inputEspecifico::placeholder {
    color: #530d85;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 15px;
    border-style: solid;
    border-width: 0 0px 2px 0;
    padding-bottom: 5vh;
    border-color: #949494;
    width: 100%;
}
.inputEspecifico {
    width: 100%;
    border-radius: 0px;
}
/*novo cos */
.accordion-item1 {
    color: #1c0d2f;
    font-size: 14px;
    font-weight: 500;
}
.accordion-button1:not(.collapsed) {
    background-color: #fdfdfd;
    color: #530d85;
}
.accordion-button1 {
    background-color: #fdfdfd;
    color: #530d85;
    font-size: 22px;
    font-weight: 700;
    border: none;
}
.accordion-button1:focus {
    background-color: #fdfdfd;
}
.accordion-body1 {
    background-color: #fdfdfd;
    margin-right: 15%;
}

.accordion-button1:not(.collapsed):after {
    background-image: url("../images/Vector.png");
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button1::after {
    content: "";
    display: block;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    background-image: url("../images/Vector\ \(1\).png");
    margin-left: auto;
    margin-top: -2%;
}
.botao-fixado {
    writing-mode: horizontal-tb;
    z-index: 999;
    overflow: hidden;
    width: 59px;
    position: fixed;
    right: 0;
    margin-left: -100%;
    top: 30%; /* Ajuste conforme necessário para posicionar verticalmente */
    transform: translateY(-50%);
    background-color: #abfe30;
    color: #530d85;
    font-weight: 600;
    padding: 7px;
    border-style: solid;
    border-color: #abfe30;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
}

.botao-fixado:hover {
    background-color: #530d85;
    box-shadow: 0 0 20px #530d85;
    border-color: #530d85;
    color: #abfe30;
    width: auto;
    z-index: 999;
    .svgTeste {
        fill: #abfe30 !important;
    }
}
.no-border-form::placeholder {
    color: #ffffff;
}

.svgTeste {
    fill: #530d85 !important;
    width: 22px;
}

/*Código novo Tela cadastro*/
.botao-cadastro {
    background-color: #abfe30;
    color: #1e0e34;
    font-weight: 650;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-style: solid;
    border-color: #abfe30;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    font-size: 18px;
}
.botao-cadastro:hover {
    background-color: #530d85;
    box-shadow: 0 0 20px #530d85;
    border-color: #530d85;
    color: #fafafa;
}
.btn-secondary {
    color: #adb5bd;
    background-color: #ffffff;
}
.btn-secondary:focus {
    color: #adb5bd;
    background-color: #ffffff;
}
.form-check-input1 {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #5c5c5c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
}
.form-check-input1:checked {
    background-color: #abfe30;
    border-color: #abfe30;
}
.textoCadastro {
    color: #1c0d2f;
    font-size: 22px;
    font-weight: 700;
}
.textocadastro2 {
    color: #949494;
    font-size: 20px;
    font-weight: 350;
}
.bordasCadastro {
    border-radius: 8px;
    color: #5c5c5c;
}
.bordasCadastro1 {
    border-radius: 8px;
    color: #5c5c5c;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 14px;
    border: 1px solid #ced4da;
    padding-left: 8px;
    padding-right: 10px;
}
.textoCursoV {
    color: #abfe30;
    font-size: 14px;
    font-weight: 500;
}
.textoCursoVg {
    color: #abfe30;
    font-size: 22px;
    font-weight: 700;
}
.textoCursoBg {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}
.textoCursoB {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.textoCursoBp {
    color: #ffffff;
    font-size: 12px;
    font-weight: 200;
}
.textoCursoB1 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
}
.dadosCurso {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
}
.nameOfCourseH {
    font-size: 16px;
    color: #530d85;
    font-weight: 600;
}
.border-purple {
    border-bottom: #530d85;
}
.bordaSelect {
    color: #530d85;
    font-size: 18px;
    font-weight: 700;
    border-color: #ffffff;
    outline: none;
    border-radius: 0px;
}
.grupo {
    position: relative;
}

/* .main-image {
    width: auto;
    height: 70%;
    max-width: 600px;
    display: block;
    border-radius: 30px;
}

.overlapping-image {
    position: absolute;
    top: 6%;
    right: 0;
    width: 30%;
    transform: translateX(-140%);
    height: auto;
    max-width: 60%;
    display: block;
    z-index: 1;
    border: 1px solid white;
    border-radius: 50%;
    border-width: 1px;
    box-sizing: border-box;
    background-color: white;
}

.svg-overlap {
    width: 20%;
    height: 20%;
    border-radius: 100%;
    transform: translateX(-450%);
    background-color: white;
} */

.text-container {
    padding-left: 20px; /* Ajuste conforme necessário para o espaçamento entre o texto e o SVG */
}
.cursosEmDestaque {
    font-size: 40px;
}
.svgImg {
    width: 100%;
}
.imgRadius {
    border-radius: 15px;
}
.tituloSvg {
    color: #530d85;
    font-weight: 600;
    font-size: 17px;
}
.subTituloSvg {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5em;
}
.tituloMasterSvg {
    font-size: 30px;
    color: #530d85;
    font-weight: 700;
}
.subTitulosvg {
    color: black;
    font-weight: 600;
    font-size: 13px;
}
.svgGroup {
    height: 60px;
    width: 60px;
}
@media (min-width: 1400px) {
    .svgGroup {
        height: 80px;
        width: 80px;
    }
    .tituloSvg {
        color: #530d85;
        font-weight: 600;
        font-size: 20px;
    }
    .subTituloSvg {
        font-size: 16px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.6);
        line-height: 1.5em;
    }
    .tituloMasterSvg {
        font-size: 32px;
        color: #530d85;
        font-weight: 700;
    }
    .subTitulosvg {
        color: black;
        font-weight: 600;
        font-size: 16px;
    }
}

.svgPlay {
    width: 60px;
    height: 60px;
}
@media screen and (max-width: 600px) {
    .svgPlay {
        width: 50px !important;
        height: 50px !important;
    }
}
.botao-overlay {
    position: relative;
    bottom: 20%; /* ajuste conforme necessário */
    padding: 0px 0px;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(6px);
    background: #530d85;
    visibility: hidden;
    /* margin-left: 50%; 76% */
    width: max-content;
    /* transform: translate(-230%); */
    pointer-events: none;
}
.imgComercial:hover + .botao-overlay {
    visibility: visible;
}
.botao-overlay:hover {
    visibility: visible;
    border-bottom-left-radius: 0px;
}
.imgComercial {
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    transition: border-bottom-left 0.3s ease;
    transition: visibility 0.3s ease;
    width: 100%;
    height: auto; /* Mantém a proporção da imagem */
    max-width: 100%; /* Garante que a imagem não ultrapasse a largura original */
    display: block;
    height: auto;
    filter: saturate(0);
    transition: filter 0.3s ease;
}
.imgComercial:hover {
    filter: saturate(2);
    border-bottom-left-radius: 50%;
}
.imgComercial:hover + .botao-overlay {
    visibility: visible;
}
.purpletitle3 {
    color: #530d85;
}
/* classes svg home */
.clsSvg-1,
.clsSvg-2,
.clsSvg-3,
.clsSvg-4,
.clsSvg-5,
.clsSvg-6 {
    stroke: #530d85;
}

.clsSvg-1,
.clsSvg-2,
.clsSvg-4,
.clsSvg-7 {
    stroke-miterlimit: 10;
}

.clsSvg-1,
.clsSvg-3 {
    stroke-width: 2px;
}

.clsSvg-1,
.clsSvg-3,
.clsSvg-4,
.clsSvg-6,
.clsSvg-7 {
    fill: none;
}

.clsSvg-2 {
    fill: #fff;
}

.clsSvg-3,
.clsSvg-5,
.clsSvg-6 {
    stroke-linecap: round;
    stroke-linejoin: round;
}
.clsSvg-9 {
    fill: #000;
}
.clsSvg-10 {
    fill: #000;
}
.clsSvg-8,
.clsSvg-9,
.clsSvg-10 {
    stroke-width: 0px;
}

.clsSvg-8,
.clsSvg-5 {
    fill: #530d85;
}

.clsSvg-10 {
    opacity: 0.14;
}

.clsSvg-7 {
    stroke: #600588;
}

.clsSvg-11 {
    opacity: 0.25;
}
.clssvg-1 {
    fill: #fff;
}

.clssvg-1,
.clssvg-2,
.clssvg-3,
.clssvg-4 {
    stroke-miterlimit: 10;
}

.clssvg-1,
.clssvg-5,
.clssvg-3,
.clssvg-6,
.clssvg-4,
.clssvg-7,
.clssvg-8 {
    stroke: #530d85;
}

.clssvg-2 {
    stroke: #fff;
}

.clssvg-2,
.clssvg-3,
.clssvg-7,
.clssvg-8 {
    fill: none;
}

.clssvg-5,
.clssvg-9,
.clssvg-6,
.clssvg-4,
.clssvg-10 {
    fill: #530d85;
}

.clssvg-5,
.clssvg-6,
.clssvg-7,
.clssvg-8 {
    stroke-linejoin: round;
}

.clssvg-9,
.clssvg-11,
.clssvg-12 {
    stroke-width: 0px;
}
.clssvg-11 {
    fill: #000;
}
.clssvg-12 {
    fill: #c5c4c4a8;
}

.clssvg-6,
.clssvg-7 {
    stroke-linecap: round;
}

.clssvg-10 {
    font-family: Poppins-Medium, Poppins;
    font-size: 12.89px;
    font-weight: 500;
}

.clssvg-13 {
    opacity: 0.25;
}
.bordapeo {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #530d85;
}
.cNovo {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}
.weakStrong2 {
    color: #949494;
    font-size: 15px;
    font-weight: 300;
}
.indicadoresCarrossel {
    [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 15px;
        height: 15px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        /* // Use transparent borders to increase the hit area by 10px on top and bottom. */
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease;
        border-radius: 50%;
    }
    .active {
        opacity: 1;
        background-color: #a2ef30;
    }

    /* @include transition($carousel-indicator-transition); */
}
.backgoundApresentCursos1 {
    background-color: #1c0d2f !important;
}
.textoCursoBgg {
    color: #ffffff;
    font-size: 18px;
    font-weight: 450;
}
.botao-cadastro {
    background-color: #abfe30;
    color: #1e0e34;
    font-weight: 650;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-style: solid;
    border-color: #abfe30;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    font-size: 18px;
}
.botao-cadastro:hover {
    background-color: #530d85;
    box-shadow: 0 0 20px #530d85;
    border-color: #530d85;
    color: #fafafa;
}
.botao-cadastro1 {
    background-color: #abfe30;
    color: #1e0e34;
    font-weight: 650;
    padding: 5px;
    padding-left: 40px;
    padding-right: 40px;
    border-style: solid;
    border-color: #abfe30;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    font-size: 18px;
}
.botao-cadastro1:hover {
    background-color: #530d85;
    box-shadow: 0 0 20px #530d85;
    border-color: #530d85;
    color: #fafafa;
}
.copyButton {
    background-color: #abfe30;
    color: #1e0e34;
    font-weight: 650;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid;
    border-color: #abfe30;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    font-size: 12px;
}
.copyButton:hover {
    background-color: #530d85;
    box-shadow: 0 0 20px #530d85;
    border-color: #530d85;
    color: #fafafa;
}
.botao-cadastro2 {
    background-color: #ffffff;
    border-style: solid;
    border-color: #949494;
    border-radius: 10px;
    border-width: 3px;
    cursor: pointer;
    opacity: 0.7;
    transition: border-width ease, background-color 0.3s ease,
        border-color 0.3s ease;
    font-size: 18px;
}
.botao-cadastro2:hover {
    box-shadow: 0 0 10px #530d85;
    border-color: #530d85;
    border-width: 3px;
    opacity: 1;
}
.botao-cadastro2:focus {
    box-shadow: 0 0 10px #530d85;
    border-color: #530d85;
    border-width: 3px;
    opacity: 1;
}
.form-check-input1 {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
}
.form-check-input1:checked {
    background-color: #abfe30;
    border-color: #abfe30;
}
.textoCadastro {
    color: #1c0d2f;
    font-size: 22px;
    font-weight: 700;
}
.textoCadastro1 {
    color: #1c0d2f;
    font-size: 30px;
    font-weight: 700;
}
.textocadastro2 {
    color: #949494;
    font-size: 20px;
    font-weight: 350;
}
.bordasCadastro {
    border-radius: 8px;
    color: #5c5c5c;
}
.bordasCadastro1 {
    border-radius: 9px;
    color: #5c5c5c;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #ced4da;
    padding-left: 8px;
    padding-right: 10px;
    color: #adb5bd;
    background-color: #ffffff;
}
.bordasCadastro11 {
    border-radius: 9px;
    color: #5c5c5c;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #ced4da;
    padding-left: 8px;
    padding-right: 10px;
    color: #adb5bd;
    background-color: #cccccc;
}
.bordasCadastro2 {
    border-radius: 8px;
    color: #5c5c5c;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ced4da;
    padding-left: 8px;
    padding-right: 10px;
}
.textoCursoV {
    color: #abfe30;
    font-size: 12px;
    font-weight: 500;
}
.textoCursoVg {
    color: #abfe30;
    font-size: 14px;
    font-weight: 700;
}
.textoCursoVxg {
    color: #abfe30;
    font-size: 19px;
    font-weight: 600;
}
.textoCursoBgg {
    color: #ffffff;
    font-size: 18px;
    font-weight: 450;
}
.textoCursoBg {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}
.textoCursoB {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}
.textoCursoBp {
    color: #ffffff;
    font-size: 10px;
    font-weight: 200;
}
.textoCursoR {
    font-weight: 700;
    font-size: 10px;
    line-height: 2rem;
    color: #1e0e34;
    margin-bottom: 5px;
    text-decoration: dashed;
}
.textoCursoB1 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
}
.dadosCurso {
    color: #a2ef30;
    font-size: 22px;
    font-weight: 700;
}
.hidden {
    display: none;
}
.letraCinza {
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 55000;
}
.letraBranca {
    color: white;
    font-size: 14px;
    font-weight: 300;
}
.letraCinza::placeholder {
    color: #5c5c5c;
    font-size: 12px;
}
.letraRoxa {
    color: #1e0e34;
    font-size: 13px;
    font-weight: 500;
}
.letraRoxa::placeholder {
    color: #1e0e34;
    font-size: 13px;
    font-weight: 500;
}
.letraCinzaP {
    color: #5c5c5c;
    font-size: 10px;
}
.textoEscuroR {
    color: #1e0e34;
    font-weight: 700;
}
.caixa1 {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #1e0e34;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .caixa1 {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
    }
}
.form-check-input {
    border-color: #5c5c5c !important;
}
.form-check-input:checked {
    background-color: #530d85 !important;
    border-color: #530d85 !important;
}
.cls-2 {
    fill: #530d85 !important;
}
.svgIncri {
    fill: #ffffff;
    width: 25px;
}
.red {
    fill: red;
}
.img-destaque {
    width: 95%;
    border-radius: 0% !important;
    margin: 0;
}
.content1 {
    width: 100%;
    height: 450px;
    overflow: auto;
}


.filtros-Reg {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
.select-Reg {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.btn-Reg {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    background-color: #ffffff;
    border-radius: 8px;
    color: #dacef3;
}
.btn-check:checked + .btn-Reg {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    background-color: #ece4fc;
    border-radius: 8px;
    color: #1c0d2f;
}
.letraR-cardReg {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.letraR-cardReg1 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.fundoCard-reg {
    background-color: #f2f4f9;
}
.campanhaAberta {
    border-radius: 24.5px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    background-color: #abfe30;
}
.campanhaFechada {
    filter: saturate(0);
}
.card-body1 {
    box-sizing: content-box;
    border: none;
    border-radius: 8px;
}
.link-Reg {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    text-decoration: underline;
    color: #1e0e34;
}
.verMAis-Reg {
    display: none;
}
.estiloTregulamentos {
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    /* font-family: ; */
}
@media (max-width: 992px) {
    .estiloTregulamentos {
        font-size: 32px;
    }

    .estiloPregulementos {
        font-size: 22px;
    }

    /* Botão sem clicar */
    .botaoProdutosF {
        width: 128px;
        height: 40px;
        font-weight: 500;
        font-size: 10px;
        background-color: #fff;
        color: #dacef3;
        border-radius: 5px;
        border: 1px solid #ece4fc;
        padding: 5px 10px;
        outline: none;
    }

    /* Botão já clicado */
    .botaoProdutosF:focus {
        width: 128px;
        height: 40px;
        font-size: 10px;
        background-color: #ece4fc;
        color: #000000;
        border-radius: 5px;
        border: 1px solid #ece4fc;
        padding: 5px 10px;
        margin-right: 10px;
        font-weight: 500;
        outline: none;
    }
}
.FundoRegulementos {
    background-color: #530d85;
    padding: 2%;
}
.estiloPregulementos {
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
}
@media (max-width: 992px) {
    .estiloTregulamentos {
        font-size: 32px;
    }

    .estiloPregulementos {
        font-size: 22px;
    }

    /* Botão sem clicar */
    .botaoProdutosF {
        width: 128px;
        height: 40px;
        font-weight: 500;
        font-size: 10px;
        background-color: #fff;
        color: #dacef3;
        border-radius: 5px;
        border: 1px solid #ece4fc;
        padding: 5px 10px;
        outline: none;
    }

    /* Botão já clicado */
    .botaoProdutosF:focus {
        width: 128px;
        height: 40px;
        font-size: 10px;
        background-color: #ece4fc;
        color: #000000;
        border-radius: 5px;
        border: 1px solid #ece4fc;
        padding: 5px 10px;
        margin-right: 10px;
        font-weight: 500;
        outline: none;
    }
}
.link-Reg {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    text-decoration: underline;
    color: #1e0e34;
}
.verMAis-Reg {
    display: none;
}


/* CSS LP Cadastro de empresas e consultores */
.caixaLPec {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #0e0e0e;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .caixaLPec {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
    }
}
.textoCadastroLPec {
    color: #1c0d2f;
    font-size: 20px;
    font-weight: 700;
}
.textocadastroLPec2 {
    color: #949494;
    font-size: 14px;
    font-weight: 100;
}
.botao-cadastroLPec {
    background-color: #abfe30;
    color: #1e0e34;
    font-weight: 700;
    padding: 2px;
    padding-left: 20px;
    padding-right: 20px;
    border-style: solid;
    border-color: #abfe30;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 16px;
}
.botao-cadastroLPec:hover {
    background-color: #530d85;
    box-shadow: 0 0 20px #530d85;
    border-color: #530d85;
    color: #fafafa;
}
.botao-cadastroLPec:disabled {
    pointer-events: none;
    padding: 5px 10px;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: 0.65;
    font-size: 14px;
}
.barraLPec {
    max-height: none;
}
.barraLPec::-webkit-scrollbar {
    width: 8px;
}

.barraLPec::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}

.barraLPec::-webkit-scrollbar-thumb {
    background-color: #949494;
    border-radius: 2px;
}
.letraCinzaLPec {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: 400;
}
.letraVerdeLPec {
    font-size: 18px;
    color: #a2ef30;
    font-weight: 700;
}
.letraBrancaLPec {
    font-size: 17px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}
@media (min-width: 400px) and (max-width: 768px) {
    .letraVerdeLPec {
        font-size: 26px;
        color: #a2ef30;
        font-weight: 700;
    }
    .letraBrancaLPec {
        font-size: 25px !important;
        color: #ffffff !important;
        font-weight: 400 !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .letraVerdeLPec {
        font-size: 32px;
        color: #a2ef30;
        font-weight: 700;
    }
    .letraBrancaLPec {
        font-size: 30px !important;
        color: #ffffff !important;
        font-weight: 400 !important;
    }
}
@media (min-width: 992px) {
    .barraLPec {
        max-height: 50vh;
    }
}
/* CSS Empresa */
.inputConvenio::placeholder {
    color: #cccccc;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 15px;
    border-style: solid;
    border-width: 0 0px 2px 0;
    padding-bottom: 5vh;
    border-color: #949494;
    width: 100%;
}
.inputConvenio {
    width: 100%;
    border-radius: 0px;
    color: #530d85;
}
.backgroundEmpresa {
    background-color: #1e0e34;
}
.lbm-empresa {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}
.lvm-empresa {
    color: #abfe30;
    font-size: 24px;
    font-weight: 500;
}
.BtnCE {
    background-color: #530d85;
    color: #f2f4f9;
    text-align: center;
    border: 1px solid #530d85;
    border-radius: 15px;
    padding: 0px 20px;
    font-weight: bold;
    height: 50px;
    transition: linear 0.1s;
    font-size: 15px;
}
.BtnCE:hover {
    background-color: #abfe30;
    color: #530d85;
    border: 1px solid #abfe30;
    transition: linear 0.25s;
}
@media (max-width: 1200px) {
    .lbm-empresa {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
    }
    .lvm-empresa {
        color: #abfe30;
        font-size: 20px;
        font-weight: 500;
    }
}

.loader {
    display: flex;
    justify-content: space-around;
    align-items: end;
    width: 30px;
}

.dot {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: loading 2s infinite;
}

.dot:nth-child(2) {
    animation-delay: 0.5s;
}

.dot:nth-child(3) {
    animation-delay: 1s;
}

@keyframes loading {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

/* CSS LP Cadastro de empresas e consultores */
.caixaLPec {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #0e0e0e;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .caixaLPec {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
    }
}
.textoCadastroLPec {
    color: #1c0d2f;
    font-size: 20px;
    font-weight: 700;
}
.textocadastroLPec2 {
    color: #949494;
    font-size: 14px;
    font-weight: 100;
}
.botao-cadastroLPec {
    background-color: #abfe30;
    color: #1e0e34;
    font-weight: 700;
    padding: 2px;
    padding-left: 20px;
    padding-right: 20px;
    border-style: solid;
    border-color: #abfe30;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 16px;
}
.botao-cadastroLPec:hover {
    background-color: #530d85;
    box-shadow: 0 0 20px #530d85;
    border-color: #530d85;
    color: #fafafa;
}
.botao-cadastroLPec:disabled {
    pointer-events: none;
    padding: 5px 10px;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: 0.65;
    font-size: 14px;
}
.barraLPec {
    max-height: none;
}
.barraLPec::-webkit-scrollbar {
    width: 8px;
}

.barraLPec::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}

.barraLPec::-webkit-scrollbar-thumb {
    background-color: #949494;
    border-radius: 2px;
}
.letraCinzaLPec {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: 400;
}
.letraVerdeLPec {
    font-size: 18px;
    color: #a2ef30;
    font-weight: 700;
}
.letraBrancaLPec {
    font-size: 17px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}
@media (min-width: 400px) and (max-width: 768px) {
    .letraVerdeLPec {
        font-size: 26px;
        color: #a2ef30;
        font-weight: 700;
    }
    .letraBrancaLPec {
        font-size: 25px !important;
        color: #ffffff !important;
        font-weight: 400 !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .letraVerdeLPec {
        font-size: 32px;
        color: #a2ef30;
        font-weight: 700;
    }
    .letraBrancaLPec {
        font-size: 30px !important;
        color: #ffffff !important;
        font-weight: 400 !important;
    }
}
@media (min-width: 992px) {
    .barraLPec {
        max-height: 50vh;
    }
}
/* CSS Empresa */
.inputConvenio::placeholder {
    color: #cccccc;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 15px;
    border-style: solid;
    border-width: 0 0px 2px 0;
    padding-bottom: 5vh;
    border-color: #949494;
    width: 100%;
}
.inputConvenio {
    width: 100%;
    border-radius: 0px;
    color: #530d85;
}
.backgroundEmpresa {
    background-color: #1e0e34;
}
.lbm-empresa {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}
.lvm-empresa {
    color: #abfe30;
    font-size: 24px;
    font-weight: 500;
}
.BtnCE {
    background-color: #530d85;
    color: #f2f4f9;
    text-align: center;
    border: 1px solid #530d85;
    border-radius: 15px;
    padding: 0px 20px;
    font-weight: bold;
    height: 50px;
    transition: linear 0.1s;
    font-size: 15px;
}
.BtnCE:hover {
    background-color: #abfe30;
    color: #530d85;
    border: 1px solid #abfe30;
    transition: linear 0.25s;
}
@media (max-width: 1200px) {
    .lbm-empresa {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
    }
    .lvm-empresa {
        color: #abfe30;
        font-size: 20px;
        font-weight: 500;
    }
}

.loader {
    display: flex;
    justify-content: space-around;
    align-items: end;
    width: 30px;
}

.dot {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: loading 2s infinite;
}

.dot:nth-child(2) {
    animation-delay: 0.5s;
}

.dot:nth-child(3) {
    animation-delay: 1s;
}

@keyframes loading {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
/* CSS "carregando . . ." :  */

.loader {
    display: flex;
    justify-content: space-around;
    align-items: end;
    width: 30px;
}

.dot {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: loading 2s infinite;
}

.dot:nth-child(2) {
    animation-delay: 0.5s;
}

.dot:nth-child(3) {
    animation-delay: 1s;
}

@keyframes loading {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.botao-cadastro:disabled {
    pointer-events: none;
    padding: 5px 10px;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: 0.65;
    font-size: 14px;
}
.degradeConsultor {
    background-color: a44aff; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom right, #1e0e34, #530d85);
    border-radius: 5px;
}








/* css pagina consultor */
.degradeConsultor {
    background-color: a44aff; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom right, #1e0e34, #530d85);
    border-radius: 5px;
}
.bordaPassosConsultor {
    background-color: #fff;
    color: #1e0e34;
    /* font-weight: 650; */
    border-style: solid;
    border-color: #dee2e6;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    font-size: 18px;
}
.bordaPassosConsultor:hover {
    box-shadow: 0 0 8px #530d85;
    border-color: #fafafa;
}
.lv-consultor {
    font-size: 32px;
    color: #a2ef30;
    font-weight: 700;
}
.lb-consultor {
    font-size: 32px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}
.lbm-consultor {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}
.lbp-consultor {
    font-size: 18px;
    color: #f2f4f9;
    text-decoration: none;
    font-weight: 400;
}
.lr-consultor {
    font-size: 32px;
    color: #530d85;
    font-weight: 700;
}
.lrp-consultor {
    font-size: 17px;
    color: #530d85;
    font-weight: 700;
}
.lrm-consultor {
    font-size: 26px;
    color: #530d85;
    font-weight: 600;
}
.botao-verde {
    background-color: #abfe30;
    color: #1e0e34;
    font-weight: 650;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-style: solid;
    border-color: #abfe30;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    font-size: 18px;
}
.botao-verde:hover {
    box-shadow: 0 0 20px #abfe30;
    border-color: #fafafa;
}
.botao-verde2 {
    background-color: #abfe30;
    color: #1e0e34;
    font-weight: 800;
    padding: 3px;
    padding-left: 40px;
    padding-right: 40px;
    border-style: solid;
    border-color: #abfe30;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    font-size: 20px;
}
.botao-verde2:hover {
    box-shadow: 0 0 20px #abfe30;
    border-color: #fafafa;
}
.card-consultor {
    width: 273px;
    min-height: 256px;
    padding: 16px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 4px 8px 16px 0px rgba(83, 13, 133, 0.25);
}
.BorderB {
    border-bottom: 3px solid #530d85 !important;
}

.btnAccordion {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    background-color: #ffffff !important;
    border-bottom: #000 !important;
    border-width: 1px !important;
}
.btnAccordion:not(.collapsed) {
    color: #530d85 !important;
    background-color: #ffffff !important;
}
.btnAccordion:focus {
    background-color: #ffffff;
}
.btnAccordion:not(.collapsed)::after {
    background-image: url("../images/xmark.svg") !important;
    transform: rotate(0deg) !important;
}
.btnAccordion::after {
    background-image: url("../images/xmark.svg") !important;
    transform: rotate(-45deg) !important;
}

.bdAccordion {
    background-color: #ffffff !important;
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 140% !important;
}
.letraCinza1 {
    color: #5c5c5c;
    font-size: 17px;
    font-weight: 500;
}
.letraCinza2 {
    color: rgba(255, 255, 255, 0.5);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.cupomButton {
    background-color: #abfe30;
    color: #1e0e34;
    font-weight: 650;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid;
    border-color: #abfe30;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    font-size: 12px;
}
.cupomButton:hover,
.cupomButton:focus {
    background-color: #1e0e34;
    box-shadow: 0 0 5px #fff !important;
    border-color: #1e0e34;
    color: #fafafa;
}
.bordasCadastro3 {
    border-radius: 8px;
    color: #5c5c5c;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ced4da;
    padding-left: 8px;
    padding-right: 10px;
}
.flexWrap {
    flex-wrap: nowrap !important;
}
@media screen and (max-width: 991px) {
    .bordasCadastro3 {
        border-radius: 8px;
        color: #5c5c5c;
        /* width: 100%; */
        padding-top: 5px;
        padding-bottom: 5px;
        border: 1px solid #ced4da;
        padding-left: 8px;
        padding-right: 10px;
    }
}
/* CSS pagina redação */
.selecaoDesativada {
    user-select: none;
}

.backgoundConsultor {
    background-color: #f2f4f9;
    overflow: hidden;
}
.range {
    position: relative;
    width: 100%;
    height: 4px;
    top: 27px;
    /* border-top: solid;
    border-bottom: solid;
    border-width: 1px; */
}

.range input {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    top: 3px;
    height: 0;
}

.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: -7px 0 0;
    border-radius: 50%;
    background: #fff;
    border-color: #530d85 !important;
    cursor: pointer;
    border-width: 5px !important;
    border: solid;
}

.range input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    /* background: #530d85; */
    cursor: pointer;
    border: 0 !important;
}

.range input::-ms-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    /* background: #530d85; */
    cursor: pointer;
    height: 4px;
    border: 0 !important;
}

.range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #b2b2b2;
}

.range input::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #b2b2b2;
}

.range input::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #b2b2b2;
}

.range input:focus {
    background: none;
    outline: none;
}

.range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-labels {
    margin: 18px -41px 0;
    padding: 0;
    list-style: none;
}

.range-labels li {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    top: -27px;
}

.range-labels li::before {
    position: absolute;
    top: 27px;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    width: 15px;
    height: 15px;
    padding: 2px;
    background: #b2b2b2;
    border-radius: 50%;
    border: solid;
}

.range-labels .active {
    color: #530d85;
}

.range-labels .selected::before {
    background: #fff;
    color: #530d85;
}

.range-labels .active.selected::before {
    display: none;
}
.clsAlunos-1active {
    fill: #530d85;
}

.clsAlunos-1,
.clsAlunos-2,
.clsAlunos-3 {
    stroke-width: 0px;
}

.clsAlunos-4 {
    fill: none;
    stroke: #e2e2e2;
    stroke-miterlimit: 10;
}

.clsAlunos-2 {
    fill: #fff;
}

.clsAlunos-1 {
    fill: #eaeaea;
}
.progressBarConsultor {
    fill: none;
    stroke: url(#my-linear-gradient);
    stroke-miterlimit: 10;
    stroke-width: 5px;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    transform-origin: center;
    transform: rotate(-90deg);
}
/*  */

.buttonCarrossel {
    background-color: #abfe30;
    color: #1c0d2f;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-style: solid;
    border-width: 0px;
    width: 150%;
}
.buttonCarrossel:hover {
    background-color: #530d85;
    color: white;
}

.card-title2 {
    color: white;
    font-weight: 700;
}
.degrade {
    z-index: 900;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1),
        rgba(0, 0, 0, 0.3)
    );
}
.sub-card-title {
    color: white;
    font-size: 14px;
}
.iLista2 {
    z-index: 99;
    width: 100%;
    height: 35px;
    color: white;
    border: 0;
    font-weight: 600;
    font-size: 12px;

    border-radius: 4px;
    outline: none;
    position: relative;
    letter-spacing: 0.5px;
    background-color: rgba(252, 251, 251, 0.3);
    font-weight: 100;
}
.iLista2::placeholder {
    color: rgba(252, 251, 251, 0.3);
    font-size: 10px;
    font-weight: 400;
}
.mensagemErro {
    color: red;
    font-size: 12px;
}
.spanCor {
    color: #a2ef30;
}
/* LP FGTS */
.titulo_r_fgts{
  font-size: 35px;
  color: #530d85;
  font-weight: 700;
  line-height: 38px;
}

.texto_r_fgts{
  font-size: 22px;
  color: #530d85;
  font-weight: 450;
  line-height: 26px;
}

.titulo_b_fgts{
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
}

.numeros_vantagens{
  color: #abfe30;
  font-weight: 800;
  font-size: 38px;
}

.titulo_card_vantagens{
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
}

.texto_card_vantagens{
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.texto_rp_fgts{
  font-size: 18px;
  color: #530d85;
  font-weight: 700;
  line-height: 23px;
}

.texto_bm_fgts{
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
}

.btn_fgts{
  border-color: transparent;
  color: #530d85;
  border-radius: 15px;
  font-size: 26px;
  transition: color, background-color, border-color 0.5 ease;
  font-weight: 400;
  background-image: linear-gradient(to right, #00FF69, #00d41f);
  border-radius: 25px;
  padding-top: .7rem;
  padding-bottom: .7rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.btn_fgts:hover{
  border-color: transparent;
  color: #00d41f;
  transition: color, background-image 0.5 ease;
  font-weight: 500;
  background-image: linear-gradient(to right, #530d85, #1c0d2f);
}