@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: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    box-sizing: border-box;
}

body {
    background-color: #000 !important;
}

#subtitles {
    padding: 20px;
}

#subtitles h2,
#subtitles h3 {
    font: 1.7em 'Bebas Neue', sans-serif;
    color: white;
    text-align: center;
}

a:hover {
    text-decoration: none
}

.container {
    width: 97% !important;
    margin-left: auto;
    margin-right: auto
}

img {
    vertical-align: middle;
    border-style: none
}

.title {
    display: flex;
    justify-content: center
}

.slot {
    display: block;
    background-color: #000 !important;
}

.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: 95%
}

.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;
    background-color: #000 !important;
}

.card a:hover {
    text-decoration: none !important;
}

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;
    padding: 15px;
    border-radius: 20px;
    width: 80%;
}

div.linkSalaGratis a:hover {
    font-size: 1.735em;
    color: rgb(230, 255, 0);
    transition: 0.2s;
}

.yellowHighlight {
    font: 1.2em 'Bebas Neue', sans-serif;
    color: yellow;
}

.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: #5e5e5e91 !important;
    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: #00cf19;
}

.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;
}

.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
    }

    #subtitles h2,
    #subtitles h3 {
        font: 1.3em 'Bebas Neue', sans-serif;
    }
}

@media(max-width: 499px) {
    .minutos {
        font-size: 0.80em !important;
    }

    .card {
        width: 50% !important;
        height: 240px !important;
    }

    div.linkSalaGratis a {
        font: 1.2em 'Bebas Neue', sans-serif !important;
        color: white;
        transition: 0.2s;
    }

    div.linkSalaGratis a:hover {
        font-size: 1.3em !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(176, 110, 196);
}

::selection {
    background: rgb(196, 110, 189);
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    background: #313131;
}

::-webkit-scrollbar-thumb {
    background: #ce8bc5;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #b14b92;
}

:root {
    --primary-color: #000000;
    --secondary-color: #282834;
    --tertiary-color: #0564fd;
    --button-color: #0d6efd;
    --notices-color: #6f42c1;
    --label-color: #A1A1A2
}

.appBottomMenu {
    min-height: 56px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #E1E1E1;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: env(safe-area-inset-bottom);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px
}

.appBottomMenu.no-border {
    border: 0 !important
}

.appBottomMenu.rounded {
    border-radius: 24px 24px 0 0 !important
}

.appBottomMenu.rounded .item:before {
    display: none
}

.appBottomMenu .item {
    font-size: 9px;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    height: 56px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.appBottomMenu .item:before {
    content: "";
    display: block;
    height: 2px;
    border-radius: 0 0 10px 10px;
    background: transparent;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 0
}

.appBottomMenu .item .col {
    width: 100%;
    padding: 0 4px;
    text-align: center
}

.appBottomMenu .item i.bi,
.appBottomMenu .item i.icon,
.appBottomMenu .item ion-icon {
    display: inline-flex;
    margin: 1px auto 3px;
    font-size: 26px;
    line-height: 1em;
    color: #141515;
    transition: none;
    display: block
}

.appBottomMenu .item .action-button {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin-left: -5px;
    margin-right: -5px;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    background: var(--tertiary-color)
}

.appBottomMenu .item .action-button.large {
    width: 60px;
    height: 60px;
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px
}

.appBottomMenu .item .action-button i.bi,
.appBottomMenu .item .action-button i.icon,
.appBottomMenu .item .action-button ion-icon {
    color: #fff !important;
    margin: 0 !important;
    line-height: 0 !important
}

.appBottomMenu .item strong {
    margin-top: 4px;
    display: block;
    color: #141515;
    font-weight: 400;
    transition: none
}

.appBottomMenu .item:active {
    opacity: .8
}

.appBottomMenu .item.active:before {
    background: transparent
}

.appBottomMenu .item.active i.bi,
.appBottomMenu .item.active i.icon,
.appBottomMenu .item.active ion-icon,
.appBottomMenu .item.active strong {
    color: var(--tertiary-color) !important;
    font-weight: 500
}

.appBottomMenu .item:hover i.bi,
.appBottomMenu .item:hover i.icon,
.appBottomMenu .item:hover ion-icon,
.appBottomMenu .item:hover strong {
    color: #141515
}

.appBottomMenu.text-light {
    color: #fff
}

.appBottomMenu.text-light .item {
    color: #fff;
    opacity: .7
}

.appBottomMenu.text-light .item i.bi,
.appBottomMenu.text-light .item i.icon,
.appBottomMenu.text-light .item ion-icon,
.appBottomMenu.text-light .item strong {
    color: #fff
}

.appBottomMenu.text-light .item.active {
    opacity: 1
}

.appBottomMenu.text-light .item.active i.bi,
.appBottomMenu.text-light .item.active i.icon,
.appBottomMenu.text-light .item.active ion-icon,
.appBottomMenu.text-light .item.active strong {
    color: #fff !important
}

.appBottomMenu.bg-primary,
.appBottomMenu.bg-secondary,
.appBottomMenu.bg-success,
.appBottomMenu.bg-warning,
.appBottomMenu.bg-danger,
.appBottomMenu.bg-info,
.appBottomMenu.bg-light,
.appBottomMenu.bg-dark {
    border: 0
}

.appBottomMenu.bg-primary .item:before,
.appBottomMenu.bg-secondary .item:before,
.appBottomMenu.bg-success .item:before,
.appBottomMenu.bg-warning .item:before,
.appBottomMenu.bg-danger .item:before,
.appBottomMenu.bg-info .item:before,
.appBottomMenu.bg-light .item:before,
.appBottomMenu.bg-dark .item:before {
    display: none
}

.demoPage .appBottomMenu {
    position: relative;
    z-index: 0;
    padding-bottom: 0
}

.appBottomMenu .badge {
    min-width: 16px;
    height: 16px;
    line-height: 9px !important;
    font-size: 10px;
    padding: 0 4px !important;
    position: absolute;
    right: 50%;
    transform: translate(120%);
    top: 10px
}

.appBottomMenu .badge-empty {
    transform: translate(200%);
    top: 10px
}

body.dark-mode-active .appBottomMenu {
    background: var(--primary-color);
    border-top-color: var(--label-color)
}

body.dark-mode-active .appBottomMenu .item i.bi,
body.dark-mode-active .appBottomMenu .item i.icon,
body.dark-mode-active .appBottomMenu .item ion-icon,
body.dark-mode-active .appBottomMenu .item strong {
    color: #fff
}

body.dark-mode-active .appBottomMenu .item:hover i.bi,
body.dark-mode-active .appBottomMenu .item:hover i.icon,
body.dark-mode-active .appBottomMenu .item:hover ion-icon,
body.dark-mode-active .appBottomMenu .item:hover strong {
    color: #fff
}

body.dark-mode-active .appBottomMenu.bg-light .item i.bi,
body.dark-mode-active .appBottomMenu.bg-light .item i.icon,
body.dark-mode-active .appBottomMenu.bg-light .item ion-icon,
body.dark-mode-active .appBottomMenu.bg-light .item strong {
    color: #141515
}

body.dark-mode-active .appBottomMenu.bg-light .item:hover i.bi,
body.dark-mode-active .appBottomMenu.bg-light .item:hover i.icon,
body.dark-mode-active .appBottomMenu.bg-light .item:hover ion-icon,
body.dark-mode-active .appBottomMenu.bg-light .item:hover strong {
    color: #141515
}

/*
    Css html
*/

@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 !important;
}

#subtitles {
    padding: 20px;
}

