/*Font Styles*/
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.header-categories-por .uc-content p span a {
    color: #ffffff !important; /* Replace with your desired color */
}

.header-categories-por .uc-content p span a:hover {
    color: red !important; /* Replace with your desired hover color */
}

.header-categories-en .uc-content p span a {
    color: #ffffff !important; /* Replace with your desired color */
}

.header-categories-en .uc-content p span a:hover {
    color: #a9a9a9 !important; /* Replace with your desired hover color */
}

.span-text {
    color: rgb(250, 215, 73);
    cursor: pointer;
}

.span-text:hover {
    color: #a9a9a9;
}

.card-grid-container {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(0, 452px));
    column-gap: 24px;
    row-gap: 41px;
    overflow-x: hidden;
    padding: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: linear-gradient(0deg, #0d1117 0%, #0d1117 100%);
    width: 100%;
    max-width: 452px;
}

.card img {
    width: 100%;
    object-fit: contain;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card h1 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
    margin-top: 5px;
}

.card h2 {
    color: #bababa;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 125% */
    padding: 0 10px 22px 10px;
    margin-top: 5px;
}

.card-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 15px;
    width: 100%;
}

.btn-primary {
    display: flex;
    max-width: 204px;
    width: 100%;
    height: 48px;
    flex-direction: column;
    justify-content: center;

    border-radius: 5px;
    background: #ee3945;
    color: #fff;

    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    margin-left: 17px;
}

