@import "../libs/owlcarousel/owl.carousel.css";
@import "../libs/select2/select2.min.css";
@import "../libs/scrollbar/jquery.mCustomScrollbar.css";
@import "../libs/bootstrap/css/bootstrap.min.css";
:root {
  --baseFontFamily: 'sourcesanspro-Bold', sans-serif;
  --type_Special: 'Paris2024-Variable-Regular', sans-serif;
  --baseFontSize: 14px;
  --baseLineHeight: 14px;
  --bg: #FFFFFF;
  --bg_alternate: #f2f2f2;
  --bg_type: #000000;
  --bg_type01: #003f5b;
  --bg_type02: #dac37c;
  --color01: #003f5b;
  --color01_type: #FFFFFF;
  --color02: #dac37c;
  --color02_type: #000000;
  --color03: #26B4AE;
  --color03_type: #FFFFFF;
  --medalGold: #FDC123;
  --medalSilver: #AFA5AB;
  --medalBronze: #B97E47;
  --medal_type: #FFFFFF;
  --ref01: #003f5b;
  --ref02: #dac37c;
  --ref03: #26B4AE;
  --ref04: #000000;
  --ref04_alternate: #003f5b;
  --ref_type: #FFFFFF;
  --ref05: #26B4AE;
  --ref05_type: #FFFFFF;
  --ref06: #219b96;
  --ref06_type: #FFFFFF;
  --ref07: #1a7975;
  --ref07_type: #FFFFFF;
  --ref08: #003f5b;
  --ref08_type: #FFFFFF;
}
/* Import de archivos */
@font-face {
  font-family: 'Paris2024-Variable-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Paris2024-Variable-Regular.eot");
  src: url("../fonts/Paris2024-Variable-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Paris2024-Variable-Regular.woff") format("woff"), url("../fonts/Paris2024-Variable-Regular.woff2") format("woff2"), url("../fonts/Paris2024-Variable-Regular.ttf") format("truetype"), url("../fonts/Paris2024-Variable-Regular.svg#Paris2024-Variable-Regular") format("svg");
}
@font-face {
  font-family: 'sourcesanspro-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "sourcesanspro-Bold";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype");
}
/* Comienzo de variables */
/* Comienzo de variables */
/*  @baseFontFamily: Arial, Helvetica, sans-serif;
  @type_Special: 'Source Sans Pro', sans-serif;
  @baseFontSize: 14px;
  @baseLineHeight:14px;*/
/*  @bg: #FFFFFF;
  @bg_alternate: darken(@bg, 10%);
  @bg_type: #000000;
  @bg_type01: #62BA4C;
  @bg_type02: #F5650A;
  @color01: #62BA4C;
  @color01_type: #FFFFFF;
  @color02: #F4640A;
  @color02_type: #FFFFFF;
  @color03: #00A5E5;
  @color03_type: #FFFFFF;*/
/*  @medalGold: #FFC225;
  @medalSilver:#BCC6CD;
  @medalBronze:#B88E46;
  @medal_type:#FFFFFF;*/
/*  @ref01: @color02;
  @ref02: #EF1516;
  @ref03: #FB9D00;
  @ref04: #BA282B;
  @ref04_alternate: #FFDF00;
  @ref_type: #FFFFFF;
  @ref05: @color03;
  @ref05_type: #FFFFFF;
  @ref06: darken(@color03,6%);
  @ref06_type: #FFFFFF;
  @ref07: darken(@color03,14%);
  @ref07_type: #FFFFFF;
  @ref08: @color01;
  @ref08_type: #FFFFFF;*/
