/*css variables*/
:root {
    --body-bg-color: #dce4e3;
    --green: #18c29c;
    --light-green: #8ed7c6;
    --light-grey: #dce4e3;
    --text-color: #000;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    background: #FF671B!important;
    font-family: "ESPNOblique";
    letter-spacing:2;
    font-size:2rem!important;
    border: unset!important;
    padding: 0.5rem 1.5rem;
    padding-bottom: 0.25rem;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-bases {
    cursor: pointer;
}

input[type=number] {
    -moz-appearance: textfield;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.opensans {
    font-family: "Open Sans", sans-serif;
}

@font-face {
    font-family: "ESPNMedium";
    src: url("../assets/ESPNProLoud-Medium.woff");

}

@font-face {
    font-family: "MarkPro";
    src: url("../assets/fuentes/Mark Pro.woff");

}

@font-face {
    font-family: "ESPNOblique";
    src: url("../assets/ESPNProLoud-MediumOblique.woff");
}
@font-face {
    font-family: "PlayoffProCond";
    src: url("../assets/fuentes/PlayoffProCond-MediumItalic.woff");

}
@font-face {
    font-family: "PlayoffProSans";
    src: url("../assets/fuentes/PlayoffProSans-MediumItalic.woff");

}

.bg-general {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/Fondos/inicio.jpg);
}

.bg-bases {
    background-image: url('../assets/Fondos/bases.jpg');
}

.bg-inicio {
    background-image: url(../assets/Fondos/game.jpg)!important;
    /* min-height: calc(100vh - 64px)!important; */
    background-repeat: no-repeat;
}

.bg-login {
    background-image: url('../assets/Fondos/login.jpg');
}

.bg-ronda2 {
    background-image: url('../assets/Fondos/ronda-2.jpg');
}

/*reset*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.copa-total{
    
position: absolute;
    
bottom: 0vw;
    
right: -1vw;
    
z-index: 9;
    
width: 53vw;
    
pointer-events: none;
}

.copa-total img{
    
width: 100%;
    
max-width: max-content;
    
pointer-events: none;
}

.mobile-head {
    display: none;
}
.desktop{
    display:block!important;
    
}

.mobile{
    display:none!important;
    
}
button {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

input {
    border: none;
    outline: none;
    background: none;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

/*body*/
body {
    background-color: var(--body-bg-color);
    color: var(--text-color);
    width: 100%;
    height: auto;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow-x: hidden;

}


/*navbar*/
.navbar {
    z-index: 99;
    width: 80px;
    max-width: 4rem;
    background-color: #000000;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* opacity: 0; */
    transition: all .35s ease;
}


.navbar .navbar-container {
    padding: 1rem;
    filter: invert(1);
}

/*logo*/
.navbar .navbar-container .navbar-logo-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.7rem;
    /* padding-left: 1rem; */
}

.navbar .navbar-container .navbar-logo-div .navbar-toggler {
    transition: .2s ease-in-out;
}

.navbar .navbar-container .navbar-logo-div .navbar-toggler i {
    font-size: 1rem;
}

.navbar .navbar-container .navbar-logo-div .navbar-toggler:hover {
    color: var(--light-grey);
}

.navbar .navbar-container .navbar-logo-div .navbar-logo-link {
    display: none;
}

/*search*/
.navbar .navbar-search {
    width: 100%;
    background-image: url('../img/search.svg');
    background-repeat: no-repeat;
    background-color: var(--light-green);
    background-position: center;

    margin: 0 auto;
    /* background-position: 1rem 0.7rem; */
    padding: 1rem;
    /* padding-left: 3rem; */
    border-radius: 10px;
    margin-bottom: 1.2rem;
}

#icon-search {
    position: absolute;
    color: var(--green);
    font-size: 1.2rem;
    top: 4.5rem;
    left: 1.4rem;
}

.navbar .navbar-search::placeholder {
    visibility: hidden;
    opacity: 0;
}

/*menu list*/
.navbar .menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
}

.navbar .menu-list .menu-item {
    width: 100%;
}


.navbar .menu-list .menu-item .menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    transition: 0.2s ease-in-out;
    font-weight: 500;
}


.navbar .menu-list .menu-item .menu-link .menu-link-text {
    display: none;
    transition: all 1 ease-in-out;
    color: inherit;
}

.navbar .menu-list .menu-item .menu-link:hover,
.navbar .menu-list .menu-item .menu-link:hover {
    color: #FF671B;
}

/*user information div*/
.navbar .user-container {
    background-color: white;
    ;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
}

.navbar .user-container .user-info {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    display: none;
}

.navbar .user-container .user-info i {
    font-size: 1.2rem;
}

.navbar .user-container .user-info .user-details .user-name {
    font-size: 1.1rem;
    font-weight: light;
}

.navbar .user-container .user-info .user-details .user-occupation {
    font-size: 0.9rem;
    font-weight: lighter;
}



/*navbar.active*/
/*navbar.active navbar*/
.navbar.active {
    width: 250px;
    max-width: 250px;
    z-index: 999999999999999999;
}

