@font-face {
	font-family: 'Game';
	src: url("../fonts/Gameplay.ttf");
	font-display: swap;
}
@font-face {
	font-family: 'Gume';
	src: url("../fonts/Gumela.ttf");
	font-display: swap;
}
@keyframes background {
  0%,100%{
    background-position: left 56px;
  }
  50%{
    background-position: right 56px;
  }
}
.ccont { 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: flex; 
  flex:1 0 auto; 
}
.disable-game{
  filter: grayscale(1);
}
.btn-rnd{
    margin-right: 1.2rem;
    background: linear-gradient(to right,#822ed6, #5f0cb1, #7300e6, #6f32ff, #824dff, #7236fe,#822ed6);
    background-size: 200%;
    animation: bar 8s linear infinite;
    font-weight: bolder;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: 0.3s all ease;
}
.btn-rnd img{
    filter: invert(1);
    width: 50px;
    transition: 0.3s all ease;
}
.btn-rnd:hover{
    border-radius: 20px;
}
@keyframes bar {
    from {
      background-position: 400%;
    }
    to {
      background-position: 0%;
    }
  }
  .game-title{
    /* font-family: 'Game' !important; */
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bolder;
  }
  .game-info{
    text-align: left !important;
  }
  .game-info a{
    color: inherit;
    text-decoration: none;
  }
  .game-card .cover{
    min-width: 100%;
  }
  .game-card{
    width: 100%;
    height: 100%;
    text-align: center;
    backdrop-filter: blur(10px);
    border: #000 2px solid;
    transition: 0.5s all ease;
  }
  .image-content{
    padding: 1rem;
    margin-bottom: 15px;
    margin-top: 20px;
    height: 70%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
  }
  .text-content.complement{
    padding: 1rem;
    margin-top: 1.5rem;
  }
  .teco2{
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  
.game-card{
  border: rgb(218, 174, 0) 2px solid;
  background-color: rgba(218, 174, 0, 0.4) ;
}
.text-content{
  background-color: rgb(218, 174, 0);
  color: rgb(255, 251, 235) ;
}  
.SWITCH.game-card{
  border: rgba(227,5,21) 2px solid;
  background-color: rgba(227,5,21, 0.4);
}
.SWITCH .text-content{
  background-color: rgba(227,5,21);
  color: white;
}
.SWITCH2.game-card{
  border: rgba(227,5,21) 2px solid;
  background-color: rgba(227,5,21, 0.4);
}
.SWITCH2 .text-content{
  background-color: rgba(227,5,21);
  color: white;
}
.N3DS.game-card{
  border: rgb(241, 50, 139) 2px solid;
  background-color: rgba(241, 50, 139, 0.4);
}
.N3DS .text-content{
  background-color: rgb(241, 50, 139);
  color: rgb(250, 233, 241);
}
.Atari.game-card, .Atari26.game-card{
  border: rgb(209, 113, 40) 2px solid;
  background-color: rgba(209, 113, 40, 0.4);
}
.Atari .text-content, .Atari26 .text-content{
  background-color: rgb(209, 113, 40);
  color: rgb(255, 235, 219);
}
.DS.game-card{
  border: rgb(179, 172, 134) 2px solid;
  background-color: rgba(179, 172, 134, 0.4) ;
}
.DS .text-content{
  background-color: rgb(179, 172, 134);
  color: rgb(255, 252, 235) ;
}
.SNES.game-card{
  border: rgb(124, 0, 191) 2px solid;
  background-color: rgba(124, 0, 191, 0.4) ;
}
.SNES .text-content {
  background-color: rgb(124, 0, 191);
  color: white ;
}
.GBA.game-card{
  border: rgb(211, 128, 255) 2px solid;
  background-color: rgba(211, 128, 255, 0.4) ;
}
.GBA .text-content {
  background-color: rgb(211, 128, 255);
  color: white;
}
.PC.game-card{
  border: rgb(227, 207, 157) 2px solid;
  background-color: rgba(227, 207, 157, 0.4) ;
}
.PC .text-content{
  background-color: rgb(227, 207, 157);
  color: rgb(69 57 31);;
}
.PS1.game-card{
  border: rgb(116, 100, 70) 2px solid;
  background-color: rgba(116, 100, 70, 0.4) ;
}
.PS1 .text-content{
  background-color: rgb(116, 100, 70);
  color: rgb(230, 230, 230) ;
}
.PSP.game-card{
  border: rgb(184, 136, 136) 2px solid;
  background-color: rgba(184, 136, 136, 0.4);
}
.PSP .text-content{
  background-color: rgb(184, 136, 136);
  color: white;
}
.PS2.game-card{
  border: rgb(50, 39, 255) 2px solid;
  background-color: rgba(50, 39, 255, 0.4);
}
.PS2 .text-content{
  background-color: rgb(50, 39, 255);
  color: rgb(236, 235, 255);
}
.Android.game-card{
  border: rgb(62, 231, 65) 2px solid;
  background-color: rgba(62, 231, 65, 0.4);
}
.Android .text-content{
  background-color: rgb(62, 231, 65);
  color: black;
}
.VR.game-card{
  border: rgb(91, 236, 241) 2px solid;
  background-color: rgba(91, 236, 241, 0.4);
}
.VR .text-content{
  background-color: rgb(91, 236, 241);
  color: rgb(42 88 91);;
}
.X360.game-card{
  border: rgb(0, 112, 2) 2px solid;
  background-color: rgba(0, 112, 2, 0.4);
}
.X360 .text-content{
  background-color: rgb(0, 112, 2);
  color: rgb(233, 255, 233);
}
.Arcade.game-card{
  border: rgb(255, 123, 0) 2px solid;
  background-color: rgba(255, 123, 0, 0.4);
}
.Arcade .text-content{
  background-color: rgb(255, 123, 0);
  color: rgb(208, 240, 197);
}
.GB .text-content, .N64 .text-content, .SEGA .text-content, .NES .text-content, .VB .text-content{
    background-color: gray;
    color: #fff;
}
  .cont-img{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    transform-style: preserve-3d;
    transition: transform 1s;
  }
  .sqr-lat{
    width: 35px;
    height: 99%;
    transform: rotateY(90deg);
    position: absolute;
    right: -5.5%;
  }
  .sqr-sup{
    width: 90%;
    height: 35px;
    position: absolute;
    top: -17.5px;
    right: 0px;
    transform: rotateX(90deg);
  }
  .game-card:hover .cont-img{
    animation: rotate 2s linear infinite;
  }
  @keyframes rotate {
    0%,100%{
      transform: rotateY(0deg) rotateZ(0deg);
    }
    50%{
      transform: rotateY(70deg) rotateZ(8deg);
    }
  }
  .editorial-card{
    transition:0.3s all ease;
    transform-style: preserve-3d;
    transform: rotateY(-30deg)  rotateZ(-1deg);
  }
  .col-editorial:hover .editorial-card{
    transform: rotateY(0deg)  rotateZ(0deg);
  }
  .editorial-title{
    font-family: 'Game';
    font-size: 25px;
    padding-top: 125px;
  }
  .editorial-box{
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ea9a4b;
    transform-style: preserve-3d;
    transition: transform 1s;
  }
  .box-lat{
    width: 337px;
    height: 300px;
    transform: rotateY(90deg);
    position: absolute;
    background-color: #ea9a4b;
    filter: brightness(.8);
    margin-left: -4.5%;
    transition: all 0.3s ease;
  }
  .game-example{
    height: 200px;
  }
  .tranall{
    transition:0.3s all ease;
  }
  .gnumb{
    position: absolute;
    background-image: linear-gradient(45deg, gold, rgb(255, 240, 157));
    font-weight: bold;
    width: 50px;
    height: 50px;
    padding-top: 12px;
    border-radius: 100%;
    left: -19px;
    top: 6px;
    color: #404040 !important;
  }
  .gfav{
    position: absolute;
    font-weight: bold;
    right: 46px;
    top: 112px;
    color: gold!important;
    font-size: 50px;
    z-index: 3;
  }
  .gfin{
    position: absolute;
    background-color: green;
    font-weight: bold;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    border-radius: 5px;
    left: 24px;
    bottom: 96px;
    color: #fff !important;
    font-size: 20px;
    z-index: 3;
  }
  .gch {
    position: absolute;
    font-weight: bold;
    right: 17px;
    top: -15px;
    font-size: 50px;
    z-index: 3;
    transform: rotate(45deg);
}
.gnew img{
  position: absolute;
  width: 200px;
  z-index: 4;
  left: 27%;
  top: 40%;
}
.gnew .liston1{
  background-color: #DE0418;
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 3;
    top: 49%;
    left: 0px;
}
.gnew .liston2{
  background-color: #FF421D;
  width: 30px;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 47%;
}
.gmulti img{
  position: absolute;
  width: 70px;
  z-index: 4;
  right: 0px;
  bottom: 100px;
}
.div-pages{
  text-align: center;
}
.div-pages a{
  text-decoration: none;
    color: #2c2c2c !important;
    background-color: #ffffffe3;
    border-radius: 5px;
    padding: 6px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    font-weight: bolder;
    font-size: 30px;
}
.openmodalimg{
  cursor: pointer;
}
.game-list{
  margin: 1.5rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 30px;
  max-width: 800px;
}
.game-list a{
  font-size: 17px;
  padding: 5px;
  border-top: 1px gray solid;
  border-bottom: 1px gray solid;
  transition: all 0.3s ease;
  color: #000;
  text-decoration: none;
}
.game-list a:hover{
  font-size: 20px;
  background-color: #d8dfff;
}
.game-list a small{
  font-size: 13px;
  color: gray;
  margin-left: 10px;
}
.game-list .disable-gamelist{
  text-decoration:line-through;
}
.totaltag{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.minigames{
  position: absolute;
  margin-top: 200px;
  width: 300px;
  height: 300px;
  transition: all 0.3s ease;
}
.minigames img{
  position: absolute;
  width: 100px;
  bottom: 0;
}
.col-editorial:hover .minigame1{
  margin-top: -100px;
}
.col-editorial:hover .minigame2{
  margin-top: -130px;
  margin-left: 138px;
  rotate: 30deg;
}
.col-editorial:hover .minigame3{
  margin-top: -68px;
  margin-left: -136px;
  rotate: -30deg;
}
.gameboxes-link{
  color: #000;
  text-decoration: none;
}
.div-timeline a{
  color: inherit;
  text-decoration: none;
}
.yearsqr{
  width: 100%;
  height: 200px;
  background-color: gray;
  place-content: center;
  border-top: 3px #fff solid;
  border-bottom: 3px #fff solid;
}
.gbtls{
  display: block;
  width: 100%;
  padding: 5px;
}
.imgtls{
  max-width: 100%;
  max-height: 125px;
}
.triangle-up {
  width: 0;
  height: 0;
  border-left: 190px solid transparent;
  border-right: 190px solid transparent;
  border-bottom: 40px solid rgb(39, 39, 46);
}
.triangle-down {
  width: 0;
  height: 0;
  border-left: 190px solid transparent;
  border-right: 190px solid transparent;
  border-top: 40px solid rgb(39, 39, 46);
}
.gplay{
  text-align: center;
  margin-top: 40px;
  transition: opacity 0.3s ease-out;
}
.gplay i{
  background-color: #1da31d;
  padding: 14px;
  font-size: 25px;
  padding-left: 23px;
  padding-right: 19px;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
}
.gstop{
  text-align: center;
  margin-top: 40px;
  transition: opacity 0.3s ease-out;
}
.gstop i{
  background-color: #d61b1b;
  padding: 14px;
  font-size: 25px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  color: #fff;
  cursor: pointer;
  cursor: pointer;
}
.row-calendar-head{
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border: #e6e6e6 3px solid;
  max-width: 800px;
}
.row-calendar-head .col-calendar{
  border-right: #e6e6e6 3px solid;
  padding: 15px;
}
.row-calendar-head .col-calendar.noborder{
  border-right: none;
}
.div-calendar{
  background-color: #fff;
  padding: 2rem;
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 100%;
}
.div-calendar-tool{
  background-color: #fff;
  padding: 2rem;
  border-radius: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
}
.col-calendar{
  text-align: center;
  flex: 0 0 auto;
  width: 14.2857%;
}
.row-calendar-body{
  border: #e6e6e6 3px solid;
  border-top: none;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 800px;
}
.row-calendar-body .col-calendar{
  padding: 15px;
  border-radius: 100%;
  transition: all 0.3s ease;
  font-size: 25px;
}
.row-calendar-body .col-calendar.checked{
  background-color: #d33232;
  color: #fff;
  cursor: pointer;
}
.row-calendar-body .col-calendar.checked.active{
  background-color: #0a82f3;
}
.row-charts{
  background-color: #fff;
  padding: 2rem;
  border-radius: 30px;
  margin: 1.5rem;
}
.ct-chart{
  width: 100%;
  height: 700px;
}
.game-scores{
  font-family: 'Game';
  margin: 1.5rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 30px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.div-score{
  padding: 15px;
  border-radius: 15px;
  margin: 15px;
  border: #0549c7 2px solid;
}
.div-score .imgsco{
  width: 100%;
}
.div-score hr{
  margin: 0.7rem;
  border: none;
  border-top: #0549c7 2px solid
}
.consolecard-link{
  text-decoration: none !important;
  color: #2c2c2c !important;
}
.console-card{
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  border: rgb(218, 174, 0) 2px solid;
}
.console-card img{
  width: 95%;
  margin-left: auto;
  margin-left: auto;
  transition: all 0.3s ease;
}
.console-card:hover img{
  width: 100%;
}
.console-card hr{
  border: none;
  background-color: none;
  border-top: rgb(218, 174, 0) 2px solid;
}
.console-card small{
  position: absolute;
  border-radius: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  margin-left: 106px;
  margin-top: -16px;
  background-color: rgb(218, 174, 0);
  color: rgb(255, 251, 235);
}
.consolecard-SWITCH{
  border: rgba(227,5,21) 2px solid;
}
.consolecard-SWITCH2{
  border: rgba(227,5,21) 2px solid;
}
.consolecard-N3DS{
  border: rgb(241, 50, 139) 2px solid;
}
.consolecard-Atari, .consolecard-Atari26{
  border: rgb(209, 113, 40) 2px solid;
}
.consolecard-DS{
  border: rgb(179, 172, 134) 2px solid;
}
.consolecard-SNES{
  border: rgb(124, 0, 191) 2px solid;
}
.consolecard-GBA{
  border: rgb(211, 128, 255) 2px solid;
}
.consolecard-PC{
  border: rgb(227, 207, 157) 2px solid;
}
.consolecard-PS1{
  border: rgb(116, 100, 70) 2px solid;
}
.consolecard-PSP{
  border: rgb(184, 136, 136) 2px solid;
}
.consolecard-PS2{
  border: rgb(50, 39, 255) 2px solid;
}
.consolecard-Android{
  border: rgb(62, 231, 65) 2px solid;
}
.consolecard-VR{
  border: rgb(91, 236, 241) 2px solid;
}
.consolecard-X360{
  border: rgb(0, 112, 2) 2px solid;
}
.consolecard-Arcade{
  border: rgb(255, 123, 0) 2px solid;
}
.consolecard-SWITCH hr{
  border-top: rgba(227,5,21) 2px solid;
}
.consolecard-SWITCH2 hr{
  border-top: rgba(227,5,21) 2px solid;
}
.consolecard-N3DS hr{
  border-top: rgb(241, 50, 139) 2px solid;
}
.consolecard-Atari hr, .consolecard-Atari26 hr{
  border-top: rgb(209, 113, 40) 2px solid;
}
.consolecard-DS hr{
  border-top: rgb(179, 172, 134) 2px solid;
}
.consolecard-SNES hr{
  border-top: rgb(124, 0, 191) 2px solid;
}
.consolecard-GBA hr{
  border-top: rgb(211, 128, 255) 2px solid;
}
.consolecard-PC hr{
  border-top: rgb(227, 207, 157) 2px solid;
}
.consolecard-PS1 hr{
  border-top: rgb(116, 100, 70) 2px solid;
}
.consolecard-PSP hr{
  border-top: rgb(184, 136, 136) 2px solid;
}
.consolecard-PS2 hr{
  border-top: rgb(50, 39, 255) 2px solid;
}
.consolecard-Android hr{
  border-top: rgb(62, 231, 65) 2px solid;
}
.consolecard-VR hr{
  border-top: rgb(91, 236, 241) 2px solid;
}
.consolecard-X360 hr{
  border-top: rgb(0, 112, 2) 2px solid;
}
.consolecard-Arcade hr{
  border-top: rgb(255, 123, 0) 2px solid;
}
.consolecard-SWITCH small{
  background-color: rgba(227,5,21);
  color: white;
}
.consolecard-SWITCH2 small{
  background-color: rgba(227,5,21);
  color: white;
}
.consolecard-N3DS small{
  background-color: rgb(241, 50, 139);
  color: rgb(250, 233, 241);
}
.consolecard-Atari small, .consolecard-Atari26 small{
  background-color: rgb(209, 113, 40);
  color: rgb(255, 235, 219);
}
.consolecard-DS small{
  background-color: rgb(179, 172, 134);
  color: rgb(255, 252, 235) ;
}
.consolecard-SNES small{
  background-color: rgb(124, 0, 191);
  color: white ;
}
.consolecard-GBA small{
  background-color: rgb(211, 128, 255);
  color: white;
}
.consolecard-PC small{
  background-color: rgb(227, 207, 157);
  color: rgb(69 57 31);;
}
.consolecard-PS1 small{
  background-color: rgb(116, 100, 70);
  color: rgb(230, 230, 230) ;
}
.consolecard-PSP small{
  background-color: rgb(184, 136, 136);
  color: white;
}
.consolecard-PS2 small{
  background-color: rgb(50, 39, 255);
  color: rgb(236, 235, 255);
}
.consolecard-Android small{
  background-color: rgb(62, 231, 65);
  color: black;
}
.consolecard-VR small{
  background-color: rgb(91, 236, 241);
  color: rgb(42 88 91);;
}
.consolecard-X360 small{
  background-color: rgb(0, 112, 2);
  color: rgb(233, 255, 233);
}
.consolecard-Arcade small{
  background-color: rgb(255, 123, 0);
  color: rgb(208, 240, 197);
}
.div-byyear{
  margin-top: 20px;
  border: rgb(10, 50, 180) 2px solid;
  border-radius: 15px;
  padding: 20px;
}
.div-byyear h2{
  margin-bottom: 15px;
}
.award-1{
  padding-top: 15px;
  margin-top: 15px;
  height: 300px;
  background: linear-gradient(to top right, rgb(255, 248, 211),gold);
}
.award-2{
  padding-top: 15px;
  margin-top: 15px;
  height: 225px;
  background: linear-gradient(to top right, rgb(245, 245, 245),silver);
}
.award-3{
  padding-top: 15px;
  margin-top: 15px;
  height: 150px;
  background: linear-gradient(to top right, rgb(255, 248, 240),rgb(218, 137, 32));
}
.consoles-chart text,.consoles-chart2 text{
  fill: #fff;
  white-space: pre;
}
.consoles-more{
    margin-top: -213px;
    margin-left: 33px;
}
.max12{
    max-width:1200px;
}
.mostplayrank{
  border: #0549c7 2px solid;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  background-image: linear-gradient(200deg, rgba(9, 51, 236, 0.15), rgba(228, 228, 228, 0.192));
  position: relative;
}
.awardcover{
    height: auto;
    border-radius: 5px;
    border: #0f3f97 2px solid;
    aspect-ratio: 1 / 1;
}
.awardcoverimg{
  padding: 0px;
  aspect-ratio: initial;
}
.mostplayrank.gold{
  border: rgb(207, 179, 21) 2px solid;
  background-image: linear-gradient(200deg, rgba(207, 179, 21, 0.705), rgba(228, 228, 228, 0.192));
}
.gold .awardcover{
    border: rgb(207, 179, 21) 2px solid;
}
.mostplayrank.silver{
  border: rgb(192, 192, 192) 2px solid;
  background-image: linear-gradient(200deg, rgba(192, 192, 192, 0.705), rgba(228, 228, 228, 0.192));
}
.silver .awardcover{
    border: rgb(192, 192, 192) 2px solid;
}
.mostplayrank.bronze{
  border: rgb(205, 127, 50) 2px solid;
  background-image: linear-gradient(200deg, rgba(205, 127, 50, 0.705), rgba(228, 228, 228, 0.192));
}
.bronze .awardcover{
    border: rgb(205, 127, 50) 2px solid;
}
.awardtitle{
  font-size: 20px;
}
.awardtrophy{
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.awardplace{
  position: absolute;
    top: 45%;
    left: -16px;
    border: #0f3f97 2px solid;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 0px;
}
.trph{
      margin-left: -20px !important;
}
@media screen and (max-width: 1800px) {
  .box-lat {
    margin-left: -7%;
  }
}
  @media screen and (max-width: 1700px) {
    .sqr-lat {
      right: -8%;
    }
    .sqr-sup {
      top: -19.5px;
    }
    .box-lat {
      margin-left: -11%;
    }
  }
  @media screen and (max-width: 1600px) {
    .box-lat {
      margin-left: -17%;
    }
     .image-content{
        height: 43%;
      }
  }
  @media screen and (max-width: 1450px) {
    .box-lat {
      margin-left: -24%;
    }
  }
  @media screen and (max-width: 1300px) {
    .sqr-lat {
      right: -11%;
    }
    .sqr-sup {
      top: -18.5px;
    }
    .box-lat {
      margin-left: -32%;
    }
    .triangle-up {
      border-left: 115px solid transparent;
      border-right: 115px solid transparent;
    }
    .triangle-down {
      border-left: 115px solid transparent;
      border-right: 115px solid transparent;
    }
  }
  @media screen and (max-width: 1200px) {
    .box-lat {
      margin-left: -42%;
    }
  }
  @media screen and (max-width: 1000px) {
    .sqr-lat {
      right: -11%;
    }
  }
  @media screen and (max-width: 991px) {
    .sqr-lat {
      right: -7%;
    }
    .sqr-sup {
      top: -20px;
    }
    .box-lat {
      margin-left: -20%;
    }
    .image-content{
        height: 58%;
      }
    .game-list{
    max-width: 500px;
    }
  }
  @media screen and (max-width: 900px) {
    .box-lat {
      margin-left: -30%;
    }
  }
  @media screen and (max-width: 900px) {
    .box-lat {
      margin-left: -41%;
    }
  }
  @media screen and (max-width: 767px) {
    .sqr-lat {
      right: -7%;
    }
    .sqr-sup {
      top: -19px;
      right: -9px;
    }
    .box-lat {
      margin-left: 3%;
    }
    .nonsm{
      display: none;
    }
    .div-calendar{
      border-radius: 30px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }
    .div-calendar-tool{
      border-radius: 30px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
    }
    .div-byyear{
      padding: 5px;
    }
    .award-1{
      height: 150px;
    }
    .award-2{
      height: 112px;
    }
    .award-3{
      height: 75px;
    }
    .consoles-more{
      margin-top: -13%;
      margin-left: auto;
    }
  }
  @media screen and (max-width: 700px) {
    .box-lat {
      margin-left: -2%;
  }
  }
  @media screen and (max-width: 650px) {
    .box-lat {
      margin-left: -12%;
  }
  }
  @media screen and (max-width: 600px) {
    .consoles-more{
      margin-top: -58%;
    }
  }
  @media screen and (max-width: 500px) {
    .p-5 {
      padding: 1rem!important;
  }
    .sqr-lat {
      right: -8%;
    }
  }
  @media screen and (max-width: 450px) {
    .box-lat {
      margin-left: -36%;
  }
  .triangle-up {
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
  }
  .triangle-down {
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
  }
  .consoles-more{
    margin-top: -94%;
  }
  }
  @media screen and (max-width: 390px) {
    .consoles-more{
      margin-top: -133%;
    }
  }
  @media screen and (max-width: 350px) {
    .box-lat {
      margin-left: -46%;
    }
    .consoles-more{
      margin-top: -164%;
    }
  }