@font-face {
  font-family: Futura_Bold_Oblique;
  src: url(./font/Futura_Bold_Oblique.otf);
}

@font-face {
  font-family: Futura_Bold;
  src: url(./font/Futura_Bold.otf);
}

@font-face {
  font-family: Futura-Book-font;
  src: url(./font/Futura-Book-font.otf);
}

@font-face {
  font-family: futura-light-bt;
  src: url(./font/futura-light-bt.otf);
}

@font-face {
  font-family: MyriadPro-Regular;
  src: url(./font/MyriadPro-Regular.otf);
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: unset;
  }
html{
  scroll-behavior: smooth;
  webkit-overflow-scrolling: touch
}
body{
  margin: 0;
  padding: 0;
  width: 100%;
  background-image: url('../img/pattern_gray.jpg');
  background-color: black;
  overflow-x: hidden;
}
.red_pat{
  background-image: url('../img/pattern_red.jpg');
}

a{
  text-decoration: none;
  cursor: pointer;
}

img{
  width: 100%;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

button{
  cursor: pointer;
  background: none;
  border: none;
}
.invalid-feedback{
  font-family: futura-light-bt;
  font-size: 11px;
  color: red;
}

/*nav*/
.red_up{
  background-color: red;
  width: 100%;
  height: 20px;
}

.mobile{
    display: none;
  }

  .desktop{
    display: block;
  }


.banner_menu_desktop{
  position: relative;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;

}

.home_banner_desktop{
  background-image: url(../img/header1.jpg);
}

.dots{
     position: absolute;
    top: 46%;
    left: -10px;
    transform: translateY(-50%);
    width: 146px;
}
.logo-d{
      position: absolute;
    width: 150px;
    left: 190px;
    top: 50%;
    transform: translateY(-50%);
}

.menus_desktop{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.grey-button-d{
  background-color: lightgrey;
  border-radius: 25px;
  width: 130px;
  padding: 10px 0;
  text-transform: uppercase;
  font-family: Futura_Bold;
  margin: 0 10px;
}

.section{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;

}

.spon{
  background-image: url(../img/background_inicio.jpg);
  background-position: center;
}

.form{
  background-color: white;
  border-radius: 15px;

}

.flex_login_home{
    display: flex;
    max-width: 1280px;
    width: 95%;
    margin: auto;
        padding-top: 35px;
    padding-bottom: 35px;
    gap: 25px;
    justify-content: center;
}

.login_form_home{
    width: 100%;
    max-width: 450px;
    background: white;
    border-radius: 15px;
    padding: 30px;
}

.title_form_home{
  font-family: 'Futura_Bold';
    text-transform: uppercase;
    color: gray;
    font-size: 21px;
}

.subtitle_form_home{
  font-family: futura-light-bt;
    font-size: 14px;
    color: gray;
    margin-bottom: 20px;
}

.red-button{
    background: red;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Futura_Bold';
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 20px;
    
}
.red-button-agenda{
    background: red;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Futura_Bold';
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 20px;
    min-width: 293px;;
   
}

.no-button{
  color: white;
      text-transform: uppercase;
  font-family: 'Futura_Bold';
}

.form-input{
  display: block;
    width: 100%;
    font-family: 'futura-light-bt';
    font-size: 20px;
    border-radius: 20px;
    outline: 1px;
    outline-color: gray;
    padding: 5px 19px;
    margin-bottom: 15px;
}

.red-text{
  text-align: center;
    margin-top: 30px;
    font-family: 'futura-light-bt';
    font-size: 14px;
    color: red;
}
.small-text{
  font-size: 14px;
    font-family: 'futura-light-bt';
    margin-top: 10px;
    text-align: center;
}

.titulo{
      font-size: 39px;
    font-family: 'Futura_Bold';
    color: grey;
    padding-top: 35px;
    margin-bottom: 20px;
    text-align: center;
}

.subtitle{
  font-family: futura-light-bt;
    font-size: 17px;
    color: gray;
    margin-bottom: 20px;
    text-align: center;
}
.video_como{
  width: 95%;
  max-width: 1104px;
  margin: auto;
  position: relative;
  padding-top: 32.2%;
  overflow: hidden;

  border-radius: 20px;
  border-color: red;
  border-width: 3px;
  border-style: solid;
  background-color: transparent;
}

.como-section{
  padding-bottom: 35px;
  //background-image: url(../img/background_como_participar.jpg);
}

.sub_section{
  background-color: gray;
}

.sub_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
    padding: 25px 0;
    margin: auto;
}

.white-title{
  color: white;
    font-family: 'Futura_Bold';
    font-size: 24px;
}

.mb-10{
  margin-bottom: 10px;
}

.day-buttons{
  width: 95%;
  max-width: 613px;

  margin: auto;
}

.footer{
  position: relative;
  height: 150px;
}




.video_como iframe,
.video_como object,
.video_como embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex_gallery{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 40px;
}

.gallery_img{
  width: 280px;
}

.logo{
  height: 80px;
}

.flex_logo{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 40px;
    max-width: 1024px;
    margin: auto;
}

.logo img{
  width: auto;
  height: 100%;
}

.login_container{
  min-height: 70vh;
  background-image: url(../img/img_background_login.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 25px;
}

.register_container{
  min-height: 70vh;
  background-image: url(../img/img_background_register.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.icon_user{
  margin: auto;
    width: 80px;
}

.login_form_container{
      width: 98%;
    margin: auto;
    max-width: 390px;
}

.header_home{
  height: 60vh;
   background-image: url(../img/img_background_inicio.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.texto-blanco{
  text-align: center;
  font-size: 28px;
  color: white;
}

.bold{
  font-family: Futura_Bold ;
}

.light{
  font-family: futura-light-bt;
}

.game-Flex{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  max-width: 546px;
    margin: auto;
    padding-bottom: 50px;
        align-items: center;

}

.game-icon{
  width: 135px;
}

.agenda_white{
  border-radius: 15px;
  max-width: 400px;
  padding: 10px;
  background-color: white;
  margin: auto;
  margin-bottom: 24px;
  
}

.button-container{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px ;
    flex-direction: column;
    align-items: center;
}

.date{
  border: grey solid 1px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
      padding: 10px;
    width: 95%;
    margin: auto;
    margin-top: 10px;
}

.hour{
  color: greay;
    font-family: 'Futura_Bold';
    font-size: 18px;
}

.price-flex{
   display: flex;
       align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid red;
}

.price-game{
  font-family: 'Futura_Bold';
  color: red;
  text-transform: uppercase;
    font-size: 11px;
}
.price-name{
  color: gray;
  font-family: futura-light-bt;
  font-size: 12px;
}
.price-code{
  font-family: 'Futura_Bold';
  color: red;
}

.game-ini-center{
    position: relative;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    width: 98%;
    max-width: 396px;
    height: 98vh;
    max-height: 740px;
    box-shadow: 1px 5px 8px 1px #00000033;;
    border-radius: 20px;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin: auto;
    margin-top: 20px;

}



.logo-red{
      position: absolute;
    top: 10px;
    width: 45%;
    left: 50%;
    transform: translateX(-50%);


}

.game-logo-intro{
    margin: auto;
    width: 85%;
    max-width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.game-button-intro{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}

.style_game{
  overflow: hidden;
  width: 100%
  height: 100%;
  border-radius: 20px;
  border-color: red;
  border-width: 3px;
  border-style: solid;
  background-color: white;
}

.inst-back{
  background-color: white;
  padding: 51px 20px;
  color: grey;
  text-align: center;
  font-family: futura-light-bt;
  font-size: 20px;
  border-radius: 15px;
  width: 95%;

}
.game-elements{
  display: flex;
    gap: 10px;
    justify-content: space-between;
}

.number_game{
  font-family: 'Futura_Bold';
  color: red;
  font-size: 14px;
}

.text_game{
  font-family: Futura_Bold;
  font-size: 14px;
  color: black;
}

.iframe-container{
  height: 70vh;
    max-height: 524px;
}
.iframe-container iframe{
  width: 100%;
  height: 100%;
}

.pregunta{
  font-family: Futura_Bold;
  font-size: 14px;
  color: black;
  text-align: center;
  text-transform: uppercase;
      padding-bottom: 5px;
}
.pregunta1{
  font-family: Futura_Bold;
  font-size: 14px;
  color: black;
  text-align: center;
  padding-bottom: 5px;
}

.radio{
  margin: auto;
  font-family: futura-light-bt;
  font-size: 14px;
  color: grey;
      text-align: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: red 1px solid;
}

.spaces{
  height: 10px;
  border-bottom: red 1px solid;
  margin-bottom: 15px;

}

.descarga-trivia{
  text-align: center;
  color: red;
  font-family: Futura_Bold;
  font-size: 14px;
  text-decoration: underline;
}

.descarga-home{
  font-family: 'futura-light-bt';
    font-size: 13px;
    text-align: center;
    margin-block-start: 0px;
    margin-block-end: 0px;
    color: red;
    text-decoration: underline;
    margin-left: 27px;

}

.titulo_descarga_home{
      margin-block-start: 0;
    margin-block-end: 2px;
    font-family: 'Futura_Bold';
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

.bt_menu{
  width: 25px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

.mobile_menu{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: red;
  transition: right 0.5s;
  z-index: 99;
}

.close{
  width: 25px;
    margin: 10px 10px 0 auto;
    cursor: pointer;
    transform: translateX(-100%);
}
.menu_Bt{
  font-family: 'Futura_Bold';
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 10px ;
  border-bottom: white solid 1px;
  color: white;
}

.table-sketch{
  margin: auto;
  width: 100%;
}

.table-row{
  display: flex;
  align-content: center;

}

.table-hours-header{
  background: red;
    color: white;
    font-size: 14px;
    width: 35%;
    padding: 5px 10px;

}
.table-text-header{
  background: grey;
  width: 65%;
}

.table-hours{
    font-size: 13px;
    width: 35%;
    padding: 5px 10px;
    border-right: 1px solid red;
    text-align: center;
    font-family: 'Futura_Bold';
    color: grey;


}
.table-text{
  width: 65%;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 7px;
  font-family: 'Futura_Bold';
    color: red;
    font-size: 16px;
    line-height: 14px;
}

.table-subtext{
  font-size: 13px;
  font-family: 'futura-light-bt';
  color: grey;
}

.breakline{
  white-space: pre-wrap;
}


@media (max-width: 768px) {
  .mobile{
    display: block;
  }

  .desktop{
    display: none;
  }
  .banner_menu_mobile{
    position: relative;
    width: 100%;
    height: 130px;
    background-size: cover;
    background-position: center;
  }
  .home_banner_mobile{
    background-image: url(../img/header1_m.jpg);
  }
  .dots{
    width: 99px;
    top: 37px;
    left: -30px;
  }
  .logo-d{
      width: 130px;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  .como-section{
    //background-image: url(../img1/background_como_participar_MOBILES.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .video_como{
    padding-top: 52.2%;
  }
}