/*navbar.active logo*/
.navbar.active .navbar-container .navbar-logo-div {
    justify-content: flex-end;
    padding-left: 1rem;
}

.navbar.active .navbar-container .navbar-logo-div .navbar-logo-link {
    display: block;
}

/*navbar.active search input*/
.navbar.active .navbar-search {
    background-position: 1rem 0.7rem;
    padding: 1rem;
    padding-left: 3rem;
}

.navbar.active #icon-search {
    top: 5.1rem;
    left: 1.6rem;
}

.navbar.active .navbar-search::placeholder {
    visibility: visible;
    opacity: 1;
}

/*navbar.active menu*/
.navbar.active .menu-list {
    padding-left: 1rem;
}

.navbar.active .menu-list .menu-item .menu-link {
    justify-content: flex-start;
}

.navbar.active .menu-list .menu-item .menu-link .menu-link-text {
    display: inline;
}

/*navbar.active user container*/
.navbar.active .user-container {
    justify-content: space-between;
    align-items: center;
}

.navbar.active .user-container .user-info {
    display: flex;
}


/*dashboard*/
.dashboard {
    /* width: auto; */
    height: 100%;
    margin-left: 64px;
    min-height: 100vh;
    position: relative;
    padding-bottom: 45rem;
}

.navbar.active+.dashboard {
    /*margin-left: 22%; 
*/
}

.close {
    display: none !important;
}

.open {
    display: block !important;
    ;
}

.navbar.active .navbar-container .open {
    display: none !important;
    ;
}

.navbar.active .navbar-container .close {
    display: block !important;
    ;
}

