@media (max-width: 575.98px) {
	#banner-top {
		background-size: cover !important;
		min-height: 140px !important;
	} #banner-top .white {
		font-size : 1em !important;
	} #infraestructura .block {
		padding: 10px !important;
	} #calltoaction .block .bloque {
		padding: 10px 15px !important;
	}
} @media (min-width: 575.98px) and (max-width: 767.98px) {
	#banner-top {
		background-size: cover !important;
		min-height: 140px !important;
	} #banner-top .white {
		font-size : 1em !important;
	} #infraestructura .block {
		padding: 10px !important;
	} #calltoaction .block .bloque {
		padding: 10px 15px !important;
	}
} @media (min-width: 767.98px) and (max-width: 991.98px) {
	#banner-top {
		background-size: cover !important;
		min-height: 140px !important;
	} #banner-top .white {
		font-size : 1em !important;
	} #infraestructura .block {
		padding: 10px !important;
	} #calltoaction .block .bloque {
		padding: 10px 15px !important;
	}
} @media (min-width: 991.98px) and (max-width: 1199.98px) { 
    #banner-top {
		background-size: cover !important;
		min-height: 200px !important;
	} 
} @media ( min-width: 1200px ) {
	#banner-top {
		min-height: 290px !important;
	}
}

/* BANNER */
#banner-top {
    margin-top: 66px;
    background-image: url("/img/NOSOTROS/HEADER-IMG.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
} #banner-top .white {
    font-family: "Montserrat-Bold";
    font-size: 2em;
    line-height: 1.2;
    color: #fff;
} #banner-top .white span {
	color: #ff6b00;
}

.bold {
	font-family: "Montserrat-Bold" !important;
} .orange {
	font-family: "Montserrat-Light";
    color: #ff6b00;
} .blue {
	font-family: "Montserrat-Light";
	color: #0079c5;
} .white {
	font-family: "Montserrat-Light";
	color: #fff;
} .gray {
	font-family: "Montserrat-Light";
	color: #767677;
}

#nosotros {
	padding: 50px 0px 200px;
	background-color: #f7f7f7;
} #nosotros .orange {
	font-size: 1.5em;
} #nosotros .blue {
	margin-top: 50px;
	font-size: 1.3em;
} #nosotros img {
	max-width: 100%;
}

#lineadetiempo {
	background-color: #005cbd;
} #lineadetiempo .block {
	position: relative;
	top: -100px;
	background-color: #fff;
	padding: 50px 0px 80px;
	box-shadow: 1px 1px 10px;
} #lineadetiempo .blue {
	font-family: "Montserrat-Bold";
	font-size: 2em;
} #lineadetiempo img {
	min-width: 100%;
} #lineadetiempo .puerta {
	padding: 0px 0px 200px;
} #lineadetiempo .puerta .white {
	font-size: 1.4em;
} #lineadetiempo .puerta .bold {
	font-size: 2.2em;
	margin-bottom: 50px;
} 

#infraestructura {
	background-color: #f7f7f7;
} #infraestructura .block {
	position: relative;
	top: -100px;
	background-color: #fff;
	padding: 50px;
	box-shadow: 1px 1px 10px;
} #infraestructura .detalle {
	border-top: 1px solid #e7e7e7;
} #infraestructura .doublesize {
	font-size: 2em;
} #infraestructura ul {
	list-style-type:none;
	padding: 0px;
} #infraestructura li {
	font-family: "Montserrat-Light";
	color: #0079c5;
	line-height: 1;
}

#servicios {
	background-color: #f7f7f7;
} #servicios .doublesize {
	font-size: 2em;
} #servicios .white-block {
	position: relative;
	background-color: #fff;
	box-shadow: 1px 1px 10px;
} #servicios .white-block .block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px 20px;
} #servicios .white-block img {
	max-height: 54px;
}

#calltoaction {
	min-height: 200px;
	margin-top: -200px;
	background-color: #ff6b00;
	padding-bottom: 80px;
} #calltoaction .white {
	font-family: "Montserrat-Bold";
	color: #fff;
	font-size: 2em;
	margin: 0px;
	line-height: 1.2;
	text-align: center;
} #calltoaction .cotiza {
	text-align: center;
	margin-top: 30px;
} #calltoaction .cotiza a {
	font-family: "Montserrat-Bold";
	background-color: #005ebc;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
} #calltoaction .block {
	border-radius: 5px;
	background-color: #fff;	
	box-shadow: 1px 1px 10px;
	margin: 50px 0px;
} #calltoaction .block img {
	max-height: 65px;
} #calltoaction .block .bloque {
	padding: 80px 30px;
}