* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: none;
    box-sizing: border-box;
    transition: all 0.6s;
    font-family: "Poppins", sans-serif;
}
.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;
}

.content1 {
    width: 100%;
    height: 450px;
    overflow: auto;
}

.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;
}
.shadow1 {
    z-index: 90;
    text-shadow: #1c0d2f 0.2em 0.2em 0.2em;
    background: linear-gradient(
        to bottom,
        rgba(28, 13, 47, 0),
        rgba(28, 13, 47, 1)
    );
    box-shadow: 0 0 rgba(28, 13, 47, 0.5);
    width: 100%;
}
.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(2);
}
.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;
}

/* código enzo */

/* 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;
}

/* daniel */

/* Estilo do botão */
.teste {
    height: 10px;
}

.navbar {
    color: #ffffff;
}

.navbar-brand img {
    max-height: 30px; /* Ajuste conforme necessário */
}

.navbar-toggler-icon {
    background-color: #ffffff;
}

.btn-sair {
    background-color: #e74c3c;
    color: #ffffff;
}

/* Menu lateral sidebar*/

/* FIM SIDEBAR */

.headerAdmin {
    background-color: #1e0c31;
    position: fixed;
    z-index: 1000;
    height: 8vh;
    width: 100vw;
}

.inputCupom {
    background-color: #1e0c31;
    border-color: #ffffff;
    border-radius: 5px;
    /* Estilizações para tamanho de borda */
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    width: 9vw;
    font-size: 11px;
    height: 20px;
}

.fonteExclusiva {
    font-size: 12px;
    text-decoration: none;
}

.spanCor {
    color: #a2ef30;
}

.cupomTitulo {
    color: #4e4e4e;
    font-size: 27px;
    font-weight: 900;
}

.cupomLista {
    color: rgba(0, 0, 0, 0.6) !important;
    background-color: rgba(184, 180, 180, 0.6) !important;
    font-size: 13px;
}

.cupomLista a {
    color: inherit;
    color: rgb(56, 54, 54);
    font-size: 13px;
}

.linkSair {
    text-decoration: none;
    color: #ffffff;
}

.cadastro-1 {
    fill: black;
}

.cardEdicao {
    border: 4px solid rgb(7, 7, 7);
}

.botaoPlay {
    position: fixed;
    bottom: 0;
    left: -26px;
}

.botaoPlay.btn-On {
    width: 100px; /* Defina o tamanho desejado */
    height: 60px; /* Defina o tamanho desejado */
    border-radius: 50%; /* Garante que o botão seja redondo */
}

.botaoPlayFundo {
    background-color: #530d85;
    border-radius: 0 20px 20px 0;
}

.bordaCard {
    border-radius: 20px !important;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(184, 180, 180, 0.6);
}

