* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif
}

html,
body {
    overflow-x: hidden
}

html {
    font-size: 62.5%
}

img {
    max-width: 100%;
    display: block
}

button {
    background-color: transparent;
    cursor: pointer
}

.container {
    width: 100%;
    max-width: 124.6rem;
    padding: 0 15px;
    margin: 0 auto
}

h1,
h2 {
    font-weight: 700
}

h3,
h4 {
    font-weight: 400
}

h1,
h2,
h3,
h5 {
    line-height: 130%
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif
}

h1 {
    font-size: 4.8rem;
    color: #fff
}

h2 {
    font-size: 4.0rem;
    color: #fff
}

h3 {
    font-size: 1.6rem;
    color: #616161;
    font-weight: 600
}

h4 {
    font-size: 1.4rem;
    color: #999
}

.blc-comments {
    width: 100%;
    max-width: 38.0rem;
    height: 28.0rem;
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.5));
    box-shadow: 0 10px 15px rgba(59, 89, 178, 0.2);
    padding: 5rem;
    border-radius: 15px
}

.blc-comments .rating {
    margin-bottom: 1.0rem
}

.blc-comments .rating img {
    width: 40%
}

.blc-comments .text {
    font-size: 1.6rem;
    font-weight: 600;
    color: #4e5159
}

.blc-comments .avatar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 3.0rem
}

.blc-comments .avatar .image {
    width: 15%;
    margin-right: 1.5rem
}

.blc-comments .avatar .image img {
    border-radius: 50%
}

.btn-primary,
.btn-secondary,
.btn-notifica,
.btn-know-notifica {
    font-family: 'Inter', sans-serif;
    display: inline-block;
    line-height: 4.8rem;
    padding: 0 3.0rem;
    padding: 0 3.0rem;
    letter-spacing: 0.02em;
    transition: all .3s
}

.btn-primary,
.btn-secondary,
.btn-notifica,
.btn-know-notifica {
    border-radius: 100px;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0.02em
}

.btn-primary {
    background-color: #ff0;
    color: #008bff;
    font-weight: 800
}

.btn-primary:hover {
    background-color: #fff;
    color: #008bff
}

.btn-secondary {
    background-color: #008bff;
    color: #fff
}

.btn-secondary:hover {
    background-color: #4169e1;
    color: #fff
}

.input-email {
    width: 100%;
    max-width: 47%;
    border-radius: 5rem;
    margin: 0 auto;
    padding: 0.8rem 1rem;
    background-color: #fff;
    box-shadow: 0 0 0 6px rgba(77, 80, 255, 0.14);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.input-email .form-control {
    font-size: 1.5rem;
    color: #999999;
    width: 70%
}

.btn-notifica {
    background-color: #4169e1;
    color: #fff;
    margin-top: 3.5rem;
    font-size: 20px
}

.btn-notifica:hover {
    background-color: #fff;
    color: #4169e1
}

.btn-know-notifica {
    background-color: #4169e1;
    color: #fff;
    margin-top: 3.5rem;
    font-size: 20px
}

.btn-know-notifica:hover {
    background-color: #fff;
    color: #4169e1
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.0rem;
    display: flex;
    z-index: 2022
}

header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

header.fixed-menu {
    background: #0098ff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05)
}

header.fixed-menu .logo {
    background-image: url("../img/logo_notifica_white.svg")
}

header .logo {
    display: block;
    background: url("../img/logo_notifica_white.svg") no-repeat center center;
    width: 14.0rem;
    height: 6rem
}

@media (max-width: 820px) {
    header {
        display: none
    }

    header.fixed-menu {
        background: #0098ff;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05)
    }

    header.fixed-menu .logo {
        background-image: url("../img/logo_notifica_white.svg")
    }
}

@media (max-width: 560px) {
    header {
        display: none
    }

    header .container {
        margin-top: 2.4rem
    }
}

@media (max-width: 375px) {
    header {
        display: none
    }

    header .btn-primary {
        padding: 0 14px
    }
}

.header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.0rem;
    display: flex;
    z-index: 1;
    background: #0098ff
}

