@media (max-width: 575.98px) {
	#banner-top {
		background-size: cover !important;
		min-height: 140px !important;
	} #banner-top .white {
		font-size : 1em !important;
	} #contacto .block {
		padding: 10px !important;
	} .col-lg-1 {
		display: none !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;
	} #contacto .block {
		padding: 10px !important;
	} .col-lg-1 {
		display: none !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;
	} #contacto .block {
		padding: 10px !important;
	} .col-lg-1 {
		display: none !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/CONTACTO/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;
} .white:hover {
	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;
} .spinner-grow {
	color: #fff;
	height: 20px;
	width: 20px;
	margin-left: 10px;
}


#contacto {
	background-color: #f7f7f7;
	padding: 80px 0px;
} #contacto .block {
	background-color: #fff;
	padding: 50px;
	box-shadow: 1px 1px 10px;
	border-radius: 5px;
} #contacto .link {
	margin: 20px;
} #contacto .gray:hover {
	text-decoration: none;
	color: #767677;
} #contacto .contacto-title {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	margin-bottom: 30px;
} #contacto select {
    border: 1px solid #c9c9c9;
    color: #6e6e70;
    background: transparent;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url('/img/COTIZARGUIA/DROP.webp');
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 98%;
} #contacto input, #contacto select, #contacto textarea {
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	color: #6e6e70;
	background-color: #fafafa;
}