:root {
    --one: #151414;
    --two: #f7f7f7;
    --three: #F12C4C;
    --four: #34ed91;
    --five: #E5D375;
    --six: #2c8ad9;
    --seven: #4cf800;
    --eight: #58b8e9;

    --bronze: #cd7f32;
    --silver: #c0c0c0;
    --gray: #a7a7a7;
    --gold: #E5D375;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--one);
    color: var(--two);
    overflow-x: hidden !important;
}

a,
a:hover {
    text-decoration: none!important;
}

/* A partir da segunda section do template */
section + section {
    margin-top: 5vh;
}
/* A partir da terceira section do template */
section + section + section {
    margin-top: 10vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
    font-weight: 800;
}

.display-2 {
    font-weight: 800!important;
}

.min-text {
    font-size: 8px;
}

.color-primary {
    color: var(--three);
}

.color-secondary {
    color: var(--seven);
}

.color-terceary {
    color: var(--six);
}

.color-warning {
    color: var(--five);
}

.color-gray {
    color: var(--gray);
}

.background-opaque {
    background: rgba(0, 0, 0, 0.4);
}

.background-primary {
    background-color: var(--one);
    color: var(--two);
}

.section-one {
    top: 0;
    min-block-size: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url("../img/banner.b30fb6246399.png"); */
    /* background-image: url("../img/bg-1.5fcbb459be16.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: 10% 0%;
}

.section-two {
    top: 0;
    min-block-size: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.section-three {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/bg-1.5fcbb459be16.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: 50% 0%;
}

.section-four {
    top: 0;
    min-block-size: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/bg-1.5fcbb459be16.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: 50% 0%;
}

.section-five {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-price {
    top: 0;
    min-block-size: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-price .border-green {
    border: 3px solid var(--four) !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
}

.section-price .border-red {
    border: 3px solid var(--five) !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
}

.section-40vh {
    top: 0;
    min-block-size: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Games */
.section-games {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-games .border-green {
    border: 3px solid var(--four) !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
    background: rgb(255,255,255);
    background: linear-gradient(45deg, rgba(255,255,255,0) 10%, rgba(52, 237, 145, 0.2) 100%);
}

.section-games .border-spaceman {
    border: 3px solid #D800EF !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
    background: rgb(255,255,255);
    background: linear-gradient(45deg, rgba(255,255,255,0) 10%, rgba(216, 0, 239, 0.2) 100%);
}

.section-games .border-aviator {
    border: 3px solid #C6153B !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
    background: rgb(255,255,255);
    background: linear-gradient(45deg, rgba(255,255,255,0) 10%, rgba(198, 21, 59, 0.2) 100%);
}

.section-games .border-football {
    border: 3px solid #4D7EF2 !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
    background: rgb(255,255,255);
    background: linear-gradient(45deg, rgba(255,255,255,0) 10%, rgba(77, 126, 242, 0.2) 100%);
}

.section-games .border-stelar {
    border: 3px solid #ffd409 !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
    background: rgb(255,255,255);
    background: linear-gradient(45deg, rgba(255,255,255,0) 10%, rgba(255, 212, 9, 0.2) 100%);
}

@media (min-width: 767px) {
    .section-one {
        top: 0;
        min-block-size: 87vh;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-image: url("../img/banner.b30fb6246399.png"); */
        background-image: url("../img/bg-1.5fcbb459be16.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-position: 80% 0%;
    }
    .section-four {
        top: 0;
        min-block-size: 87vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url("../img/bg-1.5fcbb459be16.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-position: 50% 50%;
    }
}

.btn {
    padding: 10px;
}
.btn-primary {
    color: var(--two) !important;
    background: var(--three) !important;
    border-color: var(--three) !important;
    box-shadow: 0 0 10px var(--three), 0 0 20px var(--three), 0 0 20px var(--three)!important;
}
.btn-secondary {
    color: var(--one) !important;
    border-color: var(--four) !important;
    background: var(--four)!important;
    box-shadow: 0 0 10px var(--four), 0 0 20px var(--four), 0 0 20px var(--four)!important;
}
.btn-terceary {
    color: var(--one) !important;
    border-color: var(--five) !important;
    background: var(--five)!important;
    box-shadow: 0 0 10px var(--five), 0 0 20px var(--five), 0 0 20px var(--five)!important;
}
.btn-fifth {
    color: var(--two) !important;
    background: var(--eight) !important;
    border-color: var(--eight) !important;
    box-shadow: 0 0 5px var(--eight), 0 0 15px var(--eight), 0 0 15px var(--eight)!important;
    transition: background-color 0.5s ease;
    animation: pulse 2s infinite;
}
.btn-fourth {
    color: var(--one) !important;
    background: var(--four) !important;
    border-color: var(--four) !important;
}
.btn-sixth {
    color: var(--two)!important;
    background: var(--four)!important;
    border-color: var(--four)!important;
    box-shadow: 0 0 10px var(--four),0 0 20px var(--four),0 0 20px var(--four)!important;
}

.btn-primary:hover, .btn-secondary:hover, .btn-terceary:hover, .btn-fifth:hover {
    color: var(--two) !important;
    border-color: var(--four) !important;
    background: var(--four)!important;
    box-shadow: 0 0 10px var(--four), 0 0 20px var(--four), 0 0 20px var(--four)!important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

.stick-alert {
    font-size: 14px;
}

.border-pontilhada {
    padding: 15px 15px 15px 15px;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: var(--four);
    border-radius: 8px 8px 8px 8px;
}
.fa-check-circle {
    color: var(--four) !important;
}


/* Slide */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 15px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 5px;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.swiper-wrapper {
    transition-timing-function: linear !important;
}

.overlay-text {
    position: absolute;
    bottom: 15px; /* Adjust as needed */
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 0 0 5px 5px;
    font-weight: 900;
    line-height: 10px;
    font-size: 10px;
}

.custom-border-img {
    border-radius: 5px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}


/* BADGES */
.badge_promo_pro {
    transform: rotate(7deg);
    position:absolute;
    background-color: #34ed91;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-left: -30px;

}
.badge_promo_gold {
    transform: rotate(7deg);
    position:absolute;
    background-color: #E5D375;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-left: -30px;
}

#floating-element {
    position: fixed;
    left: 0;        
    bottom: 0;      
    width: 200px;   
    height: 100px;
    z-index: 1;
    /* background-color: #f9f9f9; */
    border: 1px solid #ccc;
    padding: 10px;  
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}

/* Balão de comentário */
.comment-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    position: relative;
}

.comment-photo {
    position: absolute;
    top: -50px;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid var(--four);
    background-color: var(--two);
}

.comment-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-balloon {
    background-color: var(--two);
    border-radius: 20px;
    padding: 60px 20px 20px; /* Espaço no topo para a foto */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    color: var(--one);
}

/* section_how_works_1 */
.scroll-container {
	cursor: grab;
	user-select: none;
}

.scroll-container:active {
	cursor: grabbing;
}

.scroll-container::-webkit-scrollbar {
	height: 6px;
}

.scroll-container::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-track {
	background-color: #222;
}

.scroll-container img {
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    pointer-events: auto;
}

.rounded-custom {
	border-radius: 20px;
}

/* LINGUAGEM */
.fixed-language {
    position: fixed;
    left: 0;
    z-index: 999999;
}

.fixed-language .option-svg {
    width: 20px;
}

.fixed-language .selected-value {
    min-width: 65px;
    padding: 5px 10px;
    background: #333;
    color: white;
    border-radius: 0 0 10px 0;
}

.fixed-language .custom-options {
    position: absolute;
    top: 100%; /* Define onde aparece as demais bandeiras quando expandido */
    z-index: 2;
    display: none;
    padding: 0px;
}

.fixed-language .custom-option {
    min-width: 65px;
    padding: 5px 10px;
    background: #333;
    color: white;
}

.fixed-language .custom-option a {
    text-decoration: none!important;
    color: white!important;
}

.fixed-language .custom-option:hover {
    background-color: #555;
}


/* Plans */
@media (min-width: 768px) {
	.container-plan {
		max-width: 95%!important;
	}
}

@media (min-width: 2000px) {
	.container-plan {
		max-width: 1900px!important;
	}
}

.font-700 {
	font-weight: 700;
}
.text-dark {
	color: #555!important;
}
.badge_promo_affiliate {
    transform: rotate(-35deg);
    position: absolute;
    background-color: var(--gold);
	color: var(--two);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
	margin-left: -48px;
}
.badge_guarantee {
    transform: rotate(10deg);
    position: absolute;
	right: 0%;
	top: -8%;
}
@media (max-width: 768px) {
	.badge_guarantee {
		right: 0;
		top: 60%;
	}
}

.btn-invisible {
	background-color: transparent;
	color: #555555;
}
.border-green {
    border: 3px solid var(--four) !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
}

#player .fa-check-circle {
    color: var(--bronze) !important;
}

#analyst .fa-check-circle {
    color: var(--silver) !important;
}

#affiliate .fa-check-circle {
    color: var(--gold) !important;
}