.secundary-nav {
    background: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.secundary-nav .logos-top {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.secundary-nav .logos-top img:nth-child(1) {
    float: left;
}

.secundary-nav .logos-top img:nth-child(2) {
    height: 1.75rem;
    /* margin: auto; */
    /* margin-left: 1rem; */
    position: absolute;
    left: calc(50% - 65px);
    margin-top: -1px;
}

.secundary-nav .nav-btn-two {
    position: absolute;
    color: white;
    top: 1.25rem;
    right: 2rem;
}

.secundary-nav .nav-btn-two button {
    color: white;
    font-size: 1.5rem;
}

.secundary-nav .nav-btn-two button i {}

.title-optiones {
    height: 3rem;
    background: black;
    padding-bottom: 3.1rem;
    position: relative;
    border-bottom: 1px solid #9c9c9c;
    border-top: 1px solid black;
    position: sticky;
}

.title-optiones .opciones a {

    /* display: none; */

    color: white;

    display: flex;

    position: absolute;

    left: 1rem;

    top: 0.5rem;
}

.title-optiones .opciones i {

    margin: auto;

    font-size: 1.5rem;
}

.title-optiones .opciones div {
    font-size: 1.25rem;
    margin-left: 0.5rem;
}

.title-optiones .title {
    font-family: MarkPro;
    text-align: center;
    color: white;
    font-size: 1.75rem;
}

.logos-desktop {
    position: absolute;
    top: 2rem;
    width: 100%;
    display: flex;
    justify-content: revert;
    /* margin-left: auto; */
    z-index: 9;
}

.logos-desktop .logos-position {
    position: relative;
    width: 10rem;
    display: flex;
    justify-content: space-between;
    margin-left: 3rem;
    margin-right: auto;
}

.logos-desktop .logos-position img {
    margin: 0 auto;
    height: 7rem;

}

.container-custom {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* height: 100vh; */
    max-width: 850px;
}
.container-custom2{
      max-width: 1099px;
}
.skw-container {
    /* transform: skew(-7deg); */
    /* -webkit-transform: skew(-7deg); */
    -moz-transform: skew(-9deg);
    width: 90%;
    margin: auto;
}

.skw-neutral {
    /* transform: skew(7deg); */
    /* -webkit-transform: skew(7deg); */
    -moz-transform: skew(9deg);
    z-index: 1;
    position: relative;
    padding: 1.5rem 3rem;
}

.skw-sombra {

/* -webkit-box-shadow: 22px 22px 0px -2px #414042; */

-moz-box-shadow: 22px 22px 0px -2px rgba(255, 106, 32, 1);

/* box-shadow: 22px 22px 0px -2px #414042; */
}

.bg-oscuro {
    background: rgb(0 0 0 / 52%);
    /* background: linear-gradient(204deg, rgba(0, 0, 0, 1) 0%, rgba(38, 46, 43, 1) 100%); */
    /* min-height: 66vh; */
    position: relative;
    z-index: 3;
    /*! margin-top: 2rem; */
    border-radius: 55px;
}

.bg-blanco {
    background: rgb(255 255 255);
    min-height: 66vh;
    position: relative;
    z-index: 3;

    /*! margin-top: 2rem; */
    background: rgb(0 0 0 / 52%);
    /* background: linear-gradient(204deg, rgba(0, 0, 0, 1) 0%, rgba(38, 46, 43, 1) 100%); */
    /* min-height: 66vh; */
    position: relative;
    z-index: 3;
    border-radius: 55px;
}

.padding-center-top {/*! padding-top: 12vh; */display: flex;flex-direction: column;justify-content: center;height: 100vh;}

/* OPCIONES DE JUEGO*/
.trivia {
    font-family: "ESPNOblique" !important;
}

.contadores-trivia {
    color: white;
    display: flex;
    justify-content: space-around;
    padding-top: 1rem;
}

.contadores-trivia .preguntas-count {

margin-bottom: 6px;

display: flex;

align-items: center;

justify-content: center;

cursor: pointer;

transition: all 0.2s ease;

/* position: relative; */

color: white;

padding: 0.25rem

 0.5rem;

background: #FF671B;

font-family: MarkPro;

font-weight: bold;

font-size: 1rem;

cursor: pointer;

border-radius: 10px;

max-width: 44%;
}

.contadores-trivia .tiempo {

margin-bottom: 6px;

display: flex;

align-items: center;

justify-content: center;

cursor: pointer;

transition: all 0.2s ease;

/* position: relative; */

color: white;

padding: 0.25rem 0.5rem;

background: #FF671B;

font-family: MarkPro;

font-weight: bold;

font-size: 1rem;

cursor: pointer;

border-radius: 10px;

max-width: 44%;
}

.contadores-trivia .tiempo img {

height: 1.252rem;
}

.contadores-trivia .tiempo div {

font-size: 1.25rem;

margin-left: 0.3rem;
}

.trivia .pregunta-texto {
    /* background: #FF671B; */
    color: white;
    padding: 1.5rem 1rem;
    padding-bottom: 1.25rem;
    font-size: 3rem;
    text-align: left;
    /* text-transform: uppercase; */
    letter-spacing: 1.1;
    font-family: MarkPro;
    line-height: 1;
    font-size: 2rem;
    text-align: center;
}

.trivia .opciones-pregunta {

padding: 1rem 0;

display: flex;

flex-wrap: wrap;

gap: 1.5rem 2rem;

text-align: center;
}

.trivia .btn-trivia {

    width: 100%;
}

.trivia .btn-trivia input:disabled {
    background: #d3d3d3;
    color: black;
}

.trivia .btn-trivia input {
    width: 100%;
    /* height: 50px; */
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    color: white;
    padding: 1rem 0 0.5rem 0;
    background: #FF671B;
    font-family: 'MarkPro';
    font-size: 1.5rem;
    cursor: pointer;
    width: 100%;
    text-transform: CAPITALIZE;
    /* height: 50px; */
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    color: white;
    padding: 0.5rem 1rem;
    background: #FF671B;
    font-family: MarkPro;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 20px;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 3rem;
}

.option-respuesta {
    width: 100%;
    height: auto;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    padding: 1rem 0 0.25rem 0;
    FONT-VARIANT: JIS04;
    marign: 0 auto;
}

.option-respuesta input[type="radio"] {
    display: none;
}

.option-respuesta label {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #000000;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-radius: 19px;
    align-items: center;
    /* border: 1px solid #FF671B; */
    justify-content: center;
    background-color: #ffffffa3;
    font-size: 1.25rem;
    padding: 1.25rem 0 1rem 0;
    margin-bottom: 1rem;
    cursor: pointer;
    font-family: 'MarkPro';
    text-transform: unset;
}

.option-respuesta input[type="radio"]:checked+label {
    color: #ffffff;
    border: 2px solid #ffffff8c !important;
    background: #e05a18;
}

/* FIN OPCIONES DE JUEGO*/
/* HOME */
.home {
    /*! padding-top: 2rem; */
}

.mySwiper {
    padding-bottom: 2rem !important;
    width: 80%;
    padding-top: 22rem;
}

.mySwiper .swiper-slide {

    border-radius: 35px;
}

.head-slider {}

.mySwiper .swiper-pagination {

    margin-bottom: 0rem;

    z-index: 99;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {

background: #130c0e;
}

.content-home {

    color: white;

    text-align: center;
}

.content-home h1 {
    font-family: 'MarkPro';
    font-size: 2.5rem;
    margin-top: 1rem;
    text-transform: uppercase;
    color: white!important;
    font-family: 'MarkPro';
}

.content-home p {
    font-family: PlayoffProSans;
    width: 80%;
    margin: 0 auto;
    font-size: 1.25rem;
    font-style: italic;
    padding: 0.5rem 0;
    padding-bottom: 1rem;
    color: white !important;
    font-family: 'MarkPro';
}

.content-home .botones-home {
    display: flex;
    justify-content: center;
    font-family: "ESPNOblique";
    font-size: 1.75rem;
}
.btn-crear{
        width: 100%;
        /* height: 50px; */
        margin-bottom: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
        position: relative;
        color: white;
        padding: 0.5rem 1rem;
        background: #FF671B;
        font-family: MarkPro;
        font-weight: bold;
        font-size: 1.5rem;
        cursor: pointer;
        border-radius: 20px;
        max-width: max-content;
        margin: 0 auto;
        margin-top: 3rem;
        z-index: 69999;
}
.content-home .btn-iniciar {
    background: #FF671B;
    width: 30%;
    margin-right: 0.25rem;
    /* height: 50px; */
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 0.5rem 0;
    padding-bottom: 0.25rem;
    border-radius: 5px;
}

.content-home .btn-iniciar2 {
    background: #130C0E;

}
.content-home .btn-iniciar3 {
    background: #414042;

}

.content-home .btn-iniciar a {}

.content-home .btn-crear a div {}

.content-home .btn-crear {
    color: black;
    background: white;
    width: 30%;
    margin-left: 0.25rem;
    /* height: 50px; */
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 0.5rem 0;
    padding-bottom: 0.25rem;
    border-radius: 5px;
}

.content-home .btn-crear a {}

.content-home .btn-crear a div {}



/* HOME */

/* LOGIN */
.cuenta {
    /*! margin-top: 15vh; */
}

.cuenta .inicio {
    display: flex;
}

.cuenta .logo {
    text-align: center;
    width: 50%;
}

.cuenta .logo img {
    width: 80%;
}

.cuenta .logo .copa {
   display:none
}

.cuenta .logo .jugadores {
    display:block;
    height: 100vh;
    left: -2vw;
    margin-left: -13vw;
    width: auto;
}

.cuenta .datos {
    display: flex;
    text-align: center;
    width: 50%;
    flex-direction: column;
    justify-content: center;
}

.cuenta .datos .formulario {
    margin-top: 9vh;
}

.cuenta .datos .formulario .input-1 {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
}

.cuenta .datos .formulario .input-1 label {
    width: 100%;
    display: block;
    color: white;
    text-align: left;
    font-family: "ESPNMedium";
    letter-spacing: 1.2;
    font-size: 1.25rem;
}

.cuenta .datos .formulario .input-1 input::placeholder {
    color: #a29d9d;


}

.cuenta .datos .formulario .input-1 input {
    width: 100%;
    background: white;
    padding: 1rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    border: none;
    font-family: sans-serif;
}

.cuenta .botones-cuenta {
    font-family: "ESPNOblique";
    font-size: 1.75rem;
}

.cuenta .btn-iniciar input{
    background: #FF671B;
    width: 100%;
    margin: 0 auto;
    /* height: 50px; */
    /* display: flex; */
    /* justify-content: center; */
    /* text-align: center; */
    /* flex-direction: column; */
    padding: 0.5rem 0;
    padding-bottom: 0.25rem;
    border-radius: 5px;
    font-family: "ESPNOblique";
    font-size: 1.75rem;
    color: white;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1.2;
    cursor: pointer;
}
.cuenta .btn-iniciar3 input{
 background: #414042;
}
   
.cuenta .btn-iniciar a {}

.cuenta .btn-crear a div {}

.cuenta .btn-crear {
    color: black;
    background: white;
    width: 100%;
    margin-top: 1rem;
    /* height: 50px; */
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 0.5rem 0;
    padding-bottom: 0.25rem;
    border-radius: 5px;
}

.cuenta .btn-crear a {}

.cuenta .btn-crear a div {}

.cuenta .basesycond {}

.cuenta .basesycond a {}

.cuenta .basesycond div {
    color: white;
    margin-top: 1rem;
    cursor: pointer;
}

/* LOGIN */

/* REGISTRO */
.registro {font-family: "Open Sans", sans-serif;/* height: 25vw; *//* min-height: 510px; */padding: 2rem 0;}

.registro h1 {font-family: MarkPro;color: white;text-align: center;font-size: 2.5rem;font-weight: 100;font-weight: bold;}
.registro h1 b{font-weight: bold;}
.info-champion{
    margin-top: 3vw;
}
.info-champion .registro-btn{
    margin-top: 4rem!important;
}
.registro p {
    color: white;
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
    text-align: center;
    padding-top: 1rem;
    width: 81%;
    margin: 0 auto;
    font-family: MarkPro;
    font-weight: 100;
}
.registro p b{
    font-weight:bold;
}
.container-registro {
    width: 100%;
    margin: 0 auto;
}

.registro .form-registro {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    margin-bottom: 1rem;
}

.registro .form-registro .input-2 {
    margin-bottom: 0.5rem;
    flex: 1 1 calc(50% - 7rem);
    padding: 1%;
    gap: 16px;
    position: relative;
}
.date-placeholder {
  position: absolute;
  right: 2rem;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #888;
  transition: opacity 0.2s;
}
input[type="date"]:focus + .date-placeholder,
input[type="date"]:not(:placeholder-shown) + .date-placeholder {
  opacity: 1;
}
.registro .form-registro .input-4 {
    margin-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    flex: 1 1 calc(100%);
    padding: 1%;
    gap: 16px;
}
input[type="date"] {
  -webkit-appearance: none; /* iOS/Safari */
  -moz-appearance: none;    /* Firefox */
  appearance: none;
  
  /* Ahora tus estilos “normales” */
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5em 0.75em;
  font-size: 1rem;
  font-family: inherit;
  background-color: #fff;
  color: #333;
}

/* 2. Ocultar los “spin buttons” y el icono de calendario */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* 3. Asegurar altura y line-height */
input[type="date"] {
     width: 100%;
    background: #e7e7e7f2;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    border-radius: 17px;
    border: none;
    font-family: 'MarkPro';
}
.registro .form-registro .input-2 input {
    width: 100%;
    background: #e7e7e7f2;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    border-radius: 17px;
    border: none;
    font-family: 'MarkPro';
}

.registro .form-registro .input-4 textarea {
    width: 100%;
    background: white;
    padding: 1rem 1rem;
    border-radius: 25px;
    font-size: 1rem;
    border: none;
    font-family: sans-serif;
    min-height: 160px;
}


.registro .form-registro .input-2 input::placeholder {
    color: #5b5757;


}

.registro .form-master {
    margin-top: 1.5rem;
}

.registro .form-master .title-master {
    display: flex;
    color: white;
}

.registro .form-master .title-master .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2rem;
    padding-right: 2rem;
    font-size: 1.25rem;
}

.registro .form-master .title-master .checkb {}


.registro .form-master .input-3 {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}

.registro .form-master .input-3 input {
    background: white;
    padding: 1rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    border: none;
    font-family: sans-serif;
    margin-top: 0.5rem;
    width: 50%;
}

.registro .form-master .input-3 input::placeholder {
    color: #a29d9d;


}

.registro .form-master .input-3 label {
    color: white;
    font-size: 0.75rem;
}

.registro .form-master {}

.registro .form-fecha {
    margin-top: 1.5rem;
}

.registro .form-fecha h2 {
    font-family: "ESPNMedium";
    color: white;
    letter-spacing: 1;
    text-transform: uppercase;
}

.registro .form-fecha .select-fechas {

    display: flex;

    justify-content: space-between;
}

.registro .form-fecha .select-fechas select {
    width: 32%;
    background: white;
    padding: 1rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    border: none;
    font-family: sans-serif;
}
.registro .form-fecha .select-fechas .select2 {
    width: 99%;

}
.registro .form-fecha .select-fechas select option {}

.registro .registro-btn {
    margin-top: 1.5rem;
}

.registro  .paso-1  .registro-btn {
    margin-top: 2rem;
}

.registro .registro-btn p {
    color: #D9D9D9;
    font-size: 0.75rem;
    margin-top: 0rem;
    text-align: center;
}

.registro .registro-btn input {
    width: 100%;
    /* height: 50px; */
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    color: white;
    padding: 0.5rem 1rem;
    background: #FF671B;
    font-family: MarkPro;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 20px;
    max-width: 50%;
    margin: 0 auto;
}

input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.checkb label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 30px;
    background: #cacaca;
    display: block;
    border-radius: 100px;
    position: relative;
}

.checkb label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.checkb input:checked+label:after {
    background: #FF671B;
}

.checkb input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.checkb label:active:after {
    width: 50px;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 4px;
    margin-top: 1px;
    /* padding-top: 3px; */
    cursor: pointer;
    font-size: 13px;
    color: white;
    width: 17rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #505655;
    border: 0px solid #000000;
    border-radius: 5px;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #cccccc;
}

.control input:checked~.control_indicator {
    background: #FF671B;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #FF671B;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #6e6967;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.control-group .btn-bases{
        font-family: arial;
        display: block;
        position: relative;
        padding-left: 0;
        margin-bottom: 5px;
        padding-top: 4px;
        margin-top: 1px;
        /* padding-top: 3px; */
        cursor: pointer;
        font-size: 13px;
        color: white;
        width: 13rem;
        margin: 0 auto;
        margin-top: -1rem;
        margin-bottom: 1rem;
        z-index: 9999;
}
.control-checkbox input+.control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked+.control_indicator::before {
    animation-name: s-ripple-dup;
}

/* REGISTRO */


/* BASE Y CONDICIONES*/

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #FF671B;
}

