
/* FONTS */
@font-face {
  font-family: MuseoSans;
  src: url("fonts/MuseoSans_100.otf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: MuseoSans;
  src: url("fonts/MuseoSans_300.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: MuseoSans;
  src: url("fonts/MuseoSans_500.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: MuseoSans;
  src: url("fonts/MuseoSans_700.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: MuseoSans;
  src: url("fonts/MuseoSans_900.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: MuseoSans;
  src: url("fonts/MuseoSans_500_Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: MuseoSans;
  src: url("fonts/MuseoSans_300_Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}


body {
  margin: 0px;
  padding: 0px;
  font-family: 'MuseoSans';
  background-color: #ffffff;
  
}
div {
  box-sizing: border-box;
}

html {
  overflow: hidden;
}
  

.selector {
  padding: 10px;
  margin: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  z-index: 100;
}

.display {
  width: 500px;
  height: 180px;
  background: rgba(255,255,255);
 
  font-size: 10px;
  color: #000000;
  margin: 0px;
}

.header {
  width: 500px;
  height: 40px;
  background-size: cover;
  padding: 0px 80px 0;
  text-align: center;
}
.header img {
  height: 100%;
  width: auto;
}
.header > div {
  display: inline-block;
}
.header .left {
  float: left;
  width: 40px;
}
.header .center {
  float: left;
}
.header .right {
  float: right;
  text-align: right;
  padding-right: 20px;
}
.header .title {
   width: 350px;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
.header .subtitle {
  
  width: 350px;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
    text-align: center;
}

/* UTILS */
.border {
  border: 1px solid #e9ecef;
}
.size {
 font-size: 20px;
}
.margleft {
 margin-left: 50px;
 margin-bottom: 5px;
}
.transparente {
  border: 5px transparent;
}
.stats-width {
  width: 200px;
}
.container {
  padding: 0px;
}
.pad {
  padding-left: 10px;
}
.bottom {
  margin-bottom: 10px;
}
.top {
  margin-top: 25px;
}
.thin {
  font-weight: 300;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 900;
}
.pull-right {
  float: right;
}
.pull-dcha {
  float: right;
  padding: 20px 0px 0;
}
.pull-center {
  float: center;
   padding: 0px 40px 0;
}
.pull-left {
  float: left;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-black {
  color: black;
}
.text-white {
  color: white;
}
.uppercase {
  text-transform: uppercase;
}
.margen {
  margin-bottom: 10px;
}

/* PILLS */
.pill {
  background-color: white;
  padding: 0px;
  font-size: 15px;
   margin-top: 90px;
    margin-left: 100px;
}
.pill-1 {
  background-color: white;
  padding: 0px;
  font-size: 15px;
   margin-top: 10px;
   margin-left: 100px;
}
.schedule {
  background-color: white;
  padding: 0px;
  font-size: 10px;
   margin-top: 5px;
    margin-left: 0px;
}
.statistics {
  background-color: white;
  padding: 0px;
  font-size: 14px;
   margin-top: 5px;
    margin-left: 0px;
}
.teamlist {
  background-color: white;
  padding: 0px;
  font-size: 11px;
   margin-top: 5px;
    margin-left: 0px;
}
.partido {
  background-color: white;
  padding: 10px;
  font-size: 20px;
   text-align: center;
   margin-top: 5px;
   
}
.teamlheader {
  background-color: white;
  padding: 0px;
  font-size: 20px;
   text-align: center;
   border: 8px transparent ;
   
}
.pill.pill-med {
  font-size: 20px;
  border-radius: 20px;
  padding: 20px;
  line-height: 10px;
}
.pill.pill-xxs {
  padding: 3px;
  height: 65px;
  border-radius: 15px;
  margin-bottom: 10px;
  line-height: 60px;
}
.pill.pill-sm {
  padding: 3px;
  height: 85px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 80px;
}
.pill.pill-xs {
  padding: 3px;
  margin-bottom: 8px;
  line-height: 75px;
}
.pill.pill-md {
  font-size: 80px;
  border-radius: 20px;
  padding: 1px;
  line-height: 60px;
  margin-top: 20px;
}
.pill.pill-lg {
  font-size: 80px;
  border-radius: 40px;
  padding: 20px;
  line-height: 80px;
}
.pill.pill-xl {
  font-size: 120px;
  padding: 20px;
  line-height: 100px;
  border-radius: 50px;
}
.pill.pill-xxl {
  font-size: 130px;
  padding: 10px;
  line-height: 150px;
  border-radius: 60px;
}

.pill-right {
  margin-left: auto;
  margin-right: 0;
}
.pill.width80 {
  width: 80%;
}

.pill.pill-grey {
  margin-top: 20px;
  margin-bottom: -15px;
  background-color: #dddFE0;
  padding: 20px;
  border-radius: 0;
  box-shadow: none;
  font-size: 90px;
  line-height: 80px;
}
.pill.pill-grey-lg {
  line-height: 90px;
}
.pill.pill-grey-lg .flag {
  width: 90px;
  height: 90px;
}

.pill > span {
  display: inline-block;
  position: relative;
}

.label {
  color: black;
  border-radius: 0px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}
.label.blue {
  color: white;
  border-radius: 20px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}
.label.stats {
  color: white;
  border-radius: 20px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}
.label.green {
  color: white;
  border-radius: 20px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}
.label.greenr {
  color: white;
  border-radius: 20px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}
.label.blue {
  color: white;
  border-radius: 20px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}
.label.red {
  color: white;
  font-size: 40px;
  border-radius: 15px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}


.label.marker {
  font-size: 250px;
  border-radius: 60px;
  padding: 20px 40px;
  border: 3px solid white;
}

.pill .ph10 {
  padding-left: 20px;
  padding-right: 20px;
}
.pill .ph80 {
  padding-left: 80px;
  padding-right: 80px;
}



.pill .flag {
  background-color: white;
  display: inline-block;
  border: 3px solid #888;
  border-radius: 50%;
  height: 76px;
  width: 76px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
  line-height: 0;
}
.pill .flag.flag-right {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.pill .flag.flag-small {
  width: 60px;
  height: 60px;
  margin-top: -1px;
}
.pill.pill-xl .flag {
  width: 120px;
  height: 120px;
  margin-top: -10px;
}
.pill.pill-xxl .flag {
  width: 150px;
  height: 150px;
}
.pill .flag img {
  width: 102%;
  height: auto;
  margin: -1px;
}

.pill .spacer { display: inline-block; }
.pill .spacer.spacer100 { width: 100px; }
.pill .spacer.spacer200 { width: 200px; }

.schedule .spacer { display: inline-block; }
.schedule .spacer.spacer10 { width: 10px; }
.schedule .spacer.spacer20 { width: 225px; }
.schedule .spacer.spacer30 { width: 145px; }
.schedule .spacer.spacer35 { width: 142px; }
.schedule .spacer.spacer50 { width: 172px; }
.schedule .spacer.spacer55 { width: 162px; }
.schedule .spacer.spacer60 { width: 22px; }
.schedule .spacer.spacer65 { width: 45px; }
.schedule .spacer.spacer70 { width: 173px; }
.schedule .spacer.spacer75 { width: 165px; }
.schedule .spacer.spacer76 { width: 195px; }
.schedule .spacer.spacer77 { width: 150px; }
.schedule .spacer.spacer78 { width: 205px; }
.schedule .spacer.spacer79 { width: 180px; }
.schedule .spacer.spacer80 { width: 115px; }
.schedule .spacer.spacer85 { width: 140px; }



.pill .medal {
  width: 250px;
  height: 250px;
}
.pill .medal img {
  width: 100%;
  height: auto;
}

.pill.pill-sm .medal {
  width: 80px;
  height: 80px;
  margin-right: 30px;
}
.pill.pill-xxl .medal {
  margin-top: -50px;
  margin-right: 50px;
}

.pill.pill-with-head {
  line-height: 87px;
  position: relative;
  padding-left: 100px;
  overflow: hidden;
}
.pill.pill-with-head .pill-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  text-align: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pill.pill-with-head .flag {
  border-color: white;
}


.row {
  clear: both;
   margin-top: 40px;
    
}
.row:after {
  clear: both;
  content: "";
  display: table;
}
.row > div {
  float: left;

}
.row .col50 {
  width: 40%;
   margin-left: 30px;
}

/* BACKGROUNDS */
.bg-red {
  background: rgb(228,17,63);
  background: -moz-linear-gradient(top, rgb(228,17,63) 0%, rgb(170,24,50) 100%);
  background: -webkit-linear-gradient(top, rgb(228,17,63) 0%,rgb(170,24,50) 100%);
  background: linear-gradient(to bottom, rgb(228,17,63) 0%,rgb(170,24,50) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4113f', endColorstr='#aa1832',GradientType=0 );
}
.bg-blue {
  background: rgb(0,161,223);
  background: -moz-linear-gradient(top, rgb(0,161,223) 0%, rgb(0,124,186) 50%, rgb(0,94,133) 100%);
  background: -webkit-linear-gradient(top, rgb(0,161,223) 0%,rgb(0,124,186) 50%,rgb(0,94,133) 100%);
  background: linear-gradient(to bottom, rgb(0,161,223) 0%,rgb(0,124,186) 50%,rgb(0,94,133) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1df', endColorstr='#005e85',GradientType=0 );
}
.bg-green {
  background: rgb(119,188,31);
  background: -moz-linear-gradient(top, rgb(119,188,31) 0%, rgb(71,161,65) 50%, rgb(2,105,26) 100%);
  background: -webkit-linear-gradient(top, rgb(119,188,31) 0%,rgb(71,161,65) 50%,rgb(2,105,26) 100%);
  background: linear-gradient(to bottom, rgb(119,188,31) 0%,rgb(71,161,65) 50%,rgb(2,105,26) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77bc1f', endColorstr='#02691a',GradientType=0 );
}
.bg-yellow {
  background: rgb(255,221,0);
  background: -moz-linear-gradient(top, rgb(255,221,0) 0%, rgb(248,177,36) 50%, rgb(252,176,54) 100%);
  background: -webkit-linear-gradient(top, rgb(255,221,0) 0%,rgb(248,177,36) 50%,rgb(252,176,54) 100%);
  background: linear-gradient(to bottom, rgb(255,221,0) 0%,rgb(248,177,36) 50%,rgb(252,176,54) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd00', endColorstr='#fcb036',GradientType=0 );
}

/* HOME */
#home .homelogo {
  position: absolute;
  top: 20px;
  left: 20px;
}
#home .pill {
  text-align: right;
  border-radius: 50px 0 0 50px;
  font-weight: 50;
  font-size: 20px;
  line-height: 10px;
  padding-right: 10px;
  display: inline-block;
}
#home .homepill-1 {
  margin-top: 70px;
  margin-bottom: 60px;
  width: 157px;
  margin-left: 10px;
  padding-bottom: 40px;
   padding-top: 30px;
}
#home .homepill-2 {
  width: 140px;
  margin-left: 20px;
}


/* PER PAGE STYLES */



#schedule .pill.pill-sm {
  margin-bottom: 22px;
}
#schedule .label {
  margin-left: 2px;
  margin-top: 1px;
  width: 170px;
  height: 76px;
}
#schedule .label.blue {
  margin-right: 2px;
  margin-top: 1px;
  width: 400px;
  height: 76px;
}
#match-stats .label.stats {
  margin-top: 1px;
  margin-left: -100px;
  width: 640px;
  height: 76px;
}
#match-stats .label.green {
  margin-top: 1px;
  margin-left: -5px;
  width: 160px;
  height: 76px;
}
#match-stats .label.greenr {
  margin-top: 1px;
  margin-left: -100px;
  width: 160px;
  height: 76px;
}
#match-stats .pill.pill-grey {
  margin-top: 8px;
}

#lineups .label {
  width: 70px;
  height: 78px;
}
#marcador .label.marker {
  margin: 0 10px 30px;
  width: 100px;
  height: 60px;
}
#marcador .top {
  margin-top: 10px;
}

#lineups .pill.pill-grey-lg {
  margin-bottom: 0px;
}
#medal-presentation .pill.pill-xxs {
  padding: 3px 27px;
}
#medal-presentation .pill.pill-md {
  padding: 20px 30px;
}
#medal-presentation .pill.pill-lg {
  padding: 20px 30px;
}

