@CHARSET "UTF-8";

* {
	text-decoration: none !important;
}

.imagemCentralizada {
	display: block;
	width: 100%;
	
	margin-top: -8px;
	
}

.divTopo {
	padding-bottom: 5px;
}

.divCabecalho {
	padding-bottom: 5px;
}

.colStats {
	flex-basis: 0;
	padding: 8.5rem;
	margin: auto;
}

.colPergunta {
	flex-grow: 1;
	flex-basis: 0;
	text-align: center !important;
	padding: 0px;
	white-space: nowrap;
	
}

.colPerguntaZoom {
	flex-grow: 1;
	flex-basis: 0;
	text-align: center !important;
	padding: 0px;
	white-space: nowrap;
	background-color: red;
    transform: scale(1.1);
}




.colGeral {
	display: flex;
	width: 100%;
	justify-content: center;
}

.rating {
	flex: 1;
	cursor: pointer;
	padding: 2px;
	margin: 10px 11px;
}

.rating span {
	display: flex;
	color: #555;
	margin: 1px -3px -19px;
	text-align: center;
	font-size: 12px;
}

.rating img {
	display: flex;
	text-align: center;
}





div.ui-growl {
	top: 50%;
	left: 50%;
	right: 0;
	font-size: 30px;
	margin-left: -250px;
	width: 530px;
}

div.ui-growl-message {
	padding: 0 0 5px 0;
	width: 450px !important;
	float: center !important;
}

body .keypad-popup button {
	background: #fff;
	border: 1px solid #495057;
	padding: 0.5rem;
	margin: 2px;
	outline: 0 none;
	color: #495057;
	font-size: 25px;
	transition: background-color .2s, color .2s, border-color .2s,
		box-shadow .2s, opacity .2s;
	border-radius: 4px;
}
.grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    margin-top: 0rem !important;
}

body .ui-panel .ui-panel-content {
    border: 0px solid #dee2e6 !important;
    background: #fff;
    color: #495057;
    padding-top: 0px !important;
    padding-bottom: 0px !important;

}
@media only screen and (max-width: 959px) {
    p{
        font-size: 10px;
    }
}

@media(min-width: 425px) {
 p {
  font-size: 45px;
  
 }
  h2 {
  font-size: 47px;
  text-align: center;
  color: #495057;
 }
 
 
 
 .imagemCelular {
	display: block;

	margin-right: -150px;
	margin: 0 0 0 100px;
	


	
}
 
}