@charset "iso-8859-1";
/* CSS Document */










.dica
{
	position:relative;
	float:left;
	width:22%;
	height:350px;
	padding:2px;
	margin:12px 1.3%;
	background-color:#FFF;
	border-radius:2px;
	transition:all .2s ease-in-out;
}

.dica:hover
{
	cursor:pointer;
	transform:scale(1.03);
}


	  .dica .espaco_foto
	  {
		  position:relative;
		  float:left;
		  width:100%;
		  margin:0 auto;
		  border-radius:2px;
	  }
	  
	  .dica .espaco_foto img
	  {
		  border-radius:2px;
	  }
	  
	  .dica .espaco_texto
	  {
		  position:relative;
		  float:left;
		  width:92%;
		  height:50px;
		  margin:10px 4% 5px 4%;
		  font-size:16px;
		  color:#333;
		  line-height:17px;
		  text-align:center;
		  font-weight:bold;
	  }


	  .dica .subtitulo
	  {
		  position:relative;
		  float:left;
		  width:92%;
		  height:20px;
		  margin:0px 4%;
		  font-size:14px;
		  color:#999;
		  text-align:center;
	  }











/*TELAS PEQUENAS (MENORES QUE 1000px, para o qual o site está perfeitamente configurado)*/
@media screen and (max-width: 999px){

  

}
/*---------------------------------------------------------------------------------*/























/*Smartphones e tablets*/
@media screen and (max-width: 768px),
only screen
and (min-device-width : 320px)
and (max-device-width : 768px)
{


}






/*Smartphones e tablets*/
@media screen and (max-width: 480px),
only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
{
	
.dica {
width:96%;
margin:15px 2%;
text-align:center;
}
	
	
	
	

}
/*---------------------------------------------------------------------------------*/


.clear{clear:both;}