.consultarLista {
    background-color: rgba(184, 180, 180, 0.6);
    border-bottom: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.margemLista {
    margin-bottom: 1px;
    /* border-color: rgba(243, 4, 4, 0.6); */
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.listaCEC {
    background-color: rgba(184, 180, 180, 0.6);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.margemListaCima {
    margin-bottom: 1px;
    /* border-color: rgba(221, 9, 9, 0.6); */
    border-style: solid;
    border-width: 1px 0px 1px 0px;
}

.consultarLista {
    /* border-color: rgba(243, 4, 4, 0.6); */
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}
.titulo {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(184, 180, 180, 0.6);
}

.bordaCard2 {
    border-color: rgba(184, 180, 180, 0.6);
    border: 1px 0 1px 0;
    border-radius: 0 !important;
    background-color: rgba(184, 180, 180, 0.6);
}

.bordabaixa {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(184, 180, 180, 0.6);
    border-style: solid;
    border-width: 0;
    border: 10px 1px 10px 1px;
}

.titulo2 {
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: rgba(184, 180, 180, 0.6);
}

.fonteLista {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: black;
}

.corFundoLista {
    background-color: rgba(184, 180, 180, 0.6);
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}
.corFundoLista2 {
    background-color: rgba(184, 180, 180, 0.6);
}

.consultarFundo {
    /* background-color: red; */
    border-width: 0;
    border-style: solid;
    /* border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important; */
}

.tituloCard {
    font-size: 30px;
    font-weight: 700;
    color: #1e0e34;
}

.fonteBemVindo {
    font-weight: 700;
    color: #1e0e34;
    font-size: 40px;
}

.fonteSistemaCupom {
    font-weight: 500;
    color: #1e0e34;
    font-size: 22px;
}

.principalCupom {
    background: linear-gradient(to right, #1e0e34, #4e2b80);
    /* display: flex; */
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.cupom {
    background: #4e2b80;
    padding: 15px;
    border-radius: 15px;
    height: 40vh;
    text-align: center;
}

.botaoC {
    width: 100%;
    /* Cor ajustada */
    background-color: #1e0e34;
    color: white;
    padding: 10px 15px;
    margin: 8px 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

.iLista {
    transition: all 0.5s ease;
    width: 100%;
    height: 35px;
    border: 0;
    font-size: 12px;
    color: rgba(241, 232, 232, 0.527);
    border-radius: 4px;
    outline: none;
    position: relative;
    letter-spacing: 0.5px;
    background-color: rgba(252, 251, 251, 0.377);
    font-weight: 100;
}

.imagemCupom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.corCTexto {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.iLista::placeholder {
    color: rgba(241, 232, 232, 0.527);
}

.colorOption {
    color: rgba(241, 232, 232, 0.527);
    background-color: #4e2b80a8;
}

.caminhoCadastrar:a {
    text-decoration: none;
}

.boxC2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s;
}

.botaoBoxC {
    background-color: #1e0e34;
    color: white;
    font-weight: 550;
    border-radius: 8px;
    border-style: solid;
    border-width: 0;
    width: 110px;
    height: 30px;
}

.boxBorda {
    border-style: solid;
    border-width: 8px;
    border-color: red;
}

.fonteCadastroEmpresas {
    font-weight: 500;
    color: #1e0e34;
    font-size: 44px;
}

.fonteCadastroEmpresas1 {
    font-weight: 600;
    color: #1e0e34;
    font-size: 24px;
}

.fonteCadastroEmpresasC1 {
    font-weight: 700;
    color: #1e0e34;
    font-size: 35px;
}

.fonteCadastroEmpresasC2 {
    font-weight: 600;
    color: #1e0e34;
    font-size: 30px;
}

.boxD1 {
    /* display: block; */
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1c0d2f;
    background-color: rgba(182, 178, 178, 0.6);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s;
    max-height: 370px;
    overflow-y: auto;
}

.boxD2M {
    color: #1c0d2f;
    background-color: rgba(255, 1, 1, 0.6);
}

.modalidade-row {
    background-color: #f71111; /* Cor de fundo desejada */
}

.inputSempresa {
    background-color: #1e0c31;
    border-color: #ffffff;
    border-radius: 5px;
    /* Estilizações para tamanho de borda */
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 200;
    font-size: 17px;
    border-radius: 8px;
}

.boxD1Titulo {
    font-size: 25px;
    background-color: #d1d2d4a6 !important;
    color: #1e0c31 !important;
    font-size: 25px;
}

.boxD1Modal {
    font-size: 22px;
    background-color: #d1d2d4a6 !important;
    color: #1e0c31 !important;
    font-size: 25px;
}

.boxD2Titulo {
    color: #1e0c31 !important;
    font-size: 18px;
    font-weight: 600;
}

.boxD3Table {
    align-items: center;
    font-size: 24px;
}

.align-middle {
    vertical-align: middle;
}

/* checkbox */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.checkbox-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contem o elemento */
/* Que pode ser alterado */
.containerC1 {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Elemento (posição)*/
.containerC1 .inputCbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Antes de ser marcado (Dimensão e tamanho) + cor inicial*/
/* Antes de marcar */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e1e2e3;
}

/* Quando o mouse passa por cima */
.containerC1:hover .inputCbox ~ .checkmark {
    background-color: #ccc;
}

/* Depois de ser marcado */
.containerC1 .inputCbox:checked ~ .checkmark {
    background-color: #dacecebe;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerC1 .inputCbox:checked ~ .checkmark:after {
    display: block;
}

/* Estilização do checkbox */
.containerC1 .checkmark:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="800px" width="350px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 460.775 460.775" xml:space="preserve"><path d="M285.08,230.397L456.218,59.27c6.076-6.077,6.076-15.911,0-21.986L423.511,4.565c-2.913-2.911-6.866-4.55-10.992-4.55 c-4.127,0-8.08,1.639-10.993,4.55l-171.138,171.14L59.25,4.565c-2.913-2.911-6.866-4.55-10.993-4.55 c-4.126,0-8.08,1.639-10.992,4.55L4.558,37.284c-6.077,6.075-6.077,15.909,0,21.986l171.138,171.128L4.575,401.505 c-6.074,6.077-6.074,15.911,0,21.986l32.709,32.719c2.911,2.911,6.865,4.55,10.992,4.55c4.127,0,8.08-1.639,10.994-4.55 l171.117-171.12l171.118,171.12c2.913,2.911,6.866,4.55,10.993,4.55c4.128,0,8.081-1.639,10.992-4.55l32.709-32.719 c6.074-6.075,6.074-15.909,0-21.986L285.08,230.397z"/></svg>')
        no-repeat center center fixed;
    background-size: contain;
}
/* ------------------------------ */
/* CheckBox não pode ser alterado */

.containerC2 {
    position: relative;
    padding-left: 25px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Elemento (posição)*/
.containerC2 .inputCbox2 {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Antes de ser marcado (Dimensão e tamanho) + cor inicial*/
/* Antes de marcar */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dacecebe;
}

/* Quando o mouse passa por cima */
.containerC2:hover .inputCbox2 ~ .checkmark {
    background-color: #ccc;
}

/* Depois de ser marcado */
.containerC2 .inputCbox2:checked ~ .checkmark {
    background-color: #9c9c9c;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerC2 .inputCbox2:checked ~ .checkmark:after {
    display: block;
}

/* Estilização do checkbox */
.containerC2 .checkmark:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="800px" width="340px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 460.775 460.775" xml:space="preserve"><path d="M285.08,230.397L456.218,59.27c6.076-6.077,6.076-15.911,0-21.986L423.511,4.565c-2.913-2.911-6.866-4.55-10.992-4.55 c-4.127,0-8.08,1.639-10.993,4.55l-171.138,171.14L59.25,4.565c-2.913-2.911-6.866-4.55-10.993-4.55 c-4.126,0-8.08,1.639-10.992,4.55L4.558,37.284c-6.077,6.075-6.077,15.909,0,21.986l171.138,171.128L4.575,401.505 c-6.074,6.077-6.074,15.911,0,21.986l32.709,32.719c2.911,2.911,6.865,4.55,10.992,4.55c4.127,0,8.08-1.639,10.994-4.55 l171.117-171.12l171.118,171.12c2.913,2.911,6.866,4.55,10.993,4.55c4.128,0,8.081-1.639,10.992-4.55l32.709-32.719 c6.074-6.075,6.074-15.909,0-21.986L285.08,230.397z"/></svg>')
        no-repeat center center fixed;
    background-size: contain;
}

/* Fim checkbox */

/* Estilização do Select */
.selectTeste {
    /*appearance: none;Remove o estilo*/
    background-color: #f2f2f2;
    color: #333;
    padding: 5px;
    font-size: 14px;
}

.selectTeste .optionT {
    background-color: #fff;
    color: #333;
}

/* CSS para os SVGs */
.iconLateral {
    display: flex;
    align-items: center;
    width: 10px;
}

/* CSS para os SVGs */
.iconLateral svg {
    width: 20px;
    height: 20px;
}

/* Ajuste da posição dos SVGs quando o sidebar é fechado */
/* .sidebar-closed .iconLateral {
    justify-content: flex-start;
} */

/* Ajuste da largura do seletor suspenso */
.sidebar-select-C1 {
    width: calc(
        100% - -60px
    ); /* Ajusta a largura do seletor suspenso para ocupar todo o espaço disponível, menos 40px para acomodar a largura do scrollbar */
    margin-top: 6px;
    margin-left: 20px;
    background-color: #1e0c31;
    color: #fff;
    border: none;
    /* padding: 10px; */
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    box-sizing: border-box;
    /* transition: width 0.3s ease-in-out, opacity 0.2s ease-in-out; */
}

.sidebar-select-C2 {
    width: calc(
        100% - -60px
    ); /* Ajusta a largura do seletor suspenso para ocupar todo o espaço disponível, menos 40px para acomodar a largura do scrollbar */
    margin-top: 6px;
    margin-left: 19px;
    background-color: #1e0c31;
    color: #fff;
    border: none;
    /* padding: 10px; */
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    box-sizing: border-box;
    /* transition: width 0.3s ease-in-out, opacity 0.2s ease-in-out; */
}

.sidebar-select-C3 {
    width: calc(
        100% - -60px
    ); /* Ajusta a largura do seletor suspenso para ocupar todo o espaço disponível, menos 40px para acomodar a largura do scrollbar */
    margin-top: 6px;
    margin-left: 19px;
    background-color: #1e0c31;
    color: #fff;
    border: none;
    /* padding: 10px; */
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    box-sizing: border-box;
    /* transition: width 0.3s ease-in-out, opacity 0.2s ease-in-out; */
}

/* Transition */
/* #mySidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: width 0.3s ease;
    padding-top: 60px;
} */

/* .botao-ativo {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70.8 70.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20%23f1f4fa%3B%20%7D%20.cls-1%2C%20.cls-2%20%7B%20stroke-width%3A%200px%3B%20%7D%20.cls-3%20%7B%20stroke%3A%20%235834ad%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20%7D%20.cls-3%2C%20.cls-2%20%7B%20fill%3A%20%235834ad%3B%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg id='OP_02'%3E%3Cg%3E%3Ccircle class='cls-1' cx='35.4' cy='35.4' r='33.9'%2F%3E%3Cpath class='cls-2' d='M35.4%2C3c17.89%2C0%2C32.4%2C14.5%2C32.4%2C32.4s-14.5%2C32.4-32.4%2C32.4S3%2C53.29%2C3%2C35.4%2C17.5%2C3%2C35.4%2C3M35.4%2C0C15.88%2C0%2C0%2C15.88%2C0%2C35.4s15.88%2C35.4%2C35.4%2C35.4%2C35.4-15.88%2C35.4-35.4S54.92%2C0%2C35.4%2C0h0Z'%2F%3E%3C%2Fg%3E%3Cpolygon class='cls-3' points='25.92%2020.17%2045.17%2034.89%2025.63%2049.32%2025.92%2020.17'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-color: #0e76a8;
}

.botao-inativo {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70.8 70.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20%23f1f4fa%3B%20%7D%20.cls-1%2C%20.cls-2%20%7B%20stroke-width%3A%200px%3B%20%7D%20.cls-3%20%7B%20stroke%3A%20%235834ad%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20%7D%20.cls-3%2C%20.cls-2%20%7B%20fill%3A%20%235834ad%3B%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg id='OP_02'%3E%3Cg%3E%3Ccircle class='cls-1' cx='35.4' cy='35.4' r='33.9'%2F%3E%3Cpath class='cls-2' d='M35.4%2C3c17.89%2C0%2C32.4%2C14.5%2C32.4%2C32.4s-14.5%2C32.4-32.4%2C32.4S3%2C53.29%2C3%2C35.4%2C17.5%2C3%2C35.4%2C3M35.4%2C0C15.88%2C0%2C0%2C15.88%2C0%2C35.4s15.88%2C35.4%2C35.4%2C35.4%2C35.4-15.88%2C35.4-35.4S54.92%2C0%2C35.4%2C0h0Z'%2F%3E%3C%2Fg%3E%3Cpolygon class='cls-3' points='38.99%2020.17%2019.73%2034.89%2039.28%2049.32%2038.99%2020.17'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-color: red;
} */

#sidebar {
    height: 100vh;
    position: fixed;
}
#svgBotao {
    transition: transform 0.2s ease-in-out;
}

#mySidebar {
    /* transition: width 0.3s ease-in-out; */
    transition: width 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

/* Adicione uma classe para girar o svg quando o sidebar estiver ativo */
#svgBotao.botao-ativo {
    transform: rotate(180deg);
}

.sidebar-open #svgSidebar-C1 {
    /* Ajuste o posicionamento do SVG conforme necessário */
    margin-right: 50px; /* Exemplo de ajuste de margem */
}

.sidebar-open {
    /* Adicione estilos para ajustar o espaçamento quando o sidebar estiver aberto */
    padding-left: -10px; /* Por exemplo, ajuste a direita em 10px */
}

/* .svg-botao-clicado {
    background-image: url();
} */

.corLateral {
    /* background-color: #5834AD !important; */
    height: 100vh;
}

/* CheckBox Fim */

@media (max-width: 600px) {
    .fonteExclusiva {
        font-size: 10px;
    }

    .fonteBemVindo {
        font-size: 30px;
    }

    .fonteCadastroEmpresas {
        font-size: 30px;
    }

    .fonteCadastroCupom1 {
        font-size: 30px;
    }

    .fonteCadastroCupom2 {
        font-size: 30px;
    }

    .fonteCadastroEmpresas {
        font-size: 30px;
    }

    .fonteCadastroEmpresas1 {
        font-size: 20px;
    }

    .fonteCadastroEmpresasC1 {
        font-size: 30px;
    }

    .fonteCadastroEmpresasC1 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .boxC1 {
        /* display: block; */
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        /* line-height: 1.5; */
        color: #212529;
        background-color: #fff;
        /* background-clip: padding-box; */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.375rem;
        /* transition: border-color 0.15s; */
        max-height: 65vh !important;
        overflow-y: auto;
    }

    .boxC22 {
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        border-color: #ced4da;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
    }

    .boxD1Scroll {
        /* display: block; */
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.375rem;
        transition: border-color 0.15s;
        max-height: 378px;
        overflow-y: auto;
    }
}

/* regulamentos */
/* Mudar o tamanho da margem com a logica do @media */
.estiloTregulamentos {
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    /* font-family: ; */
}

.estiloPregulementos {
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
}

.FundoRegulementos {
    background-color: #530d85;
    padding: 2%;
}

.regulamentoBorda {
    width: calc(100% - 70%);
    margin-top: 6px;
}

/* Primeiro botão */

/* Marcado */
.botaoProdutosF:focus {
    width: 210px;
    background-color: #ece4fc;
    color: #000000;
    border-radius: 5px;
    border: 1px solid #ece4fc;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: 800;
    outline: none;
}

/* Segundo botão */
/* Sem marcar */
.botaoProdutosF {
    width: 210px;
    font-weight: 500;
    background-color: #fff;
    color: #dacef3;
    border-radius: 5px;
    border: 1px solid #ece4fc;
    padding: 5px 10px;
    outline: none;
}

.fundoCampanha {
    background-color: #f2f4f9;
    /* background-color: rgb(31, 31, 189); */
    border-radius: 10px;
    width: 80%;
}

.alturaRegulamentos {
    min-height: 5vh;
}

.graduacaoRegulamento {
    color: #1e0e34;
}

.botaoRegulamento-C1 {
    width: 130%;
    border: solid;
    font-weight: 400;
    font-size: 14px;
    background-color: #abfe30;
    color: #000000;
    border: #abfe30;
}

.botaoRegulamento-C2 {
    width: 80%;
    padding: 10px;
    margin: 14px;
    background-color: #530d85;
    border-radius: 8px;
    color: #ffffff;
    border: none;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
}

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

.textoRegulamento {
    color: #1e0e34;
    font-weight: bold;
    font-size: 15px;
    font-weight: 800;
    padding-left: 15px;
}

.tamanhoFiltro {
    font-size: 12px;
}

.botaoVerMais {
    width: 50%;
    height: 6vh;
    background-color: #abfe30;
    color: #1e0e34;
    border: #abfe30;
    font-weight: 500;
    padding: 1%;
    border-radius: 10px;
}
.botaoRegulamento-C2:hover {
    background-color: #abfe30;
    color: #530d85;
}

/* Fim pagina Regulamentos */

@media (max-width: 600px) {
    .fonteExclusiva {
        font-size: 10px;
    }

    .fonteBemVindo {
        font-size: 30px;
    }

    .fonteCadastroEmpresas {
        font-size: 30px;
    }

    .fonteCadastroCupom1 {
        font-size: 30px;
    }

    .fonteCadastroCupom2 {
        font-size: 30px;
    }

    .fonteCadastroEmpresas {
        font-size: 30px;
    }

    .fonteCadastroEmpresas1 {
        font-size: 20px;
    }

    .fonteCadastroEmpresasC1 {
        font-size: 30px;
    }

    .fonteCadastroEmpresasC1 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .boxC1 {
        /* display: block; */
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.375rem;
        transition: border-color 0.15s;
        max-height: 370px;
        overflow-y: auto;
    }

    .boxC22 {
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        border-color: #ced4da;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
    }

    .boxD1Scroll {
        /* display: block; */
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.375rem;
        transition: border-color 0.15s;
        max-height: 378px;
        overflow-y: auto;
    }
}

/* @media da Pagina de Regulamento */
@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;
    }
}

