@font-face {
    font-family: 'AvantGarde';
    src: url('../fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_Bold/ITC-Avant-Garde-Gothic-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGarde';
    src: url('../fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_CE_Book/AvantGardeCE-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGarde';
    src: url('../fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_CE_Demi/AvantGardeCE-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGarde';
    src: url('../fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_Medium/ITC-Avant-Garde-Gothic-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}


.concurrency_f {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    text-transform: uppercase !important;
}


/* #confirm_all{
    padding: 2rem;
} */


.card {
    display: flex;
    flex-direction: column;
    min-width: 160px;
    border-radius: 8px;
    padding: 20px;
    padding-top: 8px;
}

.card-title {
    margin: 0;
    padding-bottom: 15px;
    text-align: center;
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
    /* Prevents title from shrinking */
}


.cta-section{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 45px;
    margin-left: auto;
    margin-right: auto;
}

.action-container{
    text-align: center;
    width: 90px;
}

.action-container p {
    color: #000000;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}

.action-container button{
    background-color: transparent;
    color: #2FB7A5;
    border: none;
    padding: 0;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
}

.adj-action-container{
    width: 105px;
}

.prevent-long-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.container-usr-menu-cart {
    display: flex;
    justify-content: flex-end;
    padding-top: 24px;
    padding-bottom: 12px;
    padding-right: 15px;
}

.usr-menu-cart {
    align-items: center;
    display: flex;
    gap: 8px;
}

.usr-menu-cart ul {
    margin: 0;
    padding-left: 14.5px;
    display: flex;
    gap: 20px;
}

.usr-menu-cart li {
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #0F233C;
    cursor: pointer;
}

.usr-menu-cart li span {
    position: relative;
    left: -2px;
  }


.promo-text{
    font-weight: 700;
    color: #0F233C;
}

#logo-mob-1,
#logo-mob-2,
#logo-mob-3,
#logo-mob-4,
#logo-mob-5{
    display: none;
}


.usr-menu-cart ::marker {
    color: white;
}

.user_name {
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    margin: 0;
}

.blue-dark-color {
    color: #0F233C;
}

.white-color {
    color: white;
}

.gap_public {
    gap: 4px;
}

.usr-menu-cart-games{
    padding-top: 0;
    padding-bottom: 0;
}


.card-description {
    flex-grow: 1;
    /* Takes up available space */
    overflow-y: auto;
    /* Adds scroll if content is too long */
    padding: 2px 0;
    font-size: 14.5px;
    font-weight: 500;
    font-family: 'AvantGarde', sans-serif;
}

.prize99_ballots {
    font-size: 18.5px;
    font-weight: 600;
}

.concurrency-large{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase !important;
}

.concurrency-short{
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase !important;
}

.card-button {
    flex-shrink: 0;
    /* Prevents button from shrinking */
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: auto;
    /* Pushes button to bottom */
}

.card-button:hover {
    background-color: #45a049;
}




#sections-mov,
#options-mobile {
    display: none;
}

.mobile-header {
    display: none;
}

.games-mobile {
    display: none;
}

.automate-purchases-mobile {
    display: none;
}

.container {
    margin: 0;
    padding: 0;
}

.big-dot {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    max-height: 20px;
}

.results-desktop {
    padding: 0;
}

.end-lines {
    display: none;
}

.container-header {
    /* background: linear-gradient(to right, rgba(0, 143, 115, 1), rgba(13, 183, 162, 1)); */
    background: #00B4A2;
    background: -webkit-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00B4A2", endColorstr="#008F73", GradientType=1);
}

.container-first-half {
    background: #00B4A2;
    background: -webkit-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00B4A2", endColorstr="#008F73", GradientType=1);
    font-family: 'AvantGarde', sans-serif;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
}

.click-here-container {
    background-color: white;
    color: #acb3b8;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 40px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding: 15px;
}

.mxn-price {
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: uppercase !important;
}

.mxn-adjust {
    padding-left: 8.5%;
}

.game_link {
    background-color: #0F233C;
    text-align: right;
    padding: 2%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.game_link ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: right;
    padding-right: 5px;
}

.game_link li {
    color: #2FB7A5;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    cursor: pointer;
}

.game_link li:first-child {
    list-style-type: none;
}

.game_link li a {
    text-decoration: none;
    color: #2FB7A5;
}





.big-logo-container {
    padding: 2rem;
    padding-top: 7rem;
    padding-bottom: 1.6rem;

}

.logo img {
    width: 100px;
    height: auto;
}


.all-desktop-container {
    max-width: 1390px;
    min-width: 1300px;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    padding-bottom: 5px;
}

.first-game {
    display: flex;
    font-family: 'AvantGarde', sans-serif;
    margin-left: 5rem;
    margin-top: 5rem;
}

.first-game-name {
    color: #00B4A2;
    font-size: 40px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.first-date-name {
    color: #0F233C;
    font-size: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text_adjust {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.prize-first-game {
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.right-icon {
    color: #00B4A2;
    font-family: 'AvantGarde', sans-serif;
}

.right-icon img {
    width: 18px;
}

.right-adjust {
    padding-right: 3%;
}

.right-icon-desktop {
    color: #00B4A2;
    font-size: 50px;
    font-family: 'AvantGarde', sans-serif;
}

.prize-container {
    display: flex;
    align-items: end;
    width: 100%;
}

.prize {
    font-size: 110px;
    font-family: 'AvantGarde', sans-serif;
}

.currency {
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 0.25rem;
    font-family: 'AvantGarde', sans-serif;
    text-transform: uppercase !important;
}

.participate-here {
    font-family: 'AvantGarde', sans-serif;
    margin-left: 5rem;
    font-size: 40px;
    font-weight: bold;
    color: #00B4A2;
}

.other-games {
    display: flex;
    font-size: 30px;
    font-family: 'AvantGarde', sans-serif;
    justify-content: space-between;
}

.other-games-container {
    font-family: 'AvantGarde', sans-serif;
    display: flex;
    justify-content: space-between;
    margin-right: 3rem;
    margin-bottom: 1.5rem;
}

.game-container-right {
    font-size: 35px;
    font-family: 'AvantGarde', sans-serif;
}

.game-container-left {
    font-size: 35px;
    font-family: 'AvantGarde', sans-serif;
}

.second-game-title {
    color: #00B4A2;
    font-size: 40px;
    font-weight: bold;
    font-family: 'AvantGarde', sans-serif;
}

.green-color {
    color: #00B4A2;
}

.green-bold-text {
    color: #00B4A2;
    font-weight: bold;
    font-family: 'AvantGarde', sans-serif;
}

.pointer_cursor {
    cursor: pointer;
}

.last-text {
    display: none;
}

.text-participate-here {
    margin-top: 1rem;
}

hr.styled-line {
    border: none;
    border-top: 3px solid #888;
    width: 90%;
    margin: 20px auto;
    border-width: 1.5px;
}

.logo-container-desktop {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.blue-filter {
    filter: brightness(0) saturate(100%) invert(9%) sepia(77%) saturate(1130%) hue-rotate(186deg) brightness(94%) contrast(93%);
}

.icon {
    justify-content: space-around;
    min-width: 130px;
    display: flex;
}

.icon img {
    width: 32px;
    height: auto;
}

.icon-menu img {
    width: 50px;
    height: auto;
}

.image-logo-desktop {
    width: 38%;
    min-width: 380px;
    max-width: 530px;
    padding-bottom: 1rem;
}

.up-container-desktop {
    background: #00B4A2;
    background: -webkit-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00B4A2", endColorstr="#008F73", GradientType=1);
    padding: 23px;
    padding-bottom: 0.1px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}


.icon-group {
    display: flex;
    gap: 6px;
    align-items: center;
    padding-right: 2%;
}

.adjust_margin_bottom {
    margin-bottom: 0;
}

.icon-group-mobile {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding-top: 0.2rem;
}

.ul_mob_final {
    display: flex;
    gap: 19px;
    padding-left: 13px;
}

.ul_mob_final li {
    font-size: 13px;
}

.ul_mob_final ::marker {
    color: white;
}

.promo-desktop {
    font-size: 15px;
    color: #BDBDBD;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    padding-top: 1.2rem;
    background-color: white;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-bottom: 1rem;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    margin-right: 6%;
}

.container-logo-end-footer {
   width: 58px;
   padding-top: 4px;
   padding-left: 2px;
}

.container-logo-end-footer img {
    width: 100%;
}


.local-currency {
    font-size: 15.5px;
    text-transform: uppercase !important;
}

.games-desktop {
    display: flex;
    padding-bottom: 25px;
    justify-content: space-between;
}

.common_all_content {
    display: flex;
    justify-content: space-between;
}

.confirm {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 70px;
    border-radius: 20px;
    border: 1px solid gray;
    width: 40%;
    min-width: 555px;
    margin-left: auto;
    margin-right: auto;
}

.container-image-graduate {
    width: 65%;
}

.image-right-desktop {
    width: 100%;
    min-height: 480px;
    object-fit: cover;
    border-bottom-left-radius: 20px;
}

.under-container {
    width: 100%;
    background-color: #0F233C;
}

.under-container ul {
    margin-top: 0;
    padding: 0;
    display: flex;
    justify-content: right;
    padding-right: 5px;
    color: white;
}

.under-container ul li:first-child {
    list-style-type: none;
    padding-left: 29px;
}

.under-container ul li a {
    text-decoration: none;
    color: #2FB7A5;
}

.under-container li {
    color: #2FB7A5;
    margin: 1%;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 700;
    font-size: 16.5px;
}

.games-left-desktop {
    width: 34%;
    min-width: 444px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lower-games-left-desktop {
    display: flex;
    /* margin-bottom: 2rem; */
    margin-top: 3%;
    align-items: center;
}



.big-game-desktop {
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
    align-items: center;
}

.big-game-name-desktop {
    display: flex;
    width: 100%;
}

.other-games-container-desktop {
    display: flex;
    width: 100%;
    font-family: 'AvantGarde', sans-serif;
}

.text-first-game {
    padding-left: 1.5rem;
    font-size: 18px;
    font-family: 'AvantGarde', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.left-content-max {
    display: none;
}

.section-numbers-games {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;

}

.section-numbers-games ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.section-numbers-games li {
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-right: 32px;
    color: #acb3b8;
    cursor: pointer;
}

.section-numbers-games li:first-child {
    list-style-type: none;
    margin-left: 39px;
}

.automate-purchases-desktop {
    font-size: 1em;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'AvantGarde', sans-serif;
}

.big-prize-desktop {
    font-size: 3rem;
    font-family: 'AvantGarde', sans-serif;
}

.footer-logo {
    margin-bottom: 1%;
    height: auto;
}

.footer-tyc-faq {
    margin: 1rem;
    padding-top: 5px;
    align-items: center;
}


.footer-tyc-faq ul {
    margin: 0;
    padding: 0;
    margin-bottom: 1.5%;
    display: flex;

}

.footer-tyc-faq li {
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin-right: 32px;
    color: #acb3b8;
    cursor: pointer;
}

.footer-tyc-faq a {
    text-decoration: none;
    color: #acb3b8;
}

.footer-tyc-faq li:first-child {
    list-style-type: none;
    padding-top: 2px;
}

.footer-tyc-faq ::marker {
    font-weight: 700;
    font-size: 15px;
}

.capitalize {
    text-transform: uppercase;
}

.footer_sections_end {
    padding-top: 1%;
    display: flex;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #acb3b8;
}

.footer_left {
    width: 47.5%;
    padding-right: 2%;
    border-right: 1.5px solid #acb3b8;

}

.footer_right {
    width: 45%;
    padding-left: 2%;
}

.master_card_icon {
    width: 42px;
}

.footer-section-images {
    display: flex;
    gap: 35px;
    align-items: center;
    padding-right: 4%;
    height: 74px;
}

.open_pay_icon {
    width: 100px;
    display: none !important;
}

.eighteen_icon {
    width: 30px;
}

.payment_icons {
    width: 60px;
}

/* body {
    padding: .4rem;
} */

.all-games-container-desktop {
    max-width: 30rem;
}


.lines-desktop {
    width: 90%
}

.line-container-desktop {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
}

.two-columns-desktop {
    display: none;
}

.logo_end {
    padding-top: 19%;
}

#left-icon-second,
#right-icon-second {
    width: 15px;
}

#line-common {
    display: none;
}

.margin-three{
    margin-right: 3px;
}

@media (max-width: 900px) {
    .three-columns-desktop {
        display: none;
    }

    .games-left-desktop {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    .footer-tyc-faq {
        padding-top: 2%;

        li {
            font-size: 14px;
        }
    }

    .footer_left {
        width: 50%;
    }

    .footer_right {
        width: 40%;
    }

    .image-right-desktop {
        height: 30rem;
    }

    .logo_end {
        border: none;
        padding-top: 12%;
    }

    #line-common {
        display: block;
    }

}


@media (max-width: 759px) {

    .confirm {
        width: 94%;
        min-width: auto;
        padding: 6px;
    }

    .all-desktop-container {
        min-width: auto;
    }

    /* #confirm_all{
        padding: 12px;
    } */

    .confirm h2 {
        font-size: 18px;
    }

    #confirm99 {
        font-size: 15px;
    }

    #sections-mov {
        display: flex;
        width: auto;
        margin-top: 5%;
        justify-content: center;
        overflow: auto;
    }

    #sections-mov ul {
        gap: 20px;
        padding-left: 95px;
        padding-right: 10px;
    }

    #sections-mov li {
        font-size: 14.5px;
        white-space: nowrap;
    }

    .section-numbers-games li:first-child {
        margin-left: 0;
    }

    .mobile-header {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        background: #00B4A2;
        background: -webkit-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
        background: -moz-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
        background: linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00B4A2", endColorstr="#008F73", GradientType=1);
        display: block;
    }

    .games-mobile {
        display: block;
        padding: 10px;
        padding-bottom: 0;
    }

    .desktop-part,
    #tyc-desktop,
    #responsible-desktop {
        display: none;
    }

    .games-desktop {
        display: none;
    }


    .adjust-margin-left {
        margin-left: 4px;
    }

    .destktop-header {
        display: none;
    }

    #options-mobile {
        display: flex;
    }

    body {
        padding: 0rem;
        margin: 0rem;
    }




    .container-first-half {
        font-size: 14px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }

    .click-here-container {
        font-size: 13px;
        padding: 12px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .first-game {
        width: 93%;
        margin-left: auto;
        margin-top: 1.5rem;
    }

    .first-date-name {
        font-size: 15px;
    }

    .first-game-name {
        font-size: 15px;
    }


    .right-icon {
        width: 15px;
    }

    .right-icon img {
        width: 14px;
    }

    .prize {
        font-size: 38px;
        margin-left: 3%;
    }

    .end-lines {
        display: block;
        margin: 10px auto !important;
    }

    .currency {
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .participate-here {
        width: 91%;
        margin-top: 2%;
        font-size: 15px;
        margin-left: auto;
        margin-bottom: 1.5rem;
    }

    .other-games {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 7%;
    }

    .other-games-container {
        width: 100%;
        margin: 0;
        padding-left: 14px;
        padding-right: 14px;
    }

    .game-container-left,
    .game-container-right {
        font-size: 14px;
    }

    .second-game-title {
        font-size: 1rem;
        margin-bottom: 5%;
    }

    .text-participate-here {
        font-size: 15px;
    }

    .last-text {
        display: block;
        font-family: 'AvantGarde', sans-serif;
        text-align: center;
        font-size: 14px;
    }

    hr.styled-line {
        border: none;
        border-top: 2px solid #acb3b8;
        width: 100%;
    }

    .icon-mobile img {
        width: 27px;
    }

    .logo img {
        width: 51px;
    }

    .icon-menu-mobile img {
        width: 22px
    }

    .prize-first-game {
        margin-top: -2px;
    }
    .menu-cart {
        height: auto
    }

    .menu-cart ul {
        padding-left: 12px !important;
        gap: 21px !important;
    }

    .menu-cart li {
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    .section-numbers-games {
        margin-top: 3%;
        padding-bottom: 3%;
        margin-left: 2px;
        width: 98%;
        justify-content: center;
        border-bottom: 2px solid #adadad;

        li {
            font-size: 15px;
            margin-right: 18px;
        }

        li:last-child {
            margin-right: 0;
        }

        ::marker {
            font-size: 13px;
        }

    }

    .section-numbers-games ul {
        justify-content: center;
    }

    .section-numbers-games ul {
        justify-content: center;
    }

    .section-numbers-games li:first-child {
        list-style-type: none;
        margin-left: 0px;
    }

    .footer_sections_end {
        display: block;
    }

    .footer_left {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }

    .footer_right {
        width: 100%;
        padding-left: 0;
    }

    .footer-tyc-faq {
        margin-right: 0;
        padding-top: 0;

        ul {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        li {
            font-size: 13px;
            margin-right: 0;
        }

        li:nth-child(4) {
            list-style-type: none;
            padding-top: 1px;
        }

        ::marker {
            font-size: 13px;
        }

    }

    #line-common {
        display: none;
    }

    .footer-section-images {
        padding:0 !important;
        justify-content: space-between;
        gap: 0;
        margin-top: 5%;
        margin-bottom: 4%;
    }

    .container-titles-prizes {
        display: block;
        min-width: 86%;
    }

    .counters {
        width: 91%;
        margin-left: auto;
        font-size: 14px;
        margin-top: 1%;
    }

    .containers-only-titles {
        display: flex;
        justify-content: space-between;
        height: auto;
    }

    .containers-only-prizes {
        display: flex;
        justify-content: space-between;
        height: auto;
    }

    .titles {
        font-weight: 700;
        font-size: 14.3px;
        color: #00B4A2;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .prizes {
        font-weight: 500;
        font-size: 13.5px;
        color: #0F233C;
        width: 133px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .exchange {
        font-weight: 600;
        font-size: 15.5px;
        overflow-wrap: break-word;
        text-transform: uppercase !important;
    }

    .cta-section{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .cta-section p {
        font-size: 13px;
    }

    .container-logo-end-footer{
        display: none;
    }

    #logo-mob-1,
    #logo-mob-2,
    #logo-mob-3,
    #logo-mob-4,
    #logo-mob-5{
        display: block;
    }

    .adj_legals{
        padding: 13px;
    }

    .transform {
        text-transform: uppercase !important;
    }

    .border-top {
        border-top: 2px solid #adadad;
        padding-top: 5px !important;
    }

    .footer-logo {
        width: 49px !important;
        margin-top: 2%;
    }

    .container-usr-menu-cart {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0;
    }
    
    .usr-menu-cart {
        gap: 5px;
    }
    
    .usr-menu-cart ul {
        margin: 0;
        padding-left: 14.5px;
        display: flex;
        gap: 14px;
    }
    
    .usr-menu-cart li {
        font-size: 14px;
    }
    
    .usr-menu-cart li span {
        left: -3px;
      }
    
    .usr-menu-cart ::marker {
        color: white;
    }
    
    .user_name {
        font-size: 14px;
    }

    .header{
        padding-top: 18px;
        padding-bottom: 9px;
    }

    .container-usr-menu-cart-mob{
        padding: 0;
    }

    .bullet-menu-green ::marker {
        color: #2FB7A5;
    }
    #pad-mob{
        padding: 13px;
    }



}


@media(min-width: 319px) and (max-width: 359px) {
    .section-numbers-games {
        li {
            font-size: 13.5px;
            margin-right: 16px;
        }
    }

    .footer-tyc-faq {

        gap: 12px;

        li {
            font-size: 12px;
            margin-right: 0;
        }

        ::marker {
            font-size: 11px;
        }
    }

}


@media(min-width: 389px) and (max-width: 420px) {

    .footer-tyc-faq {

        gap: 12px;

        li {
            font-size: 14.2px;
            margin-right: 0;
        }

        ::marker {
            font-size: 13px;
        }
    }

}


@media (min-width:878px) and (max-width: 990px) {

    .footer-tyc-faq li {
        font-size: 15px !important;
    }

}


@media (min-width:600px) and (max-width: 1100px) {

    .under-container li {
        margin-right: 3%;
    }
}




@media (min-width: 1800px) {

    .confirm{
        width: 600px;
        padding: 24px;
    }

    .games-left-desktop {
        display: none;
    }

    .other-games-container-desktop {
        justify-content: space-between;
    }

    .all-desktop-container {
        max-width: 1720px;
        padding-top: 1%;
    }


    .left-content-max {
        width: 48%;
    }

    .top-content {
        display: flex;
        align-items: center;
        padding-right: 2%;
        padding-top: 3%;
        padding-bottom: 3%;
        border-top: 1.5px solid #adadad;
        border-bottom: 1.5px solid #adadad;
    }

    .bottom-content {
        display: flex;
        align-items: center;
        padding-right: 2%;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        border-bottom: 1.5px solid #adadad;
        margin-bottom: 2%;
    }

    .left_pad {
        padding-left: 2.7%;
    }

    .left_padding_one {
        padding-left: 1%;
    }

    .container_game_bottom {
        padding-left: 1.6em;
        font-weight: 500;
        width: 153px
    }

    .container_game_bottom_right {
        padding-right: 1em;
        font-weight: 500;
        width: 153px;
    }

    .adjust_date_size {
        font-size: 15.5px
    }

    .concurrency_20 {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 0.5rem;
        text-transform: uppercase !important;
    }

    .concurrency_500 {
        font-size: 15px;
        text-transform: uppercase !important;
    }

    .container_automate_max {
        text-align: center;
        color: #0F233C;
        font-weight: 500;
        border-bottom: 1.5px solid #adadad;
        font-family: 'AvantGarde', sans-serif;
        margin-bottom: 5%;
        padding-bottom: 2%;
    }

    .container_automate_max span {
        font-weight: 700;
        cursor: pointer;
        color: #00B4A2;
    }

    .left_adjust {
        margin-left: auto;
    }

    .mxn-price {
        font-size: 1.1rem;
    }

    .adjust_margin {
        margin: 1px;
        font-size: 1.1rem;
    }

    .participate {
        font-size: 17px;
        margin-top: 3%;
    }

    .prize {
        font-family: 'AvantGarde', sans-serif;
        font-weight: 600;
        font-size: 19px;
    }

    .left-content-max {
        display: block;
    }

    .container-image-graduate {
        width: 51%;
        /* Adjust width for larger screens */

    }

    .text-first-game {
        padding-left: 0;
    }

    .big-prize-desktop {
        font-size: 2.9rem !important;
    }

    .image-right-desktop {
        min-height: 100%;
    }

    .logo_end {
        width: 50%;
        padding-top: 2%;
    }

}

.game-max {
    height: auto;
    min-width: 340px;
}

.menu-cart {

    display: flex;
    align-items: center;


    /* ::marker {
        color: white;
        font-weight: 700;
        font-size: 20px;
    } */
}

.menu-cart ul {
    padding-left: 25px;
    display: flex;
    gap: 30px;
}

.menu-cart li {
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #0F233C;
    cursor: pointer;
}

.menu-cart ::marker {
    color: white;
    font-weight: 700;
    font-size: 20px;
}


@media (min-width: 600px) and (max-width: 900px) {

    .logo_end {
        padding-top: 10% !important;
        width: 92%;
    }
}

@media (min-width: 600px) and (max-width: 1190px) {

    .all-desktop-container {
        min-width: auto;
    }

    .big-prize-desktop {
        font-size: 42px !important;
    }

    .container-image-graduate {
        margin-top: -2.5px;
    }

    .logo-container-desktop {
        display: block;

    }

    .promo-desktop {
        width: 60%;
        margin-left: auto;
        margin-right: 0;
        font-size: 14px;
        padding-left: 3rem;
        padding-right: 0;
    }

    .image-logo-desktop {
        padding-bottom: 8px;
    }

    .games-left-desktop {
        min-width: 53%;
        width: 53%;
    }

    .two-columns-desktop {
        display: block;
        width: 47%;
        margin-left: auto;
    }

    .big-prize-desktop {
        font-size: 35px;
    }

    .text-first-game {
        font-size: 15px;
        padding-left: 14px;
    }

    .right-icon {
        img {
            width: 15px;
        }
    }

    .concurrency_f {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 4px;
    }

    .green-bold-text {
        font-size: 14px;
    }

    .card {
        padding: 10px;
    }

    .prize99_ballots {
        font-size: 16px;
    }

    .automate-purchases-desktop {
        font-size: 14.5px;
    }

    #img-graduate-desktop {
        display: none;
    }

    .container-image-graduate {
        width: 100%;
        /* Take full width when stacked */
        max-width: 60rem;
        height: 30rem;
        /* Maintain original max-width */
        flex-shrink: 1;
        /* Allow it to shrink */
    }
}


@media (min-width: 600px) and (max-width: 875px) {
    .confirm {
        width: 60%;
    }
}

@media (min-width: 315px) and (max-width: 350px) {
    .games-mobile {
        padding: 5px;
    }

    #sections-mov li {
        font-size: 13px;
    }

    .right-icon {
        font-size: 12px;
    }

    .first-date-name {
        font-size: 14px;
    }

    .end_container_pub li::before {
        content: "•";
        /* O cualquier símbolo */
        margin-right: 0.5em;
        color: #333;
    }
}

@media (min-width: 600px) and (max-width: 760px) {
    .card-description {
        font-size: 13px;
    }

    .card {
        padding: 6px;
    }
}

@media (min-width: 380px) and (max-width: 395px) {
    #sections-mov ul {
        padding-left: 76px;
    }
}

@media (min-width: 396px) and (max-width: 422px) {
    #sections-mov ul {
        padding-left: 60px;
    }
}

@media (min-width: 423px) and (max-width: 760px) {
    #sections-mov ul {
        padding-left: 0;
        gap: 16px;
        padding-right: 0;
    }

    #sections-mov li {
        margin-right: 0 !important;
    }
}