.bases {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    z-index: 99;
}

.bases .over {

background: #000000cc;

height: 102%;

width: 100%;

/* padding-left: 4rem; */

display: flex;

flex-direction: column;

justify-content: flex-end;
}

.bases h1 {

text-align: center;

font-family: 'ESPNOblique';

font-size: 1.25rem;

color: white;

font-family: 'MarkPro';

text-transform: initial;
}

.bases .contenido-bases {
    max-height: 27rem;
    overflow-y: scroll;
    margin-bottom: 1.5rem;
    font-family: sans-serif;
    text-align: justify;
    line-height: 1.2;
    padding: 0 1rem;
    overflow-x: hidden;
    color: white;
}

.bases .btn-cerrar {

/* font-family: 'ESPNMedium'; */
}

.bases .btn-cerrar input {
    background: #FF671B;
    width: 100%;
    margin: 0 auto;
    /* height: 50px; */
    /* display: flex; */
    padding: 0.5rem 0;
    padding-bottom: 0.25rem;
    border-radius: 5px;
    font-family: 'ESPNOblique';
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1;
    cursor: pointer;
    width: 100%;
    /* height: 50px; */
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    color: white;
    padding: 0.5rem 1rem;
    background: #FF671B;
    font-family: MarkPro;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 20px;
    max-width: 50%;
    margin: 0 auto;
}

