@font-face {
    font-family: "Black";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/Montserrat-Black.eot");
    src: url("../fonts/Montserrat-Black.otf") format("otf"),
        url("../fonts/Montserrat-Black.ttf") format("truetype"),
        url("../fonts/Montserrat-Black.woff") format("woff"),
        url("../fonts/Montserrat-Black.woff2") format("woff2");
}

@font-face {
    font-family: "Bold";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/Montserrat-Bold.eot");
    src: url("../fonts/Montserrat-Bold.otf") format("otf"),
        url("../fonts/Montserrat-Bold.ttf") format("truetype"),
        url("../fonts/Montserrat-Bold.woff") format("woff"),
        url("../fonts/Montserrat-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Regular";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/Montserrat-Regular.eot");
    src: url("../fonts/Montserrat-Regular.otf") format("otf"),
        url("../fonts/Montserrat-Regular.ttf") format("truetype"),
        url("../fonts/Montserrat-Regular.woff") format("woff"),
        url("../fonts/Montserrat-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Light";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/Montserrat-Light.eot");
    src: url("../fonts/Montserrat-Light.otf") format("otf"),
        url("../fonts/Montserrat-Light.ttf") format("truetype") url("../fonts/Montserrat-Light.woff") format("woff"),
        url("../fonts/Montserrat-Light.woff2") format("woff2");
}

.content {
    max-width: 1250px;
    margin: auto;
}

.header {
    /* margin-top: -30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}

h1 {
    font-size: 1.5rem;
}

.f-Black {
    font-family: "Black";
}

.f-Bold {
    font-family: "Bold";
}

.f-Regular {
    font-family: "Regular";
}

.f-Light {
    font-family: "Light";
}

.text-center {
    text-align: center;
}

.bg-principal {
    background-color: #00ff99;
}

.bg-sec {
    background-color: #250045;
}

.color-white {
    color: #ffffff;
}

.color-principal {
    color: #00ff99;
}

.border-principal {
    border-color: #00ff99 !important;
}

.color-sec {
    color: #250045;
}

.color-ter {
    color: #ffb400;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.w-50 {
    width: 50% !important;
}

.gap-50 {
    gap: 50px;
}

.h-100 {
    height: 100%;
}

.h-auto {
    height: auto;
}

.p-30 {
    padding: 30px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.m-0 {
    margin: 0 !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.mx-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}
.mt-0 {
    margin-top: 0px;
}
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

a {
    font-style: none !important;
    text-decoration: none !important;
}

b,
strong {
    font-family: 'Black';
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    max-width: 100vw;
    background-position: center center;
    /* background-repeat: no-repeat; */
    /* height: 100%; */
    background-size: cover;
}

.tit-bg {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 2px solid #250045;
    border-bottom-width: 7px;
}

img.element {
    position: absolute;
    width: 85px;
}

.element1 {
    left: 0%;
    top: 25%;
    width: 70px !important;
    animation: float 5s ease-in-out infinite;
}

.element2 {
    left: 0;
    bottom: 20%;
    animation: float 2s ease-in-out infinite;
}

.element3 {
    right: 14%;
    bottom: 31%;
    width: 55px !important;
    animation: floatX 4s ease-in-out infinite;
}

.element4 {
    right: 0;
    top: -4%;
    animation: float 4s ease-in-out infinite;
}

.element5 {
    right: -4%;
    bottom: 46%;
    animation: floatX 7s ease-in-out infinite;
}

.list-slots {
    display: grid;
    grid-template-columns: repeat(1, auto);
    background: #00ff99;
    border-radius: 25px;
    padding: 10px 0;
}

.header-list-slots img {
    width: 85%;
}

.slot {
    width: 100%;
    position: relative;
}

.slot::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #250045;
}

.slot:nth-child(2n+1) {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.slot:nth-child(2n+1)::before {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    top: -7px;
    left: -7px;
}

.slot:nth-child(2n) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.slot:nth-child(2n)::before {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    top: -7px;
    right: -7px;
}

.btn-slots {
    border-radius: 25px;
    animation: pulse 1s infinite;
    background: #ffb400;
}
.defender{
    font-size: 1.2rem;
}
.btn-slots span {
    font-size: 1.7rem;
    text-shadow: 2px 2px white;
}

.disabled-button {
    opacity: 0.5;
    pointer-events: none;
    animation: none !important;
}

.iframe-maxima iframe {
    min-height: 300px;
    height: 650px;
    max-height: 75vh;
}

span.result-info {
    font-size: 25px;
    line-height: 1;
}

.block {
    filter: grayscale(1);
    animation: none !important;
    pointer-events: none;

}

.naoselecionado .scale {
    transform: scale(1) !important;
}

.naoselecionado {
    background: #ccc;
}

.naoselecionado div {
    opacity: 0.5;
}

.popup-slots {
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translatex(-50%);
    border: 2px solid;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    width: 75%;
    display: flex;
    align-items: center;
    color: white;
    background: rgba(37, 0, 69, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(37, 0, 69, 0.3);
    font-family: 'Regular';
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: top 0.5s ease, opacity 0.5s ease;
    max-width: 350px;
}

.popup-slots span {
    font-weight: 600;
}

.img-popup {
    margin-right: 10px;
}

.loader {
    display: block;
    position: relative;
    height: 12px;
    width: 80%;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

.loader:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #00ff99;
    animation: 6s prog ease-in infinite;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.text-carregando {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.scale {
    transform: scale(1.2);
}

.content-slots {
    margin-top: -90px;
}

.header-list-slots {
    margin-top: 15px;
}

.title-coluna {
    font-size: 1em;
    line-height: 1;
}

.assertividade .title-coluna {
    font-size: 0.9em;
}

.coluna-slot {
    background-color: #250045;
    padding: 5px;
    border-radius: 10px;
    width: 80%;
}

.assertividade {
    width: 65%;
}

.resultado-coluna {
    text-shadow: 0 0 5px #00ff99;
    font-size: 1.5em;
}

div#porcentagem {
    font-size: 1em !important;
}

.resultado-tempo {
    text-shadow: 0 0 5px #ffb400;
    font-size: 1.5em;
}

.effect-icon {
    position: relative;
}

.effect-icon::after {
    position: absolute;
    content: "<img src='images/checkmark.png'>";
    width: 13px;
    height: 13px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    /* background: #00ff99; */
    /* padding: 2px; */
    border: 2px solid #00ff99;
}

.animated1, .animated2 {
    display: none;
}

@keyframes prog {
    to {
        width: 100%;
    }
}

@media (min-width: 900px) {
    .w-lg-50 {
        width: 50% !important;
    }

    body {
        background-image: url("../images/bg-desk.webp");
        min-height: 100%;
        /* background-size: cover; */
    }

    .header {
        margin-top: 100px;
    }

    .carregando {
        max-width: 400px;
        margin: 15px auto;
    }

    .iframe-maxima {
        max-width: 1440px;
        margin: 15px auto;
    }

    .iframe-maxima iframe {
        height: 900px;
        /* max-width: 600px; */
        margin: auto;
        border-radius: 15px;
    }

    .content-slots {
        max-width: 650px;
        /* margin: 15px auto; */
    }

    .header {
        max-width: 420px;
        margin: auto;
    }

    .d-lg-none {
        display: none;
    }

    .d-lg-flex-column {
        flex-direction: column !important;
    }

    .d-lg-flex-row {
        flex-direction: row !important;
    }

    .list-slots {
        /* grid-template-columns: repeat(4, auto); */
        /* padding: 10px 25px; */
    }

    .d-lg-block {
        display: block;
    }
}

@media (max-width: 900px) {
    body {
        background-image: url("../images/bg-mobile.webp");
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(19, 243, 159, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(19, 243, 159, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(19, 243, 159, 0);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes floatX {
    0% {
        transform: translatex(0px);
    }

    50% {
        transform: translatex(-10px);
    }

    100% {
        transform: translatex(0px);
    }
}


@keyframes scaleAnimation {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #00ff99;
}

#successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #FFF;
}

#successAnimationResult {
    fill: #00ff99;
    opacity: 0;
}

#successAnimation.animated {
    animation: 0.5s ease-out 0s 1 both scaleAnimation;
}

#successAnimation.animated #successAnimationCircle {
    animation: 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationCheck {
    animation: 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationResult {
    animation: 0.3s linear 0.9s both fadeIn;
}