

@media (max-width: 575.98px) {
	#banner-top {
		background-size: cover !important;
		background-position: 47% !important;
	} #map {
		padding: 150px 0px 100px 0px !important;
	} #map .block {
		padding: 100px 10px 50px !important;
	} #calltoaction {
		padding: 50px 0px !important;
	} #calltoaction .call {
		font-size: 12px  !important;
	} #calltoaction #cotiza img {
		max-height: 35px  !important;
	}
} @media (min-width: 575.98px) and (max-width: 767.98px) {
	#banner-top {
		background-size: cover !important;
		background-position: 47% !important;
	} #map {
		padding: 150px 0px 100px 0px !important;
	} #map .block {
		padding: 100px 10px 50px !important;
	} #calltoaction {
		padding: 50px 0px !important;
	} #calltoaction .call {
		font-size: 19px  !important;
	} #calltoaction #cotiza img {
		max-height: 40px  !important;
	}
} @media (min-width: 767.98px) and (max-width: 991.98px) {
	#banner-top {
		background-size: cover !important;
		background-position: 47% !important;
	} #map {
		padding: 250px 0px 100px 0px !important;
	} #map .block {
		padding: 100px 10px 50px !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('/img/CONTACTO/BACKHEADER-MARCA.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 83px !important;
} #banner-top .title-banner {
	color: #fff;
	font-family: "Archivo-Bold";
	font-size: 40px;
	line-height: 1.2;
	padding: 100px 0px;
	margin: 0px;
	text-align: center;
} 

#info {
	padding: 50px 0px;
} #info p {
	color: #4065af;
	font-family: "Archivo-SemiBold";
	font-size: 20px;
	text-align: center;
	line-height: 1.8;
	margin: 0px;
} #info a {
	color: #4065af;
	font-family: "Archivo-Regular";
	font-size: 20px;
	text-align: center;
	line-height: 1.8;
	margin: 0px;
	text-decoration: none;
}

#map {
    background-image: url("/img/CONTACTO/BACKMAP.webp"),linear-gradient(#fff, #c0c8e2);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    padding: 450px 0px 100px 0px;
} #map .block {
	background-color: #fff;
	padding: 100px 100px 50px;
} #map p {
	text-align: center;
	font-size: 20px;
	font-family: "Archivo-Bold";
	color: #4065af;
	margin-bottom: 50px;
} #map label {
	color: #396eb6;
} #map input, #map input::placeholder, #map textarea, #map textarea::placeholder {
	color: #748ac0;
	background-color: #f9f9fc;
	border: 1px solid b4c6e2;
} #map button img {
	max-height: 40px;
}

#calltoaction {
	background-image: url("/img/CONTACTO/BANNERBACK.webp");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 50px;
} #calltoaction .call {
	font-family: "Archivo-Bold";
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1;
} 

