.content_cards{
	margin-top: 5em;
	margin-bottom: 5em;
}
.promo-caption {
	font-size: 1.7rem;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
}
/*subraya*/
.divisor{
	height: 2px;
	background-color: #203171;
}
.titulo{
	margin-top: 4em;
}
.div_empresa{
	margin-top: 2em;
}
.col .card-empresa{
	padding: 0rem;
	margin-top: 5em;
	margin-bottom: 5em;
}
.historia{
	margin-top: 7em;
	max-height: 60%;
}
.title{
	text-align: center;
	font-size: 1.7rem;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 0;
	}
/*subraya*/
.divisor{
	height: 2px;
	background-color: #203171;
}

/*card empleados*/
.card_empleados{
	max-height: 700px;
	height: 500px;
}
.activator{
	max-height: 400px;
}


/*****TABS******/
/*tab activado*/
.tabs .tab a:hover, .tabs .tab a.active {
	background-color: #82B34F;
	color: #fff;
}
/*color natural del tab*/
.tabs .tab a {
	background-color: #232222;
	color: #fff;
}
/*color on hover*/
.tabs .tab a:focus, .tabs .tab a:focus.active {
	background-color: #82B34F;
	outline: none;
}
/*indicador*/
.tabs .indicator {
	 background-color: #fff;/*#203171;*/
}
/*distacia del contenedo de tabs*/
.content_cards {
    margin-top: 2em;
	margin-bottom: 2em;
}
.contenedor_staff{
	width: 90%;
	margin: auto;
}