﻿@import url(/Assets/css/normalize.css);
@import url(/Assets/css/webflow.css);
@import url(/Assets/css/model.css);

#cookie div, .toast-message .toast-text {
    text-align: center
}

.blog-post:hover, .manifesto, .manifesto-play-btn {
    transition: .3s ease-in-out
}

@media screen and (max-width:1024px) and (min-width:768px) {
    #login-container, #newpassword-container, #resetpassword-container {
        display: none !important
    }

    .section-5.download-link {
        z-index: 2;
        background-color: var(--transparent);
        text-align: center;
        -webkit-text-fill-color: inherit;
        background-clip: border-box;
        display: flex;
        position: relative;
        margin-top: 64px
    }

        .section-5.download-link .apps-container {
            flex-flow: column
        }
}

.benefits-carousel .swiper-button-next:after, .benefits-carousel .swiper-button-prev:after, .w-webflow-badge {
    display: none !important
}

#cookies a, .banner-title span, .blog-search h1 b, .footer-list-item b, .users-wrapper {
    color: var(--light--first--main);
    text-decoration: none
}

    #cookies a:hover {
        opacity: .75
    }

.footer-wrapper .footer-list-item a:hover {
    color: var(--neutral--100);
    opacity: .75;
    transition: opacity .3s
}

.menu-page-wrapper {
    overflow: hidden;
    height: 100vh;
    width: 100vw
}

#cookie .c-privacy, #cookie .c-terms, .blog-post, .toast-message .toast-close:hover {
    cursor: pointer
}

.toast-container .toast-text {
    font-size: 14px
}

.toast-message .spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center
}

    .toast-message .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #04445c;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: 1.4s ease-in-out infinite both sk-bouncedelay;
        animation: 1.4s ease-in-out infinite both sk-bouncedelay
    }

    .toast-message .spinner .bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .toast-message .spinner .bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s
    }

@-webkit-keyframes sk-bouncedelay {
    0%,100%,80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#cookie {
    background-color: #000;
    margin: 0 auto;
    width: 100%;
    height: 80px;
    z-index: 10000;
    position: fixed;
    color: #fff;
    bottom: 0;
    display: none
}

#reveal-password, .manifesto {
    position: relative
}

#cookie div {
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center
}

#cookie .logo1 {
    width: 20%
}

    #cookie .logo1 img {
        width: 30%;
        vertical-align: middle
    }

#cookie .message {
    text-align: left;
    font-family: montserrat,Arial,sans-serif;
    font-size: 10px;
    width: 66%;
    padding: 10px
}

#cookie .c-accept {
    width: 6%;
    justify-content: flex-end;
    margin-right: 2%;
    cursor: pointer
}

#cookie .c-close {
    width: 6%;
    justify-content: flex-start;
    cursor: pointer
}

    #cookie .c-accept img, #cookie .c-close img {
        width: 30%;
        opacity: .8
    }

        #cookie .c-accept img:hover, #cookie .c-close img:hover {
            opacity: 1
        }

#cookie.active ~ #btn-scroll {
    bottom: 92px;
    transition: .2s ease-in-out
}

@media (max-width:768px) {
    #cookie .logo1 {
        width: 10%
    }

        #cookie .logo1 img {
            width: 80%
        }

    #cookie .message {
        width: 75%;
        font-size: 8px
    }

    #cookie .c-accept img, #cookie .c-close img {
        width: 70%
    }
}

.benefits-carousel .swiper {
    width: 100%;
    height: 100%
}

.benefits-carousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    display: block
}

    .benefits-carousel .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .benefits-carousel .swiper-slide h3, .benefits-carousel .swiper-slide p {
        text-align: left;
        color: #fff
    }

.benefits-carousel .swiper-button-next, .benefits-carousel .swiper-button-prev {
    height: 80px;
    width: 80px;
    font-size: 40px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

@media screen and (max-width:320px) {
    .benefits-carousel .swiper-button-next, .benefits-carousel .swiper-button-prev {
        height: 64px;
        width: 64px;
        font-size: 32px
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .benefits-carousel .swiper-slide .display-4 {
        font-size: 30px
    }
}

#form-login input:-webkit-autofill, #form-login input:-webkit-autofill:active, #form-login input:-webkit-autofill:focus, #form-login input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px var(--neutral--700) inset;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out
}

#reveal-password button {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: 0 0;
    cursor: pointer
}

#form-login #login-password {
    text-transform: none
}

.blog-post:hover {
    opacity: .75;
    scale: 1.005
}

#blog-posts .blog-post-card-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 200px
}

.blog-post-title, .page-wrapper .section span.highlight {
    color: #e9a620
}

@media screen and (max-width:479px) {
    #email-form input {
        margin: 0 !important
    }
}

.manifesto {
    display: block;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(90deg,#022f3c 0,#033d4d 25%,#e9a620 50%,#033d4d 75%,#022f3c 100%);
    background-size: 200% 100%;
    animation: 24s ease-in-out infinite gradient-move;
    padding: 20px 0;
    overflow: hidden;
    cursor: pointer
}

    .manifesto::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);
        animation: 24s ease-in-out infinite shimmer;
        pointer-events: none
    }