/* BASE Y CONDICIONES*/


/* PREPARATE */

.primer-paso-iniciar{
    
padding-top: 12vh;
    
width: 80%;
    
margin: 0 auto;
}
.primer-paso-iniciar .container-inicio{
    
}
.primer-paso-iniciar .container-inicio h1{/* text-transform: uppercase; */text-align: center;font-size: 2rem;font-family: MarkPro;font-weight: unset;color: white;margin-bottom: 2rem;}
.primer-paso-iniciar .container-inicio p{
    color: #0000005c;
    padding-bottom: 2rem;
    font-size: 1.5rem;
    color: white;
    font-family: MarkPro;
}

.primer-paso-iniciar  .registro-btn {
    margin-top: 1.5rem;
    font-family: MarkPro;
}

.primer-paso-iniciar  .registro-btn p {
    color: white;
    font-size: 1rem;
    margin-top: 1rem;
    text-align: center;
    font-family: MarkPro;
}

.primer-paso-iniciar  .registro-btn input {
    width: 100%;
    /* height: 50px; */
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    color: white;
    padding: 1rem 0 0.5rem 0;
    background: #FF671B;
    /* font-family: "ESPNOblique" !important; */
    font-size: 1.75rem;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 1.25;
    font-family: MarkPro!important;
    width: 100%;
    /* height: 50px; */
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    color: white;
    padding: 0.5rem 1rem;
    background: #FF671B;
    font-family: MarkPro;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 20px;
    max-width: 50%;
    margin: 0 auto;
}