.header-mobile .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.header-mobile .logo {
    display: block;
    background: url("../img/logo_notifica_white.svg") no-repeat center center;
    width: 14.0rem;
    height: 6rem
}

@media (max-width: 1920px) {
    .header-mobile {
        display: none
    }
}

@media (max-width: 820px) {
    .header-mobile {
        display: block
    }

    .header-mobile .container {
        margin-top: 1.6rem
    }

    .header-mobile .container .logo {
        width: 12rem;
        height: 6rem
    }

    .header-mobile .container .btn-primary {
        font-size: 1.3rem;
        padding: 0 1rem
    }
}

@media (max-width: 560px) {
    .header-mobile {
        display: block
    }

    .header-mobile .container {
        margin-top: 1.6rem
    }
}

@media (max-width: 375px) {
    .header-mobile {
        display: block
    }

    .header-mobile .container {
        margin-top: 1.6rem
    }

    .header-mobile .container .logo {
        width: 12rem;
        height: 6rem
    }
}

.s-hero {
    width: 100%;
    height: 76.0rem;
    background-color: #1390ff;
    padding-top: 19.1rem;
    position: relative;
    z-index: 0
}

.s-hero .wave-img img {
    position: absolute;
    bottom: 0;
    z-index: -1
}

.s-hero .container .page-home {
    content: '';
    transform: translate(0px, 0px, 0px);
    background-image: linear-gradient(180deg, #fff 10%, #fff 30%, transparent 100%);
    opacity: .4;
    position: absolute;
    width: 100%;
    height: 50%;
    filter: blur(100px);
    border-radius: 50%;
    transform: translateY(-70%)
}

.s-hero .container h1 {
    font-weight: 100;
    text-align: center
}

.s-hero .container .typewrite {
    text-align: center;
    margin-bottom: 4.5rem
}

.s-hero .container .typewrite h1 a {
    font-size: 7.0rem;
    color: #ffffff;
    font-weight: 700
}

.s-hero .container .typewrite p {
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
    font-size: 2.4rem;
    color: #fff;
    margin-top: 3.0rem
}

.s-hero .container .title-mobile {
    text-align: center;
    margin-bottom: 4.5rem
}

.s-hero .container .title-mobile h1 {
    font-size: 7.0rem;
    color: #ffffff;
    font-weight: 700
}

.s-hero .container .title-mobile p {
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
    font-size: 2.4rem;
    color: #fff;
    margin-top: 3.0rem
}

@media (max-width: 1920px) {
    .s-hero .container .title-mobile {
        display: none
    }
}

@media (max-width: 820px) {
    .s-hero .container h1 {
        font-size: 4.0rem
    }

    .s-hero .container .typewrite {
        display: none
    }

    .s-hero .container .title-mobile {
        display: block
    }

    .s-hero .container .title-mobile h1 {
        font-size: 5.0rem
    }

    .s-hero .container .title-mobile p {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        font-size: 2.0rem;
        color: #fff;
        margin-top: 3rem
    }

    .s-hero .container .input-email {
        width: 100%;
        max-width: 92%
    }
}

@media (max-width: 560px) {
    .s-hero {
        height: 60rem
    }

    .s-hero .container h1 {
        font-size: 2.5rem
    }

    .s-hero .container .typewrite {
        display: none
    }

    .s-hero .container .title-mobile {
        display: block
    }

    .s-hero .container .title-mobile h1 {
        font-size: 3.9rem
    }

    .s-hero .container .title-mobile p {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        font-size: 1.6rem;
        color: #fff;
        margin-top: 3rem
    }

    .s-hero .container .input-email {
        width: 100%;
        max-width: 100%
    }

    .s-hero .container .input-email .form-control {
        width: 53%
    }
}

@media (max-width: 375px) {
    .s-hero {
        height: 60rem
    }

    .s-hero .container h1 {
        font-size: 2.2rem
    }

    .s-hero .container .typewrite {
        display: none
    }

    .s-hero .container .title-mobile {
        display: block
    }

    .s-hero .container .title-mobile h1 {
        font-size: 3.5rem
    }

    .s-hero .container .title-mobile p {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        font-size: 1.6rem;
        color: #fff;
        margin-top: 3rem
    }

    .s-hero .container .input-email {
        width: 100%;
        max-width: 100%
    }

    .s-hero .container .input-email .form-control {
        width: 51%
    }
}

.s-msg {
    background-color: #37bfff
}

.s-msg .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 6%
}