.btn-secondary {
    display: flex;
    max-width: 204px;
    width: 100%;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #ee3945;
    background: rgba(238, 57, 69, 0);
    color: #ee3945;

    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    margin-right: 17px;
}
.btn-vip {
    display: flex;
    max-width: 204px;
    width: 100%;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #ee3945;
    background: rgba(238, 57, 69, 0);
    color: #ee3945;

    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    margin-right: 17px;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.modal-content {
    max-width: 697px;
    width: auto;
    height: auto;
    margin: 7% auto;
    background-color: #0d1117;
    border-radius: 10px;
    cursor: default;
}

.modal-content-img {
    width: 100% !important;
}

.separator {
    background-image: linear-gradient(90deg, transparent, #ee3945, transparent);
    height: 1px;
    width: 100%;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: center; /* Center the content horizontally */
    position: relative;
    padding-top: 35px;
}

.close-modal {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url('https://bora-jogar.art/bajibr%20Assets/PromoBanner/PromoIcons/bora-promotions-pt/back-logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 25px;
    position: absolute;
    left: 0;
}

.modal-text > p {
    color: #bababa;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.modal-content > p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 140% */
    padding: 20px 0 21px 0;
}

.modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 50px 0 50px;
    margin-top: 40px;
}

.modal-text-body {
    padding-right: 25px;
}

.modal-text-title {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 70% */
    padding: 31px 0 20px 0;
}

.modal-text-title-non {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
    text-transform: uppercase;
    padding: 31px 0 19px 0;
}

.modal-text-title-nonm {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 70% */
    text-transform: uppercase;
    padding: 31px 0 20px 0;
    display: none;
}

.text-body-hidden {
    display: none;
}

.list-none {
    display: block;
    padding-top: 20px;
    margin-left: -15px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.list-none-center {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.modal-text-body > ol {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 158.333% */
    text-align: left;
}

.modal-text-body ul > li {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 158.333% */
    text-align: left;
    list-style-type: disc !important;
}

.modal-btn-container {
    display: flex;
    justify-content: center;
    padding: 0 28px 20px 28px;
    gap: 51px;
}
.modal-btn-container-non {
    display: flex;
    justify-content: center;
    padding: 0 28px 17px 28px;
}

.btn-info {
    color: #ee3945;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 137.5% */
    background: transparent;
    border: 1px solid #ee3945;
    border-radius: 5px;
    cursor: pointer;
    width: 264px;
    height: 50px;
}

.btn-register {
    width: 264px;
    height: 50px;
    border-radius: 5px;
    border-style: none;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    cursor: pointer;
    background-color: #ee3945;
    box-shadow: 0px 4px 4px 0px rgba(50, 50, 71, 0.08), 0px 4px 8px 0px rgba(50, 50, 71, 0.06);
}

@media only screen and (max-width: 1700px) {
    .modal-content {
        margin: 10% auto;
    }
}

@media only screen and (max-width: 1400px) {
    .modal-content {
        margin: 12% auto;
    }
}

@media only screen and (max-width: 1200px) {
    .modal-content {
        margin: 14% auto;
    }
}

@media only screen and (max-width: 850px) {
    .modal-content {
        margin: 28% auto;
    }
}

@media only screen and (max-width: 767px) {
    .modal-content {
        margin: 32% auto;
    }
}

@media only screen and (max-width: 628px) {
    .modal-content > p {
        padding: 20px 170px 21px 170px;
    }
}

@media only screen and (max-width: 600px) {
    .modal-content {
        margin: 38% auto;
    }
}

@media only screen and (max-width: 568px) {
    .modal-content > p {
        padding: 20px 120px 21px 120px;
    }
}

@media only screen and (max-width: 558px) {
    .modal-btn-container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .btn-info {
        width: 100%; /* Adjust as needed */
        font-size: 16px;
    }

    .btn-register {
        width: 100%; /* Adjust as needed */
        font-size: 16px;
    }

    .modal-header {
        padding-top: 41px;
        padding-bottom: 20px;
    }

    .modal-text {
        margin-top: 0;
        padding: 10px 22px 0 22px;
    }

    .modal-text-body {
        padding: 15px 10px 0 10px;
        margin-left: -22px;
    }

    .modal-text-title {
        display: none;
    }
    .modal-text-title-non {
        display: none;
    }

    .modal-text-mobile {
        display: block !important;
    }

    .modal-text-title-nonm {
        display: block !important;
    }
}

@media only screen and (max-width: 500px) {
    .modal-content {
        margin: 56% auto;
    }
}

@media only screen and (max-width: 468px) {
    .modal-content > p {
        padding: 20px 70px 21px 70px;
    }
}

@media only screen and (max-width: 450px) {
    .modal-content {
        margin: 70% auto;
    }
}

@media only screen and (max-width: 431px) {
    .grid-container {
        gap: 25px;
        padding: 10px;
    }
    .modal-content {
        margin: 30% auto;
    }
}

.no-scroll {
    overflow: hidden;
}

.modal-text-mobile {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 70% */
    display: none;
}

.has-table {
    padding: 0;
    margin: 0;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    text-align: left;
    border: 1px solid red; /* Red border */
    background-color: transparent; /* Transparent background */
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
    border: 1px solid red; /* Red border for cells */
    background-color: transparent; /* Transparent background for cells */
    text-align: center;
}

.styled-table thead tr {
    background-color: transparent; /* Transparent background for header row */
    color: #ffffff;
}

.styled-table tbody tr {
    border-bottom: 1px solid red; /* Red border for rows */
    background-color: transparent; /* Transparent background for rows */
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: transparent; /* Transparent background for even rows */
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid red; /* Red border for the last row */
}

/*Custom vip description*/
.vip-descr {
    max-width: 500px;
    width: 100%;
}

.vip-descr p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding-top: 20px;
    text-align: justify;
}

/* Navigation Styles */
.promocoes-bj-title {
    margin: auto;
    padding-top: 100px;
    padding-bottom: 50px;
}

.promocoes-bj-title h1 {
    font-family: Gabarito, serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}

.nav-promocoes-container {
    background-color: #0b0b0b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    gap: 80px;
}

.nav-promocoes-container div {
    font-family: 'Gabarito', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 3px;
}

.nav-border {
    height: 1px;
    background: linear-gradient(45deg, rgb(4, 7, 13) 19%, rgb(238, 57, 69) 51%, rgb(4, 7, 13) 82%);
    width: 100%;
}

@media screen and (max-width: 480px) {
    .nav-promocoes-container {
        gap: 40px;
        padding: 12px 0;
    }

    .promocoes-bj-title h1 {
        font-family: Gabarito;
        font-size: 32px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 1px;
        text-align: center;
    }

    .promocoes-bj-title {
        padding-top: 20px;
        padding-bottom: 25px;
    }
}
