body {
	height: 100vh;
	background-color: #fff;
	overflow: hidden;
	font: bold 21px/100% Calibri, sans-serif;
	color: #081728;
	margin: 0
}
.flex {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex
}
.align-center {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center
}
.justify-center {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center
}
/*Toobar*/
.ico-menu {
	cursor: pointer;
    background-color: #081728;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    bottom: -48px;
    border-radius: 0 0 10px 10px;
}
.toolbar.acionado .ico-menu {
	cursor: default;
	filter: alpha(opacity=20);
	opacity: .2
}
.ico-menu img {
	max-width: 26px
}
.toolbar {
    font-size: 18px;
    font-weight: normal;
    position: absolute;
	width: 100%;
    z-index: 999;
    top: 0;
}
.toolbar ul {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #081728;
	height: 0
}
.toolbar.marcado:not(.acionado) ul {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
    height: 54px;
    border-bottom: 1px solid rgba(255,255,255,.25);
}
.toolbar li {
  float: left;
}
.toolbar li a, .toolbar .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.toolbar li a:hover, .toolbar .dropdown:hover .dropbtn {
  background-color: #205da0
}
.toolbar li.dropdown {
  display: inline-block;
  display: -webkit-inline-block;
  display: -moz-inline-block;
  display: -ms-inline-block
}
.toolbar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  z-index: 1;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  -ms-box-shadow: 0 8px 16px 0 rgba(0,0,0,.2)
}
.toolbar .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  text-align: left;
  display: block;
  display: -webkit-block;
  display: -moz-block;
  display: -ms-block
}
.toolbar .dropdown-content a:hover {
	background-color: #f1f1f1
}
.toolbar .dropdown:hover .dropdown-content {
  display: block;
  display: -webkit-block;
  display: -moz-block;
  display: -ms-block
}
/*Cronometre*/
.relogio {
    height: 37vh;
    padding-bottom: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box
}
.relogio > div {
	width: 30%
}
.logo-sysmach {
	max-width: 100%;
	padding: 15px;
	width: 200px
}
.acima-certo [class*="ico-"]:first-child {
    margin-right: 80px
}
.acima-certo [class*="ico-"] {
	cursor: default;
    float: right;
    height: 50px;
	width: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    filter: alpha(opacity=20);
	opacity: .2
}
.acima-certo [class*="ico-"].marcado {
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1
}
.acima-certo [class*="ico-"] > img {
    width: 28px;
    max-width: 100%
}
div.grande-relogio {
    font-size: 40vh;
	cursor: pointer;
    background-color: #081728;
    padding: 0 0 1.5%;
    color: #fff;
    height: 100%;
    width: 60%;
	text-align: center;
	border-radius: 0 0 150px 150px;
	-webkit-border-radius: 0 0 150px 150px;
	-moz-border-radius: 0 0 150px 150px;
	-ms-border-radius: 0 0 150px 150px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}
div.grande-relogio.marcado {
    background-color: #ffc400;
    text-shadow: 0 0 10px rgba(0,0,0,.1)
}
.lutadores {
    height: 63vh
}
[class*="lutador-"] {
	height: 50%
}
.lutador-branco {
	background-color: #fff
}
.lutador-azul {
	background-color: #205da0;
	color: #fff
}
.sancoes {
	cursor: pointer;
	width: 10%;
	height: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column
}
.lutadores .espaco {
	position: relative;
	width: 40%;
	height: 100%
}
.osaekomi-time {
	cursor: pointer;
    position: absolute;
    z-index: 99;
    width: 80%;
    height: 180px;
    bottom: -100px;
    margin-left: 10%;
    background: #fff;
    border: 10px solid #205da0;
    text-align: center;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px
}
.osaekomi-time .tempo {
    font-size: 22vh;
	line-height: 140px;
	overflow: hidden
}
.osaekomi-time .texto {
	text-align: center;
	text-transform: uppercase;
	color: #767a80
}
[class*="flecha-"] {
	display: none;
	cursor: pointer;
    position: absolute;
    width: 100%;
    height: 17vh
}
[class*="flecha-"].marcado {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	filter: alpha(opacity=30);
	opacity: .3
}
[class*="flecha-"].marcado:not(.acionado):hover,
[class*="flecha-"].marcado:not(.acionado):focus {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	filter: alpha(opacity=60);
	opacity: .60
}
[class*="flecha-"].marcado.acionado {
	filter: alpha(opacity=100);
	opacity: 1
}
.osaekomi-time.alerta [class*="flecha-"].marcado:not(.acionado) {
  animation: fx-btn linear 1s;
  -webkit-animation: fx-btn linear 1s;
  -moz-animation: fx-btn linear 1s;
  -o-animation: fx-btn linear 1s;
  -ms-animation: fx-btn linear 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
@keyframes fx-btn{
  0% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    transform:  scaleX(1.25) scaleY(1.25) ;
  }
  100% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes fx-btn{
  0% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    -moz-transform:  scaleX(1.25) scaleY(1.25) ;
  }
  100% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes fx-btn {
  0% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    -webkit-transform:  scaleX(1.25) scaleY(1.25) ;
  }
  100% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes fx-btn {
  0% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    -o-transform:  scaleX(1.25) scaleY(1.25) ;
  }
  100% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes fx-btn {
  0% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    -ms-transform:  scaleX(1.25) scaleY(1.25) ;
  }
  100% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}