.s-msg .container .text {
    width: 100%;
    max-width: 50%
}

.s-msg .container .text h1 {
    margin-bottom: 3.0rem
}

.s-msg .container .text .text-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px
}

.s-msg .container .text .text-check img {
    width: 1.8rem;
    margin-right: 1.0rem
}

.s-msg .container .text .text-check p {
    font-size: 1.6rem;
    color: #fff
}

@media (max-width: 820px) {
    .s-msg .container .text {
        width: 100%;
        max-width: 100%
    }

    .s-msg .container .text h1 {
        text-align: center;
        font-size: 40px
    }

    .s-msg .container .text .text-check {
        display: block
    }

    .s-msg .container .text .text-check img {
        margin: 0 auto;
        margin-bottom: 1.0rem
    }

    .s-msg .container .text .text-check p {
        text-align: center
    }

    .s-msg .container .text .btn {
        display: flex;
        justify-content: center
    }

    .s-msg .container .image {
        display: none
    }
}

@media (max-width: 560px) {
    .s-msg .container .text {
        width: 100%;
        max-width: 100%
    }

    .s-msg .container .text h1 {
        text-align: center;
        font-size: 3.5rem
    }

    .s-msg .container .text .text-check {
        display: block
    }

    .s-msg .container .text .text-check img {
        margin: 0 auto;
        margin-bottom: 1.0rem
    }

    .s-msg .container .text .text-check p {
        text-align: center
    }

    .s-msg .container .text .btn {
        display: flex;
        justify-content: center
    }

    .s-msg .container .image {
        display: none
    }
}

@media (max-width: 375px) {
    .s-msg .container .text {
        width: 100%;
        max-width: 100%
    }

    .s-msg .container .text h1 {
        text-align: center;
        font-size: 2.8rem
    }

    .s-msg .container .text .text-check {
        display: block
    }

    .s-msg .container .text .text-check img {
        margin: 0 auto;
        margin-bottom: 1.0rem
    }

    .s-msg .container .text .text-check p {
        text-align: center
    }

    .s-msg .container .text .btn {
        display: flex;
        justify-content: center
    }

    .s-msg .container .image {
        display: none
    }
}

.s-brand {
    background-color: #37bfff
}

.s-brand .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13%
}

.s-brand .container .text {
    width: 100%;
    max-width: 52%
}

.s-brand .container .text h1 {
    margin-bottom: 3.0rem
}

.s-brand .container .text .text-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px
}

.s-brand .container .text .text-check img {
    width: 1.8rem;
    margin-right: 1.0rem
}

.s-brand .container .text .text-check p {
    font-size: 1.6rem;
    color: #fff
}

@media (max-width: 820px) {
    .s-brand .container .text {
        width: 100%;
        max-width: 100%
    }

    .s-brand .container .text h1 {
        text-align: center;
        font-size: 40px
    }

    .s-brand .container .text .text-check {
        display: block
    }

    .s-brand .container .text .text-check img {
        margin: 0 auto;
        margin-bottom: 1.0rem
    }

    .s-brand .container .text .text-check p {
        text-align: center
    }

    .s-brand .container .text .btn {
        display: flex;
        justify-content: center
    }

    .s-brand .container .image {
        display: none
    }
}

