#porqueNosEscolher{
    padding: 10px 0;
    text-align: center;
    background: none!important;
	min-height: 340px;
	text-align: -webkit-center;
}

#porqueNosEscolher .tituloContador{
	color: white;
	font-weight:700;
	font-size: 18px;
  }

	#porqueNosEscolher h3{
		color: white;
		text-transform: uppercase;
		margin-bottom: 50px;
		font-family: arial black;
	  }

	  .caixa {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		text-transform: uppercase;
		color: white;
		width: 160px;
		height: 160px;
		border: 16px solid #a3bbd9;
		border-radius: 50%;
	}
	.numeroContador::before {
		content: "Mais de";
		font-size: 11px;
		position: absolute;
		top: 15%;
		left: 32%;
	}
	.caixa:hover, .caixa:active, .caixa:focus {
		text-decoration: none;
	}

	.caixa .bola-interior {
	    position: absolute;
	    top: 0;
	    /*bottom: 0;*/
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 152px;
	    height: 152px;
	    font-size: 24px;
		display: none;
	}

	.caixa .bola-interior path {
		stroke: white;
		stroke-width: 1.2; 
    	stroke-dasharray: 142px;
		stroke-dashoffset: 0px;
		-webkit-transition: stroke-dashoffset 1s;
		-moz-transition: stroke-dashoffset 1s;
		-o-transition: stroke-dashoffset 1s;
		transition: stroke-dashoffset 1s;
	}

	.caixa:hover .bola-interior path {
		stroke-dashoffset: 142px !important;
	}
	.tituloContador{
		text-align: center;
		max-width: 190px;
		margin-top: 20px;
		text-transform: uppercase;
	}
	.virtual .encerrados{
		display: none!important;
	}

	.numeroContador {
		font-size: 35pt;
		color: #fff;
		font-weight: 900;
	}
	#escolher{
		background-image: url('../fundo-orientacoes.png');
		margin-top: 1rem;
	}