.flecha-blanco {
    top: calc(-17vh - 9px)
}
.flecha-azul {
    bottom: calc(-17vh - 9px)
}
[class*="flecha-"] img {
	max-height: 80%;
	max-width: 75px
}
[class*="sancoes-"] {
	width: 3vw;
	height: 8vh;
	background-color: #fff;
	border: 4px solid #081728;
	margin: 3%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
}
[class*="sancoes-"].marcado {
	background-color: #fff200;
	box-shadow: -2px 2px 20px rgba(0,0,0,.15) inset;
	-webkit-box-shadow: -2px 2px 20px rgba(0,0,0,.15) inset;
	-moz-box-shadow: -2px 2px 20px rgba(0,0,0,.15) inset;
	-ms-box-shadow: -2px 2px 20px rgba(0,0,0,.15) inset
}
.sancoes-03.marcado {
	background-color: #ff0000
}
.contador {
    width: 50%;
    height: 100%;
    position: relative
}
.pontuacoes {
    background: #d2dfec;
    position: absolute;
	overflow: hidden;
    z-index: 99;
    bottom: -26px;
    width: 70%;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px
}
[class*="pontuacao-"] {
	width: 100%;
    min-height: 52px
}
[class*="pontuacao-"] > div {
    width: 150px;
    text-align: center
}
.pontuacao-ippon {
	border-right: 2px solid #fff;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end
}
.pontuacao-waza {
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;
}
.pontuacao-yuko {
	border-left: 1px solid #fff;
}
.pontuacao-waza.marcado {
    text-transform: uppercase;
    font-size: 26px;
    background: #fff200;
    box-shadow: 0 0 20px rgba(0,0,0,.15) inset;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15) inset;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.15) inset;
    -ms-box-shadow: 0 0 20px rgba(0,0,0,.15) inset;
}
[class*="contador-"] {
	cursor: pointer;
	font-size: 35vh;
	text-align: center;
	width: 150px;
	height: 100%
}
.lutador-branco [class*="contador-"] {
	padding-bottom: 30px
}
.lutador-azul [class*="contador-"] {
	padding-top: 10px
}
@media only screen and (min-width: 1536px) {
	body {
    	font-size: 24px
    }
    .relogio {
	    padding-bottom: 45px
	}
	.relogio > div {
		width: 25%
	}
	div.grande-relogio {
    	font-size: 40vh;
		width: 50%
	}
	.osaekomi-time {
	    height: 210px;
		bottom: -120px
	}
	.osaekomi-time .tempo {
        font-size: 24vh;
	    line-height: 170px
	}
	[class*="flecha-"] {
	    height: 15vh
	}
	.flecha-blanco {
    	top: calc(-15vh - 9px)
	}
	.flecha-azul {
	    bottom: calc(-15vh - 9px)
	}
	[class*="contador-"] {
		font-size: 36vh;
		width: 185px;
    }    
	.lutador-branco [class*="contador-"] {
	    padding-bottom: 55px
	}
	.lutador-azul [class*="contador-"] {
	    padding-top: 20px
	}
	.pontuacoes {
    	bottom: -30px
    }
	[class*="pontuacao-"] {
		min-height: 60px
	}
	[class*="pontuacao-"] > div {
    	width: 175px
    }
    .pontuacao-waza.marcado {
    	font-size: 30px
    }
}
@media only screen and (min-width: 1680px) {
	body {
    	font-size: 26px
    }
    .relogio {
    	padding-bottom: 60px
    }
	div.grande-relogio {
    	font-size: 39vh
	}
	.osaekomi-time {
	    height: 260px;
	    bottom: -150px
	}
	.osaekomi-time .tempo {
	    font-size: 25vh;
	    line-height: 215px
	}
	[class*="contador-"] {
	    font-size: 35vh;
	    width: 225px
	}
	.pontuacoes {
	    bottom: -35px
	}
	[class*="pontuacao-"] {
	    min-height: 70px
	}
	[class*="pontuacao-"] > div {
    	width: 225px
    }
    .pontuacao-waza.marcado {
	    font-size: 35px
	}
}
@media only screen and (max-width: 1300px) {
	div.grande-relogio {
    	font-size: 34vh;
		border-radius: 0 0 70px 70px;
		-webkit-border-radius: 0 0 70px 70px;
		-moz-border-radius: 0 0 70px 70px;
		-ms-border-radius: 0 0 70px 70px
	}
	[class*="sancoes-"] {
	    margin: 3%
	}
	.osaekomi-time {
	    height: 160px;
	    bottom: -90px
	}
	.osaekomi-time .tempo {
	    font-size: 18vh;
	    line-height: 125px
	}
	[class*="flecha-"] img {
	    max-width: 65px
	}
	[class*="flecha-"] {
	    height: 15vh
	}
	.flecha-blanco {
    	top: calc(-15vh - 9px)
	}
	.flecha-azul {
	    bottom: calc(-15vh - 9px)
	}
	[class*="contador-"] {
    	font-size: 26vh;
    	width: 120px
    }
	.pontuacoes {
    	bottom: -24px
    }
	[class*="pontuacao-"] {
		min-height: 48px
	}
	[class*="pontuacao-"] > div {
    	width: 120px
    }
}