/*#######################################################################################################
#	FICHA DE SINDICALIZAÇÃO
#	URL: http://fichasindica.com.br
#	Data: São Luís-MA, 12 de Julho de 2012
#	DevOps: Antonio Reis - antonio.reis@feros.com.br
#######################################################################################################*/
/* 
	sintaxe: margin:0px(top-acima) 0px(rigth-direita) 0px(botton-abaixo) 0px(left-esquerda) ; 
*/

/* CSS */
@charset "utf-8";

.hero-section {
  background: linear-gradient(135deg, #0d6efd 0%, #0a4da2 100%);
  color: white;
  padding: 80px 0;
}

.feature-icon {
  width: 60px;
  height: 60px;
  background-color: #e7f1ff;
  color: #0d6efd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.card-custom {
  border: none;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	transition: transform 0.2s;
}
  
.card-custom:hover {
  transform: translateY(-5px);
}

.a{
	font:13px 'Verdana';
	color: inherit;
  text-decoration: none;

}

