/* Cuerpo de la pagina */
@charset "utf-8";                
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
* {
  box-sizing: border-box;
}
html{
   font-family: arial;
   font-size: 20px;
}

.main {
    display: block;
    width: 50%;
    padding: 24px 80px;
    margin: 60px auto;
    box-shadow: 0 0 18px 5px #80808033;
    border-radius: 12px;
 }
 @media  (max-width: 992px){
   .main{
      width: 90vw;
      padding: 30px 15px;
   }
 }
html,
body {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgb(219, 166, 166), rgb(0, 0, 172));

  background-position: center center;
  background-size: cover;
  background-repeat: none;
  background-attachment: fixed;
}

/* ------------------- */
/* Spinner */
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/* FORM PASOS */

#register_form fieldset:not(:first-of-type) {
  display: none;
  }

  .sub-menu:hover .games-menu {
    display: block;
  }
  
  .sub-menu2:hover .our-pick-menu {
    display: block;
  }

/* ---------- */


  #regiration_form fieldset:not(:first-of-type) {
    display: none;
  }


/* Full centrado */

.fullcenter{
  display: flex;
  justify-content: center;
  text-align: center;
}
/* ------------- */


/* ------------------- */

/* cajas negras */

.blackbox{
  background: #24303c; 
  margin: auto;
  border-radius: 4px;
  font-family: 'calibri';
  color: white;
  box-shadow: 7px 13px 37px #000;
}

/* ------------ */

/* CAJAS CON EFECTO BLUR */

.box {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  font-family: sans-serif;
  text-align: center;
  line-height: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); 
  margin: 5px;
  color: #fff;
}

.boxes .box .text{
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
}
.boxes .box .number{
  font-size: 40px;
  font-weight: 500;
  color: var(--text-color);
}

/* -------------- */

/* NAVBAR */

.hope ul {
  margin-top: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  justify-content: center;
}
.hope li {
  display: inline-block;
  margin-left: 35px;
  margin-right: 35px;
}
.hope li img {
  margin-right: 3px;
  margin-left: 3px;
}
.hope li a {
  color: rgb(158, 158, 158);
  text-decoration: none;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  transition: 0.3s;
}
.hope li a:hover {
  color: white;
  text-decoration: none;
}
.hope li a img {
  margin-bottom: -8px;
}

.hope a .o {
  margin-bottom: -7px;
}
.hope ul .pls {
  padding-left: 300px;
}
.hope ul .plss {
  padding-right: 350px;
}

/* ------ */
#logoH{
  width: 70px;
} 

.graficas{
  display: flex;
  justify-content: center;
  text-align: center;
}

.link{
  text-decoration: none;
  color: inherit;
  padding: 10px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.1rem;  
  position: relative;
  border: none;
  background-color: transparent;
}

.link:after{
  content: "";
  width: 0;
  height: 4px;
  background-color: coral;
  position: absolute;
  bottom: 0;
  right: 50%;
  transition: all .5s;
  will-change: width;
}

.link:hover:after{
  width: 100%;
  right: 0;
}


/* ESTILOS PARA GRAFICAS CON MODALES */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content{
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

#botonesGraficas{
  display: flex;
  justify-content: center;
  text-align: center;
}

.buttoncls{
    border: none;
    padding: 10px 20px;
    background: linear-gradient(
        130deg,
        #6f6df4,
        #4c46f5
    );
    color: #ffffff;
    border-radius: 3px;
}

.iconoG{
  width: 50px;
}
/* FIN ESTILOS GRAFICAS */

/* Boton excel */

.botonexcel{
  display: flex;
  justify-content: right;
  text-align: right;
}

.iconoD{
  width: 30px;
}

/* Botones flotantes */

#btn-mas{
  display: none;
}
.contenedor{
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.redes a, .btn-mas label{
  display: block;
  text-decoration: none;
  background: #cccccc;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 500ms ease;
}
.redes a:hover{
  background: #fff;
  color: #cccccc;
}
.redes a{
  margin-bottom: -15px;
  opacity: 0;
  visibility: hidden;
}
#btn-mas:checked~ .redes a{
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.btn-mas label{
  cursor: pointer;
  background: #cccccc;
  font-size: 23px;
}
#btn-mas:checked ~ .btn-mas label{
  transform: rotate(135deg);
  font-size: 25px;
}