.alignItems {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
/* Plugins */
/**********************/
/*** GENERIC STYLES ***/
/**********************/
/********Indice********/
body {
  margin: 10px 40px;
  font-family: var(--baseFontFamily);
  background: var(--bg_alternate);
  font-size: 14px;
  line-height: normal;
  color: var(--bg_type);
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
  line-height: normal;
}
body h3 {
  text-transform: uppercase;
}
body h5 {
  font-size: 16px;
  font-weight: 400;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
  display: inline-block;
}
body a:hover,
body a:focus {
  outline: none;
}
.boxWrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex: 1 1 24%;
  -moz-flex: 1 1 24%;
  -ms-flex: 1 1 24%;
  flex: 1 1 24%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 1% 10px 0;
  border: 1px solid color-mix(in srgb, var(--color01), #fff 88%);
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: var(--bg);
}
.boxWrapper svg {
  fill: var(--bg);
}
.boxWrapper h6 {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid var(--color01);
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
.boxWrapper h6:before,
.boxWrapper h6:after {
  content: " ";
  display: table;
}
.boxWrapper h6:after {
  clear: both;
}
.boxWrapper h6 span {
  color: var(--bg_type);
  font-size: 14px;
}
.boxWrapper h6 span:first-child {
  margin-right: 5px;
  margin-bottom: 5px;
}
.boxWrapper figure {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}
.boxWrapper figure img {
  width: 35px;
  height: 35px;
}
.boxWrapper figure figcaption {
  color: var(--bg_type);
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
}
.boxWrapper ul {
  width: 100%;
  margin: 10px 0 4px;
  padding: 50px 0 10px;
  border-bottom: 1px solid color-mix(in srgb, var(--bg), #000 10%);
}
.boxWrapper ul:before,
.boxWrapper ul:after {
  content: " ";
  display: table;
}
.boxWrapper ul:after {
  clear: both;
}
.boxWrapper ul li {
  width: 33.33%;
  float: left;
}
.boxWrapper ul li article {
  position: relative;
  height: 80px;
}
.boxWrapper ul li article div {
  background-color: var(--medalSilver);
  height: 85px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0;
}
.boxWrapper ul li article div span {
  color: var(--medal_type);
  text-align: center;
  display: block;
  font-size: 18px;
  padding-top: 2%;
}
.boxWrapper ul li article.goldBar figure {
  bottom: 100%;
}
.boxWrapper ul li article.goldBar div {
  height: 100%;
  background-color: var(--medalGold);
}
.boxWrapper ul li article.silverBar figure {
  bottom: 70%;
}
.boxWrapper ul li article.silverBar div {
  height: 70%;
  background-color: var(--medalSilver);
}
.boxWrapper ul li article.bronzeBar figure {
  bottom: 30%;
}
.boxWrapper ul li article.bronzeBar div {
  height: 30%;
  background-color: var(--medalBronze);
}
.boxWrapper ul li:nth-child(2) article div {
  background-color: var(--medalGold);
  margin: 0 2px;
}
.boxWrapper ul li:last-child article div {
  background-color: var(--medalBronze);
}
.boxWrapper .middle {
  padding: 15px 0 0;
}
.boxWrapper .middle figure {
  position: relative;
  margin: 10px auto 0;
}
.boxWrapper .middle > div {
  text-align: center;
}
.boxWrapper .middle > div span {
  display: block;
}
.boxWrapper .middle > div p {
  font-weight: 600;
  font-size: 25px;
  color: var(--bg_type02);
  color: var(--color02);
}
.boxWrapper .actions {
  padding-top: 10px;
}
.boxWrapper .actions.share {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.boxWrapper .actions.share .button {
  width: 24px;
  height: 24px;
  color: #FFF;
  border: 1px solid;
  font-size: 11px;
  font-weight: 500;
  background-color: transparent;
  background-position: center center;
  background-size: 85%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.boxWrapper .actions.share .button i {
  width: 16px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 2%;
}
.boxWrapper .actions.share .button span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.boxWrapper .actions.share .button.tw {
  border-color: #000000;
  margin-right: 4%;
}
.boxWrapper .actions.share .button.tw i {
  background-image: url('//1287719000.rsc.cdn77.org/media/jjoo/images/icon_twitter_ch.png');
}
.boxWrapper .actions.share .button.fb {
  border-color: #38569d;
}
.boxWrapper .actions.share .button.fb i {
  background-image: url('//1287719000.rsc.cdn77.org/media/jjoo/images/icon_face_ch.png');
}
.boxWrapper .actions.share .button:focus,
.boxWrapper .actions.share .button:hover,
.boxWrapper .actions.share .button:active {
  height: 22px;
  margin-top: 2px;
}
.boxWrapper .actions .button {
  margin: 0 3px;
}
.boxWrapper.box1,
.boxWrapper.box2,
.boxWrapper.box3 {
  padding: 10px;
  border: none;
  background: var(--bg);
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  display: block;
}
.boxWrapper.box1 h6,
.boxWrapper.box2 h6,
.boxWrapper.box3 h6 {
  height: 42px;
  padding-bottom: 6px;
}
.boxWrapper.box1 h6 svg,
.boxWrapper.box2 h6 svg,
.boxWrapper.box3 h6 svg {
  float: left;
  margin-right: 10px;
}
.boxWrapper.box1 h6 span,
.boxWrapper.box2 h6 span,
.boxWrapper.box3 h6 span {
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.boxWrapper.box1 h6 div,
.boxWrapper.box2 h6 div,
.boxWrapper.box3 h6 div {
  float: right;
  margin-top: -14px;
  line-height: 1;
}
.boxWrapper.box1 h6 div span,
.boxWrapper.box2 h6 div span,
.boxWrapper.box3 h6 div span {
  text-align: right;
}
.boxWrapper.box1 h6 div span:last-child,
.boxWrapper.box2 h6 div span:last-child,
.boxWrapper.box3 h6 div span:last-child {
  color: var(--bg_type02);
}
.boxWrapper.box1 .middle,
.boxWrapper.box2 .middle {
  padding: 4px 0 0;
}
.boxWrapper.box1 .middle:before,
.boxWrapper.box2 .middle:before,
.boxWrapper.box1 .middle:after,
.boxWrapper.box2 .middle:after {
  content: " ";
  display: table;
}
.boxWrapper.box1 .middle:after,
.boxWrapper.box2 .middle:after {
  clear: both;
}
.boxWrapper.box1 .middle span,
.boxWrapper.box2 .middle span {
  font-size: 12px;
  font-weight: 600;
  width: 50%;
  float: left;
}
.boxWrapper.box1 .middle span:last-child,
.boxWrapper.box2 .middle span:last-child {
  font-weight: 800;
  text-align: right;
  float: right;
}
.boxWrapper.box1 .bottom {
  padding: 0 20px;
}
.boxWrapper.box1 table tr:last-child td,
.boxWrapper.box1 table tr:last-child th {
  border-bottom: 0;
}
.boxWrapper.box1 table td:first-child,
.boxWrapper.box1 table th:first-child {
  width: 30%;
}
.boxWrapper.box1 table td:first-child figure,
.boxWrapper.box1 table th:first-child figure {
  position: relative;
  height: 27px;
}
.boxWrapper.box1 table td:first-child figure figcaption,
.boxWrapper.box1 table th:first-child figure figcaption {
  font-size: 12px;
  font-weight: 600;
  color: var(--bg_type);
}
.boxWrapper.box1 table td:nth-child(2),
.boxWrapper.box1 table th:nth-child(2) {
  width: auto;
  min-width: 0;
  text-align: center;
}
.boxWrapper.box1 table td:nth-child(2) {
  font-weight: 600;
  font-size: 25px;
  color: var(--bg_type02);
}
.boxWrapper.box1 table td:last-child {
  font-size: 14px;
  font-weight: 600;
  color: var(--bg_type);
}
.boxWrapper.twitter-coverage h6 > div {
  width: 45%;
  text-align: left;
  margin-top: -22px;
}
.boxWrapper.twitter-coverage h6 > div p {
  color: color-mix(var(--bg), var(--bg_type), 40%);
  font-size: 16px;
  font-weight: 300;
}
.boxWrapper.twitter-coverage section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 12em;
  text-align: center;
}
.boxWrapper.twitter-coverage section p {
  font-size: 16px;
  max-width: 78%;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.boxWrapper.box2 ul li article div span {
  padding: 0;
}
.boxWrapper.box2-b ul li {
  width: 25%;
}
.boxWrapper.box2-b ul li:nth-child(3) article div {
  background-color: var(--medalBronze);
}
.boxWrapper.box2-b ul li:last-child article div {
  margin: 0 0 0 2px;
}
.boxWrapper.box3 .middle figure {
  margin: 0 auto;
}
.boxWrapper.box3 .middle > div {
  font-size: 14px;
}
.boxWrapper.box3 .middle > div p {
  display: inline-block;
  font-size: 14px;
}
.boxWrapper.tmodule .sticky-wrap {
  margin: 5px 0;
}
.boxWrapper.tmodule table thead th {
  height: 22px;
}
.boxWrapper.tmodule table tbody tr:last-child {
  border: 0;
}
.button {
  background-color: var(--ref01);
  color: var(--ref_type);
  height: 20px;
  line-height: 20px;
  text-shadow: none;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 2px solid color-mix(in srgb, var(--ref01), #000 10%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.button:focus,
.button:hover,
.button:active {
  background-color: color-mix(in srgb, var(--ref01), #fff 5%);
  border-bottom-width: 0px;
  color: var(--ref_type);
  height: 18px;
  text-decoration: none;
  margin-top: 2px;
}
.button.more {
  width: 23px;
  position: relative;
  line-height: 18px;
}
.button.more svg {
  fill: var(--ref_type);
  color: var(--ref_type) !important;
  width: 9px;
  height: 9px;
  float: none;
  margin: auto;
  border: none;
}
.button.all {
  background-color: var(--color02);
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  position: absolute;
  border-bottom: none;
  bottom: 0px;
  right: 10px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.button.all span {
  font-size: 13px;
  font-weight: 400;
}
i {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
i div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
}
i.gold {
  background-color: var(--medalGold);
  color: var(--medal_type);
}
i.silver {
  background-color: var(--medalSilver);
  color: var(--medal_type);
}
i.bronze {
  background-color: var(--medalBronze);
  color: var(--medal_type);
}
.countdown {
  background: var(--bg);
  padding: 10px 15px;
  height: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.countdown > ul {
  border-bottom: 1px solid color-mix(in srgb, var(--bg), #000 10%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 52px 0;
}
.countdown > ul li {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex: 1 1 25%;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  text-align: center;
  padding: 15px 0;
}
.countdown > ul li span {
  font-size: 40px;
}
.countdown > ul li p {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--bg_type), #fff 50%);
}
.countdown > ul li:first-child span {
  color: var(--ref01);
}
.countdown > ul li:nth-child(2) span {
  color: var(--ref02);
}
.countdown > ul li:nth-child(3) span {
  color: var(--ref03);
}
.countdown > ul li:last-child span {
  color: var(--ref05);
}
.countdown .desc {
  font-size: 11px;
  color: var(--bg_type);
  font-weight: 600;
  padding-top: 5px;
  display: block;
  text-align: center;
}
.contentMams {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.contentBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer {
  background: linear-gradient(90deg, #FFFFFF 0.59%, #F9F9F9 35.45%, #FFFFFF 98.01%);
  margin-bottom: 10px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 10px 0;
}
.mams {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex: 1 1 30.33%;
  -moz-flex: 1 1 30.33%;
  -ms-flex: 1 1 30.33%;
  flex: 1 1 30.33%;
  margin: 0 1% 10px 0;
  border: 1px solid color-mix(in srgb, var(--color01), #fff 88%);
  position: relative;
  min-height: 50px;
  overflow: hidden;
  display: flex;
  padding: 5px 0;
}
.mams svg {
  width: 42px;
  height: 42px;
  margin: 4px;
  fill: var(--bg);
  border-radius: 40px;
}
.mams > h6 {
  border-bottom: 1px solid color-mix(in srgb, var(--color01), #fff 88%);
  margin: 0px 5px;
  font-weight: 600;
}
.mams > h6:before,
.mams > h6:after {
  content: " ";
  display: table;
}
.mams > h6:after {
  clear: both;
}
.mams > h6 span {
  display: block;
}
.mams > h6 .button {
  top: 3px;
  position: absolute;
  right: 5px;
}
.mams section {
  padding: 0 5px;
  width: 100%;
}
.mams section:first-child {
  width: fit-content;
}
.mams section > h6 {
  border-bottom: 1px solid color-mix(in srgb, var(--color01), #fff 88%);
  margin-bottom: 3px;
  font-weight: 600;
}
.mams section > h6:before,
.mams section > h6:after {
  content: " ";
  display: table;
}
.mams section > h6:after {
  clear: both;
}
.mams section > h6 span {
  display: block;
}
.mams section > h5 svg {
  height: 20px;
  width: 25px;
  border: none;
  margin: 0 4px;
  fill: var(--bg_type);
}
.mams section > div {
  padding-top: 5px;
}
.mams section > div div {
  margin-bottom: 5px;
}
.mams section > div div:before,
.mams section > div div:after {
  content: " ";
  display: table;
}
.mams section > div div:after {
  clear: both;
}
.mams section > div div.top span,
.mams section > div div.bottom span {
  float: right;
  margin-right: 2%;
  font-weight: 600;
  font-size: 25px;
  color: var(--bg_type02);
  line-height: 20px;
}
.mams section > div div figure {
  float: left;
  position: static;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.mams section > div div figure:before,
.mams section > div div figure:after {
  content: " ";
  display: table;
}
.mams section > div div figure:after {
  clear: both;
}
.mams section > div div figure figcaption {
  text-transform: uppercase;
  font-size: 18px;
  float: left;
  color: color-mix(var(--bg), var(--bg_type), 25%);
}
.mams section > div div figure img {
  width: 30px;
  margin: 2px 10px 0 0;
  float: left;
}
.mams section > div div.data ul {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: color-mix(in srgb, var(--bg), #000 14%);
  color: color-mix(in srgb, var(--bg), #000 50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.mams section > div div.data ul:last-child {
  margin-top: 3px;
}
.mams.live {
  /*border: 1px solid  var(--color02);
      >h6{
        background-color:var(--color01);
        color: var(--color01_type);
        border-bottom: 1px solid var(--color01);
        margin: 0px;
        padding: 0 5px;
  	    >svg{
    			background-color:var(--color01);
    			fill: var(--color01_type);
    		}
      }
      section{
        >h6{
          border-bottom: 1px solid var(--color01);
        }
      }*/
}
.mams.box2 {
  flex: 1 1 49%;
}
.mams.box2 section > div {
  padding-top: 30px;
}
.mams.box2 section > div .data {
  position: relative;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.mams.box2 section > div .data div {
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  font-size: 25px;
  color: var(--bg_type02);
  top: -5px;
}
.mams.box2 section > div .data div span {
  color: color-mix(var(--bg), var(--bg_type), 25%);
  position: relative;
  text-align: center;
}
.mams.box2 section > div .data div span sub {
  position: absolute;
  bottom: -5px;
  left: -10px;
  font-size: 12px;
}
.mams.box2 section > div .data div span sub.vis {
  left: auto;
  right: -10px;
}
.mams.box2 section > div .data figure img {
  margin: 0 10px 0 0;
}
.mams.box2 section > div .data figure:last-child {
  float: right;
}
.mams.box2 section > div .data figure:last-child img {
  margin: 0 0 0 10px;
}
.mams.box2 section > div marquee {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 4px 0;
  left: 1%;
  width: 98%;
  border-top: 1px solid var(--color01);
  font-size: 12px;
  font-weight: 600;
}
.mams.box2.live section > div marquee,
.mams.box2.post section > div marquee {
  display: block;
  border-top: 1px solid color-mix(in srgb, var(--bg), #000 10%);
}
.mams.box2.live section > div marquee {
  border-top: 1px solid var(--color01);
}
.mams.box3 section > div {
  padding-top: 0;
}
.mams.box3 section > div .data {
  margin: 0;
}
.mams.box3 section > div .data h4 {
  text-align: left;
}
.mams.box4 {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-height: 75px;
  background-color: var(--bg);
  margin: 0 0 10px 0;
}
.mams.box4 > div {
  /*&:last-child{
          .flex(1 1 12%);
        }*/
}
.mams.box4 > div:first-child {
  -webkit-flex: 1 1 20%;
  -moz-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  text-align: center;
}
.mams.box4 > div:first-child svg {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.mams.box4 > div:first-child svg path {
  fill: var(--color02);
}
.mams.box4 > div:first-child svg text {
  fill: var(--color02);
}
.mams.box4 > div:first-child span {
  color: var(--bg_type01);
  font-size: 16px;
  display: block;
}
.mams.box4 > div:first-child span:last-child {
  font-weight: 600;
}
.mams.box4 > div:nth-child(2) {
  -webkit-flex: 1 1 20%;
  -moz-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}
.mams.box4 > div:nth-child(2) svg {
  width: 45px;
  height: 45px;
}
.mams.box4 > div:nth-child(3) {
  -webkit-flex: 1 1 48%;
  -moz-flex: 1 1 48%;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
}
.mams.box4 > div:nth-child(3) img {
  width: 40px;
}
.mams.box4 > div:nth-child(3) h4 {
  font-size: 12px;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.mams.live-2 {
  border: none;
  margin: 0;
  min-height: 208px;
}
.mams.live-2 h6 {
  font-weight: 500;
  margin: 0;
  height: 42px;
  border-bottom-color: var(--color01);
}
.mams.live-2 h6 svg {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  width: 35px;
  height: 35px;
}
.mams.live-2 h6 span {
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: color-mix(var(--bg), var(--bg_type), 40%);
  font-size: 16px;
}
.mams.live-2 h6 div {
  float: right;
  margin-top: -14px;
  line-height: 1;
}
.mams.live-2 h6 div span {
  text-align: right;
}
.mams.live-2 h6 div span:last-child {
  color: var(--bg_type02);
}
.mams.live-2 .middle {
  position: relative;
  border-bottom: 1px solid var(--color01);
  padding: 8px 0;
}
.mams.live-2 .middle:before,
.mams.live-2 .middle:after {
  content: " ";
  display: table;
}
.mams.live-2 .middle:after {
  clear: both;
}
.mams.live-2 .middle span {
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  float: left;
}
.mams.live-2 .middle span:last-child {
  font-weight: 800;
  text-align: right;
  float: right;
}
.mams.live-2 .middle .button {
  top: 6px;
  position: absolute;
  right: 0;
}
.mams.live-2 section > div div {
  margin-top: 14px;
  padding: 0 20px;
}
.mams.live-2 section > div marquee {
  display: block;
}
.mams.df-game h4 {
  text-align: center;
  margin-bottom: 6px;
}
.mams.df-game .data {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.mams.df-game .data div {
  color: color-mix(var(--bg), var(--bg_type), 25%);
  font-size: 20px;
}
.mams.df-game .data figure figcaption {
  text-align: center;
  text-transform: uppercase;
}
.mams.dep5 figcaption {
  text-transform: none;
  font-size: 14px;
}
nav {
  background: var(--bg);
  width: 100%;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  padding: 20px;
}
nav ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--bg_type);
  padding: 10px 15px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  background-color: none;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}
nav ul li a svg {
  display: none;
}
nav ul li a:hover,
nav ul li a:focus,
nav ul li a.active {
  text-decoration: none;
  background-color: var(--color02);
  color: var(--color02_type);
}
.nav-tablas {
  z-index: 1;
  position: relative;
  padding: 6px 0 6px 30px;
  height: 42px;
}
.nav-tablas a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 10px;
  background-color: none;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-tablas a svg {
  display: none;
}
.nav-tablas a:hover,
.nav-tablas a:focus,
.nav-tablas a.active {
  text-decoration: none;
}
.nav-tablas.first {
  background: var(--bg);
  margin: -40px 0 10px;
}
.nav-tablas.first a {
  color: var(--bg_type01);
}
.nav-tablas.first a:hover,
.nav-tablas.first a:focus,
.nav-tablas.first a.active {
  background-color: var(--color01);
  color: var(--color01_type);
}
.nav-tablas.second {
  background: var(--color01);
  padding: 4px 0 4px 30px;
  margin: -10px 0 10px;
  height: 32px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.nav-tablas.second a {
  color: var(--color01_type);
  font-size: 12px;
  padding: 4px 10px;
}
.nav-tablas.second a:hover,
.nav-tablas.second a:focus,
.nav-tablas.second a.active {
  background-color: var(--bg);
  color: var(--bg_type01);
}
.navTabHover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li.active a,
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:hover {
  background-color: var(--color02);
  color: var(--color02_type);
  border: 0;
}
.nav-tabs {
  display: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  overflow: hidden;
  border: none;
  background-color: var(--bg);
  -webkit-border-radius: 0 0 0 25px;
  -moz-border-radius: 0 0 0 25px;
  border-radius: 0 0 0 25px;
  padding: 0px;
}
.nav-tabs > li {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.nav-tabs > li > a {
  color: var(--color01);
  border: none;
  text-align: center;
  line-height: normal;
  margin: 5px 0;
  padding: 2px 10px;
  height: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-tabs > li > a span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.nav-tabs > li > a[data-qty]::after {
  background: var(--color02);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--color02_type);
  content: attr(data-qty);
  font-size: 9px;
  height: 12px;
  position: absolute;
  right: -3px;
  top: -2px;
  width: 12px;
}
.tab-content {
  height: 220px;
  z-index: 9;
  background: var(--bg);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  position: relative;
}
.tab-content .tab-pane {
  height: 100%;
  padding: 10px 10px 0;
  width: 100%;
}
.tab-content .tab-pane .mCSB_inside > .mCSB_container {
  margin-right: 18px;
}
.tab-content .tab-pane .mCustomScrollBox:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7b7b7', endColorstr='#6eb7b7b7', GradientType=0);
  /* IE6-9 */
}
.tab-content .tab-pane .boxWrapper {
  padding: 0;
}
.tab-content .tab-pane img {
  width: auto;
  margin: 0 auto;
}
.tab-content .tab-pane table figure img {
  margin: 0 10px 0 0;
}
.mCSB_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 15px;
}
.mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--color02);
  width: 10px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active {
  background-color: var(--color01);
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--color02);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--color02);
  width: 10px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_onDrag .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_onDrag .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_onDrag .mCSB_dragger_bar:active,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_onDrag .mCSB_dragger_bar:active {
  background-color: var(--color01);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: var(--color02);
  width: 10px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar:active,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar:active {
  background-color: var(--color01);
}
.contentSelect:before,
.contentSelect:after {
  content: " ";
  display: table;
}
.contentSelect:after {
  clear: both;
}
.contentSelect .select {
  padding-left: 0;
}
.contentSelect .select:last-child {
  padding-right: 0;
}
.contentSelect .select select {
  width: 100%;
}
.contentSelect .select .select2 {
  margin: 10px 0 20px;
}
.contentSelect .select .select2 .select2-selection {
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
.contentSelect .select .select2 .select2-selection:focus,
.contentSelect .select .select2 .select2-selection:hover {
  outline: none;
}
.contentSelect .select .select2 .select2-selection span {
  line-height: 40px;
  background-color: var(--color02);
  color: var(--bg_type);
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contentSelect .select .select2 .select2-selection .select2-selection__arrow {
  height: 40px;
  top: 0;
  right: 0;
  width: 48px;
}
.contentSelect .select .select2 .select2-selection .select2-selection__arrow b {
  border-width: 0;
  background-image: url(//1287719000.rsc.cdn77.org/media/jjoo/images/arrow_bottom.svg);
  width: 24px;
  height: 15px;
  background-size: 24px 15px;
  top: 35%;
  left: 30%;
}
.contentSelect .select .select2.select2-container--open .select2-selection .select2-selection__arrow b {
  background-image: url(//1287719000.rsc.cdn77.org/media/jjoo/images/arrow_up.svg);
}
.select2-container--default .select2-search--dropdown {
  padding: 0;
  margin-bottom: 20px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 8px 10px;
  outline: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: var(--bg_type02);
}
.select2-container--default .select2-search--dropdown svg {
  position: absolute;
  top: 15px;
  right: 20px;
  fill: var(--color02);
}
.select2-container--default .select2-dropdown {
  background-color: var(--color01);
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
  padding: 8px 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color02);
  color: var(--color02_type);
}
.select2-container--default .select2-results__option {
  display: block;
  color: var(--bg_type02);
  font-size: 16px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--color02);
  color: var(--color02_type);
}
.details {
  height: 50px;
  position: relative;
  background: var(--bg) url('//1287719000.rsc.cdn77.org/media/jjoo/images/bg-jjoo.jpg') repeat-x;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-size: auto 100%;
  padding: 5px 5px 0 5px;
}
.details > div {
  background: var(--bg);
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.details > div:before,
.details > div:after {
  content: " ";
  display: table;
}
.details > div:after {
  clear: both;
}
.details > div .left,
.details > div .right {
  padding: 0 10px;
}
.details > div .left figure,
.details > div .right figure,
.details > div .left .data,
.details > div .right .data {
  height: 50px;
  position: relative;
}
.details > div .left figure img,
.details > div .right figure img,
.details > div .left .data img,
.details > div .right .data img,
.details > div .left figure figcaption,
.details > div .right figure figcaption,
.details > div .left .data figcaption,
.details > div .right .data figcaption,
.details > div .left figure h2,
.details > div .right figure h2,
.details > div .left .data h2,
.details > div .right .data h2,
.details > div .left figure h5,
.details > div .right figure h5,
.details > div .left .data h5,
.details > div .right .data h5,
.details > div .left figure h3,
.details > div .right figure h3,
.details > div .left .data h3,
.details > div .right .data h3 {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: left;
}
.details > div .left {
  width: calc(100% - 354px);
  width: -moz-calc(100% - 354px);
  width: -webkit-calc(100% - 354px);
  width: -o-calc(100% - 354px);
}
.details > div .left figure {
  float: left;
}
.details > div .left figure img {
  margin-right: 10px;
  height: 27px;
}
.details > div .left figure figcaption {
  font-size: 20px;
  font-weight: 300;
}
.details > div .left .data {
  float: right;
  padding-top: 10px;
}
.details > div .left .data h5 {
  font-size: 12px;
  color: color-mix(var(--bg), var(--bg_type), 40%);
  margin-right: 10px;
}
.details > div .left .data h2 {
  font-weight: 700;
  font-size: 40px;
  color: var(--bg_type);
}
.details > div .right {
  width: 334px;
}
.details > div .right .svgMedalsMobile {
  display: none;
}
.details > div .right .data {
  float: left;
  padding-top: 10px;
}
.details > div .right .data h3 {
  font-size: 30px;
  font-weight: 600;
  margin-right: 10px;
}
.details > div .right .data h5 {
  font-size: 12px;
  font-weight: 300;
  margin-right: 10px;
}
.details > div .right ul {
  float: right;
  padding-top: 5px;
}
.details > div .right ul li {
  position: relative;
  text-align: center;
  padding: 0 5px;
}
.details > div .right ul li i {
  width: 30px;
  height: 30px;
}
.details > div .right ul li i div {
  font-size: 15px;
}
.details > div .right ul li h5 {
  color: var(--bg_type);
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .details > div {
    flex-direction: column;
  }
  .details > div .left,
  .details > div .right {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .details {
    height: auto;
  }
}
.all-icons {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  fill: currentColor;
  background: linear-gradient(180deg, var(--color01) 0%, var(--color03) 100%);
  background: -moz-linear-gradient(180deg, var(--color01) 0%, var(--color03) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(180deg, var(--color01) 0%, var(--color03) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, var(--color01) 0%, var(--color03) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color01)', endColorstr='var(--color03)', GradientType=0);
  /* IE6-9 */
}
.owl-carousel {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 20px 0;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  position: absolute;
  top: 25px;
}
.owl-carousel .owl-controls .owl-prev.disabled,
.owl-carousel .owl-controls .owl-next.disabled {
  cursor: default;
  pointer-events: none;
}
.owl-carousel .owl-controls .owl-prev.disabled svg,
.owl-carousel .owl-controls .owl-next.disabled svg {
  fill: color-mix(in srgb, var(--color02), #fff 50%);
  opacity: 0.5;
}
.owl-carousel .owl-controls .owl-dots {
  text-align: center;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background: var(--color01);
  display: block;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-carousel .owl-controls .owl-dots .owl-dot:hover span,
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  opacity: 1;
}
.owl-carousel .owl-controls .owl-dots .owl-dot:only-child {
  display: none;
}
.owl-carousel .owl-controls .owl-prev {
  left: -4px;
}
.owl-carousel .owl-controls .owl-next {
  right: -4px;
}
.owl-carousel .owl-controls svg {
  width: 25px;
  height: 25px;
  fill: var(--color02);
}
.owl-carousel.calendar .owl-stage .owl-item {
  cursor: pointer;
}
.owl-carousel.calendar .owl-stage .owl-item article {
  border: 1px solid var(--bg_type01);
  color: var(--bg_type01);
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 2px;
}
.owl-carousel.calendar .owl-stage .owl-item article h3 {
  font-weight: 600;
  font-size: 28px;
}
.owl-carousel.calendar .owl-stage .owl-item:last-child article {
  margin: 0 2px;
}
.owl-carousel.calendar .owl-stage .owl-item.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.owl-carousel.calendar .owl-stage .owl-item.disabled article {
  border: 1px solid color-mix(in srgb, var(--color01), #fff 50%);
  color: color-mix(in srgb, var(--color01), #fff 50%);
}
.owl-carousel.calendar .owl-stage .owl-item.current article {
  background-color: var(--color01);
  color: var(--color01_type);
}
.owl-carousel.calendar .owl-stage .owl-item:hover article,
.owl-carousel.calendar .owl-stage .owl-item:focus article {
  background-color: var(--color01);
  color: var(--color01_type);
}
.owl-carousel.contentLive {
  padding: 0;
}
.owl-carousel.contentLive .owl-stage > .owl-item {
  cursor: auto;
}
.owl-carousel.contentLive .owl-stage > .owl-item > .item {
  min-height: 300px;
  max-height: 300px;
}
.owl-carousel.contentLive .owl-stage > .owl-item > .item .itemContent {
  background: var(--bg);
  height: 265px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 9;
}
.owl-carousel.contentLive .owl-stage > .owl-item > .item iframe {
  height: 200px;
}
.owl-carousel.contentLive .owl-stage > .owl-item:last-child {
  padding: 0;
}
.owl-carousel.contentLive > .owl-controls {
  display: block;
}
.owl-carousel.podiumsLive,
.owl-carousel.recordsLive,
.owl-carousel.gamesLive {
  padding: 0;
  height: 100%;
}
.owl-carousel.podiumsLive .owl-stage > .owl-item,
.owl-carousel.recordsLive .owl-stage > .owl-item,
.owl-carousel.gamesLive .owl-stage > .owl-item {
  padding: 0;
}
.owl-carousel.podiumsLive .owl-stage > .owl-item img,
.owl-carousel.recordsLive .owl-stage > .owl-item img,
.owl-carousel.gamesLive .owl-stage > .owl-item img {
  width: 40px;
  height: 40px;
}
.owl-carousel.podiumsLive > .owl-controls,
.owl-carousel.recordsLive > .owl-controls,
.owl-carousel.gamesLive > .owl-controls {
  display: block;
}
.owl-carousel.podiumsLive > .owl-controls .owl-prev,
.owl-carousel.recordsLive > .owl-controls .owl-prev,
.owl-carousel.gamesLive > .owl-controls .owl-prev,
.owl-carousel.podiumsLive > .owl-controls .owl-next,
.owl-carousel.recordsLive > .owl-controls .owl-next,
.owl-carousel.gamesLive > .owl-controls .owl-next {
  top: 45%;
}
.owl-carousel.podiumsLive > .owl-controls .owl-prev,
.owl-carousel.recordsLive > .owl-controls .owl-prev,
.owl-carousel.gamesLive > .owl-controls .owl-prev {
  left: -5px;
}
.owl-carousel.podiumsLive > .owl-controls .owl-next,
.owl-carousel.recordsLive > .owl-controls .owl-next,
.owl-carousel.gamesLive > .owl-controls .owl-next {
  right: -5px;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  text-align: center;
  padding: 3px 0;
  position: relative;
}
table td:first-child,
table th:first-child {
  text-align: left;
}
table td:nth-child(2),
table th:nth-child(2) {
  width: 50%;
  text-align: left;
}
table thead th {
  background-color: var(--bg);
  color: color-mix(var(--bg), var(--bg_type), 40%);
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: none;
  padding: 0;
  height: 40px;
}
table tbody th:first-child {
  color: color-mix(var(--bg), var(--bg_type), 40%);
  font-size: 18px;
  font-weight: 400;
}
table tbody tr {
  border-bottom: 1px solid color-mix(in srgb, var(--bg), #000 20%);
}
table tbody td {
  font-size: 14px;
  font-weight: 600;
  color: var(--bg_type);
}
table tbody td:nth-child(2) {
  font-size: 20px;
  font-weight: 300;
  min-width: 115px;
  line-height: 1em;
}
table tbody td:last-child {
  font-weight: 600;
  font-size: 25px;
  color: var(--bg_type02);
}
table tbody figure {
  height: 34px;
}
table tbody figure img {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
table tbody figure figcaption {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
table i {
  width: 20px;
  height: 20px;
}
table.scorers td:first-child {
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
}
table.scorers td:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
  color: var(--bg_type);
  min-width: auto;
}
.sticky-wrap {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  margin: 10px 0;
  width: 100%;
}
.sticky-wrap.overflow-y {
  overflow-y: auto;
  max-height: 565px;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 50;
  width: auto;
  /* Prevent table from stretching to full size */
}
.sticky-wrap .sticky-thead {
  z-index: 100;
  width: 100%;
  /* Force stretch */
  border-bottom: 1px solid var(--color02);
}
.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;
}
.colective-sports .nav-tabs {
  display: block;
  height: 36px;
  max-width: 300px;
  background-color: transparent;
  border: 1px solid color-mix(in srgb, var(--bg), #000 20%);
}
.colective-sports .nav-tabs > li {
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  width: 50%;
}
.colective-sports .nav-tabs > li > a {
  color: var(--bg_type01);
  height: 35px;
  padding: 0 20%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.colective-sports .nav-tabs > li > a span {
  font-size: 12px;
}
.colective-sports .nav-tabs > li > a:focus,
.colective-sports .nav-tabs > li > a:hover {
  background-color: var(--color02);
  color: var(--color02_type);
}
.colective-sports .nav-tabs > li.active a {
  background-color: var(--color02);
  color: var(--color02_type);
}
.colective-sports .nav-tabs > li.active a:focus,
.colective-sports .nav-tabs > li.active a:hover {
  background-color: var(--color02);
  color: var(--color02_type);
}
.colective-sports .tab-content {
  height: auto;
}
.colective-sports .tab-content .tab-pane {
  padding: 0;
}
.colective-sports .tab-content .tab-pane table td:nth-child(2),
.colective-sports .tab-content .tab-pane table th:nth-child(2) {
  width: 35%;
}
.colective-sports .tab-content .tab-pane table .header {
  border-bottom: 0;
}
.colective-sports .tab-content .tab-pane table .header td {
  background-color: var(--color02);
  color: var(--color02_type);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.colective-sports .tab-content .tab-pane table.scorers td:nth-child(2),
.colective-sports .tab-content .tab-pane table.scorers th:nth-child(2) {
  width: auto;
}
.lineColorTitle {
  width: 100%;
  height: 2px;
  content: " ";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: var(--bg_type01);
}
.title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 15px;
  position: relative;
  font-weight: 700;
}
.title svg path {
  fill: var(--bg_type);
}
.title svg text {
  fill: var(--bg);
}
.title svg.or text {
  fill: color-mix(in srgb, var(--bg_type), #fff 100%);
}
.title span {
  color: var(--bg_type);
}
.title span:last-child {
  margin: 0 0 0 10px;
}
.title:after {
  width: 100%;
  height: 2px;
  content: " ";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: var(--bg_type01);
}
.subTitle {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background-color: var(--color01);
  height: 28px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.subTitle span {
  padding-left: 10px;
  display: block;
  color: var(--color01_type);
  text-transform: uppercase;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}
.subTitle.hourTitle {
  background: var(--color02);
  border: none;
}
.subTitle.hourTitle span {
  color: var(--bg_type);
}
.titleMobile {
  background-color: var(--bg);
  margin: 0 0 10px;
  text-align: center;
  height: 40px;
  display: none;
  position: relative;
}
.titleMobile h3 {
  font-size: 14px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.titleMobile:after {
  width: 100%;
  height: 2px;
  content: " ";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: var(--bg_type01);
}
.titleSecondary {
  text-align: left;
  position: relative;
}
.titleSecondary h3 {
  font-size: 14px;
  font-weight: 600;
}
.titleSecondary.wBanner .bannerContiner {
  position: absolute;
  right: 0;
  top: 0;
}
.titleSecondary.wBanner h3 {
  padding: 8px 0 0;
}
.titleSecondary:after {
  width: 100%;
  height: 2px;
  content: " ";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: var(--bg_type01);
  bottom: -10px;
}
.colorText {
  font-weight: 600;
  font-size: 25px;
  color: var(--bg_type02);
}
.no-data {
  background: color-mix(in srgb, var(--bg), #000 6%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 220px;
  width: 100%;
  margin-bottom: 10px;
}
.no-data > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.no-data > div h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--bg), #000 24%);
  margin: 10px 0 0;
}
i.i-icons {
  background-image: url('//1287719000.rsc.cdn77.org/media/jjoo/images/icons_sheet.png');
  background-repeat: no-repeat;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
i.i-icons.i-records {
  width: 75px;
  height: 75px;
}
i.i-icons.i-podios {
  width: 75px;
  height: 75px;
  background-position: -83px 0;
}
.medalLive {
  padding: 10px 15px;
  background: var(--bg);
  z-index: 1;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.medalLive .sticky-wrap {
  margin: 10px 0 0;
}
.medalLive table td {
  padding: 1px 0;
}
.medalLive table tbody figure {
  height: 30px;
}
.medalLive table tbody figure img {
  margin: 0 10px 0 0;
  height: 22px;
  width: 22px;
}
.medalLive table tbody tr:last-child td,
.medalLive table tbody tr:last-child th {
  border: none;
}
.medalLive table tbody td:nth-child(2) {
  font-size: 12px;
  font-weight: 600;
}
.medalLive table tbody td:last-child {
  font-size: 18px;
}
.module {
  position: relative;
  min-height: 300px;
  max-height: 300px;
  background: var(--color01);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module .button.all {
  right: 0;
  color: var(--bg_type);
}
.module .container-tabs {
  background: var(--bg) url('//1287719000.rsc.cdn77.org/media/jjoo/images/bg-jjoo.jpg') repeat-x;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-size: auto 100%;
  padding: 8px;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  body {
    margin: 10px auto;
    max-width: 1119px;
  }
}
@media screen and (min-width: 1119px) {
  .owl-carousel {
    padding: 0;
  }
  .owl-carousel .owl-controls {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  body {
    margin: 10px 2%;
  }
  i {
    width: 40px;
    height: 40px;
  }
  i div {
    font-size: 20px;
  }
  .mams {
    flex: 1 1 47%;
  }
  .mams.box2 {
    flex: 1 1 100%;
  }
  .mams.box4 > div:first-child svg {
    width: 38px;
    height: 38px;
  }
  .mams.box4 > div:nth-child(2) svg {
    width: 38px;
    height: 38px;
  }
  .boxWrapper {
    -webkit-flex: 1 1 32%;
    -moz-flex: 1 1 32%;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
  }
  .countdown > ul li span {
    font-size: 25px;
  }
  .countdown > ul li p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  i {
    width: 35px;
    height: 35px;
  }
  i div {
    font-size: 16px;
  }
  nav {
    padding: 0 0 0 20px;
  }
  nav ul li a {
    padding: 10px 8px;
  }
  .nav-tablas {
    padding: 6px 0 6px 4px;
  }
  .boxWrapper {
    -webkit-flex: 1 1 49%;
    -moz-flex: 1 1 49%;
    -ms-flex: 1 1 49%;
    flex: 1 1 49%;
  }
  .countdown ul li span {
    font-size: 35px;
  }
  .owl-carousel.contentLive .owl-stage .owl-item .item {
    text-align: center;
  }
  .owl-carousel.contentLive .owl-stage .owl-item .item .button.all {
    right: 10px;
  }
  .owl-carousel.contentLive .owl-stage .owl-item .item img {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 610px) {
  .details {
    height: auto;
    background-color: transparent;
  }
  .details .right,
  .details .left {
    width: 100%;
    position: relative;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
  }
  .details .left {
    background: var(--bg);
  }
  .details .right {
    margin-top: 10px;
  }
  .details .right .svgMedalsMobile {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  nav {
    padding: 0;
    width: 100%;
    top: 2px;
  }
  nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  nav ul li {
    width: 25%;
  }
  nav ul li:last-child a svg {
    fill: var(--bg);
  }
  nav ul li:last-child a svg text {
    fill: var(--bg);
  }
  nav ul li:last-child a:hover svg text,
  nav ul li:last-child a:focus svg text,
  nav ul li:last-child a.active svg text {
    fill: var(--bg);
  }
  nav ul li:last-child a:hover svg text,
  nav ul li:last-child a:focus svg text,
  nav ul li:last-child a.active svg text {
    fill: var(--color02);
  }
  nav ul li:first-child {
    display: inline-block;
  }
  nav ul li a {
    font-size: 10px;
    padding: 5px 0 0;
    height: 62px;
    text-align: center;
  }
  nav ul li a svg {
    display: block;
    margin: 0 auto 5px;
    height: 30px;
  }
  nav ul li a svg path {
    fill: var(--bg_type);
  }
  nav ul li a svg text {
    fill: var(--bg_type);
  }
  nav ul li a:hover svg path,
  nav ul li a:focus svg path,
  nav ul li a.active svg path {
    fill: var(--color02_type);
  }
  nav ul li a:hover svg text,
  nav ul li a:focus svg text,
  nav ul li a.active svg text {
    fill: var(--color02_type);
  }
  .nav-tablas.first {
    margin: -18px 0 10px;
    height: 56px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .nav-tablas.first li {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    width: 20%;
    white-space: nowrap;
  }
  .nav-tablas.second {
    background: var(--bg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 35px;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
  }
  .nav-tablas.second li {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    width: 50%;
    text-align: center;
  }
  .nav-tablas.second li a {
    color: var(--bg_type01);
    padding: 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .nav-tablas.second li a svg {
    position: absolute;
    right: 10px;
    top: 8px;
    height: 22px;
    width: 22px;
  }
  .nav-tablas.second li a:hover,
  .nav-tablas.second li a:focus,
  .nav-tablas.second li a.active {
    background-color: var(--color01);
    color: var(--color01_type);
  }
  .nav-tablas a {
    font-size: 11px;
    padding: 6px 0;
  }
  .nav-tablas a svg {
    display: block;
    margin: 0 auto 5px;
    height: 22px;
    width: 22px;
  }
  .nav-tablas a svg path {
    fill: var(--bg_type01);
  }
  .nav-tablas a svg text {
    fill: var(--bg_type01);
  }
  .nav-tablas a:hover svg path,
  .nav-tablas a:focus svg path,
  .nav-tablas a.active svg path {
    fill: var(--color01_type);
  }
  .nav-tablas a:hover svg text,
  .nav-tablas a:focus svg text,
  .nav-tablas a.active svg text {
    fill: var(--color01_type);
  }
  .mams {
    flex: 1 1 100%;
    margin: 0 0 10px;
  }
  table tbody td:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
  }
  table tbody td:last-child {
    font-size: 18px;
  }
  table.scorers tbody td:first-child {
    font-size: 12px;
    font-weight: 600;
  }
  .boxWrapper {
    -webkit-flex: 100%;
    -moz-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 0 0 10px 0;
  }
  .boxWrapper .middle > div {
    font-size: 16px;
  }
  .sticky-wrap.overflow-y {
    overflow-y: hidden;
    max-height: 100%;
  }
  .contentSelect .select {
    padding: 0;
  }
  .owl-carousel.contentLive .owl-stage .owl-item {
    padding: 0;
  }
  .owl-carousel.contentLive .owl-stage .owl-item .item .button.all {
    right: 0;
  }
}
@media (max-height: 480px) and (orientation: landscape) {
  .sticky-wrap.overflow-y {
    overflow-y: hidden;
    max-height: 100%;
  }
  .boxWrapper .middle > div {
    font-size: 16px;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
  .nav-tablas a {
    font-size: 9px;
  }
  .nav-tablas.second li a svg {
    height: 20px;
    width: 20px;
    right: 4%;
  }
  .title {
    display: none;
  }
  .titleMobile {
    display: block;
  }
  nav ul li a {
    font-size: 9px;
  }
  .nav-tabs > li > a span {
    font-size: 9px;
  }
  table th:nth-child(2),
  table td:nth-child(2) {
    width: 32%;
  }
  table tbody th:first-child {
    font-size: 14px;
  }
  table tbody td:nth-child(2) {
    font-size: 10px;
  }
  table tbody td:last-child {
    font-size: 14px;
  }
  table tbody figure img {
    height: 20px;
  }
  .boxWrapper {
    padding: 0 0 10px;
    border: none;
    border-bottom: 1px solid color-mix(in srgb, var(--bg), #000 10%);
  }
  .boxWrapper h6 {
    border: none;
  }
  .boxWrapper h6 svg {
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 5px;
  }
  .boxWrapper h6 span {
    text-align: left;
    font-size: 14px;
  }
  .boxWrapper ul {
    border: none;
  }
  .mams.box2 h6 svg {
    height: 20px;
  }
  .mams.box2 h6 svg.all-icons {
    width: 25px;
    height: 25px;
  }
  .countdown ul {
    margin: 12px 0;
  }
  .countdown ul li span {
    font-size: 32px;
  }
  .owl-carousel.contentLive .owl-stage .owl-item .item {
    min-height: 328px;
    max-height: 328px;
  }
  .owl-carousel.contentLive .owl-stage .owl-item .item .itemContent {
    height: 290px;
  }
}
@keyframes goldBarProgress {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes silverBarProgress {
  0% {
    height: 0%;
  }
  100% {
    height: 70%;
  }
}
@keyframes bronzeBarProgress {
  0% {
    height: 0%;
  }
  100% {
    height: 30%;
  }
}
/**********************/
/*** Header Styles ***/
/**********************/
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header aside[class*="col"] {
  padding: 0 10px 0 0;
}
header section[class*="col"] {
  padding: 0;
}
header aside article {
  background-size: initial;
  min-height: 90px;
  background: var(--bg) url('//1287719000.rsc.cdn77.org/media/jjoo/images/bg-jjoo.jpg') no-repeat;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  color: var(--bg_type);
}
header aside article > div h4,
header aside article > div p {
  text-transform: uppercase;
  background-color: var(--bg);
  -webkit-border-radius: 0 0 0 25px;
  -moz-border-radius: 0 0 0 25px;
  border-radius: 0 0 0 25px;
}
header aside article > div h4 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  min-height: 60px;
}
header aside article > div p {
  font-weight: 300;
  font-size: 22px;
  padding: 2px 10px;
}
header aside article > div p svg path {
  fill: var(--bg_type02);
}
header aside article svg {
  width: 100%;
}
header section {
  padding: 0;
}
header section article {
  background: var(--bg) url('//1287719000.rsc.cdn77.org/media/jjoo/images/bg-jjoo.jpg') repeat-x;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-size: auto 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 90px;
}
header section article > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  header aside article > div {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  header aside > div {
    padding: 0;
  }
  header aside > div h4 {
    font-size: 16px;
  }
  header aside > div p {
    font-size: 14px;
  }
  header aside article {
    background-size: cover !important;
  }
  header aside article svg {
    width: 40%;
  }
  header section article {
    height: 70px;
    min-height: 70px;
  }
}
@media screen and (max-width: 610px) {
  header aside[class*="col"],
  header section[class*="col"] {
    width: 100%;
    padding: 0;
  }
  header aside article svg {
    width: 40%;
  }
  header aside article > div {
    text-align: center;
  }
  header aside article > div h4,
  header aside article > div p {
    display: inline-block;
  }
  header aside article > div h4 {
    font-size: 25px;
    padding-right: 5px;
  }
  header aside article > div p {
    font-size: 30px;
    position: relative;
    padding-left: 5px;
  }
  header aside article > div p:after {
    content: "";
    display: block;
    width: 1px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 18%;
    background-color: transparent;
  }
}
@media screen and (max-width: 480px) {
  header aside article > div h4 {
    font-size: 20px;
    padding-right: 5px;
  }
  header aside article > div p {
    font-size: 25px;
  }
  header aside article > div p:after {
    height: 21px;
  }
  header aside article > div p svg {
    width: 100%;
    height: auto;
  }
  header section article {
    padding-top: 28px;
  }
}
@media screen and (max-width: 319px) {
  header aside article > div h4 {
    display: block;
  }
  header aside article > div p:after {
    display: none;
  }
}
/**********************/
/*** Main Styles ***/
/**********************/
/* M Styles*/
main:before,
main:after {
  content: " ";
  display: table;
}
main:after {
  clear: both;
}
main aside[class*="col"] {
  padding: 0 10px 0 0;
}
main aside[class*="col"].mt1 {
  margin-top: -12px;
}
main aside[class*="col"].mt2 {
  margin-top: -44px;
}
main section[class*="col"] {
  padding: 0;
}
main aside.countryModule {
  max-width: 271px;
}
main aside article {
  position: relative;
  font-family: var(--type_Special);
  background: var(--bg);
  margin-bottom: 10px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-image: url('//1287719000.rsc.cdn77.org/media/jjoo/images/bg-resumen.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
main aside article .svgMedals {
  position: absolute;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 255px;
  width: 100%;
}
main aside article figure img {
  width: 70px;
}
main aside article figure figcaption {
  font-size: 28px;
  font-weight: 300;
  color: var(--bg_type);
}
main aside article h5 {
  color: var(--bg_type);
}
main aside article h2,
main aside article h3 {
  font-weight: 700;
}
main aside article h2 {
  font-size: 60px;
  color: var(--bg_type);
}
main aside article .content {
  z-index: 1;
  position: relative;
  margin-top: 40px;
  background: var(--bg);
  -webkit-border-radius: 0 40px 0 0;
  -moz-border-radius: 0 40px 0 0;
  border-radius: 0 40px 0 0;
  padding: 10px;
}
main aside article .content h5 {
  color: var(--bg_type01);
}
main aside article .content h3 {
  font-size: 40px;
  margin-top: 10px;
  color: var(--bg_type01);
}
main aside article .content ul {
  margin: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
main aside article .content ul li {
  width: 33.333%;
  text-align: center;
}
main aside article .content ul li h5 {
  margin: 0 0 10px;
  color: var(--bg_type01);
}
main section .content {
  background: var(--bg);
  margin-bottom: 10px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  color: var(--bg_type);
  position: relative;
}
@media screen and (max-width: 767px) {
  main aside article .content ul li h5 {
    font-size: 13px;
  }
}
@media screen and (max-width: 610px) {
  main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main aside[class*="col"],
  main section[class*="col"] {
    width: 100%;
    padding: 0;
  }
  main aside[class*="col"].mt1,
  main section[class*="col"].mt1,
  main aside[class*="col"].mt2,
  main section[class*="col"].mt2 {
    margin-top: 0px;
  }
  main .banner {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  main aside {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  main aside.countryModule {
    max-width: 100%;
  }
  main aside article {
    background-color: transparent;
    padding: 10px;
    background-size: cover;
  }
  main aside article .top {
    background: var(--bg);
    margin-bottom: 10px;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }
  main aside article .top:before,
  main aside article .top:after {
    content: " ";
    display: table;
  }
  main aside article .top:after {
    clear: both;
  }
  main aside article .top figure {
    float: left;
  }
  main aside article .top figure img {
    margin-right: 10px;
  }
  main aside article .top figure figcaption {
    float: right;
    margin-top: 6px;
  }
  main aside article .top .data {
    float: right;
  }
  main aside article .top .data h5 {
    float: left;
    margin: 14px 15px 0 0;
  }
  main aside article .top .data h2 {
    float: right;
    line-height: 44px;
  }
  main aside article .content {
    background: var(--bg);
    margin-bottom: 10px;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 0;
    color: var(--bg_type01);
  }
  main aside article .content:before,
  main aside article .content:after {
    content: " ";
    display: table;
  }
  main aside article .content:after {
    clear: both;
  }
  main aside article .content .data {
    float: left;
    position: relative;
  }
  main aside article .content .data h5 {
    float: right;
    margin-top: 15px;
  }
  main aside article .content .data h3 {
    float: left;
    margin: 0 20px 0 0;
  }
  main aside article .content ul {
    width: 190px;
    margin: 0;
    float: right;
    position: relative;
  }
  main aside article .content ul li h5 {
    margin: 0;
  }
  main section {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 480px) {
  main aside article .top figure img {
    width: 25px;
    margin-right: 0;
  }
  main aside article .top figure figcaption {
    margin-top: 0;
    float: none;
  }
  main aside article .top .data h5 {
    float: none;
    margin: -2px 0 0 0;
    text-align: right;
  }
  main aside article .top .data h2 {
    font-size: 40px;
    line-height: 40px;
  }
  main aside article .content .data {
    margin-top: 8px;
  }
  main aside article .content .data h5 {
    margin-top: 10px;
    font-size: 14px;
  }
  main aside article .content .data h3 {
    font-size: 30px;
    margin-right: 8px;
  }
  main aside article .content ul {
    width: 170px;
  }
}
@media screen and (max-width: 319px) {
  main aside article .top figure figcaption {
    font-size: 24px;
  }
  main aside article .content .data {
    margin-top: 0;
  }
  main aside article .content .data h5 {
    margin-top: 0;
    float: none;
  }
  main aside article .content .data h3 {
    margin-right: 0;
  }
  main aside article .content ul {
    width: 65%;
  }
  main section[class*="col"] {
    padding: 0 3%;
  }
}
/**********************/
/*** Live Styles ***/
/**********************/
header.liveHeader aside article {
  height: 50px;
  padding: 5px;
  background-size: cover;
  background-position: center center;
}
header.liveHeader aside article > div {
  text-align: center;
}
header.liveHeader aside article > div p,
header.liveHeader aside article > div h4 {
  display: inline-block;
  font-size: 18px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
header.liveHeader aside article > div p {
  position: relative;
  text-align: center;
  padding: 0 25px;
}
header.liveHeader aside article > div p svg {
  height: 35px;
}
main.liveMain {
  position: relative;
}
@media screen and (max-width: 992px) {
  header.liveHeader aside[class*="col"] {
    padding: 0;
  }
  header.liveHeader aside[class*="col"] article > div {
    text-align: center;
  }
}
/**********************/
/*** Banner Styles ***/
/**********************/
body.hideAsideModule header section .banner {
  display: none;
}
body.hideAsideModule main .banner div {
  background-image: url('//1287719000.rsc.cdn77.org/media/jjoo/images/bannerInterior_htmlcenter-1.jpg');
}
body.hideAsideModule main aside {
  display: none;
}
body.hideAsideModule main section {
  width: 100%;
}
@media (min-width: 610px) {
  body.hideAsideModule header aside.mt1 article {
    height: 102px;
  }
  body.hideAsideModule header aside.mt2 article {
    height: 134px;
  }
  body.hideAsideModule header section .banner {
    display: none;
  }
}
.banner {
  background: #FFFFFF;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAOvX7/+z4gsBhIQFRVlhAvCBECKwILIAmBBdAGQIAACIhPGO7psSwAAAABJRU5ErkJggg==);
}
.banner > div {
  background-color: color-mix(in srgb, var(--bg), #000 15%);
  color: var(--bg);
  width: 468px;
  height: 60px;
  margin: 0 auto;
}
.banner > div div {
  background-repeat: no-repeat;
  background-image: url('//1287719000.rsc.cdn77.org/media/jjoo/images/bannerInterior_htmlcenter-2.jpg');
  width: 100%;
  height: 100%;
}
.banner-portada {
  background: #FFFFFF;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAOvX7/+z4gsBhIQFRVlhAvCBECKwILIAmBBdAGQIAACIhPGO7psSwAAAABJRU5ErkJggg==);
}
.banner-portada > div {
  background-color: color-mix(in srgb, var(--bg), #000 15%);
  color: var(--bg);
  width: 200px;
  height: 30px;
  margin: 0 auto;
}
.banner-portada > div div {
  background-repeat: no-repeat;
  background-image: url('//1287719000.rsc.cdn77.org/media/jjoo/images/banner_200x30.png');
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1119px) {
  .banner > div {
    width: 728px;
    height: 90px;
  }
  .banner > div div {
    background-image: url('//1287719000.rsc.cdn77.org/media/jjoo/images/bannerInterior_htmlcenter-1.jpg');
  }
}
@media screen and (max-width: 1119px) {
  body.hideAsideModule .banner > div {
    width: 728px;
    height: 90px;
    background-image: url('//1287719000.rsc.cdn77.org/media/jjoo/images/bannerInterior_htmlcenter-1.jpg');
  }
}
@media screen and (max-width: 767px) {
  body.hideAsideModule .banner > div {
    width: 468px;
    height: 60px;
  }
  body.hideAsideModule .banner > div div {
    background-image: url('//1287719000.rsc.cdn77.org/media/jjoo/images/bannerInterior_htmlcenter-2.jpg');
  }
  .banner > div {
    width: 234px;
  }
  .banner > div div {
    background-image: url('//1287719000.rsc.cdn77.org/media/jjoo/images/bannerInterior_htmlcenter-3.jpg');
  }
}
@media screen and (max-width: 480px) {
  body {
    margin: 10px 3%;
  }
  body.hideAsideModule .banner > div {
    width: 234px;
  }
  body.hideAsideModule .banner > div div {
    background-image: url('//1287719000.rsc.cdn77.org/media/jjoo/images/bannerInterior_htmlcenter-3.jpg');
  }
}
@media screen and (max-width: 319px) {
  .banner {
    background: transparent;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
