@import "default.css";



.littleMoreRounded {
    border-radius: 0.50rem !important;
}

.modal-dialog-iframe-negocie-facil {
    width: 95vw !important;
    max-width: 95vw !important;
    height: 95vh !important;
}

#frmNegocieFacil {
    width: 90vw !important;
    height: 90vh !important;
}


/*shared Layout Header*/
.nav-link {
    font-family: Rubik-Regular;
    color: black !important;
    text-decoration: none;
    font-size: 12px !important;
}

.headerWhatsContainer {
    height: 40px;
    width: 160px;
    font-size: 10px
}

    .headerWhatsContainer > div > img {
        width: 40px;
    }

/*shared Layout Header*/

/*shared Layout footer*/

.footerMessage {
    color: black;
    font-size: 2rem;
}

    .footerMessage > span {
        color: var(--quite-default-green);
    }

.footerCard {
    color: black;
}

.footerCardTitle {
    font-size: 1.6rem;
    color: black;
    font-weight: bold;
}

.footerCardContent {
    color: rgba(0,0,0,0.55);
}

    .footerCardContent > a {
        text-decoration: none;
        color: rgba(0,0,0,0.55);
    }

.microImages {
    width: 20px;
}

/*shared Layout footer*/



/*Index*/


.recaptcha-container {
    height: auto;
    overflow: hidden;
}

    .recaptcha-container iframe {
        transform: scale(0.9);
        transform-origin: 0 0;
        width: 314px;
        min-height: 110px;
        padding: 5px;
    }

.cpfArea {
    background-image: url('/assets/images/bgPrincipal_Koin.png');
    background-position-x: 45%;
    height: 780px;
    background-color: #b8fac5;
}

.cpfAreaMobile {
    background-image: url('/assets/images/bgPrincipal_Koin.png');
    background-position-x: 75%;
    height: 780px;
    background-color: #b8fac5;
}

.text-black {
    color: black !important;
}

.carousel-container {
    overflow: hidden;
    width: 50%; /* Adjust this to fit the container */
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.carousel-track {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite; /* Infinite scroll animation */
}

.carousel-img {
    width: 20%; /* Adjust to show 5 images in the visible area */
    max-width: 150px;
    flex: 0 0 auto;
    background-color: black;
    margin-left: 15px;
    border-radius: 15px;
}

    .carousel-img > img {
        width: 80%;
    }

/* Keyframes for infinite scroll */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.carousel-vertical-container {
    overflow: hidden;
    height: 100%; /* Adjust this to fit the container */
    max-height: 450px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.carousel-vertical-track {
    display: block !important;
    width: max-content;
    animation: v-scroll 40s linear infinite; /* Infinite scroll animation */
}

.carousel-vertical-img {
    height: 20%; /* Adjust to show 5 images in the visible area */
    max-width: 150px;
    flex: 0 0 auto;
    background-color: black;
    margin-left: 15px;
    border-radius: 15px;
}

    .carousel-vertical-img > img {
        width: 80%;
    }


/* Keyframes for infinite scroll */
@keyframes v-scroll {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0%);
    }
}





.redRibbon {
    position: absolute;
    top: 20px;
    left: -40px; /* Adjust to align the ribbon diagonally */
    width: 200px;
    padding: 10px 0;
    background-color: red;
    color: black;
    text-align: center;
    font-weight: bold;
    transform: rotate(-45deg); /* Rotate the ribbon by -45 degrees */
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.ribbon {
    position: absolute;
    bottom: 110px;
    left: 65px; /* Adjust to align the ribbon diagonally */
    width: 450px;
    padding: 10px 0;
    background-color: var(--quite-default-green);
    color: black;
    text-align: center;
    font-weight: bold;
    transform: rotate(-15deg); /* Rotate the ribbon by -45 degrees */
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.no-ribbon {
    min-width: 350px;
    background-color: var(--quite-default-green);
    color: black;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}




.videoArea {
    background-image: url('/assets/images/bg_video.jpg');
    background-position-x: 40%;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    min-height: 639px;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}

    .videoArea > div {
        width: 100%;
        align-content: center;
        -ms-flex-line-pack: center;
        background: radial-gradient(66.34% 66.34% at 50% 25.71%, rgba(16, 24, 40, 0.3) 0%, rgba(16, 24, 40, 0.97) 100%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-direction: column; /* Stack children vertically */
        justify-content: center;
    }

        .videoArea > div > a {
            max-width: 100px;
            margin-top: auto;
            margin-bottom: auto;
            margin-left: auto;
            margin-right: auto;
            max-height: 100px;
        }

.outlined-text {
    font-size: 5.5rem;
    color: transparent; /* Makes the text fill transparent */
    -webkit-text-stroke: 2px white; /* Border around the text */
    margin-bottom: 0;
}






.cardNumbersContainer {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}
/*Index*/