#medal-presentation .pill.pill-xl {
  margin-top: 20px;
  padding: 20px 30px;
}

#medals .pill.pill-xxl {
  margin-bottom: 120px;
  margin-top: 45px;
}

#pres-partido .pill.pill-xxl {
  margin: 120px 0;
  padding: 20px;
}
#pres-partido h1 {
  font-size: 10px;
  margin: -90px 0;
}
#final-standings .fuente {
  font-size: 10px;

}

#marcador .pill.pill-xl {
  margin-bottom: 30px;
}

#starting .col50:first-child {
  padding-right: 40px;
}
#starting .col50:last-child {
  padding-left: 40px;
}

#pres-partido .label.red {
  border-radius: 0px;
  background-color: #004399;
  margin-top: 21px;
  margin-right: 25px;
  width: 24px;
  height: 10px;
}
#pres-partido .label.blue {
  border-radius: 30px;
  background-color: #c00000;
  margin-top: 21px;
  margin-left: 25px;
  width: 240px;
  height: 108px;
}

.animation-delay-100 { animation-delay: 100ms; }
.animation-delay-200 { animation-delay: 200ms; }
.animation-delay-300 { animation-delay: 300ms; }
.animation-delay-400 { animation-delay: 400ms; }
.animation-delay-500 { animation-delay: 500ms; }
.animation-delay-600 { animation-delay: 600ms; }
.animation-delay-700 { animation-delay: 700ms; }
.animation-delay-800 { animation-delay: 800ms; }
.animation-delay-900 { animation-delay: 900ms; }
.animation-delay-1000 { animation-delay: 1000ms; }
