
@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 .line {
		text-align: center !important;
		justify-content: center !important;
	} #banner img {
		max-height: 90px !important;
	} #block {
		padding: 50px 0px !important;
	} #block .title {
		font-size: 20px !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 ) {
}

body {
	background-color: #e9f6fe;
}

/* BANNER */
#banner {
	background-image: url("/assets/img/INCAPACIDADES/05IMG-INCAPACIDADES.webp");
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 606px;
} #banner .title {
	font-family: "Montserrat-Medium";
	color: #fff;
	font-size: 40px;
	margin: 0px 0px 50px;
}  #banner .white-line {
	min-width: 80px;
	border: 1px solid #fff;
} #banner img {
	max-width: 200px;
	padding-top: 20px;
}

#block {
	padding: 80px 0px 40px;
} #block .title {
	text-align: center;
	font-family: "Montserrat-Medium";
	color: #3d74ad;
	font-size: 40px;
	line-height: 1.2;
}