#subtitles h3 {
    font: 1.05em 'Bebas Neue', sans-serif;
    color: white;
    text-align: center;
}

#subtitles h2 {
    font: 1.65em 'Bebas Neue', sans-serif;
    color: white;
    text-align: center;
}

#warningBet {
    max-width: 450px;
    border: 1px solid #ffee008e;
    border-radius: 5px;
    padding: 5px;
    margin: 15px auto;
}

#warningBet p {
    color: #707070;
    text-align: center;
    font: 0.95em 'Bebas Neue', sans-serif;
    padding: 5px 0px;
}

a:hover {
    text-decoration: none
}

.topMenuIcon {
    font: 1em 'Bebas Neue', sans-serif;
    margin: 0px 10px;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.tabChangeButton {
    border-radius: 0px !important;
    height: 40px;
    padding: 3px 18px;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 500;
    box-shadow: none !important;
    transition: none;
    text-decoration: none !important;
    border-width: 2px;
    background-color: transparent;
    border: 1px solid #ffef00;
    color: white;
    transition: 0.3s;
}

.tabChangeButton:hover {
    background-color: #ffef00;
    color: black !important;
}

.tabChangeButton:focus {
    outline: none;
}

img {
    vertical-align: middle;
    border-style: none
}

.title {
    display: flex;
    justify-content: center
}

.slot {
    display: block;
    background-color: #000 !important;
}

.new-icon {
    z-index: 9090;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff3d3d;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.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: 95%
}

.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;
    background-color: #000 !important;
}

