
@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;
	} #somos-salud {
		min-height: 300px !important;
	} #somos-salud .title {
		font-size: 20px !important;
	} #slider {
        padding: 80px 0px 0px 0px !important;	
    } #slider img {
    	max-width: 100px !important;
    } #slider .white-line {
    	border: 0px !important;
    } #slider .title {
        font-size: 16px !important;
    } #slider .background-slide-1, #slider .background-slide-2, #slider .background-slide-3 {
    	background-size: contain !important;
    	min-height: 175px !important;
    } #slider .slick-prev {
    	margin-left: 13px !important;
    } #slider .slick-next {
    	margin-right: 13px !important;
    } #calidad .line1 {
    	font-size: 26px !important;
    } #calidad {
    	padding-top: 50px !important;
		margin-top: -63px !important;
	} #slider .vermas {
		top: -25px !important;
		right: 40px !important;
		font-size: 14px !important;
	}
} @media (min-width: 575.98px) and (max-width: 767.98px) {
	#calidad {
		margin-top: -236px !important;
	} #slider img {
    	max-width: 100px !important;
    } #slider .title {
        font-size: 16px !important;
    } #slider .white-line {
    	border: 0px !important;
    } #slider .vermas {
		top: -195px !important;
		right: 50px !important;
		font-size: 16px !important;
	}
} @media (min-width: 767.98px) and (max-width: 991.98px) {
	#calidad {
		margin-top: -209px !important;
	} #slider img {
    	max-width: 100px !important;
    } #slider .title {
        font-size: 16px !important;
    } #slider .white-line {
    	border: 0px !important;
    } #slider .vermas {
		top: -155px !important;
		right: 50px !important;
	}
} @media (min-width: 991.98px) and (max-width: 1199.98px) { 
	#calidad {
		margin-top: -164px !important;
	} #slider .vermas {
		top: -105px !important;
		right: 50px !important;
	}
} @media ( min-width: 1200px ) {
	#slider .vermas {
		top: -50px !important;
		right: 120px !important;
	} #slider .slick-prev {
        margin-left: 72px;
	} #slider .slick-next {
		margin-right: 72px;
	}
}


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

#somos-salud {
	background-color: #e9f6fe;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
} #somos-salud .title {
	color: #3d74ad;
	text-align: center;
	font-family: "Montserrat-Medium";
	font-size: 40px;
} #somos-salud .desc {
	color: #3d74ad;
	text-align: center;
	font-family: "Montserrat-Light";
	font-size: 16px;
}

#slider {
    padding: 150px 0px 0px 0px;	
} #slider .background-slide-1 {
	background-image: url("/assets/img/HOME/IMG1.webp");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 585px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
} #slider .background-slide-2 {
	background-image: url("/assets/img/HOME/IMG2.webp");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 585px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
} #slider .background-slide-3 {
	background-image: url("/assets/img/HOME/IMG3.webp");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 585px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
} #slider .slick-prev
, #slider .slick-next {
	width: 70px;
	height: 70px;
	z-index: 1;
} .slick-prev:before, .slick-next:before {
	font-size: 40px;
} #slider .white-line {
	border-right: 1px solid #fff;
	padding-right: 50px;
} #slider a {
	text-decoration: none;
} #slider .title {
    font-family: "Montserrat-Medium";
    color: #fff;
    font-size: 32px;
    line-height: 1;
    margin: 0px;
} #slider .vermas {
	font-family: "Montserrat-Medium";
	font-size: 20px;
    color: #fff;
    width: 100%;
    text-align: right;
    position: relative;
    top: -65px;
    right: 50px;
}


#calidad {
	margin-top: -132px;
	background-color: #3d74ad;
	padding: 150px 0px 60px;
} #calidad .line1 {
	font-family: "Montserrat-ExtraLight";
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 1;
} #calidad .line2 {
	font-family: "Montserrat-Regular";
	color: #fff;
	text-align: center;
	margin-top: 50px;
}



/**/
html {
	scroll-behavior: smooth;

	@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
/**/