
@media (max-width: 575.98px) {
	#banner {
		padding: 50px 0px 0px !important;
		min-height: 400px !important;
	} #banner .title {
		padding-top: 0px !important;
		text-align: center;
		font-size: 20px !important;
	} #banner img {
		max-height: 90px !important;
	} #banner .line {
		justify-content: center !important;
	} #habitos-de-bienestar {
		padding: 50px 0px !important;
	} #habitos-de-bienestar .line {
		font-size: 20px !important;
	} #habitos-de-bienestar2 {
		padding: 50px 0px !important;
	}
} @media (min-width: 575.98px) and (max-width: 767.98px) {
} @media (min-width: 767.98px) and (max-width: 991.98px) {
} @media (min-width: 991.98px) and (max-width: 1199.98px) { 
} @media ( min-width: 1200px ) {
}

/* BANNER */
#banner {
	background-image: url("/assets/img/ALIMENTACION/01IMG-ALIMENTACION.webp");
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 606px;
} #banner .title {
	font-family: "Montserrat-Bold";
	color: #fff;
	font-size: 40px;
	margin: 0px;
	padding-left: 30px;
} #banner .line {
	border-right: 1px solid #fff;
	padding-right: 30px;
} #banner img {
	max-width: 100%;
	max-height: 80px;
}

#habitos-de-bienestar {
	background-color: #9dcefc;
	padding: 80px 0px;
} #habitos-de-bienestar .line {
	font-family: "Montserrat-Light";
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-size: 40px;
} #habitos-de-bienestar2 {
	background-color: #e9f6fe;
	padding: 80px 0px 50px;
} #habitos-de-bienestar2 .icono {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
} #habitos-de-bienestar2 .icono img {
	max-width: 150px;
} #habitos-de-bienestar2 a img {
	max-width: 260px;
	max-height: 160px;
}