.card a:hover {
    text-decoration: none !important;
}

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;
    padding: 15px;
    border-radius: 20px;
    width: 80%;
}

div.linkSalaGratis a:hover {
    font-size: 1.735em;
    color: rgb(230, 255, 0);
    transition: 0.2s;
}

.yellowHighlight {
    font: 1.2em 'Bebas Neue', sans-serif;
    color: #ffef00;
}

.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: #ffef00
}

.green {
    background-color: #00cf19
}

.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: #ffef00;
    color: black;
    font: 1.35em 'Bebas Neue', sans-serif;
}

.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;
}

#selectWhereFrom button {
    width: 150px;
}

@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: 100%
    }

    .hover-btn:hover .img-zoom {
        transform: scale(1);
        position: relative
    }

    .img-zoom {
        height: auto
    }

    #subtitles h3 {
        font: 0.85em 'Bebas Neue', sans-serif;
        color: white;
        text-align: center;
    }

    #subtitles h2 {
        font: 1.25em 'Bebas Neue', sans-serif;
        color: white;
        text-align: center;
    }
}

@media(max-width: 499px) {
    .topMenuIcon {
        font: 0.85em 'Bebas Neue', sans-serif;
        margin: 0px 5px;
    }

    .minutos {
        font-size: 0.80em !important;
    }

    .card {
        width: 50% !important;
        height: 240px !important;
    }

    div.linkSalaGratis a {
        font: 1.2em 'Bebas Neue', sans-serif !important;
        color: white;
        transition: 0.2s;
    }

    div.linkSalaGratis a:hover {
        font-size: 1.3em !important;
        transition: 0.2s;
    }

    .content {
        float: none !important;
        width: 90% !important;
        flex: none !important;
        max-width: 95% !important
    }

    .img-zoom {
        height: 135px !important;
    }

    .btn-yellow {
        font-size: 0.6em;
    }
}

::-moz-selection {
    background: rgb(176, 110, 196);
}

::selection {
    background: rgb(196, 110, 189);
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #31313133;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.432), rgba(255, 255, 0, 0.562));
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to right, #000, #ff0);
}

.active {
    background-color: #ffef00 !important;
    color: black !important;
}

#pCounter {
    color: #ffef00;
}

.yellowLine {
    background-color: #ffef00;
    width: 99vw;
    height: 1px;
}

.btn-yellow {
    background-color: #ffef00 !important;
    font-weight: bold;
}

#topMenuContainer a {
    transition: 0.15s;
}

#topMenuContainer a:hover {
    background-color: #bbae00;
}

#topHeaderMenu {
    background-color: #0000009a;
    padding: 10px 0px;
}

#topHeaderMenu button {
    font: 1.3em 'Bebas Neue', sans-serif;
    max-height: 40px !important
}

.chatButtonContainer {
    padding: 0px 0.5em;
}

@media (max-width: 550px) {
    #topHeaderMenu button {
        font: 0.8em 'Bebas Neue', sans-serif;
    }

    #topHeaderMenu a {
        width: 100%;
    }

    #topHeaderMenu button {
        max-height: 30px !important;
        width: 35vw;
    }
}

@media (max-width: 350px) {
    #topHeaderMenu button {
        max-height: 30px !important;
        width: 33vw;
    }
}