@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap);
.zocalo-ad{
    position: fixed !important;
    bottom: 0;
    width: 100%;
}
.detalle-texto-minuto-a-minuto{
	font-family: "Lato",Arial,sans-serif;
    font-weight: 400;
    font-size: .8em;
    color: #282828;
    margin: 0 20px;
} 
.datos-datafactory{
	width: 100%;
	padding: 5px 0;
	overflow-y:hidden;
}
.datos-datafactory ul{
	margin: 0;
	padding: 0;
}
.datos-datafactory ul li{
	padding: 5px 2px;
	list-style: none;
	display: table-cell;
	opacity: .5;
    position: relative;
    cursor: pointer;
}
.datos-datafactory ul li span{
	font-family: "Lato",Arial,sans-serif;
    font-weight: bold;
    font-size: .8em;
    color: #282828;
    text-decoration: none;
    padding: 6px 6px;
    text-transform: uppercase;
}
.datos-datafactory ul li.active{
    opacity: 1;
}
.datos-datafactory ul li.active span{
    border-bottom: 3px solid #ffe500;
}
.tabdatafactory{
	margin-top: 20px!important;
	display: none;
	position: relative;
	-webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.tooltip-datafactory {
  	position: relative;
  	display: inline-block;
  	-webkit-transition: 0.2s ease-in-out;
    	transition: 0.2s ease-in-out;

}
.tooltip-datafactory .tooltiptext {
	font-size: 12px;
	line-height: 12px;
	font-family: 'Lato', sans-serif;
  	visibility: hidden;
  	width: 90px;
  	background-color: black;
  	color: #fff;
  	text-align: center;
  	border-radius: 6px;
  	padding: 5px 0;
	position: absolute;
  	z-index: 1;
  	bottom: 105%;
  	left: 50%;
  	margin-left: -45px;
  	z-index: 9999;
  	
}
@media (min-width: 992px) {
	.tooltip-datafactory:hover .tooltiptext {
	  	visibility: visible;
	}
}
.tabla-partidos{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.tabla-partidos table tr.bg{
	background: #f2f2f2;	
}
.tabla-partidos table{
	width: 100%;
	font-family: 'Lato', sans-serif;
	background: #fefefe;
	margin: 0;
	padding: 0;
}
.tabla-partidos table td{
	border-bottom: 1px solid #f7f7f7;
}
.tabla-partidos table td.escudo-local{
	width: 15%;
	padding: 5px 0;
	text-align: center;
}
.tabla-partidos table td.escudo-local .equipo{
	width: 46px;
	height: 46px;
}
.tabla-partidos table td.escudo-visita{
	width: 15%;
	text-align: center;
}
.tabla-partidos table td.escudo-visita .equipo{
	width: 46px;
	height: 46px;
}
.tabla-partidos table td.resultado{
	width: 8%;
	text-align: center;
}
.tabla-partidos table td.resultado span{
	font-size: 28px;
	font-weight: 900;	
}
.tabla-partidos table td.sep{
	width: 2%;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	color: #ccc;
}
.tabla-partidos table td.vs{
	width: 18%;
	text-align: center;
	font-weight: 300;
}
.tabla-partidos table td.vs span{
	font-size: 20px;
	font-weight: 300;
}
.tabla-partidos table td.info-partido{
	width: 52%;
	padding: 5px;
	text-align: left;
	font-size: 12px;
}
.tabla-partidos table td.info-partido b{
	font-weight: 900;
}
.tabla-posiciones{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.tabla-posiciones table{
	font-family: 'Lato', sans-serif;
	background: #fefefe;
	margin: 0;
	padding: 0;
}
.tabla-posiciones table tr.top{
	background: #f7f7f7;
	color: #666;
}
.tabla-posiciones table th{
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	padding: 5px;
}

.tabla-posiciones table th.title{
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	text-align: left;
	padding: 5px;
}
.tabla-posiciones table th.hidden-xs{
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}
.tabla-posiciones table td{
	border-bottom: 1px solid #f7f7f7;
}
.tabla-posiciones table td.pos{
	width: 5%;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	color: #ccc;
	border-right: 1px solid #f7f7f7;
}
.tabla-posiciones table td.pos span{
	padding: 0 5px;
}
.tabla-posiciones table td.escudo{
	width: 13%;
}
.tabla-posiciones table td.equipo-nombre{
	width: 30%;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	text-align: left;
	color: #272727;
}
.tabla-posiciones table td.puntaje{
	width: 10%;
	background: #f2f2f2;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #272727;
}
.tabla-posiciones table td.promedio{
	width: 10%;
	background: #f2f2f2;
}
.tabla-posiciones table td.promedio span{
	padding: 1px 2px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #272727;
}
.tabla-posiciones table td.datos-posiciones{
	width: 7%;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #272727;
}
.tabla-posiciones table td.datos-descensos{
	width: 7%;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #272727;
}
.equipo{
	width: 30px;
	height: 30px;
	margin: 3px auto;
	position: relative;
	background-size: cover;
}

.equipo-titulo {
    float: left;
    left: 0;
    height: 40px;
    width: 40px;
    background-size: cover;
}
.minuto-minuto-full{
	width: 100%;
	margin-bottom: 20px;
}
.minuto-minuto-full .game-photo {
	width: 100%;
   	height: 225px;
    margin: 0;
    overflow: hidden;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 8px 8px 0 0;
}
.minuto-minuto-full .game-detail{
	width: 100%;
	height: 100px;
	background-image: linear-gradient(#F4F4F4, #FFFFFF);
}
.minuto-minuto-full .game-detail h6{
	margin: 0;
	font-family: "Lato",Arial,sans-serif;
    font-weight: 900;
    font-size: 1em;
    color: #76c961;
    text-decoration: none;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
}
.minuto-minuto-full .game-detail h5{
	margin: 0;
	font-family: "Lato",Arial,sans-serif;
    font-weight: 500;
    font-size: .7em;
    color: #242424;
    text-decoration: none;
    padding: 0 0 10px 10px;
    text-transform: uppercase;
}
.minuto-minuto-full .game-detail .local{	
	width: 20%;
	height: 50px;
	background-position: center center !important;
	background-repeat: no-repeat; 
	background-size: contain;
	float: left;
}
.minuto-minuto-full .game-detail .resultado-local{
	width: 20%;
	float: left;
	text-align: center;
}
.minuto-minuto-full .game-detail .visita{
	width: 20%;
	height: 50px;
	background-position: center center !important;
	background-repeat: no-repeat; 
	background-size: contain;
	float: left;
}
.minuto-minuto-full .game-detail .resultado-visita{
	width: 20%;
	float: left;
	text-align: center;
}
.minuto-minuto-full .game-detail .resultado-local span, .game-detail .resultado-visita span{
	margin: 0;
	font-family: "Lato",Arial,sans-serif;
    font-size: 2.2rem;
	font-weight: 900;
    color: #242424;
    text-decoration: none;
    padding: 6px 6px;
    text-transform: uppercase;
		
}
.minuto-minuto-full .game-detail .time{
	width: 18%;
	padding: 3% 1%;
	float: left;
	text-align: center;
}
.minuto-minuto-full .game-detail .time span{
	margin: 0;
	font-family: "Lato",Arial,sans-serif;
    font-size: 1.3rem;
	font-weight: 500;
    color: #242424;
    text-decoration: none;
    text-align: center;
}
.minuto-minuto-full .game-detail .time hr{
	margin: 0;
	margin-left: 0;
    width: 15%;
    border: 2px solid #76c961;
    border-radius: 5px;
	position: relative;
	-webkit-animation-name: game; 
	-webkit-animation-duration: 4s; 
	-webkit-animation-iteration-count: infinite; 
	animation-name: game;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}@-webkit-keyframes game {
	0%  	{left:0px;}
  	50%  	{left:75%;}		 
  	100% 	{left:0px;}
}
@keyframes game {
	0%  	{left:0px;}
  	50%  	{left:75%;}		 
  	100% 	{left:0px;}
}.minuto-minuto-doble{
	width: 98%;
	margin: 0 1%;
	display: inline-flex;
	margin-bottom: 20px;
}
@media (min-width: 576px) {
  	.minuto-minuto-doble{
		width: 98%;
		margin: 0 1%;
		display: inline-flex;
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
 	.minuto-minuto-doble{
		width: 48%;
		margin: 0 1%;
		display: inline-flex;
		margin-bottom: 20px;
		float: left;
	}     
}
@media (min-width: 992px) {
	.minuto-minuto-doble{
		width: 48%;
		margin: 0 1%;
		display: inline-flex;
		margin-bottom: 20px;
		float: left;
	}
}
.minuto-minuto-doble .game-photo {
	width: 38%;
   	height: 130px;
    margin: 0;
    overflow: hidden;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 0 8px 8px 0;
    float: left;
}
.minuto-minuto-doble .game-detail{
	width: 62%;
	height: 130px;
	float: left;
	background-image: linear-gradient(to left, #F4F4F4, #FFFFFF);
}
.minuto-minuto-doble .game-detail h6{
	margin: 0;
	font-family: "Lato",Arial,sans-serif;
    font-weight: 900;
    font-size: 1em;
    color: #76c961;
    text-decoration: none;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
}
.minuto-minuto-doble .game-detail h5{
	margin: 0;
	font-family: "Lato",Arial,sans-serif;
    font-weight: 500;
    font-size: .7em;
    color: #242424;
    text-decoration: none;
    padding: 0 0 10px 10px;
    text-transform: uppercase;
}
.minuto-minuto-doble .game-detail .local{
	width: 18%;
	padding: 0 1%;
	height: 50px;
	background-repeat: no-repeat; 
	background-size: contain;
	float: left;
}
.minuto-minuto-doble .game-detail .resultado-local{
	width: 20%;
	float: left;
	text-align: center;
}
.minuto-minuto-doble .game-detail .visita{
	width: 18%;
	padding: 0 1%;
	height: 50px;
	background-repeat: no-repeat; 
	background-size: contain;
	float: left;
}
.minuto-minuto-doble .game-detail .resultado-visita{
	width: 20%;
	float: left;
	text-align: center;
}
.minuto-minuto-doble .game-detail .resultado-local span, .game-detail .resultado-visita span{
	margin: 0;
	font-family: "Lato",Arial,sans-serif;
    font-size: 2.2rem;
	font-weight: 900;
    color: #242424;
    text-decoration: none;
    padding: 6px 6px;
    text-transform: uppercase;
    text-align: center;
		
}
.minuto-minuto-doble .game-detail .time{
	width: 18%;
	padding: 3% 1%;
	float: left;
	text-align: center;
}
.minuto-minuto-doble .game-detail .time span{
	margin: 0;
	font-family: "Lato",Arial,sans-serif;
    font-size: 1.1rem;
	font-weight: 500;
    color: #242424;
    text-decoration: none;
    text-align: center;
}
.minuto-minuto-doble .game-detail .time span.final{
	margin: 0;
	font-family: "Lato",Arial,sans-serif;
    font-size: 0.8rem;
	font-weight: 500;
    color: #242424;
    text-decoration: none;
    text-align: center;
}
.minuto-minuto-doble .game-detail .time hr{
	margin: 0;
	margin-left: 0;
    width: 15%;
    border: 2px solid #76c961;
    border-radius: 5px;
	position: relative;
	-webkit-animation-name: game; 
	-webkit-animation-duration: 4s; 
	-webkit-animation-iteration-count: infinite; 
	animation-name: game;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.minuto-minuto-doble .game-detail .time hr.final{
	margin: 0 auto;
    width: 30%;
    border: 2px solid #76c961;
    border-radius: 5px;
	position: relative;
	-webkit-animation-name: none;  
	animation-name: none;
}

.minuto-minuto-full .game-detail .time hr.final{
	margin: 0 auto;
    width: 30%;
    border: 2px solid #76c961;
    border-radius: 5px;
	position: relative;
	-webkit-animation-name: none;  
	animation-name: none;
}

.club-selector-section{
	width: 100%;
	height: 70px;
	overflow-x: scroll;
}
.club-selector-bg{
	width: 50px;
	height: 70px;
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
	z-index: 999;
	position: absolute;
	right: 0;
}
.club-selector {
	width: 900px;
	position: relative;
	text-align: center;  	 
}
@media (min-width: 576px) {
  	.club-selector {
		text-align: center;
	}
}
@media (min-width: 768px) {
 	.club-selector {
		text-align: center;
		margin: 15px 0 0;
	}   
}
@media (min-width: 992px) {
	.club-selector-section{
		width: 100%;
		height: auto;
		overflow: visible;
	}
	.club-selector {
		width: 100%;
		text-align: center;
		margin: 15px auto;
	}
}
.club-selector .club {
  width: 50px;
  height: 50px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 8px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/*Clubes*/
/* .cerro{
	background: url(../images/datafactory/cerro.svg?d=322) center center;
}
.olimpia{
	background: url(../images/datafactory/olimpia.svg?d=322) center center;
}
.guarani{
	background: url(../images/datafactory/guarani.svg?d=322) center center;
}
.generaldiaz{
	background: url(../images/datafactory/generaldiaz.svg?d=322) center center;
}
.sol{
	background: url(../images/datafactory/sol.svg?d=322) center center;
}
.santani{
	background: url(../images/datafactory/santani.svg?d=322) center center;
}
.sanlorenzo{
	background: url(../images/datafactory/sanlorenzo.svg?d=322) center center;
}
.river{
	background: url(../images/datafactory/river.svg?d=322) center center;
}
.nacional{
	background: url(../images/datafactory/nacional.svg?d=322) center center;
}
.luque{
	background: url(../images/datafactory/luque.svg?d=322) center center;
}
.libertad{
	background: url(../images/datafactory/libertad.svg?d=322) center center;
}
.capiata{
	background: url(../images/datafactory/capiata.svg?d=322) center center;
} */
.player-area {
    display:none;
}
.sv_q_num{
    display:none;
}

.sv_q_title {
	font-size: 1em !important;
	font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}

.sv_qcbc {
	font-weight: bold;
	text-transform: capitalize;
}

.sv_nav {
	/*position: absolute;*/
    margin-top: 18px;
}

.poll-item-container {
	margin-bottom: 38px !important;
}

#btn-result {
	margin: -28px 0;
}

