@font-face {
    font-family: "DWCasino";
    src: url("../fonts/DWicons.eot");
    src: url("../fonts/DWicons.eot?#iefix") format("embedded-opentype"), url("../fonts/DWicons.woff") format("woff"), url("../fonts/DWicons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Co Headline W01 Regular";
    src: url("../fonts/co_headline_w01_regular.eot");
    src: url("../fonts/co_headline_w01_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/co_headline_w01_regular.woff2") format("woff2"), url("../fonts/co_headline_w01_regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@media (max-width: 1000px) {
    .step-item-box.d-flex {
        flex-wrap: wrap;
    }
}

    @media (max-width: 800px) {
        .step-item-box.d-flex {
            flex-wrap: wrap;
        }

        .box-img-fluid img,
        .box-img-promotion-banner img {
            width: 100%;
        }

        .btn-group-remking {
            justify-content: center;
        }

        .more-play-slider {
            flex-wrap: wrap;
            flex: 0 0 calc(23% - 10px);
            padding: 10px;
        }

            .more-play-slider .box-img-fluid {
                flex: 0 0 calc(50% - 0px);
            }

        figure h3 {
            font-size: 1rem
        }

        .more-played-title,
        .tab-style-title {
            width: 150px;
            padding-top: 5px;
            margin: 0;
            height: 32px;
            position: relative;
        }

            .more-played-title:after,
            .tab-style-title:after {
                content: " ";
                position: absolute;
                border-left: 31px solid #123081;
                border-top: 33px solid transparent;
                right: -30px;
                top: 0;
            }

        .box-banner.d-flex {
            flex-direction: column;
        }

        .prom-hover .btn {
            display: none
        }

        .box-device,
        .promotion-banner,
        .prom-content {
            margin-top: 10px;
        }

        .box-device {
            padding: 10px;
        }

        footer .rk-footer-link .col-md-3 {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .container-color > section.container.section {
            margin-bottom: 20px;
        }

        .icon-panel .dw-icon-casino {
            font-size: 5rem;
        }

        .featured-item {
            flex-direction: column;
            justify-content: center !important;
            align-items: center !important;
            border-right: 1px solid #123081;
            margin-bottom: 5px;
        }

            .featured-item:last-child {
                border-right: unset;
            }

            .featured-item > div {
                text-align: center;
            }

        .step-number {
            font-size: 3rem;
            border-right: unset;
        }

        .navbar-brand > img{
            width: 60%;
            margin-left: 25%;
            height: auto;
        }

        .navbar-light .navbar-toggler {
            color: rgba(29, 52, 179, 0.59);
            border-color: rgba(138, 154, 244, 0.57);
        }

        .footer-figure img.img-fluid.grayscale {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            opacity: 0.8;
            width: 60%;
            margin-bottom: 12px;
        }
    }

    @media (min-width: 800px) {
        .d-flex.flex-nowrap .item-sello {
            padding: 22px;
        }

            .d-flex.flex-nowrap .item-sello .img-fluid {
            }

        .icon-panel {
            padding: 20px;
        }

        .container-color > section.container.section {
            margin-bottom: 100px;
        }

        .navbar {
            padding: 15px;
        }

        .navbar-brand {
            background-image: url(../Rsc/virtual-loto-logo.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
            width: 200px;
            height: auto;
            padding: 40px;
            transition: linear .3s;
        }

        .btn-group-remking button {
            transition: linear .3s;
        }

        .menu-fixed {
            position: fixed;
            top: 0;
            z-index: 1000;
            width: 100%;
        }

            .menu-fixed .navbar-brand {
                background-size: 100%;
                width: 134px;
                transition: linear .3s;
                padding: 22px;
            }

            .menu-fixed .btn-group-remking button {
                padding: 2px 50px;
                transition: linear .3s;
            }

            .step-title {
                color: #123081;
                text-align: center;
                font-size: 25px;
                border-bottom: 1px solid #bdbdbd;
                margin: auto;
                margin-bottom: 25px;
                font-weight: 400;
                line-height: 1.2;
            }
    
            .step-box-title {
                padding: 0 20px;
            }
    
            .step-number {
                font-size: 110px;
                margin-bottom: 25px;
                border-right: 1px solid #222e6f;
            }
    
            .featured-item div {
                padding: 0 20px;
            }
    
            .featured-item figure {
                color: #123081;
                padding: 50px 0px;
                font-weight: bold;
            }
    
                .featured-item figure h3 {
                    color: #123081;
                    font-family: 'Co Headline W01 Regular';
                    margin: 0;
                    font-weight: bold;
                    line-height: 1.1;
                }
    
                .featured-item figure p {
                    font-size: 0.875rem;
                }
    

        .dw-icon-casino {
            font-size: 160px;
            line-height: 0.5;
        }


        .prom-hover {
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(17, 26, 77, 0.51);
            border: 2px solid #111a4d;
            z-index: 1;
            opacity: 0
        }

            .prom-hover .btn {
                position: absolute;
                bottom: 18px;
                left: 20px;
                background: #1e3bdd;
                color: white;
                font-size: 20px
            }

            .prom-hover:hover {
                opacity: 1;
                transition-duration: 0.3s
            }

        .box-banner > div,
        .box-device > div {
            padding: 0 20px;
        }

        .tab-style-title {
            width: 250px;
            padding-top: 5px;
            margin: 0;
            height: 32px
        }

            .more-played-title:after,
            .tab-style-title:after {
                content: " ";
                position: absolute;
                border-left: 31px solid #123081;
                border-top: 32px solid transparent;
                right: -30px;
                top: 0;
            }

        .more-play-slider {
            padding: 10px 12px;
            background: #123081;
            overflow: visible;
            display: flex;
        }

            .more-play-slider .box-img-fluid {
                margin: 0 10px;
            }

        .more-played {
            padding: 15px;
        }

        .info-movil h3 {
            font-size: 40px;
            margin-bottom: 20px;
        }

        .info-movil p {
            color: #333;
            font-size: 20px;
            font-family: 'Open Sans', sans-serif;
            margin-bottom: 30px;
            text-align: unset
        }
    }

    body {
        background-color: #ace9d2;
        font-family: 'Open Sans', sans-serif;
        color: #d4daff;
    }

    .card {
        background-color: #3e529d !important;
    }

    .step-title {
        color: #04cfff;
        border-bottom: 1px solid #16205b;
        margin-bottom: 25px;
        font-weight: 400;
    }

    .featured-item figure {
        color: #c8d0e3;
        font-weight: bold;
    }

        .featured-item figure h3 {
            color: #04cfff;
            font-family: 'Co Headline W01 Regular';
            font-weight: bold;
        }

    .btn-group-remking button {
        font-family: 'Co Headline W01 Regular';
        padding: 10px 63px;
        margin: 0 10px;
    }

        .btn-group-remking button:first-child {
            color: #ffeb3b;
            background-color: #181b66;
            border: 1px solid #3c4093;
            text-transform: uppercase;
        }

        .btn-group-remking button:last-child {
            color: #181b66;
            background-color: #FFEB3B;
            border: 1px solid #FFEB3B;
            text-transform: uppercase;
            width: 227px;
        }

    footer h5 {
        color: #6f7fd7;
        font-family: 'Co Headline W01 Regular';
        font-size: 14px;
    }

    .container-color > section.container.section {
        padding: 0px;
        background: #111a4d;
        padding-bottom: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.05);
        -moz-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.05);
        box-shadow: 0 3px 2px 0 rgba(0,0,0,0.05);
    }

    .step-box {
        margin-top: 20px;
        background-color: rgb(17, 26, 77);
        /*! border-top-right-radius: 10px; */
        /*! border-top-left-radius: 10px; */
        /*! border-bottom: 20px solid #213564; */
    }

    .step-number {
        text-align: center;
        color: #04cfff;
    }

    .icon-panel {
        color: #213564;
        font-size: 25px;
        font-weight: bold;
        /*! background: linear-gradient(to top, #e7e7e7, #aaa); */
        padding: 30px;
        background-color: #111a4d;
    }

        .icon-panel a {
            text-decoration: none;
            color: #c8d0e3;
        }

        .icon-panel .dw-icon-casino {
            font-family: "DWCasino";
            font-weight: normal;
            color: #c8d0e3;
        }

    .more-play-slider {
        background: #123081;
        overflow: visible;
        display: flex;
    }


    .more-played {
        background: #111a4d;
    }

    .more-played-title,
    .tab-style-title {
        text-align: center;
        background: #123081;
        color: white;
        position: relative;
        width: 250px;
        height: 32px;
        margin: 0;
    }



    .info-movil h3 {
        color: #7183e6;
        text-align: left;
        font-family: 'Co Headline W01 Regular';
    }

    .info-movil p {
        color: #dfdfdf;
        font-family: 'Open Sans', sans-serif;
        text-align: unset
    }

    .footer-info li {
        line-height: 1;
    }

    .footer-info p {
        margin: 0;
    }

    .footer-info a {
        color: #ccc;
        text-decoration: none;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        line-height: .5;
    }

    footer .list-group-item {
        padding: .75rem 1.25rem;
        background-color: transparent;
        border: unset;
    }

    .footer-message {
        font-size: 15px;
        color: #8c99df;
        font-family: 'Co Headline W01 Regular';
    }

    .footer-figure img.img-fluid.grayscale {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.8;
        width: 68%;
    }

    .footer-info i {
        color: #ffab00;
    }

    footer .Copyright {
        /* font-weight:bold; */
        color: #4554aa;
        padding: 20px;
        font-family: 'Co Headline W01 Regular';
        height: 15vh;
    }

    .navbar.bg-vlotto {
        background: #3f51b5 !important;
    }

    .g-recaptcha {
        /* flex-basis: 100%; */
        /* margin: 0 auto; */
        /* display: flex; */
        /* justify-content: center; */
        /* padding: 0; */
        /* width: 100%; */
        /* flex: 1 1 100%; */
    }

        .g-recaptcha div, .g-recaptcha div iframe {
            /* width: 100% !important; */
            height: unset !important;
        }

    .g-recaptcha-response {
        width: 250px;
        height: 100px;
        border: 1px solid rgb(193, 193, 193);
        margin: 10px 25px;
        padding: 0px;
        resize: none;
        display: none;
    }


    #form1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #rk-text-jobs .card {
        background-color: #e7e7e7;
        color: #123081;
        margin-top: 50px;
        margin-bottom: 50px;
    }

        #rk-text-jobs .card .list-group-item {
            background-color: #f4f4f4;
        }

        #rk-text-jobs .card .card-header {
            background-color: #123081;
            color: white;
        }

    body {
        /*! background: -webkit-linear-gradient(30deg, rgb(65, 223, 185), rgb(80, 93, 145)); */
        /*! background: linear-gradient(30deg, rgb(65, 223, 185), rgb(80, 93, 145)); */
        font-family: 'Open Sans', sans-serif;
        background-color: #111a4d;
    }

    .card-header {
        background-color: #3c4093;
        color: yellow;
    }

        .card-header a {
            color: yellow;
        }

            .card-header a.btn-link:hover {
                color: white !important;
            }