@font-face {
  font-family: "FoundersGrotesk-Medium";
  src: url("https://s3.amazonaws.com/cdn.infografiaepoca.com.br/siteEpoca/fonts/FOUNDERSGROTESKCOND-MED.OTF");
  }

 body {
 	font-family: "FoundersGrotesk-Medium";
 }

#painelCategoria button {
	float:left;
	display: block;
}

ul.menu {
	list-style-type: none;
	height: 65px;
	margin: 0;
	padding: 0;
}

ul.menu li{
	position: relative;
	/*float: left;*/
	width: 37%;
  height: 50px;
	margin-right: 5px;	
	background: #ffffff; /* Old browsers */
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	cursor: pointer;
  margin-bottom:5px;
}
@media screen and (max-width: 560px) {
  ul.menu li {
    width:99%;
  }
}
@media screen and (max-width: 480px) {
  ul.menu li {
    width:99%;
    height: 45px;
  }
}
@media screen and (max-width: 414px) {
  ul.menu li {
    width:98%;
    height: 45px;
  }
}
@media screen and (max-width: 375px) {
  ul.menu li {
    width:98%;
    height: 45px;
  }
}
@media screen and (max-width: 360px) {
  ul.menu li {
    width:98%;
    height: 45px;
  }
}
@media screen and (max-width: 320px) {
  ul.menu li {
    width:98%;
    height: 45px;
  }
}

ul.menu li:last-child{
	margin-right: 0;
}
@media screen and (max-width: 560px) {
  ul.menu li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  ul.menu li:last-child {
    margin-right: -254px;
  }
}
@media screen and (max-width: 414px) {
  ul.menu li:last-child {
    margin-right: -254px;
  }
}
@media screen and (max-width: 375px) {
  ul.menu li:last-child {
    margin-right: -254px;
  }
}
@media screen and (max-width: 360px) {
  ul.menu li:last-child {
    margin-right: -254px;
  }
}
@media screen and (max-width: 320px) {
  ul.menu li:last-child {
    margin-right: -254px;
  }
}

ul.menu li:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

	border-color:black;
}

ul.menu li.selected {
	background: #e56d54; /* Old browsers */
  border-color:grey;
}

ul.menu li.selected p{
	color: white;
}

ul.menu li p{
	font-family: "FoundersGrotesk-Medium";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
	text-align: center;
	font-size: 18px;
	color: #000;
	pointer-events: none;
	text-transform:uppercase;
	letter-spacing:.75px;
}
@media screen and (max-width: 560px) {
  ul.menu li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  ul.menu li p {
    font-size: 18px;
    line-height:.8em;
  }
}
@media screen and (max-width: 414px) {
  ul.menu li p {
    font-size: 15px;
    line-height:.8em;
  }
}
@media screen and (max-width: 375px) {
  ul.menu li p {
    font-size: 14px;
    line-height:.8em;
  }
}
@media screen and (max-width: 360px) {
  ul.menu li p {
    font-size: 14px;
    line-height:.8em;
  }
}
@media screen and (max-width: 320px) {
  ul.menu li p {
    font-size: 13.5px;
    line-height:.8em;
  }
}


#wrapperVotacao{
	width: 560px;
	border-bottom: solid;
	border-color: grey;
	border-bottom-width: 1px;
}

@media screen and (max-width: 560px) {
  #wrapperVotacao {
    width:560px;    
  }
}
@media screen and (max-width: 480px) {
  #wrapperVotacao {
    width:460px;
    /*margin-left: -14px;*/
  }
}
@media screen and (max-width: 414px) {
  #wrapperVotacao {
    width:404px;
    /*margin-left: 0;*/
  }
}
@media screen and (max-width: 375px) {
  #wrapperVotacao {
    width:365px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 360px) {
  #wrapperVotacao {
    width:350px;
  }
}
@media screen and (max-width: 320px) {
  #wrapperVotacao {
    width:310px;
  }
}


.coluna {
	background-color: #eeeeee;
	width:100%;
	height: 100%;
	float: left;
}

.votacao {
	display: block;
	width: 80px;
	height: 65px;
	background-color: #fff;
	color: grey;
	/*
  -webkit-transition: all 0.8s linear;
  	 -moz-transition: all 0.8s linear;
  		 -webkit-filter: grayscale(90%);
  		 	  transition: all 0.8s linear;
  */
	border-style: solid;
	border-color: rgba(255, 255, 255, .5);
	border-width: 1px;
	-webkit-transition: all 1s ease-in-out;
  	 -moz-transition: all 1s ease-in-out;
  	   -o-transition: all 1s ease-in-out;
  	      transition: all 1s ease-in-out;

  	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
}