/* PREPARATE */

/* Resultados */
.resultados {
    /*! margin-top: 3rem; */
    min-height: 31rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.resultados .tabla .bg-oscuro2{
    background:none;
}

.resultados .tabla   .skw-container2 {
        transform: skew(-9deg);
        -webkit-transform: skew(-9deg);
        -moz-transform: skew(-9deg);
        width: 90%;
        margin: auto;
    }
    
    .resultados .tabla   .skw-neutral2 {
        transform: skew(9deg);
        -webkit-transform: skew(9deg);
        -moz-transform: skew(9deg);
        z-index: 1;
        position: relative;
        padding: 1.5rem 1rem;
    }
    .resultados .head{
    
margin-top: 2rem;
    }
    .resultados .head h1{
    font-family: "ESPNOblique";
    font-size: 3rem;
    color: white;
    text-align: center;
    letter-spacing: 1.5;
    }
    .resultados .head p{
    font-family: PlayoffProSans;
    color: white;
    font-size: 2.75rem;
    text-align: center;
    margin-bottom: 0rem;
    }

    .resultados .tabla{
    
text-align: center;
    
color: white;
    
font-family: MarkPro;
    
font-weight: 100;
    
font-size: 1.25rem;
    }
    .resultados .tabla .title{
    
font-size: 2rem;
    
text-align: center;
    
color: white;
    
font-family: "ESPNOblique";
    }
    .resultados .tabla .puntaje{
    
font-size: 3rem;
    
text-align: center;
    
color: white;
    
font-family: "ESPNOblique";
    
display: flex;
    
justify-content: center;
    }
    .resultados .tabla .tiempo{
    
font-size: 3rem;
    
text-align: center;
    
color: white;
    
font-family: "ESPNOblique";
    
display: flex;
    
justify-content: center;
    }
    .resultados .tabla .puntaje img{
    
height: 2rem;
    
margin-top: 0.15em;
    
margin-right: 1rem;
    
filter: invert(1);
    }
    .resultados .tabla .tiempo img{
    
height: 2rem;
    
margin-top: 0.15em;
    
margin-right: 1rem;
    
filter: invert(1);
    }
    .resultados .tabla .puntaje div{
    
    }
    .resultados .tabla .tiempo div{
    
    }
    .resultados .botonera{
    margin-top: 2rem;
    }
    .resultados .botonera .btn-iniciar{
    
background: #FF671B;
    
width: 100%;
    
margin: 0 auto;
    
/* height: 50px; */
    
display: flex;
    
justify-content: center;
    
text-align: center;
    
flex-direction: column;
    
padding: 0.5rem 0;
    
padding-bottom: 0.25rem;
    
border-radius: 5px;
    
color: white;
    
font-family: 'ESPNOblique';
    
font-size: 2rem;
    
letter-spacing: 1.5;
    
width: 100%;
    
/* height: 50px; */
    
margin-bottom: 6px;
    
display: flex;
    
align-items: center;
    
justify-content: center;
    
cursor: pointer;
    
transition: all 0.2s ease;
    
position: relative;
    
color: white;
    
padding: 0.5rem 1rem;
    
background: #FF671B;
    
font-family: MarkPro;
    
font-weight: bold;
    
font-size: 1.5rem;
    
cursor: pointer;
    
border-radius: 20px;
    
max-width: 50%;
    
margin: 0 auto;
    
margin-top: 3rem;
    }
    .resultados .basesycond{
    
color: white;
    
text-align: center;
    
margin-top: 1rem;
    }
    .resultados .basesycond div{
    
    }
  .bg-blanco .resultados .head p,.bg-blanco .resultados .tabla .title,.bg-blanco .resultados .tabla .mastercliente,.bg-blanco .resultados .tabla .puntaje,.bg-blanco .resultados .tabla .tiempo{

color: #ffffff !important;

font-family: MarkPro;

font-weight: bolder;

padding-bottom: 2rem;
}
.mastercliente{
    font-family:PlayoffProSans;
}
/* Resultados */

/*media queries*/
@media only screen and (max-width:1600px) and (min-width:1200px){
.registro p {
    color: white;
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
    text-align: center;
    padding-top: 1rem;
    width: 81%;
    margin: 0 auto;
    font-family: MarkPro;
    font-weight: 100;
}
    .logos-desktop .logos-position img {

/* filter: drop-shadow(-4px 4px 0px #fff); */
}

}
@media only screen and (max-width: 1200px) {
    .cuenta .logo .copa {
        display:block;
        margin: 0 auto;
}
        .registro .form-registro .input-2 {
  margin-bottom: 0.5rem;
  flex: 1 1 calc(100%);
  padding: 1%;
  gap: 16px;
  position: relative;
}
.registro h1 {font-family: MarkPro;color: white;text-align: center;font-size: 1.5rem;font-weight: 100;font-weight: bold;}

    .resultados .head p {
        font-size:1.7rem;
    }
.trivia .btn-trivia input {
    font-size:1rem;
    margin-top:1rem!important;
}
.cuenta .logo .jugadores {
   display:none
}
    .primer-paso-iniciar .container-inicio h1 {
    /* text-transform: uppercase; */
    text-align: center;
    font-size: 1.752rem;
    font-family: MarkPro;
    font-weight: unset;
    color: white;
    margin-bottom: 2rem;
}
    .secundary-nav .logos-top {
    display: flex;
    /* margin: 0 auto; */
    width: calc( 50% + 25px);
    text-align: unset;
    justify-content: space-between;
    margin-right: 50%;
    margin-left: 15px;
    display: none;
}
    .secundary-nav .logos-top img:nth-child(1) {
 height: 10vw;
 max-height: 64px;
 min-height: 45px;
}

    .resultados {
  width:90%;
  margin:0 auto;
  padding-top: 1rem;
}
    .bases {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 99999999;
    }

    .bases .content {
        width: 90%;
        margin: 0 auto;
    }

    .bases .contenido-bases {
        min-height: 350px;
        height: 100%;
        max-height: 64vh;
        overflow-y: scroll;
        margin-bottom: 2rem;
        padding: 0.75rem;
    }

    .cuenta .datos .formulario {
        margin-top: 1rem;
    }

    .cuenta .inicio {
        display: block;
    }

    .cuenta .logo {
        width: 69%;
        margin: 0 auto;
    }

    .cuenta .datos {

        width: 100%;
    }

    .cuenta {
        margin-top: unset;
        padding-top: 3rem;
        width: 88%;
        margin: 0 auto;
    }

    .trivia .btn-trivia input {

        width: 90%;
        margin: 0 auto
    }

    .option-respuesta label {
        left: auto;
        width: 90%;
    }

    .contadores-trivia {
        justify-content: space-between;
        padding: 1rem 1rem 0 1rem;
    }

    .padding-center-top {
        /*! padding-top: 0; */
        height: calc(100vh - 100px);
        display: block;
        /* padding: 0.75rem; */
        margin: 0 auto;
        width: 90%;
    }

    .skw-container {
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        width: 100%;
        margin-top: unset;
        /* min-height: calc(100vh - 119px) !important; */
        padding-bottom: 2rem;
        height: auto;
    }

    .registro {
        padding-top: 2rem;
        padding-bottom: 1rem;
        width: 90%;
        margin: 0 auto;
        height: auto;
    }

    .registro .container-registro {
        width: 100%;
        margin-top: 1rem;
    }
.registro .registro-btn input {
    font-size: 1rem;
}
    .skw-sombra {-webkit-box-shadow: unset;-moz-box-shadow: unset;box-shadow: unset;border-radius: 10px;}
.registro p {
    color: white;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: center;
    padding-top: 1rem;
    width: 81%;
    margin: 0 auto;
    font-family: MarkPro;
    font-weight: 100;
}
    .skw-neutral {
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        padding: 0;
        padding-top: 1rem;
    }

    .logos-desktop {
        /* display: none; */
        position: relative;
        margin-bottom: 3rem;
        padding-top: 1rem;
        text-align: center;
    }
    .copa-total {
    position: absolute;
    bottom: 0vw;
    right: 0vw;
    z-index: 9;
    width: 54vw;
    /* display: none; */
    pointer-events: none;
}
    .info-champion {
    margin-top: 3vw;
    padding-bottom: 2vw;
}
.logos-desktop .logos-position{
        margin-left: auto;
        margin-right: auto;
        width: auto;
        height: 5rem;
        text-align: center;
    
    }
    .logos-desktop .logos-position img{
        height: 15vw;
        max-height: 120px;
    
    }
    .mobile-head {
        display: block;
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 1;
        z-index: 999999;
    }

    .dashboard {
        /* width: auto; */
        /* height: auto; */
        margin-left: 0;
        min-height: calc(100vh - 117px);
        padding-bottom: 3rem;
    }

    .bg-login {
        background-image: url(../assets/Fondos/login.jpg);
        min-height: calc(100vh - 64px) !important;
    }

    .bg-inicio {
        background: rgb(0, 0, 0);
        background: linear-gradient(204deg, rgba(0, 0, 0, 1) 0%, rgba(38, 46, 43, 1) 100%);
        min-height: unset;
        height: auto;
        padding-bottom: unset;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 30%;
        overflow-x: hidden;
    
    }
    .bg-bases {
        background: rgb(0, 0, 0);
        background: linear-gradient(204deg, rgba(0, 0, 0, 1) 0%, rgba(38, 46, 43, 1) 100%);
        min-height: calc(100vh - 114px) !important;
    }
    .bg-ronda2 {
        background-image: url(../assets/Fondos/simple.jpg);
        min-height: calc(102vh - 114px) !important;
        height: auto;
        background-position: 50% 0%;
        background-size: 100% 102%;
    }
    .navbar {
        right: -250px;
    }

    .navbar.active {
        max-width: 250px;
        right: 0;
    }

    .navbar.active+.dashboard {
        max-width: 250px;

    }
      .mySwiper{
        padding-top:1.5rem!important;;
    }
}

@media only screen and (max-width: 670px) {
  
    .desktop{
        display:none!important;
        
    }
    
    .mobile{
        display:block!important;;
        
    }
    .bg-blanco-2{
        /* background: rgb(0, 0, 0); */
        /* background: linear-gradient(204deg, rgba(0, 0, 0, 1) 0%, rgba(38, 46, 43, 1) 100%); */
    }
    .primer-paso-iniciar .container-inicio  {
        color:white;
        text-align:center;
}
.primer-paso-iniciar .container-inicio p {
        color:white;
        text-align:center;
        font-size:1rem;
    margin-top:1rem;
}
     .resultados .botonera{
    margin-top: 9rem;
    }
       .resultados .tabla{
    text-align: center;
    font-size: 1rem;
    margin-top: 3rem;
    }
    .resultados .tabla .title{
    
font-size: 2rem;
    
text-align: center;
    
color: white;
    
font-family: "ESPNOblique";
    }
    .resultados .tabla .puntaje{
    
font-size: 3rem;
    
text-align: center;
    
color: white;
    
font-family: "ESPNOblique";
    
display: flex;
    
justify-content: center;
    }
    .resultados .tabla .tiempo{
    
font-size: 3rem;
    
text-align: center;
    
color: white;
    
font-family: "ESPNOblique";
    
display: flex;
    
justify-content: center;
    }
    .resultados .tabla .puntaje img{
    
height: 2rem;
    
margin-top: 0.15em;
    
margin-right: 1rem;
    
/* filter: invert(1); */
    }
    .resultados .tabla .tiempo img{
    
height: 2rem;
    
margin-top: 0.15em;
    
margin-right: 1rem;
    }
    .resultados .tabla .bg-oscuro2 {
        /* background: rgb(0, 0, 0); */
        /* background: linear-gradient(204deg, rgba(0, 0, 0, 1) 0%, rgba(38, 46, 43, 1) 100%); */
    }
    .neutral-bg-mobile{
        background:none!important;
        box-shadow:none!important;
        min-height: auto!important;
    }
    .mySwiper .swiper-pagination .swiper-pagination-bullet {
        background: #000;
    }

    .content-home .botones-home {
        display: block;
    }

    .content-home .btn-iniciar {
        margin: 0 auto;
        width: 89%;
        margin-bottom: 1rem;
        margin-top: 0.5rem;
    }

    .content-home .btn-iniciar a {}

    .content-home .btn-crear a div {}

    .content-home .btn-crear {
        margin: 0 auto;
        width: 89%;
    }

    .content-home .btn-crear a {}

    .content-home .btn-crear a div {}

    .head-slider {
        padding-top: 1rem;
        background: #FF671B;
    }

    .navbar.active {
        max-width: 250px;

    }

    .navbar .navbar-container {
        position: relative;
        width: 100%;
    }

    .navbar .navbar-search {
        position: absolute;
        border-radius: 0;
        left: 0;
    }

    .navbar .menu-item {
        position: relative;

    }
}

@media only screen and (max-width: 350px) {
    .dashboard .title {
        font-size: 1.7rem;
    }
}
@media (max-width:991px){
        .copa-total {
        /* position: absolute; */
        /* bottom: 0vw; */
        /* right: 27vw; */
        /* z-index: 9; */
        /* width: 62vw; */
        /* display: none; */
        display: none;
        pointer-events: none;
    
    }
}