@import url('/templates/orbekit/settings/tokens/tokens.css');


.banner-fluid {
    background-color: var(--orbe-color-neutral-900) !important;
    background-position: top right;
}

#banner-influenciadores .bling-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

#banner-email {
    margin: 0;
    position: relative;
}

#menu-content {
    display: none;
}

.top-banner {
    margin-top: 0;
}

#banner-influenciadores.top-banner.primary .description h1 span.primary,
.banner-fluid .primary:not(button) {
    color: var(--orbe-color-green-400) !important;
}

.top-banner.primary .description p.secondary {
    max-width: 90%;
    font-family: var(--font-secondary);
    font-size: 1rem;
}

.top-banner.primary .description p.secondary .primary {
    font-family: var(--font-secondary-bold);
}

.top-banner .img-banner {
    width: auto;
    height: 100vh;
}

.primary {
    color: var(--orbe-color-green-400);
}

#email-box {
    margin-top: 40px;
}

.div-trial .trial button {
    font-family: var(--font-secondary-bold);
    display: flex;
    justify-content: center;
    line-height: 1 !important;
    align-items: center;
    height: 38px !important;
    max-height: 38px !important;
}

.div-trial .trial input {
    font-family: var(--font-secondary);
    padding: 12px 23px 12px 26px !important;
}

#banner-influenciadores #email-box .trial button:hover {
    background-color: var(--orbe-color-teal-800);
}

.content-img-left {
    position: absolute;
    top: -60px;
    left: 5%;
    z-index: 2;
    height: 120px;
}

.features {
    position: relative;
}

.features {
    background-color: #DCFAE666;
    padding: 7% 0;
}

#features {
    margin-top: 0;
}

.features-title {
    font-size: 2.513rem;
    color: var(--orbe-color-neutral-700);
    font-family: var(--font-secondary-bold);
    line-height: 1;
    margin: 0;
}

.feature-title {
    color: var(--orbe-color-neutral-700);
    font-family: var(--font-secondary-bold);
    line-height: 1;
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.feature-description {
    color: var(--orbe-color-neutral-500);
    font-size: 1.1rem;
    font-family: var(--orbe-font-secondary);
}

.feature-card {
    margin-bottom: 50px;
}

#features img:not(#features.home img) {
    border: 0;
    box-shadow: none;
    width: 100%;
    height: auto;
}

.section-carrousel.carousel .contents {
    width: 100%;
}

.section-carrousel {
    padding-bottom: 50px;
}

.section-carrousel .group.cards {
    display: flex;
    flex-direction: row;
    align-content: center;
}

.card-carrousel {
    background-color: var(--orbe-color-violet-100);
    padding: 30px;
    border-radius: 20px;
    text-align: initial;
    min-height: 220px;
    font-family: var(--font-secondary-bold);
}

.card-carrousel-box .icon {
    background-color: var(--orbe-color-green-400);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-carrousel-box img {
    width: 25px;
    height: 25px;
}

.card-carrousel-box {
    text-align: center;
}

.card-carrousel-box h3 {
    color: var(--orbe-color-neutral-700);
    font-size: 1.125rem;
    font-weight: 500;
}

.card-carrousel-depoiment {
    font-size: 0.8rem;
    color: var(--orbe-color-neutral-700);
    text-align: center;
    font-family: var(--font-secondary);
}

.carousel .arrow-right,
.carousel .arrow-left {
    cursor: pointer;
    position: absolute;
    bottom: 0 !important;
    z-index: 5;
}

.section-carrousel .arrow-left {
    bottom: auto;
    left: 30px;
    padding: 10px;
    bottom: 0px;
    height: 15px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-right: 20px;
    border: 1px solid #E4E9F0;
}

.section-carrousel .arrow-left svg,
.arrow-right svg {
    height: 10px;
}

.carousel .arrow-left svg {
    left: 0;
}

.section-carrousel .arrow-right {
    bottom: 0px;
    padding: 10px;
    height: 15px;
    background-color: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-radius: 50%;
}

.section-carrousel .arrow-right.active,
.arrow-left.active {
    background-color: var(--orbe-color-green-500);
}

.carousel .arrow-right {
    left: 80px;
    right: inherit !important;
}

.carousel .arrow-left.active #Caminho_1498,
.carousel .arrow-right.active #Caminho_1497 {
    fill: var(--orbe-color-white) !important;
    stroke: var(--orbe-color-white) !important;
}

#features-video {
    margin-top: 7%;
}

#features-video .title {
    text-align: center;
    font-size: 2.513rem;
    color: var(--orbe-color-neutral-700);
    font-family: var(--font-secondary-bold);
}

