@media (max-width: 575.98px) {
	#banner-top {
		margin-top: 88px !important;
		background-size: cover !important;
		min-height: 66px !important;
	} #banner-top .white {
		font-size : 1em !important;
	} #cobertura-sucursales .block {
		padding: 10px !important;
	} #mexico {
		height: 150px !important;
	}
} @media (min-width: 575.98px) and (max-width: 767.98px) {
	#banner-top {
		margin-top: 88px !important;
		background-size: cover !important;
		min-height: 66px !important;
	} #cobertura-sucursales .block {
		padding: 10px !important;
	}
} @media (min-width: 767.98px) and (max-width: 991.98px) {
	#banner-top {
		margin-top: 88px !important;
		background-size: cover !important;
		min-height: 66px !important;
	} #cobertura-sucursales .block {
		padding: 20px !important;
	}
} @media (min-width: 991.98px) and (max-width: 1199.98px) { 
	#banner-top {
		margin-top: 88px !important;
		background-size: cover !important;
		min-height: 66px !important;
	}#cobertura-sucursales .block {
		padding: 20px !important;
	}
} @media ( min-width: 1200px ) {
	#banner-top {
		min-height: 290px !important;
	}
}

/* BANNER */
#banner-top {
    margin-top: 66px;
    background-image: url("/img/SUCURSALES/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;
} .line {
	min-height: 130px;
	border-right: 1px solid #f5f5f5;
} .bck-orange {
	background-color: #ff6b00;
	padding: 6px 40px;
} .gray:hover {
	text-decoration: none;
	color: #767677;
} .underline {
	text-decoration: underline;
} .orange:hover {
	color: #ff6b00;
}

#cobertura-sucursales {
	padding: 80px 0px;
	background-color: #f7f7f7;
} #cobertura-sucursales .block {
	background-color: #fff;
	padding: 80px;
	box-shadow: 1px 1px 10px;
} #cobertura-sucursales .marco {
	padding: 20px 0px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
} #cobertura-sucursales .marco .selected a {
	padding-bottom: 20px;
	color: #ff6b00;
	font-family: "Montserrat-Bold";
	border-bottom: 4px solid #ff6b00;
} 

#cobertura-sucursales .marco-xs {
	padding: 0px 0px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
} #cobertura-sucursales .marco-xs .selected a {
	padding-bottom: 0px;
	color: #ff6b00;
	font-family: "Montserrat-Bold";
	border-bottom: 4px solid #ff6b00;
}

#cobertura-sucursales .bloque {
	margin-top: 30px;
	padding: 30px 50px 30px 20px;
	box-shadow: 1px 1px 10px;
}

.sucursal-item {
	padding-right: 2em;
	margin: 0.5em;
}