@media (max-width: 560px) {
    .s-brand .container .text {
        width: 100%;
        max-width: 100%
    }

    .s-brand .container .text h1 {
        text-align: center;
        font-size: 3.5rem
    }

    .s-brand .container .text .text-check {
        display: block
    }

    .s-brand .container .text .text-check img {
        margin: 0 auto;
        margin-bottom: 1.0rem
    }

    .s-brand .container .text .text-check p {
        text-align: center
    }

    .s-brand .container .text .btn {
        display: flex;
        justify-content: center
    }

    .s-brand .container .image {
        display: none
    }
}

@media (max-width: 375px) {
    .s-brand .container .text {
        width: 100%;
        max-width: 100%
    }

    .s-brand .container .text h1 {
        text-align: center;
        font-size: 2.8rem
    }

    .s-brand .container .text .text-check {
        display: block
    }

    .s-brand .container .text .text-check img {
        margin: 0 auto;
        margin-bottom: 1.0rem
    }

    .s-brand .container .text .text-check p {
        text-align: center
    }

    .s-brand .container .text .btn {
        display: flex;
        justify-content: center
    }

    .s-brand .container .image {
        display: none
    }
}

.s-service {
    background-color: #37bfff
}

.s-service .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13%
}

.s-service .container .text {
    width: 100%;
    max-width: 53%
}

.s-service .container .text h1 {
    margin-bottom: 3.0rem
}

.s-service .container .text .text-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px
}

.s-service .container .text .text-check img {
    width: 1.8rem;
    margin-right: 1.0rem
}

.s-service .container .text .text-check p {
    font-size: 1.6rem;
    color: #fff
}

@media (max-width: 820px) {
    .s-service .container .text {
        width: 100%;
        max-width: 100%
    }

    .s-service .container .text h1 {
        text-align: center;
        font-size: 40px
    }

    .s-service .container .text .text-check {
        display: block
    }

    .s-service .container .text .text-check img {
        margin: 0 auto;
        margin-bottom: 1.0rem
    }

    .s-service .container .text .text-check p {
        text-align: center
    }

    .s-service .container .text .btn {
        display: flex;
        justify-content: center
    }

    .s-service .container .image {
        display: none
    }
}

@media (max-width: 560px) {
    .s-service .container .text {
        width: 100%;
        max-width: 100%
    }

    .s-service .container .text h1 {
        text-align: center;
        font-size: 3.5rem
    }

    .s-service .container .text .text-check {
        display: block
    }

    .s-service .container .text .text-check img {
        margin: 0 auto;
        margin-bottom: 1.0rem
    }

    .s-service .container .text .text-check p {
        text-align: center
    }

    .s-service .container .text .btn {
        display: flex;
        justify-content: center
    }

    .s-service .container .image {
        display: none
    }
}

@media (max-width: 375px) {
    .s-service .container .text {
        width: 100%;
        max-width: 100%
    }

    .s-service .container .text h1 {
        text-align: center;
        font-size: 2.8rem
    }

    .s-service .container .text .text-check {
        display: block
    }

    .s-service .container .text .text-check img {
        margin: 0 auto;
        margin-bottom: 1.0rem
    }

    .s-service .container .text .text-check p {
        text-align: center
    }

    .s-service .container .text .btn {
        display: flex;
        justify-content: center
    }

    .s-service .container .image {
        display: none
    }
}

.s-company {
    background-color: #00bfff
}

.s-company .container {
    padding-top: 10%
}

.s-company .container .text {
    width: 100%;
    max-width: 71%;
    margin: 0 auto;
    margin-bottom: -100px
}

.s-company .container .text h2 {
    text-align: center
}

.s-company .container .image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    opacity: 66%;
    margin-bottom: -2%;
    margin-top: 8%
}

@media (max-width: 820px) {
    .s-company .container .text {
        width: 100%;
        max-width: 100%
    }

    .s-company .container .text h2 {
        text-align: center;
        margin-bottom: 0.1rem;
        font-size: 4.0rem
    }

    .s-company .container .image {
        flex-direction: column
    }
}

