@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@font-face {
    font-family: 'gobold_bold';
    src: url('../webfonts/gobold_bold-webfont.woff2') format('woff2'),
         url('../webfonts/gobold_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    overflow-x: hidden;
    background: 
        url('../images/fondo-2.png'),
        linear-gradient(150deg, #1e071e 5%, #5c145e);
    background-size: 33%, contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media (max-width: 800px) {
    body {
        background-size: 50%, contain;
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
a:link {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

a {
    color: #00ffee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "gobold_bold", "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: white;
    margin: 0;
}

h1 {
    font-size: 65px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 22px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    color: white;
    margin: 0;
    letter-spacing: -0.3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 22px;
    }

    p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main-btn {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    padding: 0 30px 0 30px;
    margin-top: 15px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 6px;
    border: none;
    color: #fff;
    background-color: #00c3b3;
}

.main-btn:hover {
    background-color: #00ffee;
}

.main-btn-2 {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    padding: 0 20px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50px;
    border: none;
    color: #fff;
    background-color: #1d93d2;
}

.main-btn-2:hover {
    background-color: #06a2f6;
}

.main-btn-3 {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    padding: 0 20px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50px;
    border: none;
    color: #fff;
    background-color: #9300aa;
}

.main-btn-3:hover {
    background-color: #b500d0;
}

.main-btn-4 {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    padding: 0 20px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50px;
    border: none;
    color: #fff;
    background-color: #000000;
}

.main-btn-5 {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    padding: 0 20px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50px;
    border: none;
    color: #000000;
    background-color: #048128;
}

.main-btn-5:hover {
    background-color: #07ae36;
}

.admin-btn {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    padding: 0 20px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50px;
    border: none;
    color: #fff;
    background-color: #0050e4;
}
/*
.main-btn {
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 10px 0 40px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 44px;
    border-radius: 50px;
    border: none;
    color: #fff;
    background-color: #ff0f7c;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
}

.main-btn i {
    background-color: white;
    color: black;
    border-radius: 50px;
    margin-left: 15px;
    padding: 8px;
    font-weight: 900;
}

.main-btn::before {
    position: absolute;
    content: "";
    left: auto;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 25px;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.main-btn:hover {
    color: #000;
}

.main-btn:hover i {
    background-color: #ff0f7c;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.main-btn:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}*/

.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    background: #232323;
    top: 0;
}

.off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
}

.offcanvas_menu {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .offcanvas_menu {
        display: block;
    }
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #373737;
    z-index: 9999;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: 0;
    margin-left: -300px;
    padding: 50px 15px 30px;
    overflow-y: hidden;
}

.offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.offcanvas_main_menu li {
    position: relative;
}

.offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    color: #ededed;
}

.offcanvas_main_menu li a:hover {
    color: #63f1f3;
}

.offcanvas_main_menu img {
    width: 30px;
    margin-right: 10px;
}

.offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.canvas_close {
    position: absolute;
    top: 13px;
    right: 13px;
}

.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    color: #ededed;
}

.canvas_close a:hover {
    background: #ff0f7c;
    border-color: #ff0f7c;
    color: #fff;
}

.offcanvas-social {
    margin-bottom: 40px;
    margin-top: 30px;
}

.offcanvas-social ul li {
    display: inline-block;
}

.offcanvas-social ul li a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 38px;
    color: #63f1f3;
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    margin: 0 5px;
}

.offcanvas-social ul li a:hover {
    background: #63f1f3;
    border-color: #63f1f3;
    color: #fff;
}

.nav-top {
    background-color: #000;
    padding-top: 10px;
}

.nav-top-left {
    display: inline-block;
}

.nav-top-left a {
    color: white;
    font-family: "gobold_bold";
    font-size: 23px;
    font-weight: 700;
}

.nav-top-left a span {
    color: #1dbeac;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: 700;
}

.nav-top-right {
    display: flex;
    align-items: end;
    justify-content: end;
}

.nav-top-right ul li {
    display: inline-block;
    padding-right: 12px;    
}

.nav-top-right ul li a {
    color: white;
    font-style: italic;
    font-size: 14px;
}

.nav-top-right ul li a:hover {
    text-shadow: 0 0 10px white;
}

.toggle-btn {
    font-size: 24px;
    color: white;
    cursor: pointer;
    text-align: right;
}

.nav-bot-left a {
    color: #541655;
    font-family: "gobold_bold";
    font-size: 20px;
    font-weight: 700;
}

.nav-bot-right {
    position: relative;
    overflow-x: hidden;
    height: 20px;
    margin-top: 10px;
}

.nav-bot-right img {
    width: 20px;
}

.nav-ani {
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    animation: path-1 30s linear infinite;
}

.nav-ani-1 {
    animation-delay: 0s;
}

.nav-ani-2 {
    animation-delay: 3.75s;
}

.nav-ani-3 {
    animation-delay: 7.5s;
}

.nav-ani-4 {
    animation-delay: 11.25s;
}

.nav-ani-5 {
    animation-delay: 15s;
}

.nav-ani-6 {
    animation-delay: 18.75s;
}

.nav-ani-7 {
    animation-delay: 22.5s;
}

.nav-ani-8 {
    animation-delay: 26.25s;
}

@keyframes path-1 {
    0% { 
        transform: translateX(100%);
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% { 
        transform: translateX(0%);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .nav-top-right {
        align-items: center;
    }

    .nav-top-left a {
        font-size: 22px;
    }

    .nav-bot-left a {
        font-size: 16px;
    }
}

.header-top {
    display: inline-flex;
    justify-content: center;
}

.header-left {
    width: 40%;
    text-align: right;
}

.header-left img {
    text-align: right;
    width: 150px;
}

.header-right {
    width: 60%;
    display: flex;
    align-items: center;
}

.header-right p {
    font-size: 12px;
    font-style: italic;
}

.header-mid {
    width: 100%;
}

.header-mid img {
    width: 170px;
}

.header-mid span {
    width: 80%;
    text-align: left;
}

.header-mid span p {
    margin-left: auto;
    margin-right: auto;
}

.header-left-t {
    background-color: #000;
    border-right: 10px solid white;
}

.header-left-t p {
    font-size: 16px;
}

.header-right-t p {
    font-size: 18px;
}

.header-left-t img {
    width: 110px;
}

.header-right-t img {
    width: 120px;
}

@media (max-width: 991px) {
    .header-mid span {
        text-align: center;
        width: 100%;
    }

    .header-mid img {
        width: 140px;
    }

    .header-left-t img {
        width: 90px;
        padding-right: 10px;
    }
}

.card {
    display: flex;
    position: relative;
    width: 170px;
    height: 60px;
    background-color: #000;
    margin: 5px 5px;
    color: white;    
    font-size: 12px;
}

.card img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 3%;
    padding: 7% 0;
}

.card span {
    margin-left: 20%;
    text-align: center; 
    font-style: italic;
}

.card-1 {
    border-right: 5px solid #04e1d4;
}

.card-2 {
    border-right: 5px solid #641765;
}

.card-3 {
    border-right: 5px solid white;
}

.game-info {
    display: block;
    justify-content: center;
    text-align: center;
    width: 90%;
}

.info-card {
    text-align: center;
    width: 15rem;
    height: 8rem;
    padding: 0 8px;
    border-radius: 10px;
    align-items: center;
    margin: 12px auto;
}

.content-area h4 {
    text-align: center;
}

.form-area {
    overflow-x: hidden;
}

.form-area h3 {
    font-size: 25px;
    font-weight: 700;
}

.form-control {
    width: 400px;
    margin: 15px auto;
    background: linear-gradient(140deg, #9300aa, #4d0159);
    border-radius: 10px;
    border: none;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 30px;
}

.form-control:focus {
    color: white;
}

.form-control::placeholder {
    color: #b6b6b6;
}

.form-1 {
    border-right: 3px solid white;
}

@media (max-width: 993px) {
    .form-1 {
        border-right: none;
    }
}

@media (max-width: 450px) {
    .form-control {
        width: 80%;
    }
}

.banner-area h2 {
    font-size: 25px;
    font-weight: 700;
    text-shadow: 3px 3px #6f1167;
}

.form-area-2 {
    width: 80%;
    margin: auto;
    text-align: center;
}

.profile-input {
    width: 400px;
    margin: 15px 10px;
    /*background-color: #292929a0;*/
    background: linear-gradient(140deg, #9300aa, #4d0159);
    border-radius: 10px;
    border: none;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 30px;
}

.profile-input::placeholder {
    color: #b6b6b6;
}

.profile-select {
    width: 400px;
    height: 30px;
    margin: 15px 10px;
    background: linear-gradient(140deg, #9300aa, #4d0159);
    border-radius: 10px;
    border: none;
    text-align: center;
    color: white;
    font-weight: 600;
}

.profile-select option {
    background-color: #4d0159;
    font-weight: 600;
}

#sabiduria {
    color: #223fd1;
}

#valor {
    color: red;
}

#instinto {
    color: #c1c119;
}

@media (max-width: 1199px) {
    .profile-label {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .profile-input {
        width: 100%;
    }

    .profile-select {
        width: 100%;
    }
}

.header-ed img {
    width: 170px;
    justify-content: start;
}

.editor-options {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.editor-banner {
    width: 50%;
    height: 200px;
    position: absolute;
    right: 2%;
    top: 100px;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.editor-banner-upload-btn {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.editor-text {
    min-width: 400px;
    display: block;
    margin: auto;
    margin-top: 15px;
}

.ed-title {
    width: 80%;
    min-height: 80px;
    height: 80px;
    outline: none;
    font-size: 25px;
    font-weight: 700;
    color: #e0e0e2;
    background-color: #37373784;
    resize: none;
    border: none;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.ed-description {
    width: 80%;
    min-height: 80px;
    height: 80px;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    color: #e0e0e2;
    background-color: #37373784;
    resize: none;
    border: none;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.ed-text {
    width: 80%;
    min-height: 80px;
    height: 80px;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    color: #e0e0e2;
    background-color: #37373784;
    resize: none;
    border: none;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.ed-title::placeholder,
.ed-description::placeholder,
.ed-text::placeholder {
    color: #a8a8a8;
}

.ed-label {
    width: 90px;
    text-align: right;
    font-weight: 600;
}

.ed-date {
    background-color: #37373784;
    border: none;
    height: 30px;
    color: rgb(223, 223, 223);
    padding: 0 8px;
    border-radius: 10px;
}

.publish-btn {
    position: fixed;
    bottom: 2%;
    z-index: 9;
    right: 2%;
}

.raffle-btn {
    position: fixed;
    bottom: 80px;
    z-index: 9;
    right: 2%;
}

.deactivate-btn {
    position: fixed;
    bottom: 145px;
    z-index: 9;
    right: 2%;
}

.activate-btn {
    position: fixed;
    bottom: 210px;
    z-index: 9;
    right: 2%;
}

.ed-buttons-area {
    position: static;
    overflow-x: hidden;
}

.editor-img {
    position: static;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .header-ed {
        justify-content: center;
    }

    .editor-banner {
        position: static;
        width: 80%;
        display: flex;
        justify-content: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .editor-img {
        position: relative;
    }

    .editor-text {
        min-width: 200px;
    }

    .ed-buttons-area {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .publish-btn {
        position: static;
        bottom: 0;
    }
    
    .raffle-btn {
        position: static;
        bottom: 0;
    }
    
    .deactivate-btn {
        position: static;
        bottom: 0;
    }
    
    .activate-btn {
        position: static;
        bottom: 0;
    }
}

.ev-list {
    margin: 10px;
    color: #c8c8c8;
    font-size: 20px;
    font-weight: 600;
    display: block;
    align-items: center;
}

.ev-list ul li {
    list-style: disc;
}

.delete-btn {
    border: none;
    background-color: transparent;
    color: rgb(255, 0, 0);
    font-weight: 700;
}

.grid-area {
    width: 90%;
    display: grid;
    gap: 2rem;
    grid-auto-rows: 23rem;
    grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
    margin: 3% auto;  
    justify-content: center;
}

.grid-card {
    text-align: center;
    justify-content: center;
}

.grid-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.grid-card p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}

.grid-card hr {
    border: 3px solid;
    color: #6f1167;
    opacity: 0.8;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.card-in {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.card-in img {    
    height: 160px !important;
    width: 270px !important;
    border-radius: 15px;
}

.card-in span {
    text-align: left;
    margin-left: 10px;
    font-size: 12px;
    width: 40%;
}

.card-in p {
    text-align: left;
    margin-left: 5%;
}

.card-br {
    display: none;
}

@media (max-width: 995px) {
    .grid-area {
        grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    }
}

@media (max-width: 560px) {
    .grid-area {
        grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    }

    .card-in {
        display: block;
        text-align: center;
    }

    .card-in p {
        text-align: left;
        margin-left: 6px;
        margin-right: 6px;
    }

    .card-data {
        display: inline-flex;
    }

    .card-in span {
        width: auto;
    }

    .card-br {
        display: block;
    }
}

@media (max-width: 500px) {
    .grid-area {
        grid-auto-rows: 32rem;
    }
}

.ev-form {
    display: flex;
    justify-content: end;
    margin-left: auto;
    margin-right: auto;
}

.ev-btn {
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 20px;
    margin-top: 10px;
    margin-right: 5%;
    font-size: 12px;
    line-height: 35px;
    border-radius: 50px;
    border: none;
    color: #fff;
    background-color: #9300aa;
}

.ev-btn:disabled {
    color: #b1b1b1;
    background-color: #7b3f84;
}

.ev-btn-conf {
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 20px;
    margin-top: 10px;
    margin-right: 5%;
    font-size: 12px;
    line-height: 35px;
    border-radius: 50px;
    border: none;
    color: #fff;
    background-color: #00c3b3;
}

.close-session {
    width: 100%;
    display: flex;
    justify-content: center;
}

.close-session button {
    background-color: transparent;
    border: none;
    color: white;
    margin-top: 50px;
}

.admin-link a {
    color: #63f1f3 !important;
}

.enfasis-link a {
    color: #9300aa !important;
}

.alto-mando-entry {
    font-style: italic;
}

.alto-mando-name {
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
}

.alto-mando-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.alto-mando-descr {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.alto-mando-telegram {
    background-color: #00c3b3;
    color: white;
    font-size: 22px;
    padding: 8px 25px;
    border-radius: 6px;
    margin: 25px 10px 0;
}

.alto-mando-email {
    background-color: #70116b;
    color: white;
    font-size: 22px;
    padding: 8px 50px;
    border-radius: 6px;
    margin: 25px 10px 0;
}

.alto-mando-entry hr {
    color: #6f1167;
    opacity: 1;
    border-width: 5px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.alto-mando-data {
    text-align: left;
}

@media (max-width: 576px) {
    .alto-mando-data {
        text-align: center;
    }
}

.contact-alto-mando form {
    background-color: #56135a;
    width: 80%;
    border-radius: 8px;
    padding: 15px;
    font-style: italic;
}

.contact-alto-mando span {
    font-weight: 700;
    font-size: 20px;
    margin: 0 5%;
}

.contact-form {
    width: 90%;
    margin: 10px 5%;
    border-radius: 8px;
    height: 50px;
    padding-left: 5px;
}

.contact-text-form {
    width: 90%;
    margin: 10px 5%;
    border-radius: 8px;
    padding-left: 5px;
    resize: none;
}

.contact-form::placeholder, 
.contact-text-form::placeholder {
    font-style: italic;
}

.contact-btn {
    margin: 10px 5%;    
}

.anim-section {
    overflow: hidden;
    height: 32rem;
}

.anim-area {
    position: relative;
    content: "";
    width: 30rem;
    height: 30rem;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.7987570028) 0%, rgba(0, 0, 0, 0.5018382353) 13%, rgba(255, 255, 255, 0.0956757703) 30%, rgba(0, 0, 0, 0.1993172269) 35%, rgba(0, 0, 0, 0.2049194678) 45%, rgba(255, 255, 255, 0.0956757703) 50%, rgba(255, 255, 255, 0) 60%);
}

.anim-text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #00c3b3;
    font-size: 50px;
    font-weight: 700;
    font-style: italic;
    z-index: 10;
}

.anim-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    animation: rotate 50s linear infinite;
    overflow: hidden;
}

.anim-2 {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    animation: rotate 50s linear infinite reverse;
    overflow: hidden;
}

.anim-1 img {
    width: 30rem;
    overflow: hidden;
}

.anim-2 img {
    width: 15rem;
    overflow: hidden;
}

@media (max-width: 580px) {
    .anim-area {
        width: 20rem;
        height: 20rem;
    }

    .anim-1 img {
        width: 20rem;
    }
    
    .anim-2 img {
        width: 10rem;
    }

    .anim-text {
        font-size: 40px;
    }

    .anim-section {
        height: 23rem;
    }
}

@media (max-width: 370px) {
    .anim-area {
        height: 17rem;
        width: 17rem;
    }

    .anim-1 img {
        width: 17rem;
    }
    
    .anim-2 img {
        width: 8.5rem;
    }

    .anim-text {
        font-size: 35px;
    }

    .anim-section {
        height: 20rem;
    }
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.t-head-txt p {
    font-size: 20px;
    font-weight: 500;
}

.torneos a {
    margin: 15px 10px;
}

.torneos img {
    max-width: 200px;
}

.torneos h3 {
    margin-top: 12px;
}

.p-checkbox-area {
    width: 80%;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    color: #a8a8a8;
    background-color: #37373784;
    border: none;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ed-checkbox {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px;
}

.ed-checkbox input {
    width: 25px;
}

.ed-checkbox img {
    width: 20px;
}

.set-cup-state {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.ed-select {    
    width: 280px;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    color: #d9d9d9;
    background-color: #37373784;
    resize: none;
    border: none;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 10px;
}

.ed-select option {
    background-color: #37373784;
    color: white;
}

.ed-number {
    width: 280px;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    color: #d9d9d9;
    background-color: #37373784;
    resize: none;
    border: none;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 10px;
}

.copas-mes {
    text-align: center;
}

.cup-info img {
    width: 300px;
}

.cup-info h3 {
    text-transform: uppercase;
    color: #00ffee;
    margin-top: 8px;
}

.cup-info-3 img {
    width: 200px;
}

.cup-info-3 h3 {
    text-transform: uppercase;
    color: #e9ab15;
    margin-top: 8px;
}

.allowed-text {
    color: #37da37;
    font-size: 20px;
    font-weight: 600;
}

.banned-text {
    color: #ff1313;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .cup-info img {
        width: 250px;
    }
}

.copa-entry {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.copa-entry img {
    width: 200px;
}

.grid-torneos {
    display: grid;
    gap: 2rem;
    grid-auto-rows: 270px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin: 3% auto;  
    justify-content: center;
    text-align: center;
}

.grid-card-t span {
    color: #00ffee;
    font-size: 16px;
    line-height: 21px;
}

.grid-card-t p {
    font-size: 16px;
    line-height: 21px;
}

.grid-card-t a {
    margin-left: auto;
    margin-right: auto;
}

.t-card-in {
    padding-left: 10%;
    text-align: left;
}

.registry-instructions {
    line-height: 20px;
}

.registry-instructions p {
    font-size: 16px;
    line-height: 20px;
}

.registry-instructions span {
    color: #d8d85a;
    line-height: 20px;
}

.p-icon {
    background-color: #37373784;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: none;
    background-position: center;
    background-size: contain;
}

.pc-entry {
    background-color: #37373784;
    width: 100px;
    border: none;
    color: white;
    text-align: center;
}

.o-chck {
    width: 18px;
    height: 18px;
}

.team-registry {
    border-collapse: separate; 
    border-spacing: 0 8px;
}

.modal-content {
    background-color: #373737;
}

.t-creator-form {
    display: block;
}

.t-creator-form table {
    border-collapse: separate; 
    border-spacing: 0 10px;
}

.t-creator-form table tr td:first-child {
    text-align: end;
}

.t-input {
    background-color: #00000079;
    color: white;
    border: none;
    width: 350px;
    height: 30px;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.t-textarea {
    background-color: #00000079;
    color: white;
    border: none;
    width: 350px;
    height: 70px;
    resize: none;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.t-label {
    color: #00ffee;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .t-input {
        width: 250px;
    }

    .t-textarea {
        width: 250px;
    }
}

.pk-i-list li {
    display: inline-block;
    margin: 5px auto;
}

.pk-i-list img {
    width: 35px;
}

.span-format {
    color: #00ffee;
    font-weight: 600;
    width: 200px;
}

.rival-span {
    background-color: #000000c6;
    color: white;
    padding: 10px 5px;
    width: 170px;
    border-radius: 16px;
}

.result-list li {
    margin: 8px auto;
    padding: 5px 0;
    width: 220px;
    background-color: white;
    color: #000;
    border-radius: 16px;
}

.reg-players h3 {
    width: 250px;
    border-radius: 25px;
    background-color: #000;
    line-height: 38px;
    font-size: 21px;
}

.reg-players ul li {
    border-radius: 25px;
    line-height: 38px;
    width: 250px;
    margin-top: 12px;
    background-color: lightgray;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.u-confirmado {
    background-color: #20ab4b !important;
}

.t-code {
    text-align: center;
    font-weight: 700;
    margin-top: 12px;
    margin-left: 5%;
    font-size: 22px !important;
}

.cup-info-2 h3 {
    color: #00ffee;
}

hr {
    border: 3px solid;
    color: white;
    opacity: 0.8;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.pestaña-rondas {
    margin: 0%;
    padding: 0 25px;
    background-color: lightgray;
    width: 170px;
}

.pr-active {
    background-color: #d8d85a;
}

.t-background {
    background-color: #0000008c;
    border-radius: 25px;
}

.t-rondas {
    width: 100%;
    display: flex;
    justify-content: start;
    overflow-x: scroll;
}

.t-finales {
    width: 100%;
    display: flex;
    justify-content: start;
    overflow-x: scroll;
}

@media (min-width: 992px) {
    .t-rondas,
    .t-finales {
        justify-content: center;
        overflow-x: auto;
    }
}

.t-rondas-ul {
    color: #fff;
}

.t-rondas-ul li {
    width: 155px;
    
}

.t-rondas-ul li span {
    color: #fff;
    padding-left: 5px;
    padding-right: 15px;
    width: 125px;
    border-bottom: 1px solid #ad35c2;
    border-left: 1px solid #ad35c2;
    border-right: 1px solid #ad35c2;
}

.t-rondas-ul li:first-child span {
    border-top: 1px solid #ad35c2;
}

.descanso {
   color: grey; 
   font-style: italic;
   font-size: 14px;
}

.descanso span {
    color: grey !important;
    border: none !important;
}

.res1 {
    color: #8b638d !important;
    padding: 0 !important;
    border: none !important;
    width: 12px !important;
}

.res2 {
    color: #67aeb2 !important;
    padding: 0 !important;
    border: none !important;
    width: 12px !important;
}
/*
.win {
    color: #20ab4b;
}*/

.win span {
    background-color: #ad35c2cc;
}
/*
.lost {
    color: #a80036;
}*/

.lost span {
    color: grey !important;
}

.t-ronda {
    margin-left: 30px;
}

.t-ronda ul {
    margin-top: 12px;
    width: 140px;
}

.t-ronda img {
    max-width: 120px;
}

.t-puntos table {
    border-collapse: separate; 
    border-spacing: 0px 0px;
}

.t-puntos table tr td,
.t-puntos table tr th {
    border-bottom: 1px solid #ad35c2;
    padding: 15px;
}

.t-puntos table tr th {
    color: #d8d85a;
}

.t-puntos table tr td:first-child {
    text-align: center;
    border-right: 1px solid #ad35c2;
}

.round-btn {
    background: none;
    border: none;
    color: white;
    font-weight: 600;
    text-decoration: underline;
    margin: 10px;
}

.ganador {
    font-size: 18px;
    color: #d8d85a;
    font-weight: 700;
}

.participants-pk-list {
    background-color: rgba(0, 0, 0, 0.3);
    /*background-color: rgb(173, 53, 194, 0.35);*/
    width: 320px;
    border-radius: 15px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.participants-pk-list span {
    border-bottom: 2px solid #6f1167;
    padding: 3px 10px;
}

.cup-participants ul li p {
    font-size: 15px;
}

.rules-header img {
    width: 120px;
}

.rules-header h2 {
    color: #e9ab15;
    /*font-family: 'Roboto Condensed';*/
}

.rules-area p {
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
}

.chat-area {
    width: 100%;
    height: 600px;
    background-color: #000000c6;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 10px;
    overflow-y: auto;
}

.boku-msg {
    background: linear-gradient(140deg, #ad35c2, #4d0159);
    color: #fff;
    margin-left: auto;
    margin-right: 3% !important;
    width: fit-content;
    min-width: 200px;
    max-width: 70%;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 3%;
    overflow-x: auto;
}

.rival-msg {
    background: linear-gradient(140deg, #1c43cf, #0f2571);
    color: #fff;
    margin-left: 3% !important;
    margin-right: auto;
    width: fit-content;
    min-width: 200px;
    max-width: 70%;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 3%;
    overflow-x: auto;
}

.gr-link {
    color: #00ffee;
    font-style: italic;
}

.dark-p {
    width: 12px !important;
    position: absolute;
    right: 2%;
    bottom: 2%;
}

.pk-img {
    position: relative;
}

.allies-section hr {
    color: #6f1167;
    width: 50px;
    border: 2px solid;
}

.allies-section h2 {
    color: #ffffff;
}

.allies-section h2 span {
    color: #6f1167;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
}

.allies-section ul li {
    display: inline-block;
    margin: 0 5px;
}

.allies-section ul li i {
    color: #9300aa;
}

.elite-ally {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

.elite-ally p {
    text-align: left;
    font-size: 16px;
    padding: 5px 10px;
}

.ally {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

.ally-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-left {
    text-align: center;
}

.banner-left img {
    text-align: right;
    width: 150px;
}

.banner-right {
    align-items: center;
}

.banner-right p {
    font-size: 16px;
    font-style: italic;
    text-align: justify;
}

.banner-right hr {
    color: #6f1167;
    width: 100%;
}

.banner-inner {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
}

.banner-inner h5 {
    font-size: 16px;
}

.banner-inner h5 span {
    font-size: 14px;
    color: #6f1167;
}

.banner-inner p {
    text-align: center;
}

.banner-inner p span {
    font-size: 14px;
    font-weight: 600;
    color: #00ffee;
}

.banner-inner-l {
    border-right: 2px solid #6f1167;
}

.disclaimer p {
    font-size: 12px;
    line-height: 14px;
    color: #888888;
}

.t-detalles {
    text-align: justify;
}

.carousel-Ev {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-item {
    align-items: center;
}

#aCode {
    font-size: 20px;
    font-weight: 600;
}

.raffle-text {
    width: 80%;
    min-height: 80px;
    height: 150px;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    color: #e0e0e2;
    background-color: #37373784;
    border: none;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.shadow-img {
    -webkit-filter: blur(8px) brightness(0%);
    filter: blur(8px) brightness(0%);
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.ed-btn {
    border: none;
    background: none;
    font-style: italic;
    color: #00ffee;
}

.form-control-2 {
    /*width: 400px;*/
    margin: 5px auto;
    background: #0000008c;
    border-radius: 10px;
    border: none;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 30px;
}

.form-control-2:focus {
    color: white;
}

.form-control-2::placeholder {
    color: #b6b6b6;
}

.link-1 {
    color: #00ffee;
    font-style: italic;
    background: none;
    border: none;
}

#medal-banner {
    position: relative;
    min-height: 150px;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

#rules-banner {
    min-height: 200px;
    position: relative;
    right: 2%;
    top: 15px;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#rules-banner-2 {
    content: "";
    min-height: 200px;
    position: relative;
    right: 2%;
    top: 15px;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.r-input {
    background-color: #00000079;
    color: white;
    border: none;
    width: 250px;
    height: 30px;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.list-el {
    font-weight: 600;
    font-size: 18px;
}

.raid-card {
    position: relative;
}

.raid-card p {
    font-size: 16px;
}

.raid-card hr {
    border: 3px solid;
    color: #6f1167;
    opacity: 0.8;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.raid-p-img {
    position: absolute;
    right: 10%;
    top: 15%;
    height: 80%;
    width: 150px;
    z-index: -1;
}

@media (max-width: 767px) {
    .raid-p-img {
        right: 5%;
        top: 27%;
        width: 100px;
    }
}

.r-tr-list {
    font-size: 12px;
}

.inv-req {
    color: #00ffee;
    font-style: italic;
    cursor: pointer;
}

.content-top {
    text-align: right;
}

.feliz-jueves {
    position: absolute;
    top: 100px;
    right: 1%;
}

#raffle-list li{
    font-family: "gobold_bold";
    font-size: 30px;
}

#qr_w {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.qr-section {
    background-color: #ffffff;
    padding: 50px 30px;
    border: 1.5px solid #b2b2b2;
    border-radius: 0.25em;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.25);
}

#qr-reader {
    padding: 20px !important;
    border: 1.5px solid #b2b2b2 !important;
    border-radius: 8px;
}

#qr-reader img[alt="Info icon"] {
    display: none;
}

#qr-reader img[alt="Camera based scan"] {
    width: 100px !important;
    height: 100px !important;
}

#html5-qrcode-anchor-scan-type-change {
    text-decoration: none !important;
    color: #1d9bf0;
}

video {
    width: 100% !important;
    border: 1px solid #b2b2b2 !important;
    border-radius: 0.25em;
}

.banner-ins {
    color: #d8d85a;
}