@media (min-width: 1320px) and (max-width: 1370px) {
    .all-desktop-container {
        width: 1250px;
        min-width: auto;
    }

    .games-left-desktop {
        min-width: auto;
        width: 36%;
    }

    .container-image-graduate {
        width: 63%;
    }

    .big-prize-desktop {
        font-size: 42px;
    }

    .card {
        padding: 18px;
    }

    .big-game-name-desktop {
        width: 402px;
    }

    .text-first-game {
        width: 100%;
    }
}

@media (min-width: 1270px) and (max-width: 1320px) {
    .all-desktop-container {
        width: 1210px;
        min-width: auto;
    }

    .text-first-game {
        width: 370px;
    }

    .games-left-desktop {
        min-width: auto;
        width: 36%;
    }

    .container-image-graduate {
        width: 63%;
    }

    .big-prize-desktop {
        font-size: 41px;
    }

    .card {
        padding: 18px;
    }

}

@media (min-width: 1238px) and (max-width: 1270px) {
    .all-desktop-container {
        width: 1180px;
        min-width: auto;
    }

    .text-first-game {
        width: 360px;
        padding-left: 1.2rem;
    }

    .games-left-desktop {
        min-width: auto;
        width: 35%;
    }

    .container-image-graduate {
        width: 64%;
    }

    .big-prize-desktop {
        font-size: 39px;
    }

    .card {
        padding: 15px;
    }

    .right-icon img {
        width: 16px;
    }
}