.banner-video {
    margin-top: 5%;
}

.video-feature {
    border-radius: 40px;
    position: relative;
    z-index: 2;
}

.title-balloon {
    position: relative;
    text-align: center;
    max-width: 965px;
}

.balloon {
    display: inline-block;
    background: #fff;
    padding: 7px 10px;
    border-radius: 15px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 20px;
    /*left: 30%;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.balloon .arrow {
    bottom: calc(-0.8rem - 1px);
    width: 1rem;
    height: 0.5rem;
    margin: -2px 25%;
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.balloon .arrow::after,
.balloon .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.balloon>.arrow::before {
    bottom: 0;
    border-width: 0.8rem 0.8rem 0;
    border-top-color: rgba(0, 0, 0, .25);
}

.balloon>.arrow::after,
.balloon>.arrow::after {
    bottom: 1px;
    border-width: 0.8rem 0.8rem 0;
    border-top-color: #fff;
}

.balloon-body {
    color: var(--orbe-color-green-600);
    font-family: var(--font-secondary-bold);
    line-height: 1;
}

.balloon-body i {
    border-radius: 50%;
    padding: 3px 6px;
    border: 1px solid var(--orbe-color-green-600);
}

#newsletter {
    margin-top: 0 !important;
}



.curve-bottom {
    position: absolute;
    width: 100%;
    height: 15%;
    bottom: 2px;
    left: 0;
    pointer-events: none;
    display: block;
    z-index: 1;
    opacity: 1;
}

.curve-bottom svg {
    width: 100%;
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translatex(-50%);
    bottom: -2px;
}

#filtro-tags {
    background-color: var(--orbe-color-green-500);
    padding: 5% 0;
}

#tags {
    gap: 15px;
    margin-top: 40px;
}

#filtro-tags h2 {
    color: var(--orbe-color-white);
    text-align: center;
}

#filtro-tags h2 .titleStars {
    position: relative;
}

#filtro-tags .titleStars .starTop,
#filtro-tags .titleStars .starBottom {
    width: 25px;
}

#filtro-tags .secondary {
    color: var(--orbe-color-teal-800);
}

.iconTag {
    width: 15px;
    height: 15px;
}

#radioTags {
    margin-top: 40px;
    gap: 12px;
}

.RadioButton {
    display: inline-flex;
    min-height: 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 2px solid var(--orbe-color-neutral-300);
    padding: 10px 20px;
    border-radius: 15px;
}

.RadioButton.active {
    border-color: var(--orbe-color-teal-800);
}

.RadioButton,
.FormLabel,
.RadioButton-label {
    cursor: pointer;
}

.RadioButton-input {
    display: none;
}

label.RadioButton-label {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    outline: max(2px, 0.15em) solid var(--orbe-color-white);
    outline-offset: max(2px, 0.15em);
    background-color: transparent;
}

.RadioButton.active .RadioButton-label {
    background-color: var(--orbe-color-teal-800);
    outline: max(2px, 0.15em) solid var(--orbe-color-teal-800);
}

.FormLabel {
    color: var(--orbe-color-white);
    font-family: var(--font-secondary-bold);
    line-height: 1;
}


.RadioButton-input:checked+.RadioButton-label {
    border-color: var(--orbe-color-teal-800);
}


.Tag-Link {
    text-decoration: none;
}

.Tag {
    background-color: var(--orbe-color-green-100);
    padding: 15px 23px;
    border-radius: 15px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    color: var(--orbe-color-neutral-700);
    font-family: var(--font-secondary-bold);
}

.Tag:hover,
.Tag:active,
.Tag:focus {
    background-color: var(--orbe-color-green-400);
    color: var(--orbe-color-neutral-900);
}

.Tag:nth-child(2n), .Tag-Link:nth-child(2n) .Tag{
    background-color: var(--orbe-color-teal-100);
}

.Tag:nth-child(2n):hover,
.Tag:nth-child(2n):active,
.Tag:nth-child(2n):focus, .Tag-Link:nth-child(2n):hover .Tag, .Tag-Link:nth-child(2n):active .Tag, .Tag-Link:nth-child(2n):focus .Tag {
    background-color: var(--orbe-color-teal-400);
}

.Tag:nth-child(3n), .Tag-Link:nth-child(3n) .Tag {
    background-color: var(--orbe-color-violet-100);
}

.Tag:nth-child(3n):hover,
.Tag:nth-child(3n):active,
.Tag:nth-child(3n):focus,
.Tag-Link:nth-child(3n):hover .Tag,
.Tag-Link:nth-child(3n):active .Tag,
.Tag-Link:nth-child(3n):focus .Tag {
    background-color: var(--orbe-color-violet-300);
}
.banner-image {
    display: none;
}
#faq {
    margin-top: 0 !important;
    background-color: rgba(220, 250, 230, .3) !important;
    padding: 10% 0 !important;
}

#faq h2 {
    color: var(--orbe-color-neutral-700) !important;
    font-family: var(--font-secondary-bold);
}

#faq h2 .primary {
    color: var(--orbe-color-green-400) !important;
}

.title-faq,
.Link-text {
    color: var(--orbe-color-neutral-700);
    font-family: var(--font-secondary-medium);
    font-size: 1.1rem !important;
    font-weight: 600;
}

#faq h2 {
    text-align: left !important;
}


#faq .answer {
    font-size: 1rem !important;
    border-top: 0 !important;
    font-family: var(--font-secondary);
    padding: 16px 0px !important;
}

#faq .answer b{
	color: var(--orbe-color-neutral-700);
}

#faq .answer a {
    color: var(--orbe-color-green-500);
    font-family: var(--font-secondary-medium);
    font-weight: 600;
}

#faq .question {
    margin-bottom: 0 !important;
    border-top: 1px solid #CCD5E0;
    position: relative;
    cursor: unset !important;
}

#faq .question.closed::before, #faq .question::before {
    content: "" !important;
}

#faq .question.closed .title-faq::before,
#faq .question .title-faq::before {
    content: "" !important;
    background-size: cover;
    position: absolute;
    height: 25px;
    width: 25px;
    top: 29px;
    right: 0;
}

#faq .question.closed .title-faq::before {
    background-image: url(../images/plus.svg);
}

#faq .question:not(.closed) .title-faq:before {
    background-image: url(../images/x.svg) !important;
    height: 20px !important;
    width: 20px !important;
}

#faq .question .title-faq{
    margin: 0 !important;
    height: 100%;
    padding: 30px 0;
    cursor: pointer;
}

.Link,
a.Link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    grid-gap: 8px;
    text-decoration: none !important;
    transition: color .2s, box-shadow .2s;
}

.divLink {
    margin-bottom: 0 !important;
    border-top: 1px solid #CCD5E0;
    padding: 30px 0 18px 0;
    position: relative;
}

.Link-icon {
    color: var(--orbe-color-green-400) !important;
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    #banner-influenciadores {
        padding: 5% 0;
    }

    #banner-influenciadores .starTop, #banner-influenciadores .starBottom {
        width: 20px;
    }

    .banner-fluid {
        background-image: none !important;
    }

    .banner-image {
        display: block;
    }

    .banner-fluid .description {
        max-width: 78%;
        padding: 6% 11%;
    }

    .div-trial .trial {
        justify-content: center;
    }
    
    .div-trial {
        margin-bottom: 20px;
    }

    .div-trial .trial button {
        margin-left: 0 !important;
    }

    .features, #faq, #filtro-tags {
        padding: 7% 5% !important;
    }

    #faq .question h4 {
        width: calc(100% - 40px);
    }

    .top-banner.primary .description p.secondary {
        text-align: center;
    }

    .content-img-left {
        display: none;
    }

    .Tag {
        padding: 10px;
        border-radius: 9px;
        gap: 8px;
        font-size: 12px;
    }

    #radioTags {
        margin-top: 10px;
        gap: 12px;
    }

    #tags {
        margin-top: 30px;
    }

    #filtro-tags .titleStars .starTop, #filtro-tags .titleStars .starBottom {
        width: 20px;
    }

    #filtro-tags {
        padding-bottom: 13%;
    }

    #features-video .title {
        font-size: 25px;
    }
    
    .curve-bottom {
        height: 7%;
    }

    .video-feature {
        border-radius: 25px;
    }

    .banner-video {
        height: 250px !important;
    }

    .features {
        padding-bottom: 15% !important;
    }

    #features-video {
        margin-top: 15%;
    }
    
    .banner-fluid.top-banner .description h1 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .banner-fluid .div_cupom {
        margin-top: 10px;
    }

    .banner-fluid .div_cupom span {
        margin-bottom: 0;
    }

    #faq h2 {
        font-size: 25px !important;
        text-align: center !important;
        margin-bottom: 30px !important;
    }

    #features .mdc-layout-grid__inner {
        margin-bottom: 50px;
    }

    .features-title {
        font-size: 25px !important;
    }

    #features .features-title {
        margin-bottom: 0;
    }
}