.titulo-calidad> p{
	margin-top: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #202020;
}
.subrayado{
	width: 35px;
	height: 2px;
	background-color: #F7CB00;
	position: relative;
	left: 3px;
	bottom: 10px;
}
.ficha{
	display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F8F8F8;
    margin-top: 30px;
    padding: 50px 20px;
    border: 0.2px solid #DDDDDD;
    border-bottom: 3px solid #F4C628;
}
.nombre{
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #393939;

}
.titulo-descarga{
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #393939;
	margin-top: 15px;
}
.down{
	margin-right: 15px;
}
.contenido p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
}
.titulo-destacado p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	margin-top: 15px;
}
.logo-destacado{
	padding-left: 15px;
}
.barra{
	height: 2px;
	width: 70%;
	margin-left: 15px;
	background-color: #F4C628;
}
.margen-calidad{
		margin-left: 10%;
		margin-right: 10%;
	}
@media only screen and (max-width: 720px){
	.margen-calidad{
		margin-left: 0%;
		margin-right: 0%;
	}
}