@media (max-width: 560px) {
    .s-company .container .text {
        width: 100%;
        max-width: 100%
    }

    .s-company .container .text h2 {
        text-align: center;
        font-size: 3.5rem;
        margin-bottom: 0.1rem
    }

    .s-company .container .image {
        flex-direction: column;
        margin-top: 8.0rem
    }
}

@media (max-width: 375px) {
    .s-company .container .text {
        width: 100%;
        max-width: 100%
    }

    .s-company .container .text h2 {
        text-align: center;
        font-size: 2.8rem;
        margin-bottom: 0.1rem
    }

    .s-company .container .image {
        flex-direction: column
    }
}

.s-know {
    background-color: #1390ff;
    margin-top: -8px
}

.s-know .container .text {
    text-align: center;
    padding-top: 10%
}

@media (max-width: 820px) {
    .s-know .container .text h1 {
        font-size: 4.0rem
    }
}

@media (max-width: 560px) {
    .s-know .container .text h1 {
        font-size: 3.5rem
    }
}

@media (max-width: 375px) {
    .s-know .container .text h1 {
        font-size: 2.8rem
    }
}

.s-come {
    background-color: #ffffff
}

.s-come .container .text {
    text-align: center;
    margin-top: 5%
}

.s-come .container .text p {
    font-size: 2.9rem;
    color: #1390ff;
    margin-bottom: 0.8rem
}

.s-come .container .text h1 {
    width: 100%;
    max-width: 52%;
    margin: 0 auto;
    color: #1390ff
}

@media (max-width: 820px) {
    .s-come .container .text p {
        font-size: 2.5rem
    }

    .s-come .container .text h1 {
        width: 100%;
        max-width: 100%;
        font-size: 4.0rem
    }
}

@media (max-width: 560px) {
    .s-come .container .text p {
        font-size: 2.0rem
    }

    .s-come .container .text h1 {
        width: 100%;
        max-width: 100%;
        font-size: 3.5rem
    }
}

@media (max-width: 375px) {
    .s-come .container .text p {
        font-size: 1.8rem
    }

    .s-come .container .text h1 {
        width: 100%;
        max-width: 100%;
        font-size: 2.8rem
    }
}

.s-comments {
    margin-bottom: -80px
}

.s-comments .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 3%
}

@media (max-width: 820px) {
    .s-comments .container {
        flex-direction: column
    }

    .s-comments .container .blc-comments {
        margin-bottom: 4.0rem;
        width: 100%;
        max-width: 64rem
    }

    .s-comments .container .blc-comments .rating img {
        width: 30%
    }

    .s-comments .container .blc-comments .avatar .image {
        width: 12%
    }
}

@media (max-width: 560px) {
    .s-comments .container {
        flex-direction: column
    }

    .s-comments .container .blc-comments {
        margin-bottom: 4.0rem
    }

    .s-comments .container .blc-comments .rating img {
        width: 45%
    }

    .s-comments .container .blc-comments .avatar .image {
        width: 18%
    }
}

@media (max-width: 375px) {
    .s-comments .container {
        flex-direction: column
    }

    .s-comments .container .blc-comments {
        height: 30rem
    }

    .s-comments .container .blc-comments .rating img {
        width: 50%
    }

    .s-comments .container .blc-comments .avatar .image {
        width: 20%
    }
}

.s-raise {
    background-color: #1390ff
}

.s-raise .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.s-raise .container .text {
    width: 100%;
    max-width: 39%
}

.s-raise .container .text h1 {
    margin-bottom: 3.0rem
}

.s-raise .container .text p {
    font-size: 1.6rem;
    color: #fff
}

.s-raise .container .image {
    width: 100%
}

.s-raise .cloud-image {
    margin-top: -8%
}

@media (max-width: 820px) {
    .s-raise .container {
        margin-top: 9%
    }

    .s-raise .container .text {
        width: 100%;
        max-width: 100%;
        margin-top: 30px
    }

    .s-raise .container .text h1 {
        text-align: center;
        font-size: 40px
    }

    .s-raise .container .text p {
        text-align: center
    }

    .s-raise .container .text .btn {
        display: flex;
        justify-content: center
    }

    .s-raise .container .image {
        display: none
    }

    .s-raise .cloud-image {
        margin-top: 10%
    }
}

