@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
.con-img {
  display: block;
  height: 50px;
  width: 162px;
}

.con-a-menu > span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: white;
  border-radius: 10px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform-origin: -3px 2px;
          transform-origin: -3px 2px;
}

.con-a-menu > span:not(:last-child) {
  margin-bottom: 10px;
}

.header-options {
  border-bottom: 2px solid red;
}

.header-options .con-sm a:not(:last-child) {
  margin-right: 35px;
}

.con-menu-links {
  background: black;
  padding: 30px;
  text-align: right;
}

.con-menu-links a {
  font-size: 0.875rem;
  color: white;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.con-menu-links a:not(:last-child) {
  margin-right: 36px;
}

.con-menu-links a:hover {
  color: red;
}

nav {
  position: relative;
  background-color: #2d2d2d;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.con-menu-ham {
  position: absolute;
  width: calc(100% - 3.25rem);
  margin-top: 1.5rem;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  border-bottom-left-radius: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 2px solid red;
}

.con-menu-ham a {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  color: white;
  padding: 0.625rem;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.con-menu-ham a:hover {
  color: red;
}

.con-menu-ham a:active {
  color: red;
}

.con-nav {
  padding: 30px;
  background: black;
  z-index: 1;
}

.con-header.open .overlay {
  display: block;
}

.con-header.open .con-a-menu > span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.con-header.open .con-a-menu > span:nth-child(2) {
  opacity: 0;
}

.con-header.open .con-a-menu > span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.con-header .overlay {
  opacity: 0;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(transparent));
  background-image: linear-gradient(#1b1b1b, transparent);
}

.header-options {
  font-family: 'Roboto', sans-serif;
}

.con-description h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.35rem;
}

header {
  font-family: 'Montserrat', sans-serif;
}

.has-fade {
  visibility: hidden;
}

@-webkit-keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fade-in 200ms ease-in-out forwards;
          animation: fade-in 200ms ease-in-out forwards;
}

@-webkit-keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

.fade-out {
  -webkit-animation: fade-out 300ms ease-in-out forwards;
          animation: fade-out 300ms ease-in-out forwards;
}

.con-yt {
  text-align: center;
  border-top-right-radius: 25px;
}

.con-yt iframe {
  border-bottom: 1px solid red;
  -webkit-box-shadow: 5px 5px 10px 5px #000000;
  box-shadow: 5px 5px 10px 5px #000000;
}

.con-section-yt {
  margin: auto;
  padding: 0;
  color: white;
}

.con-section-yt h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}

.con-section-yt p {
  font-size: 1rem;
}

.con-section-yt .con-yt-links a a:visited {
  color: #910000;
}

.con-section-yt .con-yt-links a a:hover {
  color: red;
}

.con-yt-bottom {
  padding-bottom: 75px;
  padding-top: 25px;
}

.con-yt-bottom a {
  font-size: 0.875rem;
  color: #910000;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.con-yt-bottom a:not(:last-child) {
  margin-right: 36px;
}

.con-yt-bottom a:hover {
  color: red;
}

.con-news-date {
  margin-top: 0;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
}

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

a,
a:visited,
a:hover {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Quicksand";
  font-size: 1.125rem;
  background-color: #272727;
  line-height: 1.2;
  height: 100%;
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-img {
  background-image: url(/app/img/bg-img1.jpg);
}

.con-news {
  padding: 0px;
  color: white;
}

.con-news h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}

.con-news img {
  opacity: 0.9;
  display: block;
  border-bottom-left-radius: 50px;
  -webkit-box-shadow: 5px 5px 10px 5px #000000;
  box-shadow: 5px 5px 10px 5px #000000;
}

.con-news img:hover {
  opacity: 1.0;
}

.con-news p {
  font-size: 1rem;
}

.con-description {
  padding: 15px;
  position: relative;
}

h1 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 1.35rem;
  color: white;
}

.con-news-date {
  margin-top: 25px;
  border-bottom: 2px solid red;
  text-align: right;
  font-size: 0.875rem;
}

.con-news-description {
  margin: 0;
  text-align: justify;
  font-size: 0.875rem;
}

footer {
  text-align: center;
  font-size: 0.875rem;
  color: white;
  margin: 100px 0 0 0;
}

.con-table {
  width: 90%;
  text-align: center;
  color: white;
}

.con-table-icon {
  width: 16px;
  height: 16px;
}

.copyright {
  color: grey;
  padding-top: 15px;
}

caption {
  font-family: 'Roboto', sans-serif;
}

.section-main {
  padding: 3rem;
  max-width: 80%;
  color: white;
}

@media (max-width: 35.9375em) {
  .con-img {
    display: block;
    height: 3.125rem;
    width: 10.125rem;
  }
  .con-menu-links a {
    font-size: 0.875rem;
  }
  .overlay {
    top: 6.125rem;
  }
  .con-description {
    text-align: center;
  }
  .con-news {
    padding: 50px 0 75px 0;
    max-width: 96%;
    margin: auto;
  }
  .con-news img {
    max-width: 90%;
    margin: auto;
  }
  .con-yt {
    margin: 20px auto 25px auto;
    max-width: 95%;
  }
  .con-section-yt {
    max-width: 90%;
  }
}