@keyframes gradient-move {
    0%,100% {
        background-position: 0 center
    }

    50% {
        background-position: 100% center
    }
}

@keyframes shimmer {
    0% {
        left: -100%
    }

    100% {
        left: 200%
    }
}

.manifesto .container-default {
    margin-top: 0;
    margin-bottom: 0
}

.manifesto-content {
    display: flex;
    align-items: center;
    gap: 20px
}

.manifesto-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(255,255,255,.15);
    border: 2px solid rgba(255,255,255,.4);
    border-radius: 50%;
    color: #fff
}

.manifesto-text {
    flex: 1
}

.manifesto .manifesto-title {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .1em;
    opacity: .8;
    margin-bottom: 4px
}

.manifesto .manifesto-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4
}

.manifesto:hover {
    filter: brightness(1.1);
    box-shadow: 0 4px 20px rgba(3,61,77,.5)
}

    .manifesto:hover .manifesto-play-btn {
        background: rgba(255,255,255,.25);
        border-color: rgba(255,255,255,.6);
        transform: scale(1.1)
    }

    .manifesto:hover::before {
        animation-duration: 12s
    }

@media (max-width:767px) {
    .manifesto-content {
        flex-wrap: wrap;
        gap: 12px
    }

    .manifesto-play-btn {
        width: 40px;
        height: 40px;
        min-width: 40px
    }

    .manifesto-text {
        flex: 1 1 calc(100% - 60px)
    }

    .manifesto .manifesto-description {
        font-size: 14px
    }

    .manifesto-cta {
        width: 100%;
        justify-content: center
    }
}

.manifesto-modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 9900
}

.manifesto-background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: .7
}

.manifesto-modal .player {
    width: 60%;
    position: absolute
}

.plyr--video {
    background: #000;
    overflow: hidden
}

plyr__control {
    background: 0 0 !important;
    border: 0 !important
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #e9a620 !important;
    color: #0e0e19
}

.plyr__control--overlaid {
    background: rgba(255,255,255,.8) !important;
    color: #000 !important
}

.plyr--full-ui input[type=range] {
    color: #e9a620 !important
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(239,239,239,.5);
    outline: 0
}

button.plyr__control:hover:before {
    display: none
}

#exposec.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    backdrop-filter: blur(4px);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 1s;
    animation: .4s ease-out forwards fadeIn
}

    #exposec.modal-overlay.show {
        display: flex;
        opacity: 1
    }

#exposec .modal-content {
    background-color: transparent;
    padding: 0;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,.2);
    position: relative;
    max-width: 90%;
    width: 700px;
    transform: scale(.8);
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275);
    text-align: center;
    display: flex
}

#exposec .modal-overlay.show .modal-content {
    transform: scale(1)
}

#exposec .modal-imagem {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    margin: 0
}

#exposec .btn-fechar {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #333;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    transition: background-color .2s,color .2s,transform .2s;
    z-index: 10
}

#exposec .texto-inferior, #exposec .texto-sobreposto {
    color: #123e5e;
    text-align: center;
    text-shadow: 0 0 5px rgba(255,255,255,.8)
}

#exposec .btn-fechar:hover {
    background-color: #fc0a0e;
    color: #fff;
    transform: scale(1.1)
}

#exposec .texto-sobreposto {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 25px;
    font-weight: 600;
    z-index: 5;
    width: 90%
}

    #exposec .texto-sobreposto strong {
        font-weight: 100
    }

#exposec .modal-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: flex
}

#exposec .shape {
    position: absolute;
    z-index: 2;
    pointer-events: none
}

#exposec .shape-top-left {
    top: -50px;
    left: -120px;
    width: 200px;
    height: 200px;
    background-color: #0b3452;
    transform: rotate(45deg);
    border-radius: 35px
}

#exposec .shape-top-right {
    top: -80px;
    right: -180px;
    width: 250px;
    height: 250px;
    background-color: #df9500;
    transform: rotate(45deg);
    border-radius: 40px
}

#exposec .texto-inferior {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    z-index: 5;
    width: 90%
}

    #exposec .texto-inferior p {
        margin: 8px 0
    }

    #exposec .texto-inferior strong {
        font-weight: 700
    }

    #exposec .texto-inferior .data-local {
        font-size: 10px;
        font-weight: 600;
        color: #df9500
    }

#exposec .btn-converse, #exposec .btn-converse-wpp {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #df9500;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 4px 15px rgba(223,149,0,.4);
    transition: background-color .3s,transform .2s,box-shadow .2s
}

    #exposec .btn-converse:hover {
        background-color: #c78500;
        transform: translate(-50%,-3px);
        box-shadow: 0 6px 20px rgba(223,149,0,.6)
    }

#exposec .btn-converse-wpp {
    display: none !important;
    left: 10%;
    background-color: #fff;
    width: 10%;
    bottom: 15px;
    box-shadow: none;
    padding: 0
}