@media (min-width: 992px) {
    .botaoVerMais {
        width: 10vw;
        background-color: #abfe30;
        color: #1e0e34;
        border: #abfe30;
        font-weight: 500;
        transition: background-color, 0.3s ease;

        border-radius: 10px;
    }
}

/* @media (min-width:991px){

    .estiloTregulamentos{
        font-size: 32px;
    }

    .estiloPregulementos{
        font-size: 22px;
    }
} */

/* CSS regulamentos Filtrar */
/* @media (max-width:600px) {

} */

/* ----------------- */
/* css SideBar DEFINITIVO */
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h1 {
    font-weight: 600;
    font-size: 1.5rem;
}

body {
    font-family: "Poppins", sans-serif;
}

.wrapper {
    display: flex;
}

.main {
    min-height: 92.6vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    background-color: #fafbfe;
}

#sidebar {
    width: 55px;
    min-width: 55px;
    z-index: 1000;
    transition: all 0.6s ease-in-out;
    background-color: #6b22aa;
    display: flex;
    flex-direction: column;
}

#sidebar.expand {
    width: 240px;
    min-width: 240px;
}

.toggle-btn {
    background-color: #530d85;
    cursor: pointer;
    border: 0;
}

.toggle-btn i {
    font-size: 1.5rem;
    color: #fff;
}

