@charset 'UTF-8';

/* Tipografías */

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    font-weight: normal;
    font-style: normal;
}

/* Estilos generales */
:focus{
	outline:0px !important;
}
.t-center {
  text-align: center;
}

body:not(.elementor-editor-active) .oculto {
    display: none !important;
}

/* Cabecera de página */

/* Pie de página */

/* Init curve slider */
.slider{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.title{
    position: absolute;
    top: 10%;
    right: 60%;
    text-align: right;
    color: #fff;
    font-size: 150px;
    width: 40%;
    font-family: 'Pacifico', cursive;
    text-shadow: 3px 5px 0px #478860;
    line-height: .9em;
    transform: rotate(-5deg);
}
.images {
    position: absolute;
    top: -210%;
    left: 50%;
    --rotate: 0deg;
    transform: translate(-50%, 50%) rotate(var(--rotate));
    width: 200vw;
    height: 430vh;
    border-radius: 50%;
    transition: transform 0.5s ease-in-out;
    outline: 1px dashed #fff5;
    outline-offset: -100px;
}
.images .item{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    rotate: calc(30deg * var(--i));
}
.images .item img{
    height: 420px;
    border-radius: 15px;
}

.content{
    color: #fff;
    position: absolute;
    bottom: 14vw;
    left: 50%;
    width: 350px;
    transform: translateX(-50%);
    text-align: center;
}
.content h1{
    color: #CB9700;
    font-size: 34px;
    line-height: 1em;
    font-family: "Inter", Sans-serif;
    text-transform: uppercase;
}
.content button{
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 20px;
    background-color: #E88735;
    color: #fff;
    border: none;
    float: right;
}
.content .item{
    display: none;
}
.content .item.active{
    display: block;
}
@keyframes showContent{
    from{
        opacity: 0;
    }to{
        opacity: 1;
    }
}
.content .item.active h1{
    opacity: 0;
    animation: showContent 0.5s ease-in-out 1 forwards;
}
.content .item.active .des{
    display: none;
    opacity: 0;
    animation: showContent 0.5s 0.3s ease-in-out 1 forwards;
}
.content .item.active button{
    opacity: 0;
    animation: showContent 0.5s 0.6s ease-in-out 1 forwards;
}


#prev,
#next{
    position: absolute;
    border: none;
    bottom: 14vw;
    left: calc(50% - 150px);
    font-size: 100px;
    font-family: cursive;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    opacity: 1;
}
#next{
    left: unset;
    right: calc(50% - 150px);
}
#next:hover,
#prev:hover{
    opacity: 1
}
/* End curve slider */

/* Popup vote */

body:not(.elementor-editor-active) #wrapper-login-forms {
    position: fixed;
    z-index: -999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
}

body:not(.elementor-editor-active) #wrapper-login-forms.active {
    z-index: 999;
    display: flex;
}

body:not(.elementor-editor-active) #wrapper-login-forms > .e-con-inner {
    display: flex;
    align-items: center;
    justify-content: center !important;
}

body:not(.elementor-editor-active) #openloginform:not(.active), body:not(.elementor-editor-active) #openvoteform:not(.active), body:not(.elementor-editor-active) #opennotice:not(.active) {
    display: none;
}

.button-vote {
    cursor: pointer;
}

.user-name {
    text-align: center;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
}

.button-vote.active {
    background: #cb9700 !important;
}

.item-vote.active {
    background: #5E2A2B;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.item-vote.active .vote-name {
    color: #FFF9E9 !important;
}

#wrapper-votes-available {
    max-height: 140px;
    overflow: scroll;
}

#searchvote {
    border: 1px solid #E40D7E;
    width: 100%;
    color: #E40D7E;
    font-family: "Satoshi", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 20px;
    border-radius: 10px;
}

::placeholder#searchvote {
    color: #E40D7E !important;
    font-family: "Satoshi", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
}

#selecteduser {
    color: #000;
    font-family: "Satoshi", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 5px 10px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .images {
        position: absolute;
        top: -330%;
        left: 50%;
        --rotate: 0deg;
        transform: translate(-50%, 50%) rotate(var(--rotate));
        width: 200vw;
        height: 475vh;
        border-radius: 50%;
        transition: transform 0.5s ease-in-out;
        outline: 1px dashed #fff5;
        outline-offset: -100px;
    }
    .slider {
        position: relative;
        width: 100%;
        height: 68vh;
        overflow: hidden;
    }
    .images .item img {
        height: 266px;
        border-radius: 15px;
    }
}

[data-box-equipo]:not(.active) {
  display: none;
}

[data-box-equipo].active {
  display: flex;
}

body:not(.elementor-editor-active) .oculto {
    display: none;
}

.texto-estado, .noinscrito, .inscrito {
    font-size: 18px;
    cursor: pointer;
}
.mensaje-inscripcion {
    padding-bottom: .5em;
}

.tabs-equipo-form.active .elementor-button {
    background-color: #E40D7E !important;
    color: #FFF !important;
}

.title-form-game {
    font-family: "Satoshi", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #E40D7E;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1em;
    padding-top: 1em;
}

.title-form-game > span:last-child {
    font-family: "Satoshi", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #E40D7E;
}

.current-team {
    padding: 1em 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding-top: 30px;
}

.current-team .current-player {
    position: relative;
    background: #E40D7E;
    color: #FFF;
    padding: 3px 10px;
    border-radius: 9999px;
}

.current-player .plus-remove-player {
    background: #FFF;
    color: #E40D7E !important;
    border: 1px solid #E40D7E !important;
    top: 0;
    right: -10px;
}

.alert-limit-form {
    display: none;
    color: red;
    font-family: "Satoshi", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.title-form-small {
    font-size: 14px;
}

.inscrito, .modificar-equipo-btn, .modificar-participacion-btn, .noinscrito, .btn-confirmar, .btn-volver {
        border: 2px solid #FFF;
    padding: 4px 10px;
    border-radius: 20px;
    margin-right: 10px;
    display: inline-block;
}

@media (max-width: 768px) {
    .title-form-game {
        flex-direction: column !important;
    }
    .item-search-result {
        grid-template-columns: 1fr !important;
    }
    .item-search-result span:nth-child(2) {
        border-left: 0px solid #000 !important;
        padding-left: 0 !important;
        color: #808080ba !important;
    }
    .current-team {
        grid-template-columns: 1fr !important;
    }
    .inscrito, .modificar-equipo-btn, .modificar-participacion-btn, .noinscrito, .btn-confirmar, .btn-volver {
        margin-bottom: 10px;
    }
}