body{
  font-family: 'Poppins';
  
}


.countdown_master{
 /*  background-color: burlywood; */
  margin-top: 12px;
  width:100%;
  /* max-height: 45px; */
}

    .countdown{
      background-color: #13192e;;
      font-size: 2.4vw;
      font-family: 'Poppins';
      width: fit-content;
      margin: 0 auto;
      border: 1px white solid;
      border-radius: 12px;
      padding-left: 22px;
      padding-right: 22px;

    }



.boletos{
  background-color: #13192e;
  border-radius: 14px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 9px;
  width: 90%;
  margin-left: 5%;
  height: 695px;
  overflow-y: scroll;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}



  .boletos::-webkit-scrollbar {
    width: 20px;
  }
  .boletos::-webkit-scrollbar-track { /* // set style to track */
    background : rgb(24, 26, 57);
    border-radius: 10px;
    border: 1px white solid;
  }
  .boletos::-webkit-scrollbar-thumb { /* // sets style to thumb */
    background : rgba(255,255,255,0.5);
    border-radius: 10px;
    box-shadow:  0 0 6px rgba(0, 0, 0, 0.5);
  }


.boln{
  font-family: 'Poppins';
  font-size: 14px;
  color:white;
  background-color: #3b4e8f;
  width: 95%;
  height:25px;
  text-align: center;
  border: 1px white solid;
  margin-bottom: 6px;
  border-radius: 14px;
  cursor: default;
  user-select: none;
}

.boln2{
  font-family: 'Poppins';
  font-size: 14px;
  color:rgb(142, 142, 142);
  background-color: #232323 !important;
  width: 95%;
  height:25px;
  text-decoration: line-through;
  text-align: center;
  border: 1px rgba(255, 255, 255, 0.734) solid;
  margin-bottom: 6px;
  border-radius: 14px;
  cursor: default;
  user-select: none;
}

.legend{
  width:86%;
  margin-left: 7%;
  height: 70px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: white;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 13px;
  text-align: center;
/*   background-color: black; */
}

.clicked{
  background-color: white;
  color:gray;
}

.legendL{
  width: 40%;
/*   background-color: #232323; */
  float: left;
}
.legendL_up{
  background-color: #3b4e8f;
  width: 140px;
  text-align: center;
  border-radius: 13px;
  border: 1px rgba(255, 255, 255, 0.734) solid;
}

.legendL_down{
  background-color: #232323;
  width: 140px;
  margin-top: 0.6em;
  text-align: center;
  border-radius: 13px;
  border: 1px rgba(255, 255, 255, 0.734) solid;
}

.legendR{
/*   background-color: chocolate; */
  width: 60%;
  float: right;
  text-align: end;
  height:100%;
}

.legendR_up{
  /* background-color: green; */
  width: 100%;
  height: 50%;
  font-size: 2vw;
}

.formlink{
  margin-right: 16px;
  color: white;
  /* text-decoration: underline; */
  background-color: #ab4643;
  border-radius: 14px;
  font-size: max(2vw, 18px);
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 8px;
  padding-bottom: 8px;  
  border: 1px rgba(255, 255, 255, 0.734) solid;
}

.formlinkhold{
margin-left: 6%;
padding-top: 8px;
padding-bottom: 8px;
}



.instrucciones{
 /*  background-color: #242e5b; */
  margin-top: 12px;
  /* height: 22px; */
  width:80%;
  margin-left: 10%;
  border-radius: 4px;
  /* border:1px white solid; */
}

.instrucciones_line{
  color: white;
  margin-top: 7px;
  font-size: max(1.3vw, 16px);
  font-family: 'Poppins';
}

.search{
  width: 60%;
  height: 42px;
  margin-left: 20%;
  margin-top: 17px;
  margin-bottom: 6px;
  /* background-color: coral; */
}

  .searchL{
    /* background-color: #3b4e8f; */
    width: 50%;
    float: left;
    height: 100%;
  }

  .searchR{
    /* background-color: coral; */
    width: 50%;
    float: right;
    height: 100%;
  }

  .searchbar{
    width: 90%;
    height: 90%;
    margin-left: 5%;
  }

  .searchfilter{
  width: 90%;
  margin-left: 5%;
  height: 90%;
  }

  .busc{
    border-radius: 14px;
    border: 1px white solid;
    background-color: #262f50;
    color: white;
    font-family: 'Poppins';
    font-size: 2vw;
    padding-left: 10px;
  }

.boln:hover{
  /* background-color: rgb(55, 51, 29); */
}

.mainbox1{
  background-color: #10172f;
  width: 90%;
  height:100%;
  margin-left: 5%;
  z-index: 900;
  text-align: center;
}

.mainbox1_sub{
 /* margin-top: 25%; */
 position: absolute;
 width:90%;
}

.lab{
  color:white;
  font-size:1.4em;
}

.head{
  color: white;
}

.field{
  /* background-color: red; */
  margin-left: 5%;
  width:90%;
  height:3.9em;
  margin-top: 0.5em;
}

.fieldL{
  /* background-color: coral; */
  background-color: #10172f;
  border: 1px solid white;
  border-radius: 14px;
  float: left;
  width: 30%;
  height:100%;

}

.campo{
  color:white;
  font-size: 1.9em;
  padding-top: 12px;
}

.fieldR{
  /* background-color: cadetblue; */
  float: right;
  width: 70%;
  height:100%;
}


.inp{
  width: 90%;
  border-radius: 22px;
  height:2em;
  color: rgb(17, 17, 85);
  font-size: 1.6em;
  padding-left: 15px;
  margin-top: 1px;
  border: none;
}

.inp2{
  width: 90%;
  /* border-radius: 22px; */
  background: none;
  border: none;
  color:white;
  height:2em;
  font-size: 1.6em;
  padding-left: 15px;
  margin-top: 3px;
}

.sub{
  margin-top: 1.4em;
  width: 15em;
  font-size: large;
}


.banner{
  /* background-color: #10172f; */
  width: 50%;
  margin-left: 25%;
  height:3em;
  margin-top: 1em;
}




.bannerL{
  /* background-color: coral; */
  background-color: #10172f;
  width: 25%;
  float: left;
  height: 100%;
  padding-top: 0.5em;
  border: 1px solid white;
  border-radius: 14px;
  cursor: pointer;
}




.bannerR{
  /* background-color: cadetblue; */
  background-color: #10172f;
  width: 67%;
  float: right;
  height: 100%;
  padding-top: 0.5em;
  border: 1px solid white;
  border-radius: 14px;
}

.read{
  background-color: gray;
  color:black;
  user-select: none;
  cursor:default;
}

.actu{
  background-color: #10172f;
  color:white;
  border-radius: 14px;
  border: 1px solid white;
}

.abol:hover{
  /* background-color: #2d2d76; */
  cursor: pointer;
}