.sidebar-logo {
    margin: auto 0;
    background-color: #530d85;
}

.sidebar-logo a {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
}

#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {
    display: none;
}

.sidebar-nav {
    padding: 2rem 0;
    flex: 1 1 auto;
}

a.sidebar-link {
    padding: 0.625rem 0.925rem;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    border-left: 3px solid transparent;
}

.sidebar-link i {
    font-size: 1.1rem;
    margin-right: 0.75rem;
}

a.sidebar-link:hover {
    background-color: #1c0d2f63;
    border-left: 5px solid #1c0d2f;
}
a.sidebar-link-inner {
    padding: 0.625rem 1.625rem;
    display: block;
    color: #1e0e34;
    font-size: 18px;
    font-weight: 650;
    white-space: nowrap;
    border-left: 5px solid transparent;
    background-color: #fff;
}
.sidebar-link-inner i {
    font-size: 1.1rem;
    margin-right: 0.75rem;
}
a.sidebar-link-inner:hover {
    background-color: #fff;
    border-left: 3px solid #1c0d2f;
}
.sidebar-item {
    position: relative;
}
#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
    position: absolute;
    top: 0;
    left: 3.6vw;
    background-color: #6b22aa;
    padding: 0;
    min-width: 15rem;
    display: none;
}
#sidebar:not(.expand) .sidebar-item:hover .has-dropdown + .sidebar-dropdown {
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}
#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 0.075rem 0.075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all 0.2s ease-out;
}
#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
}
/* Fim css SideBar DEFINITIVO */
.finalizarcinza {
    color: #949494;
    font-size: 20px;
}
.roxoTitulo {
    color: #530d85;
    font-size: 30px;
    font-weight: 700;
}
.textBlack {
    font-size: 24px;
    font-weight: 500;
}

.finalizarRoxo {
    color: #530d85;
    font-size: 20px;
    font-weight: 500;
}
.finalizarcinzaBold {
    color: #949494;
    font-size: 20px;
    font-weight: 500;
}

/* 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;
}
/* CSS Regulamentos (Definitivo) */
.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;
}

/* 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;
    }
}