#exposec .btn-converse, #exposec .shape-top-left, #exposec .shape-top-right, #exposec .texto-inferior, #exposec .texto-sobreposto {
    opacity: 0
}

#exposec.modal-overlay.show .shape-top-left {
    animation: 1s cubic-bezier(.25,1,.5,1) .3s forwards slideShapeLeft
}

#exposec.modal-overlay.show .shape-top-right {
    animation: 1s cubic-bezier(.25,1,.5,1) .4s forwards slideShapeRight
}

#exposec.modal-overlay.show .texto-sobreposto {
    animation: 1s cubic-bezier(.25,1,.5,1) .5s forwards slideTextDown
}

#exposec.modal-overlay.show .texto-inferior {
    animation: 1s cubic-bezier(.25,1,.5,1) .6s forwards slideTextUp
}

#exposec.modal-overlay.show .btn-converse {
    animation: 1s cubic-bezier(.25,1,.5,1) .7s forwards slideButtonUp
}

@keyframes slideShapeLeft {
    from {
        top: -100px;
        left: -170px;
        opacity: 0
    }

    to {
        top: -50px;
        left: -120px;
        opacity: 1
    }
}

@keyframes slideShapeRight {
    from {
        top: -130px;
        right: -230px;
        opacity: 0
    }

    to {
        top: -80px;
        right: -180px;
        opacity: 1
    }
}

@keyframes slideTextDown {
    from {
        top: 15%;
        opacity: 0
    }

    to {
        top: 25%;
        opacity: 1
    }
}

@keyframes slideTextUp {
    from {
        top: 85%;
        opacity: 0
    }

    to {
        top: 75%;
        opacity: 1
    }
}

@keyframes slideButtonUp {
    from {
        bottom: 0;
        opacity: 0
    }

    to {
        bottom: 30px;
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes scaleUp {
    from {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@media (max-width:650px) {
    #exposec .modal-content {
        width: 95%
    }

    #exposec .btn-fechar {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 30px
    }

    #exposec .texto-sobreposto {
        font-size: 18px
    }

    #exposec .texto-inferior {
        font-size: 10px
    }

        #exposec .texto-inferior .data-local {
            font-size: 8px
        }

    #exposec .btn-converse {
        font-size: 10px;
        padding: 5px 30px;
        display: none !important
    }

    #exposec .btn-converse-wpp {
        display: block !important
    }

    #exposec .shape-top-left {
        width: 120px;
        height: 120px;
        border-radius: 20px
    }

    #exposec .shape-top-right {
        width: 150px;
        height: 150px;
        border-radius: 25px
    }

    @keyframes slideTextDown {
        from {
            top: 5%;
            opacity: 0
        }

        to {
            top: 15%;
            opacity: 1
        }
    }

    @keyframes slideTextUp {
        from {
            top: 90%;
            opacity: 0
        }

        to {
            top: 80%;
            opacity: 1
        }
    }

    @keyframes slideButtonUp {
        from {
            bottom: -10px;
            opacity: 0
        }

        to {
            bottom: 15px;
            opacity: 1
        }
    }

    @keyframes slideShapeLeft {
        from {
            top: -60px;
            left: -90px;
            opacity: 0
        }

        to {
            top: -30px;
            left: -50px;
            opacity: 1
        }
    }

    @keyframes slideShapeRight {
        from {
            top: -80px;
            right: -130px;
            opacity: 0
        }

        to {
            top: -40px;
            right: -80px;
            opacity: 1
        }
    }
}

#exposec .qr-code-container {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 5;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5vw;
    cursor: pointer;
    transition: .3s
}

#exposec .qr-code-text {
    font-size: clamp(10px, 2.5vw, 14px);
    font-weight: 800;
    color: #123e5e;
    text-shadow: 0 0 5px rgba(255,255,255,.9);
    letter-spacing: 1px;
    transition: .3s
}

#exposec .qr-code-img {
    width: clamp(60px,14vw,100px);
    height: clamp(60px,14vw,100px);
    object-fit: contain;
    filter: drop-shadow(0px 4px 6px rgba(0,0,0,.3));
    transition: .3s
}

#exposec.modal-overlay.show .qr-code-container {
    animation: 1s cubic-bezier(.25,1,.5,1) .6s forwards slideQRIn
}

@keyframes slideQRIn {
    from {
        right: -10%;
        opacity: 0;
        transform: scale(.5)
    }

    to {
        right: 5%;
        opacity: 1;
        transform: scale(1)
    }
}

#exposec .qr-code-container.expanded {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%,-50%) !important;
    background-color: rgba(255,255,255,.95);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,.6);
    z-index: 2000;
    animation: none !important;
    opacity: 1
}

    #exposec .qr-code-container.expanded .qr-code-img {
        width: 250px;
        height: 250px;
        filter: drop-shadow(0px 8px 12px rgba(0,0,0,.4))
    }

    #exposec .qr-code-container.expanded .qr-code-text {
        font-size: 24px
    }