#player .fa-plus-circle, #analyst .fa-plus-circle, #affiliate .fa-plus-circle {
	color: var(--four) !important;
}

.btn-plan {
	color: white;
	border-color: var(--four)!important;
	background-color: var(--four)!important;
	font-weight: 800;
}

.btn-plan:hover {
	box-shadow: 0 0 30px var(--four), 0 0 20px var(--four), 0 0 20px var(--four)!important;
	transition: 0.3s;
	color: white!important;
}

.min-text {
    font-size: 8px;
}

@keyframes fall {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.price_new {
    position: relative;
    display: inline-block;
    animation: fall 0.1s ease-in-out;
}


.badge-soft-success {
	color: #00864e;
	background-color: #ccf6e4;
	border-radius: 10px;
}
.badge-soft-info {
	background-color: #b4ebf7;
	border-radius: 10px;
}
.btn-whatsapp {
	color: white;
	border-color: #25d366!important;
	background-color: #25d366!important;
}
.btn-whatsapp-rounded {
	color: white;
	border-color: #25d366!important;
	background-color: #25d366!important;
	border-radius: 50px!important;
}
.btn:focus {
	box-shadow: none!important;
}
.btn-whatsapp:hover, .btn-whatsapp-rounded:hover, .btn-yellow-rounded:hover  {
	box-shadow: 1px 1px 14px rgb(26 225 26 / 60%);
	transition: 0.3s;
	color: white!important;
}


.currency-svg {
    width: 20px;
}

/* ICONE DE ATENDIMENTO  */
.chat-container {
    position: fixed;
    top: 100px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

.chat-icon {
    background: var(--seven);
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    padding: 8px 8px 0px 8px;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    animation: pulse-bg 1.5s infinite alternate;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Mantém a imagem estática dentro do botão */
.chat-icon img {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
}

/* Animação apenas no fundo */
@keyframes pulse-bg {
    0% {
        background: #3fc960; /* Verde padrão */
        box-shadow: 0px 0px 10px rgba(95, 255, 132, 0.5);
    }
    100% {
        background: #3dbd5b; /* Verde mais escuro */
        box-shadow: 0px 0px 30px rgba(83, 219, 114, 0.9);
    }
}

/* Estiliza o texto abaixo do botão */
.chat-label {
    margin-top: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
    line-height: 9px;
    font-size: 8px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}


/* ====== Container Principal do Chat ====== */
.chat-box {
    position: fixed;
    bottom: -500px;       /* começa oculto */
    right: 20px;
    width: 320px;
    height: 450px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    transition: bottom 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    z-index: 999;
    font-family: Arial, sans-serif;
}

/* Quando o chat está aberto */
.chat-box.open {
    bottom: 20px;
}

/* ====== Cabeçalho do Chat ====== */
.chat-header {
    background: var(--four);
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

/* ====== Área de Mensagens ====== */
.chat-messages {
    flex: 1;                /* ocupa o espaço vertical restante */
    padding: 10px;
    overflow-y: auto;       /* rolagem vertical */
    font-size: 14px;
    color: #000;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
}

/* ====== Mensagens (Geral) ====== */
.message {
    max-width: 75%;
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    color: black;
}

/* Mensagem do Suporte (lado esquerdo, cinza) */
.user-message {
    background: #e5e5e5;
    align-self: flex-start;
    border-radius: 10px 10px 10px 0;
}

/* Mensagem do Usuário (lado direito, verde) */
.bot-message {
    background: #c3e6cb;
    align-self: flex-end;
    border-radius: 10px 10px 0 10px;
}

/* ====== Divisor de Data ====== */
.date-divider {
    text-align: center;  
    color: gray;
    font-size: 12px;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
}

/* Destaque para "HOJE" */
.date-divider.hoje {
    display: inline-block;
    color: #444141;
    padding: 2px 2px;
    border-radius: 4px;
}

/* ====== Horário da Mensagem ====== */
.message .time {
    font-size: 10px;
    color: gray;
    display: block;
    text-align: right;
    margin-top: 5px;
}

/* ====== Área de Input e Botão ====== */
.chat-input {
    display: flex;
    padding: 8px;
    border-top: 1px solid #ddd;
    background: white;
}

.chat-input input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: black;
}

.chat-input button {
    background: var(--eight);
    color: white;
    border: none;
    padding: 8px 12px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

/* Garantir texto em cor preta nas mensagens */
.chat-messages, .chat-input input, .message {
    color: black;
}