/* Estilos para pagina index */
* {
  margin: 0;
  padding: 0;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  text-align: center;
}

.title {
  font-size: 2em;
  position: relative;
  margin: 0 auto 1em;
  padding: 1em 1em 0.25em 1em;
  text-align: center;
  text-transform: uppercase;
}

.title:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 240px;
  height: 4px;
  margin-left: -120px;
  content: "";
  background-color: coral;
}

/* Estilos para formulario */
.formularios{
  display: flex;
  justify-content: center;
  text-align: center;
}

#formregistro{
  text-align: center;
  width: 500px;
}

/* Estilos para cartas */

.cartas2{
  display: flex;
  justify-content: center;
  text-align: center;
}

/* LOGIN  */

.form-register {
  width: 400px;
  background: #24303c;
  padding: 30px;
  margin: auto;
  margin-top: 100px;
  border-radius: 4px;
  font-family: 'calibri';
  color: white;
  box-shadow: 7px 13px 37px #000;
}

.form-register h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.controls {
  width: 100%;
  background: #24303c;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #1f53c5;
  font-family: 'calibri';
  font-size: 18px;
  color: white;
}

.form-register p {
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

.form-register a {
  color: white;
  text-decoration: none;
}

.form-register a:hover {
  color: white;
  text-decoration: underline;
}

.form-register .botons {
  width: 100%;
  background: #1f53c5;
  border: none;
  padding: 12px;
  color: white;
  margin: 16px 0;
  font-size: 16px;
}

/* -------------- */
/* Estilos para formulario */
 .indice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    height: 100px;
}

.indice .linea {
    display: flex;
    justify-content: space-between;
    height: 2px;
    width: 67%;
    background: red;
    margin-bottom: 8px;
    position: relative
 }
 .indice .linea > div {
    height: 15px;
    width: 15px;
    display: block;
    background: white;
    position: relative;
    top: -6px;
    border-radius: 50%;
    border: 1px solid black;
 }

 .indice .linea :is(.active,  .completo){
    background: red;
 }

 .indice .textos {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    width: 100%;
    align-items: center;                
    color:#acaaa794
    }                
 .indice .textos > div {
    flex: 1;
    text-align: center;
    }
 .indice .textos .active{
    color: black;
    }

    .form-pag section {
        display: none;
        margin: 10px auto;
        }
     .form-pag section.active {
        display: block;
        }
     .form-pag section> div {
        display: grid;
        grid-gap: 8px;
        grid-template-columns: 100px 1fr;
        grid-template-areas:
        ".  ."
        "av av";
        margin-bottom: 12px;
        align-items: center;
        }
     @media (max-width: 500px){
       .form-pag section> div {
          grid-template-columns: 1fr;
          grid-template-areas:
          "x"
          "av";
       }
     }
     
     .form-pag :is(#codpostal, #telefono) {
         width: 60%;
     }
     .form-pag input:-webkit-autofill,
     .form-pag input:-webkit-autofill,
     .form-pag input:-webkit-autofill:hover, 
     .form-pag input:-webkit-autofill:focus, 
     .form-pag input:-webkit-autofill:active{
        -webkit-box-shadow: 0 0 0 30px white inset !important;
     }

     .form-pag nav{
        display: flex;
        justify-content:space-between;
        width: 100%;
        margin-top: 2rem;
        }
     .form-pag nav >button {
        display: none;
        margin:0 4%;
        flex: 1 0 30%;
        text-align: center;
        background: orange;
        border: orange;
        padding: 10px 0;
        font-size: 0.95rem;
        border-radius: 10px;
        cursor: pointer;
        }
     .form-pag nav >button:hover {
        background: #f1d113;
        border: orange;
        }
     .form-pag nav .visible{
        display: block;
        }       