.container-bar{
    width: 100%;
    max-width: 16px;/*30px;*/
    position: fixed;
    right: 0;
    top: 25%;
}

.container-bar a{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    transition: all 500ms ease;
    color: #fff;
}

.container-bar a:hover{
    background: #1c1c1c;
}

.container-bar .fa-whatsapp{
    background: #00d221;
    border-radius: 0px 5px 0px 0px;
}

.container-bar .fa-telegram{
    background: #24A1DE;
    border-radius: 0px 5px 0px 0px;
}

.container-bar #title{
    position: absolute;
    background: #1c1c1c;
    padding: 0px 8px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    top:12px; right: 0px;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin-right: 10px;
}

.container-bar a:hover #title{
    opacity: 1;
    visibility: visible;
    right: 64px;
}

.container-bar #title:after{
    /*position: absolute;
    content: '';
    border-left: 7px solid transparent;
    border-right: 6px solid #1c1c1c;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: 100%;
    top: 8px;*/
    position: absolute;
    content: '';
    border-right: 10px solid transparent;
    border-left: 10px solid #1c1c1c;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -26%;
    top: 5px;
}

#btn-social{
    display: none;
}

.fa-play{
    cursor: pointer;
    transition: all 0.4s;
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;
    transform: rotate(180deg);
    color: #49b0e6;
}

#btn-social:checked ~ .fa-play{
    transform: rotate(0deg);
}

.icon-social{
    transition: all 0.4s;
    transform: translateX(0%);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}

#btn-social:checked ~ .icon-social{
    transform: translateX(-250%);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.0);
}

.text-8{
    font-size: 0.5em !important;
}

.text-9{
    font-size: 0.563em !important;
}

.text-10{
    font-size: 0.625em !important;
}

.text-11{
    font-size: 0.688em !important;
}

.text-12{
    font-size: 0.75em !important;
}

.text-14{
    font-size: 0.875em !important;
}

.text-16{
    font-size: 1em !important;
}

.text-18{
    font-size: 1.125em !important;
}

.text-20{
    font-size: 1.25em !important;
}

.text-22{
    font-size: 1.375em !important;
}

.text-24{
    font-size: 1.5em !important;
}

.text-26{
    font-size: 1.625em !important;
}

.text-28{
    font-size: 1.75em !important;
}

.text-30{
    font-size: 1.875em !important;
}

.text-theme {
    color: #ff8000 !important;
}

h5{
    font-size: 1.20vw !important;
    margin: 0px !important;
}

.games-bg .games-title h3 {
    font-size: 1.25vw !important;   
}

#welcomeModal .modal-title{
    font-size: 3vw !important;
}

#welcomeModal .modal-body h1{
    font-size: 3vw !important;
}

@media (max-width: 768px) {
    h5{
        font-size: 2.5vw !important;
        margin: opx !important;
    }

    .games-bg .games-title h3 {
        font-size: 2.45vw !important;   
    }

    #welcomeModal .modal-title{
        font-size: 10vw !important;
    }

    #welcomeModal .modal-body h1{
        font-size: 5vw !important;
    }
}

.aspect-9-16 {
    position: relative;
    width: 100%;
    padding-bottom: 177.78%; /* 16 / 9 = 1.7778, invertido para 9:16 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.aspect-9-16 video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

