.lidom {
    background-color: var(--bg-color);
    background-image: url(https://www.superbets.com.do/static/images/lidom/body-bkg.webp);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    min-height: 100vh;
    text-rendering: geometricPrecision;
    -webkit-overflow-scrolling: touch;
    h2 {
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 3px;
        
    }
    .cta {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .cta a {
        background-image: url(https://www.superbets.com.do/static/images/lidom/button.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        height: 150px;
        width: 450px;    
    }
    .cta a:hover {
        background-image: url(https://www.superbets.com.do/static/images/lidom/button-hover.webp);
    }
    .clasificacion {
        background: #73E706;
        background: linear-gradient(90deg,rgba(115, 231, 6, 0) 0%, rgba(115, 231, 6, 1) 50%, rgba(115, 231, 6, 0) 100%);
        padding: 10px 0;
        text-align: center;
        h2 {
            color: #111;
            font-weight: bold;
            text-transform: uppercase;
        }
    }
    .cuotas {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin: 20px 0;
        padding: 0 10px;
        img {
            max-width: 600px;
            width: 100%;
        }
    }
    .widget {
        margin-top: 20px;
    }
    .widget div:nth-child(1) {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .widget div h2 {
        color: #FFF;
        margin-left: 20px;
        text-transform: uppercase;
        width: 360px;
    }
    .degradado {
        background: #008074;
        background: linear-gradient(90deg,rgba(0, 128, 116, 0) 0%, rgba(0, 128, 116, 1) 50%, rgba(0, 128, 116, 0) 100%);
        height: 10px;
        width: 100%;
    }
    .widget div:nth-child(2) {
        background-color: #111;
        height: 300px;
    }
    .misiones {
        padding: 50px 0;
        text-align: center;
    }
    .misiones img {
        max-width: 800px;
        width: 100%;
    }
    .bannercasino {
        text-align: center;
    }
    .bannercasino img {
        max-width: 1024px;
        width: 100%;
    }
    .texto1 {
        color: #FFF;
        margin-top: 20px;
    }
    .texto1 h2,
    .texto1 p {
        font-weight: 700;
        margin: 20px auto;
        text-transform: uppercase;
    }
    .texto1 h2 {
        color: #73E706;
        font-size: 1.6rem;
        text-align: center;
    }
    .texto1 p {
        color: #FFF;
        font-size: 1.2rem;
    }
    .fosforito {
        color: #73E706;
    }
    .columnas {
        align-items: center;
        display: grid;
        gap: 20px;
        grid-template-columns: 450px 1fr 450px;
    }
    .columnas img {
        max-height: 600px;
        object-fit: contain;
        width: 100%;
    }
    .columnas img:nth-child(1) {
        object-position: left;
    }
    .columnas img:nth-child(2) {
        object-position: right;
    }
    .columnas h3 {
        background: #73E706;
        background: linear-gradient(90deg,rgba(115, 231, 6, 0) 0%, rgba(115, 231, 6, 1) 10%, rgba(115, 231, 6, 1) 50%, rgba(115, 231, 6, 1) 90%, rgba(115, 231, 6, 0) 100%);
        color: #111;
        font-size: 1.1rem;
        font-weight: 700;
        padding: 5px 20px;
        text-align: left;
        text-transform: uppercase;
    }
    .columnas p {
        font-size: 1rem;
        font-weight: normal;
        margin: 20px 0;
        padding: 5px 0;
        text-align: left;
    }
    .texto2 {
        margin: 50px auto;
        width: 60%;
    }
    .splide__pagination {
        bottom: -10px;
    }
    .clmc-text-bold {
        span {
            color: #FFF;
        }
    }
    .acordeon {
        > div {
            background-color: #73E706;
            border-radius: 5px;
            margin-bottom: 20px;
            h3 {
                font-weight: 700;
                margin: 0 !important;
                padding: 0 !important;;
                button {
                    span {
                        font-weight: 700;
                        margin: 0 !important;
                    }
                }
            }
            p {
                margin: 0 !important;
                width: 100% !important;
            }
            ul,
            ol {
                margin: 0 20px;
            }
            table {
                margin: 20px auto;
                width: 60%;
            }
            th,
            td {
                background-color: #111 !important;
                color: #FFF !important;
            }
        }
    }
    table {
        border: 1px solid #73E706;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 25px auto;
        width: 90%;
        th {
            background-color: #73E706;
            color: #111;
            font-size: 1rem;
            padding: 10px;
            text-transform: uppercase;
        }
        td {
            border: 1px solid #73E706;
            font-size: .9rem;
            padding: 10px;
            text-transform: uppercase;
        }
    }
    @media screen and (max-width: 1366px) {
        .columnas {
            grid-template-columns: 300px 1fr 300px;
        }
    }
    @media screen and (max-width: 1024px) {
        .columnas {
            grid-template-columns: 1fr;
        }
        .columnas img {
            display: none;
        }
        .texto1 {
            padding: 0 20px;
        }
    }
    @media screen and (max-width: 768px) {
        .cta a {
            height: 100px;
            width: 300px;    
        }
        .columnas1,
        .columnas2 {
            flex-direction: column;
            justify-content: center;
        }
        .columnas1 div,
        .columnas2 div,
        .columnas1 img,
        .columnas2 img {
            width: 100%;
        }
        .texto2 {
            width: 90%;
        }
    }
}