.footer{
	background: rgba(143, 209, 239, .5);
    padding: 8rem 0;
}

.fs28{
	font-size: 28px;
}


.lista_num{
	padding: 0;
}


.app_img img{
	height: 45rem;
	width: 80%;
    margin: 0 auto;
    border-radius: 15px;
}

.mb-4{
	margin-bottom: 2.5rem;
}

.mt-4{
	margin-top: 2.5rem;
}

.text-center{
	text-align: center;
}


.app_texto, .app_img{
	text-align: center;
}

.app_texto .app_nom_nutri{
	font-size: 26px;
	color: rgb(143, 209, 239);
	font-weight: bold;
}


@media all and (max-width: 600px) {
	.text_center_respo{
		text-align: center;
		margin-bottom: 2rem!important;
	}
}