@charset "utf-8";

:root {
    --sc-blue: #1f67d2;
    --sc-blue-dark: #0e3f87;
    --sc-blue-soft: #eaf2ff;
    --sc-text: #1f2d3d;
    --sc-text-soft: #5f6f85;
    --sc-border: #dbe5f2;
    --sc-bg: #f3f7fc;
    --sc-white: #ffffff;
    --sc-shadow: 0 18px 40px rgba(22, 52, 103, 0.08);
    --sc-radius-xl: 24px;
    --sc-radius-lg: 18px;
    --sc-radius-md: 12px;
}

/* HERO */
.backgroud_topo {
    margin: 0;
    padding: 0;
    background: url('//cdn2.scriptcase.net/fr/lib/../features/img2/2026-imagem-de-fundo.png') no-repeat top center;
    background-size: auto 100%;
}
.features-hero {
    padding: 24px 24px 2rem;
    position: relative;
    overflow: hidden;
    clear: both;
}

.features-hero__container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 4rem;
    align-items: center;
}

.features-hero__title {
    margin: 0 0 18px;
    font-size: 3.2rem;
    line-height: 4.2rem;
    max-width: 720px;
}

.features-hero__title strong {
    color: var(--sc-blue);
}

.features-hero__text {
    margin: 2rem 0 2rem 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: var(--sc-text-soft);
}

.features-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
}

.btn {
    font-size: 1.2rem;
    padding: 0.6rem 1.6rem;
}

.btn-light {
    background: rgba(255, 255, 255, 0.82);
    color: var(--sc-blue-dark);
    border-color: #bfd0ea;
}

.btn-light:hover {
    background: #fff;
}

.features-hero__visual {
    position: relative;
    min-height: 460px;
}

/* 👇 A MÁGICA */
.hero__image {
    position: absolute;
    right: 12px;
    top: 60%;
    transform: translateY(-52%);
    width: 60%;
    pointer-events: none;
    z-index: 1;
}

.hero__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* CARDS */
.features-cards {
    padding: 0 1.8rem 2rem 1.8rem;
}

.features-cards__container {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(17.5rem, 1fr));
    gap: 1.625rem;
}

.feature-card {
    display: block;
    padding: 1.75rem;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.82);
    border: 0.0625rem solid var(--sc-border);
    border-radius: var(--sc-radius-lg);
    box-shadow: 0 0.5rem 1.5rem rgba(17, 45, 89, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 1.125rem 2.125rem rgba(17, 45, 89, 0.08);
    border-color: #c8d8ee;
}

.feature-card:hover {
    text-decoration: none;
}

.feature-card__header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.feature-card__icon {
    flex: 0 0 3.375rem;
    width: 3.375rem;
    height: 3.375rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.875rem;
    font-size: 1.5rem;
    line-height: 1;
    background: linear-gradient(180deg, #edf5ff 0%, #dceaff 100%);
    border: 0.0625rem solid #d3e2f6;
    transition: transform 0.22s ease;
}

.feature-card:hover .feature-card__icon {
    transform: scale(1.04);
}

.feature-card__header h3,
.feature-card h3 {
    margin: 0.8rem 0 0 0;
    font-size: 2rem;
    line-height: 1.8rem;
    font-weight: 700;
    color: var(--sc-text);
    word-break: break-all;
}

.feature-card p {
    margin: 0 0 0 0;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: var(--sc-text-soft);
}

.feature-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6875rem 1rem;
    border: 0.0625rem solid #bfd2ef;
    border-radius: 0.625rem;
    background: #f9fbff;
    color: var(--sc-blue);
    font-size: 0.9375rem;
    line-height: 1.2;
    font-weight: 700;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.feature-card:hover .feature-card__link {
    background: #eef5ff;
    border-color: #9dbbe7;
}

.features-cards__container > .feature-card:last-child:nth-child(odd) {
    grid-column: span 2;
}

.borda-final{
    border-right: 1px solid #EAEDF2;
}
.imagens-download {
    position:relative;
    box-shadow: 0 50px 138px rgba(62, 80, 98,0.10), 0 10px 38px rgba(62, 80, 98,0.1);
}
.imagem-a-frente{
    left: -12rem;
    top: 4rem;
}
.imagem-atras{
    left: 12rem;
    top: 8rem;
}

html,
body,
.container,
.bg-faded{
    width: 100%;
    padding: 0;
    margin: 0;
}

.sf{
    overflow: hidden;
}

.imagens-altura {
    overflow:hidden;
    height: 30rem;
}

@media (min-width: 1420px) {
    .hero__image {
        right: 8rem;
        max-width: 50rem;
    }
}

/* RESPONSIVO */
@media (max-width: 1140px) {
    .features-hero__container {
        grid-template-columns: 1fr;
        max-width: 1280px;
    }

    .hero__image {
        right: 0%;
        top: 54%;
        /* transform: translateY(-52%); */
        /* width: 60%; */
        /* pointer-events: none; */
        /* z-index: 1; */
        bottom: -10%;
    }
    .features-hero__text {
        max-width: 40%;
    }
    .features-hero__actions {
        display: grid;
        flex-wrap: wrap;
        gap: 14px;
        margin-bottom: 26px;
        grid-template-columns: 1fr;
        max-width: 40%;
    }
}

@media (max-width: 960px) {
}

@media (max-width: 768px) {
    .features-cards__container {
        grid-template-columns: 1fr;
    }
    .features-cards__container > .feature-card:last-child:nth-child(odd) {
        grid-column: span 1;
    }

    .hero__image {
        top: 58%;
    }
}

@media (max-width: 575.98px) {
    body {
        min-width: 320px;
    }
    .feature-card__header{
        display: grid;
        grid-template-columns: 1fr;
    }
    .feature-card__icon {
        width: 100%;
        height: 5rem;
        font-size: 2.6rem;
        line-height: 4rem;
    }
    .features-hero {
        padding: 24px 24px 0 24px;
        margin-bottom: 0;
    }
    .features-hero__text {
        max-width: 94%;
    }
    .features-hero__actions {
        margin-bottom: 1rem;
        max-width: 94%;
    }
    .hero__image {
        position: relative;
        max-width: 100%;
        width: 92%;
        bottom: 2%;
        right: 2%;
        transform: scale(1.2);
    }
    .features-hero__actions {
        margin-bottom: 1rem;
    }
    .feature-card{
        word-break: break-all;
    }
    .borda-final{
        border-right: 0;
        border-bottom: 1px solid #EAEDF2;
    }
}


/** Modal */
.modal {
    z-index: 9999999999;
}

.modal-video {
    background: rgba(45, 62, 80, .96);
    background: linear-gradient(90deg, rgba(45, 62, 80, .96) 0%, rgba(4, 69, 147, .96) 100%);
}

.modal-content {
    border-radius: 10px;
}

.yt-iframe {
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(45, 62, 80, .96) 0%, rgba(4, 69, 147, .96) 100%);
}

.modal-dialog {
    height: 80% !important;
    max-width: 80% !important;
    margin: 50px auto !important;
}

.video {
    background: transparent;
}

.modal-video-close {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    right: -50px;
    background: #FFFFFF;
    border-radius: 50%;
    font-size: 38px;
    line-height: 38px;
    z-index: 99999999;
    text-align: center;
    border: none;
    transition: all .5s;
}

img.icon-demo.mr-3.align-self-center {
    max-width: 150px;
}