/*
.votacao:hover {
	border-width: 1px;
	border-color: #e82700;
}
*/


.votacao img {
	cursor: pointer;
	width: 65px;
	height: 65px;
	-webkit-border-radius: 4px;
  	 -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;

          
  /* // PARA DEIXAR A IMAGEM PB
  -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
       -o-filter: grayscale(100%);
  filter: grayscale(100%);
  */
}

.votacao img.imgFavorito{
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
  width: 65px;
  height: 65px;
  /*background-color: green;*/
  /*opacity: 0.9;*/

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
}

.foto {
  /*-webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
       -o-filter: grayscale(100%);
  filter: grayscale(100%);*/
}

.nomes {
  font-size:12.7px;
  line-height:.75em;
  margin-top:4px;
}


#divVotacao{
  width: 560px;
	height: 12800px;
	overflow: hidden;
}
@media screen and (max-width: 560px) {
  #divVotacao {
  	width: 560px;
    height: 12800px;
  }
}
@media screen and (max-width: 480px) {
  #divVotacao {
    width: 491px;
    height: 15140px;
    margin-left: -18px;
  }
}
@media screen and (max-width: 414px) {
  #divVotacao {
    width: 414px;
    height: 19730px;
    margin-left: 1px;
  }
}
@media screen and (max-width: 375px) {
  #divVotacao {
  	width: 375px;
    height: 19730px;
  }
}
@media screen and (max-width: 360px) {
  #divVotacao {
  	width: 360px;
    height: 19730px;
  }
}
@media screen and (max-width: 320px) {
  #divVotacao {
  	width: 320px;
    height: 19730px;
  }
}


/*#wrapperLabels{
	display: block;
	position: absolute;
	background-color: red;
	width: 100%;
	height: 100%;
}*/

.labelsVotacao{
	position: absolute;
	display: block;
	left: 15px;
	color: #333;
	font-size: 20px;
	width: 505px;
	color:#000;
	margin-top: 160px;
	font-weight: bold;
}
@media screen and (max-width: 560px) {
  .labelsVotacao {
    width:505px;
  }
}
@media screen and (max-width: 480px) {
  .labelsVotacao {
    width:460px;
  }
}
@media screen and (max-width: 414px) {
  .labelsVotacao {
    width:404px;
  }
}
@media screen and (max-width: 375px) {
  .labelsVotacao {
    width:365px;
  }
}
@media screen and (max-width: 360px) {
  .labelsVotacao {
    width:450px;
  }
}
@media screen and (max-width: 320px) {
  .labelsVotacao {
    width:310px;
  }
}

.divTextoTooltip {
	width: 130px;
}
.divTextoTooltip p{
	font-size: 15px;
	margin: 3px 0;
}
.divTextoTooltip h5{
	margin: 7px 0 3px 0;
	font-family: "FoundersGrotesk-Medium";
	color:#000;
	font-size:26px;
	line-height:.9em;
	margin-top:5px;
}
.votos {
	text-transform: lowercase;
	right: -11px;
  position: absolute;
  width: 100px;
  color:#999;
  font-weight: normal;
  font-size:18;
  text-align:right;
}
@media screen and (max-width: 560px) {
  .votos {
    right: -11px;
  }
}
@media screen and (max-width: 480px) {
  .votos {
    right: 21px;
  }
}
@media screen and (max-width: 414px) {
  .votos {
    right: 30px;
  }
}
@media screen and (max-width: 375px) {
  .votos {
    right: 30px;
  }
}
@media screen and (max-width: 360px) {
  .votos {
    right: 129px;
  }
}
@media screen and (max-width: 320px) {
  .votos {
    right: 33px;
  }
}
.partido{
	font-family: "FoundersGrotesk-Medium";
	font-size:18px;
	color:#000;
}


.bkg_sim {
  background: #59aa47;
  padding: 5px;
}

.bkg_nao {
  background: #ff0000;
  padding: 5px;
}

.bkg_indeciso {
  background: #f1c728;
  padding: 5px;
}

.bkg_naorespondeu {
  background: #b1b1b1;
  padding: 5px;
}

.sessao .foto {
  background: #000!important;
}