@media (min-width: 1191px) and (max-width: 1238px) {
    .all-desktop-container {
        width: 1120px;
        min-width: auto;
    }

    .text-first-game {
        width: 354px;
        padding-left: 1.1rem;
    }

    .games-left-desktop {
        min-width: auto;
        width: 36%;
    }

    .container-image-graduate {
        width: 63%;
    }

    .big-prize-desktop {
        font-size: 38px;
    }

    .card {
        padding: 14px;
    }

    .right-icon img {
        width: 15px;
    }
}



@media (min-width: 900px) and (max-width: 1190px) {
    .all-desktop-container {
        width: 800px;
        min-width: auto;
    }

    .big-prize-desktop {
        font-size: 43.5px;
    }

    .container-image-graduate {
        margin-top: -2.5px;
    }

    .logo_end {
        padding-top: 10%;
    }

    .right-icon img {
        width: 14px;
    }
}

@media (min-width: 809px) and (max-width: 900px) {
    .all-desktop-container {
        width: 760px;
        min-width: auto;
    }
}

@media (min-width: 761px) and (max-width: 809px) {
    .all-desktop-container {
        width: 718px;
        min-width: auto;
    }

    .big-prize-desktop {
        font-size: 37.5px;
    }

    .right-icon img {
        width: 13px;
    }

    .card {
        min-width: 150px;
    }

    .prize99_ballots {
        font-size: 15px;
    }

    .two-columns-desktop {
        width: 48%;
    }

    .games-left-desktop {
        width: 52%;
        min-width: 52;
    }


}

@media (min-width: 420px) and (max-width: 759px) {

    #desk_mb,
    .adj99 {
        margin: 0 auto !important;
        width: 373px;
    }

    .all-desktop-container {
        width: 393x;
        min-width: auto;
    }

    #sections-mov li:first-child {
        margin-left: 72px !important;
    }

    .logo img {
        width: 49px !important;
    }

    .end_container_pub ul {
        gap: 4.5px;
        flex-wrap: wrap;
        list-style-position: inside;
        list-style-type: none;
    }
}

@supports (-webkit-hyphens:none) {
    .usr-menu-cart ul {
        padding-left: 20px;
        gap: 25px;
    }

    @media (min-width: 1800px){
        .usr-menu-cart ul {
            padding-left: 30px;
            gap: 18px;
        }
    }

}