
@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;
	} #alcance {
		padding: 50px 0px !important;
	} #alcance .title {
		font-size: 20px !important;
	} #video1 {
		background-size: contain !important;
		padding: 0px 0px !important;
	} #block1 .info {
		padding: 50px 0px !important;
		font-size: 16px !important;
	} #block2 .title {
		font-size: 20px !important;
		padding: 0px !important;
	} #ayuda {
		background-size: cover !important;
		padding: 0px !important;
	} #ayuda .title {
		font-size: 20px !important;
		padding: 30px !important;
	} #ayuda-desc {
		padding: 50px 0px !important;
	} #ayuda-desc .info {
		font-size: 16px !important;
	} #video2 {
		background-size: contain !important;
		padding: 0px 0px !important;
	} #monitor {
		padding: 50px 0px !important;
	} #monitor .title {
		font-size: 20px !important;
	} #monitor .desc {
		font-size: 16px !important;
	} #video3 {
		background-size: contain !important;
		padding: 0px 0px !important;
		margin-bottom: 50px !important;
	} #video1 iframe, #video2 iframe, #video3 iframe {
		height: 300px !important;
	} 
} @media (min-width: 575.98px) and (max-width: 767.98px) {
	#ayuda {
        padding: 200px 0px !important;
	}
} @media (min-width: 767.98px) and (max-width: 991.98px) {
	#ayuda {
        padding: 200px 0px !important;
	}
} @media (min-width: 991.98px) and (max-width: 1199.98px) { 
	#ayuda {
        padding: 200px 0px !important;
	}
} @media ( min-width: 1200px ) {
}

/* BANNER */
#banner {
	background-image: url("/assets/img/COVID19/IMG.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;
}

#alcance {
	text-align: center;
	font-family: "Montserrat-Medium";
	padding: 80px 0px 40px;
	font-size: 40px;
	color: #737373;
} 

#video1 iframe, #video2 iframe, #video3 iframe {
	height: 500px;
} 

#block1 .info {
	text-align: center;
	font-family: "Montserrat-Light";
	color: #737373;
	padding: 80px 0px;
	font-size: 26px;
	line-height: 1.2;
}

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

#ayuda {
    background-image: url("/assets/img/COVID19/02-IMG1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0px;
} #ayuda .title {
	text-align: center;
	font-family: "Montserrat-Light";
	color: #fff;
	padding: 0px 0px 80px;
	font-size: 40px;
	line-height: 1.2;
}

#ayuda-desc {
    padding: 80px 0px;
} #ayuda-desc .info {
	text-align: center;
	font-family: "Montserrat-Light";
	color: #737373;
	margin: 0px;
	font-size: 26px;
}

#monitor {
    padding: 80px 0px;
} #monitor .title {
	text-align: center;
	color: #3d74ad;
	font-family: "Montserrat-Medium";
	margin-bottom: 50px;
	font-size: 40px;
} #monitor .desc {
	text-align: center;
	color: #737373;
	font-family: "Montserrat-Light";
	font-size: 26px;
}