@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&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
    font-family: sans-serif;
    box-sizing: border-box;
}

body {
    background-color: #000
}

a:hover {
    text-decoration: none
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

img {
    vertical-align: middle;
    border-style: none
}

.title {
    display: flex;
    justify-content: center
}

.slot {
    display: block
}

.slot .slot-sidebar {
    float: left;
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 0;
    margin-top: 5px;
    background-color: #31313156;
    border-radius: 13px 0px 0px 0px;
}

.slot .content {
    margin: auto;
    width: 100%;
    padding: 0;
    flex: 0 0 80%;
    max-width: 80%
}

.wrapper {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.card {
    float: left;
    width: 25%;
    height: 250px;
    background: 0 0;
    border: none;
    text-align: center;
    position: relative;
    padding: 5px;
}

div.linkSalaGratis {
    display: block;
    padding-bottom: 15px;
}

div.linkSalaGratis h1 {
    color: white;
    text-align: center;
}

div.linkSalaGratis a {
    font: 1.7em 'Bebas Neue', sans-serif;
    color: white;
    transition: 0.2s;
}

div.linkSalaGratis a:hover {
    font-size: 1.735em;
    color: red;
    transition: 0.2s;
}

.card-content {
    margin: 5px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative
}

.percent {
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    position: relative;
    z-index: 1
}

.minutos {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important; 
    padding-top: 3px;
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    transform: translateY(14px);
    color: #000
}

.percent-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    z-index: 10
}

.yellow {
    background-color: #ffc107
}

.green {
    background-color: #28a745
}

.red {
    background-color: #dc3545
}

.hover-btn {
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
    transition: all .45s ease-in-out;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.play-btn {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    align-items: center;
    width: 100%;
    margin: 25% auto;
    padding: 8px;
    background-color: #15b586
}

.img-zoom {
    transition: all .45s ease-in-out;
    height: 150px !important
}

.hover-btn:hover {
    opacity: 100%
}

.hover-btn:hover~.img-zoom {
    transform: scale(1.2);
    position: relative
}

.jamgacor {
    background-image: linear-gradient(#00ec00, #00b40e);
    font-family: poppins, sans-serif !important;
    padding: 3px;
    padding-top: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: .1px solid #000
}

div.d-grid {
    display: none;
}

.jamgacor h5 {
    font-size: 1.3em
}

.pola {
    background-image: linear-gradient(#003dfd, #0177cc);
    font-family: poppins, sans-serif !important;
    padding: 3px;
    padding-top: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: .1px solid #000
}

.jam {
    margin-bottom: 7px;
    padding: 8px;
    color: #000;
    font-weight: 700
}

.jam h5 {
    font-size: 1.3em;
    font-weight: 700
}

.jamBg {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    background-size: 1rem 1rem
}

.bannerdiv img {
    width: 100%
}

footer {
    padding-top: 30px;
    width: 90%;
    margin: auto;
    text-align: justify;
}

@media(max-width: 768px) {
    .minutos {
        font-size: 0.80em !important;
    }

    .card {
        width: 48%;
        max-width: 50% !important;
    }

    .slot {
        display: block
    }
    
    .slot .slot-sidebar {
        float: left;
        width: 20%;
        flex: 0 0 40%;
        max-width: 20%;
        padding-left: 0;
        margin-top: 5px;
        background-color: #31313156;
        border-radius: 13px 0px 0px 0px;
    }
    
    .slot .content {
        margin: auto;
        width: 100% !important;
        padding: 0;
        flex: 0 0 80%;
    }

    .container {
        padding: 0px !important;
    }

    div.linkSalaGratis a {
        font: 1.05em 'Bebas Neue', sans-serif !important;
        color: white;
        transition: 0.2s;
    }

    div.linkSalaGratis a:hover {
        font-size: 1.07em !important;
        transition: 0.2s;
    }

    .img-zoom {
        height: 200px !important;
    }
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px
    }

    .card {
        height: 265px !important;
    }

    .img-zoom {
        height: 160px !important;
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }

    .card {
        height: 100% !important;
    }
}

@media(max-width: 992px) {

    .content {
        float: none !important;
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important
    }

    .card {
        height: 310px !important;
    }

    .hover-btn:hover {
        opacity: 0
    }

    .hover-btn:hover .img-zoom {
        transform: scale(1);
        position: relative
    }

    .img-zoom {
        height: auto
    }
}

@media(max-width: 499px) {
    .minutos {
        font-size: 0.80em !important;
    }

    .card {
        width: 50% !important;
        height: 240px !important;
    }

    div.linkSalaGratis a {
        font: 0.7em 'Bebas Neue', sans-serif !important;
        color: white;
        transition: 0.2s;
    }
    
    div.linkSalaGratis a:hover {
        font-size: 0.73em !important;
        transition: 0.2s;
    }

    .content {
        float: none !important;
        width: 90% !important;
        flex: none !important;
        max-width: 95% !important
    }

    .img-zoom {
        height: 135px !important;
    }
}

::-moz-selection {
    background: rgb(110, 169, 196);
}

::selection {
    background: rgb(110, 196, 180);
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    background: #313131;
}

::-webkit-scrollbar-thumb {
    background: #8bcace;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #4bafb1;
}