.section-hero {
    background: rgb(45, 62, 80);
    background: linear-gradient(90deg, rgba(45, 62, 80, 1) 0%, #4b55ce 100%);
    position: relative;
    overflow: hidden;
}

.section-hero h1 {
    color: white;
    margin: 0 0 20px 0;
}

.section-hero h2 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}

.display-4 {
    font-weight: 400;
}

.customers-title {
    padding: 0 20%;
    font-weight: normal;
    text-align: center;
    font-size: 30px;
    line-height: 42px;
}

.tag-new {
    font-size: 0.8rem;
    letter-spacing: 2px;
    padding: 8px;
    background: linear-gradient(270deg, #727cf5 0%, #8f75da 100%);
    color: white;
    border-radius: 10px;
    top: -10px;
    position: relative;
}

.line {
    width: 100%;
    height: 3px;
    display: block;
    content: "";
    margin: 0 0 40px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.logos {
    padding: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.logos>div {
    margin: 0 20px;
}

.section-hero .hero-img>.browser+.browser {
    margin-right: -100px;
    width: auto;
}

.sh .sh-logo svg {
    transition: all 0.3s ease;
}

.sh .sh-logo .scriptcase-version {
    right: -21px !important;
    margin-top: -31px !important;
    font-size: 0.8rem !important;
    font-weight: bold;
}

.sh.fixed .sh-logo .scriptcase-version {
    right: -18px !important;
    margin-top: -27px !important;
    font-size: 0.7rem !important;
    font-weight: 400;
}

.scriptcase-version {
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    color: #ffd532;
    position: relative;
    float: right;
    right: -4px;
    margin-top: 11px;
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.sh.fixed .sh-logo svg {
    width: 150px !important;
}

.lead {
    font-size: 1.7rem !important;
}

.section-flow .flow-navigation li {
    width: 25.666667%;
}

.section-flow {
    padding: 60px;
}
.section-highlights{
    padding-top: 30px;
}

.section-highlights .item {
    padding: 40px 0 40px;
    border-bottom: 1px solid #eaedf2;
}


/* SECTION DEMO */

.section-demo {
    background-color: #0275d8;
    color: #fff;
    padding: 30px 0;
}

.section-demo .btn {
    border: none;
    color: #0275d8;
}

.section-demo .contact-link {
    position: relative;
    padding-left: 24px;
    max-width: 200px;
}

.section-demo .contact-link::before {
    background-color: rgba(48, 255, 168, 1);
    content: '';
    display: block;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 0;
    animation: pulse 2s ease infinite;
}

.section-demo-image {
    text-align: center;
}

@media (min-width: 768px) {
    .section-demo {
        padding: 80px 0;
    }

    .section-demo-image {
        text-align: left;
    }

    .section-demo-image img {
        position: absolute;
        right: 80px;
        width: 52%;
        bottom: -80px;
    }
}

img {
    max-width: 100%;
}

strong {
    font-weight: 400;
}

.item strong {
    font-weight: 600;
}

.item p {
    font-size: 1rem;
}

.max-w {
    max-width: 700px;
}


/*carrossel*/

.flex-caption {
    width: 96%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 18px;
}


/*fim-carrossel*/

.browser {
    min-height: 0;
}

.flex-direction-nav a {
    font-weight: 100;
}

.flex-direction-nav .flex-next {
    opacity: 0.5;
    right: 0px;
}

.flex-direction-nav .flex-prev {
    opacity: 0.5;
    left: -10px;
}

.flex-control-nav.flex-control-paging {
    display: none;
}


/*BANCO DE DADOS*/

.tile-wrap {
    /*position: relative;display: inline-table;*/
}

.tile {
    position: relative;
    text-align: center;
    transform-origin: center;
    transition: 0.3s;
    z-index: 0;
    list-style: none;
    background: white;
    border-right: 1px solid #eaedf2;
    border-bottom: 1px solid #eaedf2;
    flex: inherit !important;
}

.tile__inner,
.tile__inner:hover {
    text-decoration: none;
}

.tile:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.tile__title {
    color: #868686;
}

@media (max-width: 767px) {
    .overflow-scroll {
        overflow: scroll;
    }

    .overflow-scroll:before {
        content: "›";
        font-size: 60px;
        position: absolute;
        right: 3px;
        opacity: 0.4;
        z-index: 99;
        font-weight: 100;
        margin-top: 7%;
    }

    .overflow-scroll:after {
        content: "‹";
        font-size: 60px;
        position: absolute;
        left: 3px;
        opacity: 0.4;
        font-weight: 100;
        margin-top: 7%;
    }

    .tile-wrap {
        display: inline-flex;
    }

    .tile {
        min-width: 150px;
    }
}


/*FIM BANCO DE DADOS*/

.section-flow .flow-navigation li a::before {
    -moz-transform: translate(0, 17px);
}

.flex-hero .flexslider {
    width: 110%;
    margin-bottom: 0px;
}

.flex-hero {
    overflow: hidden;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    box-shadow: 0 50px 138px rgba(62, 80, 98, 0.1), 0 10px 30px rgba(0, 0, 0, 0.5);
}


/*New style*/

.section-hero2 {
    /*padding-top: 95px !important;*/
    background: rgba(45, 62, 80, 1);
    background: -moz-linear-gradient(-45deg, rgba(45, 62, 80, 1) 0%, rgba(45, 62, 80, 1) 22%, rgba(3, 69, 149, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(45, 62, 80, 1)), color-stop(22%, rgba(45, 62, 80, 1)), color-stop(100%, rgba(3, 69, 149, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(45, 62, 80, 1) 0%, rgba(45, 62, 80, 1) 22%, rgba(3, 69, 149, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(45, 62, 80, 1) 0%, rgba(45, 62, 80, 1) 22%, rgba(3, 69, 149, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(45, 62, 80, 1) 0%, rgba(45, 62, 80, 1) 22%, rgba(3, 69, 149, 1) 100%);
    background: linear-gradient(135deg, rgba(45, 62, 80, 1) 0%, rgba(45, 62, 80, 1) 22%, rgba(3, 69, 149, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2d3e50', endColorstr='#034595', GradientType=1);
}

.sh {
    background: none;
    z-index: 888 !important;
}

.sb+.sh+.sp,
.sp {
    margin-top: 0px !important;
}

.lead {
    font-size: 1.6rem !important;
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: 10%;
}

.flex-direction-nav .flex-next {
    right: 9%;
}

.cta-demonstration:hover {
    box-shadow: 0 0rem 2rem rgb(255 255 255 / 0.05);
    border: 1px solid #428dff;
}

.cta-demonstration {
    border-radius: .5rem;
    background: rgb(0 0 0 / .1);
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / .1);
}

@media (min-width: 1450px) {
    .flex-hero .flexslider {
        width: 100%;
    }

    .flexslider:hover .flex-direction-nav .flex-next {
        right: 2%;
    }

    .flex-direction-nav .flex-next {
        right: 1%;
    }
}

.arrow-down {
    animation: bounce 0.5s infinite;
    animation-duration: 2s;
    float: right;
}

.info-home {
    background: linear-gradient(to right, rgb(78, 215, 169), rgb(57, 185, 70));
    color: #000000;
    border-radius: 5px;
    border-style: none;
    display: initial;
    padding: 15px 5px 20px 5px;
    background: #ff5722;
}

#info-home:hover {
    background: #d4471b;
}

@media (max-width: 768px) {
    section.section-highlights .btn {
        margin-bottom: 40px;
    }

    .lead {
        font-size: 1.3rem !important;
    }

    .sh.fixed .sh-logo {
        margin: 0px 0 0 0;
    }

    section.section-marks img {
        position: relative;
        margin: auto;
        margin-bottom: 15px;
        left: 0px;
    }

    .xs-m-50 {
        margin: 50px 0px !important;
    }

    .section-hero2 {
        display: inline-block;
        padding-top: 0px !important;
    }

    .sh .sh-logo svg {
        width: 200px !important;
        margin-left: 30px;
    }

    .sh.fixed .sh-logo svg {
        margin-left: 0px;
    }

    .flex-hero .flexslider {
        width: 100%;
    }

    .info-home a {
        color: #fff;
        text-decoration: none;
        max-width: 120px;
    }

    .text-white.lead {
        padding: 35px 15px 15px 15px !important;
    }

    .section-hero2 .btn {
        margin-bottom: 15px !important;
    }

    .m-p0 {
        padding: 0px !important;
    }

    .m-p15 {
        padding: 15px;
    }

    .flex-hero {
        border-radius: 0px;
    }

    li.flex-nav-prev {
        display: block;
    }

    .flex-direction-nav .flex-next {
        right: 0px;
    }

    .page-home.menu-opened .sh.opened .sh-logo svg {
        margin-left: 0px;
        width: 170px !important;
    }

    .page-home.menu-opened .sh.opened .sh-logo {
        margin-top: 0px;
    }
}

.modal-video {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s;
    overflow: hidden;
    z-index: 80808080;
}

.modal-video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(45, 62, 80, 0.96);
    background: linear-gradient(90deg, rgba(45, 62, 80, 0.96) 0%, rgba(4, 69, 147, 0.96) 100%);
    z-index: -1;
}

.modal-video .modal-body {
    padding: 0;
}

.modal-video .modal-dialog {
    min-width: 70vw;
    max-width: 864px;
    width: 100%;
    margin: 0;
    transform: translate(0, 0) !important;
}

.modal-video>.card,
.modal-cta>.card {
    width: 80%;
    top: 50%;
    left: 50%;
    overflow: hidden;
    border: none;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
}

.modal-cta {
    background: linear-gradient(92.56deg, #4A51C7 5.07%, #436FD2 100%);
    border-radius: 3px;
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 95959595;
    opacity: 0;
    transition: all 0.5s;
}

.modal-cta .modal-cta-content {
    color: #fff;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

.modal-cta .modal-cta-content-info * {
    margin: .9vw 12px;
}

.modal-cta .modal-cta-content-image img {
    position: absolute;
    bottom: -10px;
    max-width: 40%;
    right: 5vw;
}

.modal-cta .modal-cta-content .subtitle {
    color: rgba(255,255,255,.6);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.modal-cta .modal-cta-content .title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.modal-cta .modal-cta-content .desc {
    color: rgba(255,255,255,.8);
}

.modal-cta .modal-cta-content .btn {
    color: #465fcc;
}

@media (min-width: 768px) {
    .modal-cta .modal-cta-content {
        max-width: 60vw;
        margin: 0;
        text-align: left;
    }

    .modal-cta .modal-cta-content .subtitle {
        font-size: 0.9vw;
    }

    .modal-cta .modal-cta-content .title {
        font-size: 2.7vw;
        line-height: 1.2;
    }

    .modal-cta .modal-cta-content .desc {
        font-size: 1.1vw;
    }

    .modal-cta .modal-cta-content .btn {
        font-size: .9vw;
    }

    .modal-cta .modal-cta-content-info {
        max-width: 50%;
        margin-left: 4vw;
    }
}

.modal-video .modal-body iframe {
    max-width: 100%;
}

.modal-cta>.card {
    background: transparent;
    z-index: 90909090;
    color: white;
    padding: 100px 0;
    justify-content: center;
    transition: all 0.5s;
    opacity: 0;
}

.modal-video-close {
    cursor: pointer;
    color: rgba(255,255,255,.5);
    width: 40px;
    height: 40px;
    position: fixed;
    top: -40px;
    right: 20px;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    font-size: 38px;
    line-height: 38px;
    z-index: 99999999;
    text-align: center;
    transition: all 0.5s;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-video-close svg {
    height: 18px;
}

.modal-video-active .modal-video {
    opacity: 1;
    top: 0;
    height: 100%;
}

.modal-video-active .notification {
    display: none;
}

.modal-video-active.modal-cta-active .modal-dialog {
    min-height: 260px;
}

.modal-video-active.modal-cta-active .modal-cta {
    opacity: 1;
    height: 100%;
}

.modal-video-active .modal-video-close {
    top: 20px;
}

.modal-video-active.modal-cta-active .modal-cta .card {
    opacity: 1;
    height: 100%;
}

.modal-video-active.modal-cta-active .modal-video .card {
    opacity: 0;
}

.btn-special,
.btn-special:link,
.btn-special:visited,
.btn-play,
.btn-play:link,
.btn-play:visited {
    background: linear-gradient(92.56deg, #4A51C7 5.07%, #436FD2 100%);
    border: 1px solid #4A51C7;
    border-radius: 25px;
    padding: 12px 24px;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 10px 0 0;
    display: inline-block;
    color: white;
    text-decoration: none;
    position: relative;
}

.btn-play {
    background: transparent !important;
}

.btn-play span:before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: block;
    border: 1px solid #727cf5;
    border-radius: 25px;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
}

.btn-play span:before {
    animation: glow 1s ease-in 1.5s infinite normal;
    -webkit-animation: glow 1s ease-in 1.5s infinite normal;
}

.btn-special:hover,
.btn-special:active,
.btn-play:hover,
.btn-play:active {
    text-decoration: none;
    color: white;
    opacity: 0.8;
}

.btn-version {
    background: rgba(255, 255, 255, 0.25);
    display: inline-block;
    border-radius: 25px;
    color: white;
    font-size: 12px;
    padding: 5px 15px;
}

.btn-version:hover {
    text-decoration: none;
    color: white;
}

.section-logos {
    overflow-x: auto;
}
@media (max-width: 1400px) {
    .col-lg-6.mt-5.py-4.content-video {
        max-width: 70%;
        right: -5% !important;
    }
}
@media (max-width: 991px) {
    .section-hero {
        text-align: center;
        min-height: auto;
        padding-bottom: 60px;
    }

    .section-hero hr {
        margin: 40px auto !important;
    }

    .hero-img {
        width: calc(100% + 40px) !important;
        margin: 0 -20px;
    }

    .modal-cta>.card {
        padding: 20px;
        width: 100%;
    }

    .display-4 {
        font-size: 2.5rem;
        margin: 50px 0 20px !important;
    }

    .btn-special,
    .btn-play {
        height: auto !important;
    }
    .hero-wrap .content-video{
        position: relative !important;
        right: 0% !important;
        top: 30px !important;
        margin: 0px auto 30px !important;
    }
    .col-lg-6.mt-5.py-4.content-video {
        max-width: 100%;
    }
}

section#final {
    background: #3e5062;
    color: white;
}

section#final .parallax-window {
    background: url("<?php echo getCDNUrl('../home/img/programmer-laptop-background.jpg', 'img'); ?>") no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}

section#final h1 {
    color: white;
}

section#final .buttons {
    margin-top: 40px;
}

.flex-direction-nav {
    height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 100%;
    margin: -20px 0 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0.4;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 60px;
    line-height: 0;
    padding-top: 40%;
    text-align: center;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 20px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 20px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: "\f004";
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: "\f003";
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    display: inline;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn.btn-circle.btn-primary {
    font-weight: 400;
    letter-spacing: 0.25px;
    text-transform: none;
    padding: 12px 32px;
}

.carousel-testimonials {
    margin: 0 auto;
    font-size: 1rem;
    padding: 40px 150px 0px 150px;
}

@media (max-width: 767px) {
    .carousel-testimonials {
        padding: 0px;
    }
    .iphone {
        bottom: -22px;
    }
}

.carousel-testimonials .carousel-inner {
    min-height: 250px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

section.section-marks img {
    position: static !important;
    width: 90px !important;
}

.lead.lead-logos {
    font-size: 1.2rem !important;
    letter-spacing: 1px;
    font-weight: normal;
}

.lead.lead-logos strong {
    color: #0275d8;
    font-weight: bold;
}

.btn-cases {
    font-weight: bold;
    text-transform: uppercase;
    white-space: initial;
}

.img-blackgriday {
    display: none
}

/* ANIMATIONS */

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(48, 255, 168, .5);
        box-shadow: 0 0 0 0 rgba(48, 255, 168, .5);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(48, 255, 168, 0);
        box-shadow: 0 0 0 10px rgba(48, 255, 168, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(48, 255, 168, 0);
        box-shadow: 0 0 0 0 rgba(48, 255, 168, 0);
    }
}

@-webkit-keyframes glow {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes glow {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}


/* Video Wrapper */

.video-wrapper {
    position: relative;
    width: 100%;
}

.video-wrapper .laptop {
    position: relative;
    max-width: 650px;
    min-width: 100%;
    margin: 0 auto;
}

.video-wrapper .laptop:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: -20%;
    height: 100%;
    border-radius: 100%;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    filter: blur(40px);
    z-index: -1;
}

.video-wrapper .laptop-display {
    background: none;
    position: relative;
    background-clip: padding-box;
    border: solid 3px transparent;
    border-top-left-radius: 3.5% 5.3075%;
    border-top-right-radius: 3.5% 5.3075%;
    width: 75%;
    margin: 0 auto -5px auto;
    padding-bottom: 50%;
    opacity: .9;
}

.video-wrapper .laptop-display:before {
    content: "";
    display: block;
    position: absolute;
    right: 0.4%;
    left: 0.4%;
    top: 0.64%;
    width: 100%;
    height: 100%;
    background: linear-gradient(328deg, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%);
    opacity: 0.5;
    z-index: 4;
}

.video-wrapper .laptop-display:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin: -3px;
    border-radius: inherit;
    background: linear-gradient(90deg, #99A0FF, #787FE1);
    background: none;
}

.video-wrapper .laptop-display img {
    border-top-left-radius: 3.5% 5.3075%;
    border-top-right-radius: 3.5% 5.3075%;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 2;
}

.video-wrapper .laptop-keyboard {
    width: 100%;
    background: linear-gradient(90deg, #BABFFF 0%, #787FE1 100%);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding-bottom: 2%;
    position: relative;
    z-index: 3;
}

.video-wrapper .laptop-keyboard:before {
    content: "";
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 15%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.8%;
    background: #737ABB;
}

.video-wrapper .laptop-keyboard:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -50%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    padding-bottom: 1%;
    width: 100%;
    background: linear-gradient(90deg, #6B70BF 0%, #555CC6 100%);
}

.video-wrapper .video-play-button {
    background: linear-gradient(92.56deg, #f4703f 5.07%, #ff5b1f 100%);
    box-shadow: 0px 0px 40px 20px rgb(255 84 18 / 37%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    grid-gap: 16px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: all 0.6s cubic-bezier(0.64, 0.01, 0.08, 1);
    z-index: 5;
}

.video-wrapper .video-play-button:hover,
.video-wrapper .video-play-button:active,
.video-wrapper .video-play-button:focus {
    text-decoration: none;
}

.video-wrapper .video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0px 0px 60px 20px rgb(255 84 18 / 60%);
}

.video-wrapper .video-play-button svg {
    height: 28px;
    width: auto;
}

.iphone {
    width: 21%;
    height: 73%;
    border-width: 2px;
    border-radius: 5px;
    z-index: 200;
    position: absolute;
    bottom: -12px;
    left: 40px;
    display: block;
    color: #fff;
    background-color: #99a0ff;
    background-size: auto 200%, cover;
    background-repeat: no-repeat, no-repeat;
    border: solid #99a0ff;
    margin-bottom: 2em;
    background-position: 50% 100%, center;
    transform-origin: bottom center;
    color: transparent;
    background-position: 50% -100%, center center;
    transition: all .15s linear, line-height 5s linear;
    transform: scale(1.0025);
    box-shadow: 0 1em 3em 0.25em rgb(0 0 0 / 60%);
}

@media (min-width: 540px) {
    .video-wrapper .video-play-button svg {
        height: 14px;
    }
}

.video-wrapper .video-play-button span {
    display: none;
    color: #fff;
}

@media (min-width: 540px) {
    .video-wrapper .video-play-button span {
        display: block;
    }
}

.video-wrapper .video-play-button:before,
.video-wrapper .video-play-button:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(92.56deg, #f4703f 5.07%, #ff5b1f 100%);
    transform-origin: center;
    -webkit-animation: pulse-mobile 1500ms ease-out infinite;
    animation: pulse-mobile 1500ms ease-out infinite;
}

@media (min-width: 550px) {

    .video-wrapper .video-play-button:before,
    .video-wrapper .video-play-button:after {
        -webkit-animation-name: pulse-desktop;
        animation-name: pulse-desktop;
    }
}

.video-wrapper .video-play-button:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    z-index: -1;
}

.video-wrapper .video-play-button:after {
    opacity: 0.9;
    transition: all 0.3s ease;
    z-index: -2;
}

@-webkit-keyframes pulse-mobile {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes pulse-mobile {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-desktop {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scaleX(1.3) scaleY(1.6);
        opacity: 0;
    }
}

@keyframes pulse-desktop {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scaleX(1.3) scaleY(1.6);
        opacity: 0;
    }
}


/* HELPERS */
.ai-center {
    align-items: center;
}

.fw-normal {
    font-weight: 400;
}


/**BF**/

.blackfriday .section-hero {
    background-color: #090434;
    background-image: url("//cdn2.scriptcase.com.br/lib/img/black-friday/2021/BG-home.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 4rem;
}

.blackfriday .btn-special,
.blackfriday .btn-special {
    transition: all .3s ease;
}

.blackfriday .btn-special {
    background: linear-gradient(90.05deg, #8C39FC 0%, #5B2FB8 99.13%);
}

.blackfriday .btn-play {
    border-color: #8236EE;
}

.blackfriday .btn-special:hover,
.blackfriday .btn-special:hover {
    filter: brightness(120%);
    box-shadow: 0 0 20px rgba(130, 54, 238, .2);
    opacity: 1;
}

.blackfriday .hero-img .browser {
    display: none;
}

.font-lora {
    font-family: 'Lora', serif;
}

.font-kumbhSans {
    font-family: 'Kumbh Sans', sans-serif; /* fonte tipo Futura */
}

.section-scheduleMetting {
    font-size: 100%;
}

.banner-scheduleMeeting {
    position: relative;
    width: 100%;
    height: 134px;
    margin-top: -90px;
    margin-bottom: 3em;
    padding-top: 2.5em;
    background-image: url('https://ik.imagekit.io/scriptc4s3/scriptcase/110220221346_HvVdMf73E.svg?ik-sdk-version=javascript-1.4.3&updatedAt=1652287659806');
    background-color: transparent;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: cover;
    background-origin: padding-box;
    box-sizing: border-box;
    overflow: visible;
    display: block;
}

.banner-scheduleMeeting > .content {
    position: relative;
    margin: 0 auto;
    padding-top: 2em;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 1em;
    align-items: center;
    display: flex;
}
.banner-scheduleMeeting > .content > .text{
    width: 374px;
    margin: 0;
    padding: 0;
    color: #5E4A00;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.5em;
    cursor: pointer;
}
.banner-scheduleMeeting > .content > .text:hover {
    text-decoration: underline;
}
.bt-organic,
.bt-organic:hover,
.bt-organic:active,
.bt-organic:visited{
    background-color: transparent;
}
.bt-organic:focus {
    outline: none;
}
.bt-organic {
    position: relative;
    width: 121px;
    height: 133px;
    margin: 0;
    border: none;
    padding: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    overflow: visible;
    align-items: center;
    justify-content: center;
    cursor:  pointer;
    display: flex;
}

.bt-organic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://ik.imagekit.io/scriptc4s3/scriptcase/110520221817_3fjWzmENp.svg?ik-sdk-version=javascript-1.4.3&updatedAt=1652303868157');
    background-repeat: no-repeat;
    background-size: contain;
}
.bt-organic,
.bt-organic::before{
    transition: all 500ms cubic-bezier(.08,.92,.28,.28);
}
.bt-organic:hover{
    transform: scale(1.15);
}
.bt-organic:hover::before{
    transform: rotate(360deg) scale(1.05);
    background-image: url('https://ik.imagekit.io/scriptc4s3/scriptcase/110520221824_VYgJiUZC9.svg?ik-sdk-version=javascript-1.4.3&updatedAt=1652304265471');
}
.bt-organic > .text {
    width: 80%;
    height: auto;
    color: #34090E;
    font-weight: 900;
    font-size: .975em;
    line-height: 1.15em;
    text-align: center;
    z-index: 20;
    display: block;
}

@media (max-width: 1024px) {
    .section-scheduleMetting {
        font-size: 90%;
    }
}

@media (max-width: 480px) {
    .section-hero {
        padding-bottom: 70px !important;
    }

    .section-scheduleMetting {
        font-size: 70%;
    }

    .banner-scheduleMeeting {
        margin-bottom: 6em;
        padding-top: 5.75em;
    }

    .banner-scheduleMeeting > .content {
        padding-top: 1em;
        column-gap: normal;
    }

    .banner-scheduleMeeting > .content > .text {
        width: 254px;
    }

    .bt-organic {
        padding-right: 1rem;
        width: 131px;
        height: 112px;
    }

    .bt-organic > .text {
        width: 70%;
    }
}

@media (max-width: 280px) {
    .banner-scheduleMeeting > .content {
        padding-top: 2em;
        column-gap: 1em;
    }

    .banner-scheduleMeeting > .content > .text {
        width: 194px;
    }

    .bt-organic {
        padding: 1em;
        width: 111px;
        height: 92px;
    }

    .bt-organic > .text {
        width: 90%;
    }
}
.sc-newHero {
  background: radial-gradient(#1c378b, #12286d);
  padding-top: 100px;
  color: white;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
}

.sc-newHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48ZmlsdGVyIGlkPSJub2lzZSI+PGZlVHVyYnVsZW5jZSBiYXNlRnJlcXVlbmN5PSIwLjkiIG51bU9jdGF2ZXM9IjQiIHJlc3VsdD0ibm9pc2UiLz48ZmVDb2xvck1hdHJpeCBpbj0ibm9pc2UiIHR5cGU9InNhdHVyYXRlIiB2YWx1ZXM9IjAiLz48L2ZpbHRlcj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsdGVyPSJ1cmwoI25vaXNlKSIgb3BhY2l0eT0iMC4wMiIvPjwvc3ZnPg==");
  background-size: 80px 80px, 80px 80px, 200px 200px;
  z-index: 1;
}

.sc-newHero > .container {
  position: relative;
  z-index: 2;
}

.sc-newHero__hero {
  display: flex;
  align-items: center;
  min-height: 70vh;
  gap: 60px;
}

.sc-newHero__content {
  flex: 1;
  max-width: 600px;
}

.sc-newHero__title {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #ffffff;
}

.sc-newHero__title--highlight {
  position: relative;
  color: white;
  display: inline-block;
  padding: 8px;
  margin: 0 4px;
}

.sc-newHero__title--highlight::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-image: url("//cdn2.scriptcase.com.br/lib/../home/img/new-hero/highlight.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.sc-newHero__subtitle {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}

.sc-newHero__buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.sc-newHero__button {
  padding: 18px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  min-width: 200px;
  justify-content: flex-start;
  position: relative;
}

.sc-newHero__button::before {
  content: "";
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.sc-newHero__button::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 9px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjQ0NDMgNC4wOUgxLjU1NTQyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTcuMTEwOTYgMC43NTY4M0wxMC40NDQzIDQuMDkwMkw3LjExMDk2IDcuNDIzNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 41px;
  transform: translate(-50%, -50%);
}

.sc-newHero__button--primary {
  background-color: #FF802F;
  color: #fff;
  box-shadow: 0 4px 20px rgba(255, 128, 47, 0.3);
}

.sc-newHero__button--primary:hover {
  background: #FF802F;
  text-decoration: none;
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 8px 30px rgba(255, 128, 47, 0.4);
}

.sc-newHero__button--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.sc-newHero__button--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.3);
}

.sc-newHero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.8);
}

.sc-newHero__feature {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sc-newHero__feature::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgNS4wNDI4NVY1LjUwMjg1QzEwLjk5OTQgNi41ODEwNSAxMC42NTAyIDcuNjMwMiAxMC4wMDQ2IDguNDkzNzVDOS4zNTkxIDkuMzU3MzUgOC40NTE2NSA5Ljk4OTEgNy40MTc3IDEwLjI5NDhDNi4zODM3IDEwLjYwMDUgNS4yNzg2NSAxMC41NjM4IDQuMjY3MjMgMTAuMTkwMkMzLjI1NTg0IDkuODE2NSAyLjM5MjMyIDkuMTI1OSAxLjgwNTQ4IDguMjIxNEMxLjIxODYzIDcuMzE2OSAwLjkzOTg5NCA2LjI0NjkgMS4wMTA4NCA1LjE3MUMxLjA4MTc4IDQuMDk1MTUgMS40OTg2IDMuMDcxMDMgMi4xOTkxNCAyLjI1MTRDMS44OTk2NyAxLjQzMTc3IDMuODQ2MzkgMC44NjA1NTYgNC44OTgwOSAwLjYyMjkzNkM1Ljk0OTggMC4zODUzMTYgNy4wNTAxNSAwLjQ5NDAzMSA4LjAzNSAwLjkzMjg2MU0xMSAxLjVMNiA2LjUwNUw0LjUgNS4wMDUiIHN0cm9rZT0iIzcyREZERSIgc3Ryb2tlLXdpZHRoPSIwLjc1IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.sc-newHero__databases {
  margin-top: 40px;
}

.sc-newHero__databases-title {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
  font-weight: 500;
}

.sc-newHero__databases-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sc-newHero__database {
  background: rgba(0, 212, 255, 0.1);
  color: #00d4ff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(0, 212, 255, 0.3);
  transition: all 0.3s ease;
}

.sc-newHero__database:hover {
  background: rgba(0, 212, 255, 0.2);
  border-color: rgba(0, 212, 255, 0.5);
}

.sc-newHero__visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sc-newHero__macbook {
  width: 440px;
  height: 270px;
  position: relative;
  filter: drop-shadow(0 45px 70px rgba(0, 0, 0, 0.5));
}

.sc-newHero__macbook-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  scale: 1.05;
}

.sc-newHero__screen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-newHero__play-button {
  width: 84px;
  height: 84px;
  background: #06c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 15;
  box-shadow: 0 8px 30px #06c;
}

.sc-newHero__play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 24px solid white;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 6px;
  z-index: 2;
  position: relative;
}

.sc-newHero__play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #06c;
  animation: pulse 2s infinite;
  z-index: 1;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.sc-newHero__see-how {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 140px;
  transform: rotate(15deg);
  pointer-events: none;
}

.sc-newHero__see-how img {
  width: 100%;
  height: auto;
}

.sc-newHero__stats {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 0;
  margin-top: 0rem;
}

.sc-newHero__stats .row .col:first-child {
  max-width: 280px;
}

.sc-newHero__stat {
  text-align: left;
}

.sc-newHero__stat-label {
  font-size: 1rem;
  margin-top: 5px;
}

.sc-newHero__stat-label span {
  color: rgba(255, 255, 255, 0.8);
}

.sc-newHero__stat-label strong {
  font-weight: 600;
}

.sc-newHero__brands {
  overflow: hidden;
  position: relative;
}

.sc-newHero__brands::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(to right, #172d77 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.sc-newHero__brands::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(to left, #142a71 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.sc-newHero__brands-track {
  display: flex;
  animation: marquee 40s linear infinite;
  gap: 80px;
  align-items: center;
}

.sc-newHero__brand {
  flex-shrink: 0;
  opacity: 0.7;
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}

.sc-newHero__brand img {
  height: 80%;
  width: auto;
  object-fit: contain;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 1230px) {
  .sc-newHero__hero {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    margin-top: 5vh;
  }

  .sc-newHero__title {
    font-size: 2.8rem;
  }

  .sc-newHero__buttons {
    flex-direction: column;
    align-items: center;
  }

  .sc-newHero__button {
    width: 100%;
    max-width: 280px;
    justify-content: flex-start;
  }

  .sc-newHero__features,
  .sc-newHero__databases {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .sc-newHero__databases-list {
    justify-content: center;
  }

  .sc-newHero__macbook {
    margin-top: 2rem;
    width: 100%;
    height: 100%;
    scale: 1;
  }

  .sc-newHero__play-button {
    width: 70px;
    height: 70px;
  }

  .sc-newHero__play-button::before {
    border-left: 20px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
  }

  .sc-newHero__see-how {
    display: none;
  }

  .sc-newHero__stats {
    border-top: 0;
    margin-top: 2rem;
    position: relative;
    z-index: -1;
  }

  .sc-newHero__stats .row .col:first-child {
    display: none;
  }
}

@media (max-width: 576px) {
  .sc-newHero {
    padding: 40px 0;
  }

  .sc-newHero__title {
    font-size: 2.2rem;
  }

  .sc-newHero__play-button {
    width: 60px;
    height: 60px;
  }

  .sc-newHero__play-button::before {
    border-left: 16px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
}

.banner-scheduleMeeting {
  background-image: none !important;
}

.sc-newHero__cards {
  margin-top: 28px;
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: center;
}

.sc-newHero__card {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  padding: 24px 28px;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sc-newHero__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.sc-newHero__card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sc-newHero__card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.sc-newHero__card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.sc-newHero__card-cta {
  align-self: flex-start;
  display: inline-block;
  background: #016630;
  border-color: #016630;
  color: #fff;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.sc-newHero__card-cta:hover,
.sc-newHero__card-cta:focus {
  opacity: 0.95;
  color: #fff;
  transform: translateY(-1px);
  text-decoration: none;
}

/* Variante CTA ghost (link secundário) */
.sc-newHero__card-cta--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  padding: 8px 14px;
  font-size: 0.9rem;
}

.sc-newHero__card-cta--ghost:hover,
.sc-newHero__card-cta--ghost:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

/* Card em destaque (protagonista) */
.sc-newHero__card--featured {
  transform: scale(1.04);
  z-index: 2;
}

.sc-newHero__card--featured:hover {
  transform: scale(1.04) translateY(-4px);
}

.sc-newHero__card--featured .sc-newHero__card-body h5 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
}

.sc-newHero__card--featured .sc-newHero__card-body p {
  font-size: 1rem;
  line-height: 1.55;
}

.sc-newHero__card--featured .sc-newHero__card-cta {
  padding: 13px 24px;
  font-size: 1rem;
}

/* Card compacto (secundário) */
.sc-newHero__card--compact {
  padding: 16px 20px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.sc-newHero__card--compact .sc-newHero__card-body {
  gap: 4px;
}

.sc-newHero__card--compact .sc-newHero__card-body h5 {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

.sc-newHero__card--compact .sc-newHero__card-body p {
  font-size: 0.82rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

.sc-newHero__card--compact:hover {
  transform: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Pill announcement (estilo Cusana) — acima da H1 */
.sc-newHero__pill {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  padding: 6px 14px 6px 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: all 0.2s ease;
}

.sc-newHero__pill:hover,
.sc-newHero__pill:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.sc-newHero__pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: linear-gradient(135deg, #00c07a 0%, #016630 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  border-radius: 999px;
  white-space: nowrap;
}

.sc-newHero__pill-text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

.sc-newHero__pill-arrow {
  font-weight: 700;
  transition: transform 0.2s ease;
  color: rgba(255, 255, 255, 0.75);
}

.sc-newHero__pill:hover .sc-newHero__pill-arrow {
  transform: translateX(3px);
  color: #fff;
}

@media (max-width: 1230px) {
  .sc-newHero__pill {
    align-self: center;
  }
}

@media (max-width: 576px) {
  .sc-newHero__pill {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .sc-newHero__pill-text {
    white-space: normal;
  }
}

/* CTA inline (Live Demo compactíssimo) */
.sc-newHero__inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  align-self: center;
  transition: all 0.2s ease;
}

.sc-newHero__inline-cta:hover,
.sc-newHero__inline-cta:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.sc-newHero__inline-cta-arrow {
  transition: transform 0.2s ease;
}

.sc-newHero__inline-cta:hover .sc-newHero__inline-cta-arrow {
  transform: translateX(3px);
}

/* Faixa compacta de bancos de dados */
.sc-newHero__db-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0 14px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  line-height: 1.5;
  flex-wrap: wrap;
}

.sc-newHero__db-strip-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}

.sc-newHero__db-strip-list {
  flex: 1;
  min-width: 0;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1230px) {
  .sc-newHero__db-strip {
    justify-content: center;
    text-align: center;
  }
}

/* ===== Card IA — versão DARK (gradiente roxo/ciano sobre o hero) ===== */
.sc-newHero__ai-video {
  padding: 38px 30px 26px;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(0, 198, 255, 0.22) 0%, transparent 55%),
    linear-gradient(135deg, rgba(106, 76, 255, 0.35) 0%, rgba(0, 198, 255, 0.18) 100%);
  border: 1px solid rgba(140, 110, 255, 0.55);
  box-shadow:
    0 0 0 1px rgba(106, 76, 255, 0.25),
    0 14px 40px rgba(106, 76, 255, 0.35),
    0 0 60px rgba(0, 198, 255, 0.18);
  transform: scale(1.02);
}

.sc-newHero__ai-video:hover {
  transform: scale(1.02) translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(106, 76, 255, 0.35),
    0 18px 50px rgba(106, 76, 255, 0.45),
    0 0 80px rgba(0, 198, 255, 0.25);
}

.sc-newHero__ai-video h5 {
  font-size: 1.35rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ffffff 0%, #b8c6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sc-newHero__ai-video p {
  color: rgba(255, 255, 255, 0.92);
}

.sc-newHero__ai-video-badge {
  position: absolute;
  top: -14px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #ff8a00 0%, #ff5e00 100%);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(255, 94, 0, 0.55);
  animation: scAiBadgePulse 2.4s ease-in-out infinite;
}

.sc-newHero__ai-video-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px #fff;
}

@keyframes scAiBadgePulse {
  0%, 100% { box-shadow: 0 6px 18px rgba(255, 94, 0, 0.5); }
  50%      { box-shadow: 0 6px 24px rgba(255, 138, 0, 0.75); }
}

.sc-newHero__ai-video-btn {
  background: linear-gradient(135deg, #6a4cff 0%, #00c6ff 100%) !important;
  border-color: transparent !important;
  padding: 12px 22px;
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(106, 76, 255, 0.45);
}

.sc-newHero__ai-video-btn:hover,
.sc-newHero__ai-video-btn:focus {
  background: linear-gradient(135deg, #7a5cff 0%, #1ad1ff 100%) !important;
  box-shadow: 0 10px 26px rgba(0, 198, 255, 0.55);
}

/* ===== Card IA — versão LIGHT (fundo claro, contraste alto) =====
   Aplicar adicionando a classe .sc-newHero__ai-video--light no mesmo elemento. */
.sc-newHero__ai-video--light {
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(0, 198, 255, 0.18) 0%, transparent 60%),
    linear-gradient(135deg, #ffffff 0%, #eef1ff 100%);
  border: 1px solid rgba(106, 76, 255, 0.35);
  box-shadow:
    0 0 0 1px rgba(106, 76, 255, 0.12),
    0 16px 40px rgba(12, 20, 60, 0.35),
    0 0 60px rgba(0, 198, 255, 0.12);
}

.sc-newHero__ai-video--light h5 {
  background: linear-gradient(135deg, #3b2bbf 0%, #0098c9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sc-newHero__ai-video--light p {
  color: rgba(20, 22, 60, 0.78);
}

.sc-newHero__ai-video--light .sc-newHero__ai-video-badge {
  color: #fff;
}

#modalDemo {
  z-index: 9999;
}

@media (max-width: 1230px) {
  .sc-newHero__cards {
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }

  .sc-newHero__card {
    text-align: center;
  }

  .sc-newHero__card-body {
    align-items: center;
  }

  .sc-newHero__card-cta {
    align-self: center;
  }

  .sc-newHero__ai-video-badge {
    left: 50%;
    transform: translateX(-50%);
  }
}

.sc-newHero__visual {
  display: flex;
  flex-direction: column; /* <--- ESSENCIAL para empilhar notebook e card */
  align-items: center;    /* centraliza o card abaixo do notebook */
  position: relative;
}

/* BLACK FRIDAY */
.blackfriday .selo {
  transform: scale(1.5);
}

.blackfriday .sc-newHero {
  background: #151831;
}

.blackfriday .sc-newHero__brands::before{
  background: linear-gradient(to right, #151831 0%, transparent 100%);
}

.blackfriday .sc-newHero__brands::after{
  background: linear-gradient(to left, #151831 0%, transparent 100%);