@media (min-width: 36em) {
  .con-img {
    display: block;
    height: 4.6875rem;
    width: 15.1875rem;
  }
  .overlay {
    top: 7.6875rem;
  }
  .con-news {
    padding: 50px 0 75px 0;
    max-width: 96%;
    margin: auto;
  }
  .con-news img {
    max-width: 90%;
    margin: auto;
  }
  table {
    max-width: 75%;
  }
  .con-yt {
    margin: 30px auto 15px auto;
    border-top-right-radius: 50px;
    max-width: 96%;
  }
  .con-section-yt {
    max-width: 95%;
  }
}

@media (min-width: 48em) {
  .con-img {
    display: block;
    height: 4.6875rem;
    width: 15.1875rem;
  }
  .con-news {
    padding: 50px 0 75px 0;
    margin: auto;
    max-width: 96%;
  }
  .con-news img {
    max-width: 90%;
    margin: auto;
  }
  .con-section-yt {
    max-width: 90%;
  }
}

@media (max-width: 63.9375em) {
  .hide-for-mobile {
    display: none;
  }
  .con-sm {
    display: none;
  }
  .con-news img {
    max-width: 90%;
    margin: auto;
  }
  .con-description {
    text-align: center;
  }
  table {
    border-collapse: collapse;
    width: 92%;
    table-layout: fixed;
    color: white;
    font-size: 0.875rem;
    margin: 0% 4% 0% 4%;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid red;
    display: block;
    margin-bottom: 5em;
  }
  table th {
    font-size: 1.125rem;
  }
  table th, td {
    font-size: 0.875rem;
  }
  table td {
    border-bottom: 1px solid white;
    display: block;
    font-size: 0.875rem;
    text-align: right;
    background-repeat: no-repeat;
  }
  table td .con-icons-flags-teams {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0.835rem;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: white;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  table td:last-child {
    border-bottom: 0;
  }
  .con-icons-flags {
    height: 20px;
    width: 20px;
  }
  .con-icon-jp {
    background-image: url(/app/img/icons-flags/jp-3.png);
  }
}

@media (min-width: 64em) {
  .con-img {
    display: block;
    height: 6.25rem;
    width: 20.1875rem;
  }
  .overlay {
    display: none;
  }
  .hide-for-desktop {
    display: none;
  }
  .con-menu-links a {
    font-size: 2rem;
  }
  table th,
  table td {
    padding: 0.625em;
    text-align: center;
    font-size: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  table th .con-icons-flags-teams,
  table td .con-icons-flags-teams {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2px;
  }
  table tr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  table th {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con-section-yt {
    min-width: 900px;
    max-width: 50%;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
  }
  .con-news {
    max-width: 1050px;
    padding-top: 75px;
  }
}

.class {
  content: "far";
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

::-webkit-scrollbar-track:vertical {
  background: #1b1b1b;
}

::-webkit-scrollbar-track:horizontal {
  background: #1b1b1b;
}

::-webkit-scrollbar-thumb {
  background: #710000;
  border-radius: 15px;
  border: solid;
  border-color: #1b1b1b;
  border-width: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #5d0000;
  border-radius: 15px;
  border: solid;
  border-color: #1b1b1b;
  border-width: 3px;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  color: white;
  font-size: 0.875rem;
  margin: 0% 4% 0% 4%;
}

table caption {
  font-size: 2rem;
  margin: 4em 0 2em;
}

table tr {
  padding: 0.35em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

table th,
table td {
  padding: 0.625em;
}

thead {
  border-bottom: 2px solid #ddd;
}

.con-icons-flags {
  height: 20px;
  width: 20px;
  margin-top: 5px;
}

.con-th {
  font-size: 1.1em;
  font-family: 'Roboto', sans-serif;
}

.con-table-1 {
  width: 90%;
}

.con-table-2 {
  width: 90%;
}

.con-table-2 table {
  min-width: 50%;
}

.con-pos-first {
  color: gold;
  font-weight: 900;
}

.con-pos-second {
  color: white;
  font-weight: 900;
}

.con-pos-third {
  color: brown;
  font-weight: 900;
}

tbody {
  color: #c8c8c8;
  border-bottom: 1px solid red;
}

.con-rez {
  color: #828282;
}

.freepik {
  color: #5e5e5e;
  text-decoration: none;
  font-size: 0.875rem;
  text-align: right;
  width: 90%;
  margin: auto;
}

.freepik a:visited {
  color: grey;
}

.freepik a:hover {
  color: red;
}

.con-table-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.con-table-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.con-tables h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}

.con-yt {
  text-align: center;
  border-top-right-radius: 25px;
}

.con-yt iframe {
  border-bottom: 1px solid red;
  -webkit-box-shadow: 5px 5px 10px 5px #000000;
  box-shadow: 5px 5px 10px 5px #000000;
}

.con-section-yt {
  margin: auto;
  padding: 0;
  color: white;
}

.con-section-yt h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}

.con-section-yt p {
  font-size: 1rem;
}

.con-section-yt .con-yt-links a a:visited {
  color: #910000;
}

.con-section-yt .con-yt-links a a:hover {
  color: red;
}

.con-yt-bottom {
  padding-bottom: 75px;
  padding-top: 25px;
}

.con-yt-bottom a {
  font-size: 0.875rem;
  color: #910000;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.con-yt-bottom a:not(:last-child) {
  margin-right: 36px;
}

.con-yt-bottom a:hover {
  color: red;
}

.con-news-date {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */