

@media (max-width: 575.98px) {
	#banner-top {
		background-size: cover !important;
		background-position: 47% !important;
	} #calltoaction {
		padding: 50px 0px !important;
	} #calltoaction .call {
		font-size: 16px  !important;
	} #calltoaction #cotiza img {
		max-height: 35px  !important;
	} .calltoactionHome {
		width: 100% !important; 
		flex-direction: column !important;
	} .calltoactionHome p {
		text-align: center;
	}
} @media (min-width: 575.98px) and (max-width: 767.98px) {
	#banner-top {
		background-size: cover !important;
		background-position: 47% !important;
	} #calltoaction {
		padding: 50px 0px !important;
	} #calltoaction .call {
		font-size: 19px  !important;
	} #calltoaction #cotiza img {
		max-height: 40px  !important;
	} .calltoactionHome {
		width: 100% !important; 
		flex-direction: column !important;
	} .calltoactionHome p {
		text-align: center;
	}
} @media (min-width: 767.98px) and (max-width: 991.98px) {
	#banner-top {
		background-size: cover !important;
		background-position: 47% !important;
		height: 500px !important;
	} #calltoaction {
		padding: 50px 0px !important;
	} #calltoaction .call {
		font-size: 26px  !important;
	} #calltoaction #cotiza img {
		max-height: 40px  !important;
	}
} @media (min-width: 991.98px) and (max-width: 1199.98px) { 

} @media ( min-width: 1200px ) {

}

/* BANNER */
#banner-top {
	background-image: url('/');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 42px !important;
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 500px !important;
} #banner-top .title-banner {
	color: #fff;
	font-family: "Archivo-Bold";
	font-size: 45px;
	line-height: .9;
	padding: 50px 0px;
} #banner-top .arrow {
	max-height: 20px;
	margin-left: 30px;
} #banner-top .product-banner {
	max-height: 340px;
	max-width: 100%;
} #banner-top .sliderProducts {
	margin: 0px;
} #banner-top .custom_dots {
	position: absolute;
	bottom: 50px;
	left: -400px;
	list-style-type: none;
} #banner-top .custom_dots li {
	display: inline-block;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 100%;
} #banner-top .custom_dots .slick-active {
	background-color: #fff;
}

#info1 {
	margin: 50px 0px 50px;
} #info1 .info-parraph p {
    font-family: "Archivo-Regular";
    font-size: 20px;
    color: #8694b2;
    text-align: justify;
    line-height: 1.7;	
}

#productos-marcas {
	padding: 50px 0px;
} #productos-marcas .title {
	text-align: center;
	font-family: "Archivo-Bold";
	color: #0a4db6;
	font-size: 30px;
} #productos-marcas .block {
	text-align: center;
	padding: 0px 30px;
} #productos-marcas .block:hover { 
    background-color: #e5e9f3;
} #productos-marcas .block img {
	max-height: 120px;
	margin-bottom: 10px;
	mix-blend-mode: multiply;
} #productos-marcas .block p {
	font-family: "Archivo-SemiBold";
	color: #0a4db6;
	font-size: 18px;
} #productos-marcas .block img {
	max-width: 100%;
}

#cintilla {
	margin: 0px 0px 50px;
} #cintilla .bck {
	background-color: #eaedf7;
	padding: 10px 0px;
	border-radius: 30px;
} #cintilla .bck p {
	font-family: "Archivo-Bold";
	color: #0a4db6;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
} #cintilla .bck img {
	max-height: 30px;
}

#calltoaction {
	background-color: #0f3593;
	padding: 50px;
} #calltoaction .call {
	font-family: "Archivo-Bold";
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1;
} 

.calltoactionHome {
	width: 91.63%; 
	flex-direction: row;
	margin: auto; 
	display: flex; 
	justify-content: center; 
	align-items: center; gap: 10px;
}