
@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 {
		justify-content: center !important;
		text-align: center !important;
	} #banner img {
		max-height: 90px !important;
	} #asistencia {
		padding: 50px 0px !important;
	} #asistencia .line1 {
		font-size: 20px !important;
	} #solucion {
		padding: 50px 0px !important;
	} #solucion .title {
		font-size: 20px !important;
	} #doctores-calificados {
		background-size: contain !important;
		padding: 50px 0px !important;
	} #doctores-calificados .title {
		font-size: 20px !important;
	} #beneficios {
		padding: 50px 0px !important;
	} #beneficios .title {
		font-size: 20px !important;
	} #block1
	, #block2
	, #block3
	, #block4 {
		padding: 50px 0px !important;
	} #block1 .title
	, #block2 .title
	, #block3 .title
	, #block4 .title {
		font-size: 20px !important;
	} #contacto {
		padding: 50px 0px !important;
	} #contacto .title {
        font-size: 20px !important;
	} #contacto .block {
		padding: 15px !important;
	} #contacto .care-botones {
		margin-top: 50px !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/CARE/IMG.webp");
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-position: center;
	background-size: conver;
	min-height: 606px;
} #banner .title {
	font-family: "Montserrat-Medium";
	color: #fff;
	font-size: 40px;
	margin: 0px;
	line-height: 1.2;
} #banner .line {
	border-right: 1px solid #fff;
	text-align: right;
} #banner img {
	max-width: 100%;
}

#asistencia {
	padding: 80px 0px;
	background-color: #26406f;
	text-align: center;
	font-family: "Montserrat-Light";
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
}

#solucion {
	padding: 80px 0px;
	background-color: #3d74ad;
} #solucion .title {
	font-family: "Montserrat-Light";
	color: #fff;
	text-align: center;
	line-height: 1.2;
	font-size: 40px;
	margin-bottom: 50px;
} #solucion .marco-img {
	min-height: 150px;
} #solucion img {
	max-width: 80px;
} #solucion p {
	font-family: "Montserrat-Light";
	color: #fff;
	line-height: 1.2;
	text-align: justify;
	text-align-last: center;
	margin: 0px;
} #solucion p span {
	font-family: "Montserrat-Medium";
}

#doctores-calificados {
	padding: 300px 0px;
	background-image: url("/assets/img/CARE/IMG-01.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
} #doctores-calificados .title {
	font-family: "Montserrat-Light";
	line-height: 1.2;
	color: #3d74ad;
	font-size: 40px;
}

#beneficios {
	padding: 80px 0px;
} #beneficios .title {
	text-align: center;
	font-family: "Montserrat-Light";
	color: #5175a4;
	font-size: 40px;
	line-height: 1.2;
}

#block1 {
	padding: 100px 0px;
	background-image: url("/assets/img/CARE/IMG-02.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#block2 {
	padding: 100px 0px;
	background-image: url("/assets/img/CARE/IMG-03.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#block3 {
	padding: 100px 0px;
	background-image: url("/assets/img/CARE/IMG-04.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#block4 {
	padding: 100px 0px;
	background-image: url("/assets/img/CARE/IMG-05.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#block1 .title, #block2 .title, #block3 .title, #block4 .title {
	font-family: "Montserrat-Light";
	color: #fff;
	line-height: 1.2;
	font-size: 40px;
}

#contacto .formulario {
	padding-top: 50px;
} #contacto .formulario p {
	font-family: "Montserrat-Light";
	font-size: 16px;
	margin: 0px 0px 30px;
	color: #7bb4e8;
} #contacto .formulario .title {
	text-align: left;
	padding-left: 20px;
	font-size: 40px;
} #contacto .bienestar-botones {
	margin-top: 100px;
} #contacto .formulario button img {
	max-height: 45px;
}