.subrayado{
	width: 35px;
	height: 2px;
	background-color: #F7CB00;
	position: relative;
	left: 3px;
	bottom: 10px;

}
.titulo-equipo> p{
	margin-top: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #202020;
}
p.tit{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	line-height: 1;
}
.tit+p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
}
@media only screen and (min-width: 560px){
	.cont-img-e{
		display: flex;
		justify-content: center;
	}
}

@media only screen and (min-width: 770px){
	.equipo-cont{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cont-nom{
		margin: 0px 20px;
	}
	.cont-nom{
		margin: 20px 0px;
	}
}