@media (max-width: 560px) {
    .s-raise .container {
        margin-top: 14%
    }

    .s-raise .container .text {
        width: 100%;
        max-width: 100%;
        margin-top: 30px
    }

    .s-raise .container .text h1 {
        text-align: center;
        font-size: 3.5rem
    }

    .s-raise .container .text p {
        text-align: center
    }

    .s-raise .container .text .btn {
        display: flex;
        justify-content: center
    }

    .s-raise .container .image {
        display: none
    }

    .s-raise .cloud-image {
        margin-top: 10%
    }
}

@media (max-width: 375px) {
    .s-raise .container {
        margin-top: 20%
    }

    .s-raise .container .text {
        width: 100%;
        max-width: 100%;
        margin-top: 30px
    }

    .s-raise .container .text h1 {
        text-align: center;
        font-size: 2.8rem
    }

    .s-raise .container .text p {
        text-align: center
    }

    .s-raise .container .text .btn {
        display: flex;
        justify-content: center
    }

    .s-raise .container .image {
        display: none
    }

    .s-raise .cloud-image {
        margin-top: 10%
    }
}

footer {
    background-color: #ffffff;
    height: 250px
}

footer .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 3%
}

footer .container .link-menu h1 {
    color: #557cf2;
    font-size: 1.8rem;
    margin-bottom: 1.0rem
}

footer .container .link-menu ul li a {
    display: flex;
    font-size: 1.4rem;
    margin-bottom: 1.0rem;
    color: #616161
}

@media (max-width: 600px) {
    footer .container {
        flex-direction: column;
        margin-top: 10%
    }

    footer .container .link-menu h1 {
        text-align: center
    }

    footer .container .link-menu ul li {
        margin-bottom: 4.0rem
    }

    footer .container .link-menu ul li a {
        flex-direction: column;
        text-align: center
    }
}

.s-clients {
    padding: 64px 0;
    background: linear-gradient(180deg, #1390ff 0%, #1aa0ff 100%);
    color: #fff;
    position: relative;
}

.s-clients .clients-head h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 0 8px;
}

.s-clients .clients-head p {
    color: #FFFFFF;
    margin: 0 0 24px;
}

.clients-carousel {
    position: relative;
}

.cc-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    cursor: pointer;
    backdrop-filter: blur(6px);
    z-index: 2;
}

.cc-btn:hover {
    background: rgba(255, 255, 255, 0.18);
}

.cc-prev {
    left: -4px;
}

.cc-next {
    right: -4px;
}

.cc-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 8px 4px 8px 4px;
    scrollbar-width: thin;
}

.cc-track::-webkit-scrollbar {
    height: 8px;
}

.cc-track::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

.cc-card {
    flex: 0 0 85%;
    max-width: 85%;
    background: #FFFFFF;
    border: 2px solid #29315a;
    border-radius: 16px;
    padding: 20px;
    scroll-snap-align: center;
}

.cc-logo {
    height: 44px;
    width: auto;
    object-fit: contain;
    margin-bottom: 12px;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
}

.cc-card h3 {
    margin: 6px 0 6px;
    font-weight: 600;
}

.cc-card p {
    margin: 0 0 12px;
    color: #000000;
}

.cc-link {
    position: relative; z-index: 1;
    display: inline-block;
    padding: 10px 14px;
    border-radius: 10px;
    background: #1390ff;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: transform .15s ease, box-shadow .15s ease;
}

.cc-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(19, 144, 255, 0.25);
}

/* Responsivo */
@media (min-width: 640px) {
    .cc-card {
        flex-basis: 48%;
        max-width: 48%;
    }
}

@media (min-width: 1024px) {
    .cc-card {
        flex-basis: 32%;
        max-width: 32%;
    }

    .cc-prev {
        left: -12px;
    }

    .cc-next {
        right: -12px;
    }
}