
.section-title {
  text-transform: uppercase;
  color: #111;
 border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 18px;
}

/* azul y negra */

.estilo_titulo_negro {
	color: #000;
	text-decoration: none;
}
.estilo_titulo_negro:hover {
	color: #000;
	text-decoration: none;
}

.estilo_titulo_negro:visited {
	color: #000;
	text-decoration: none;
}


.estilo_titulo_negro:active {
	color: #000;
	text-decoration: none;
}



/* cards titles */

.card-title-color {
  color: #fff; 
}


/* badge bg colors  */
.blue-badge-color {
  background-color: #4a6fb3;
  color: #fff; /* Ensure text is readable */
  text-decoration:none;
  
}

.blue-badge-color:hover {
  background-color: #4a6fb3;
  color: #fff; /* Ensure text is readable */
  text-decoration:none;
}


.card-link {
  position: relative;
}



/* socials header*/

.social_headers {
	color: #fff;
	text-decoration: none;
}
.social_headers:hover {
	color: #fff;
	text-decoration: none;
}

.social_headers:visited {
	color: #fff;
	text-decoration: none;
}


.social_headers:active {
	color: #fff;
	text-decoration: none;
}


.links-footer {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b3b3b3;
  text-decoration: none;
}

.links-footer:hover {
	color: #000;
}

