@media (max-width: 575.98px) {
	#banner-top {
		background-size: cover !important;
		min-height: 140px !important;
	} #banner-top .white {
		font-size : 1em !important;
	} #buscar .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;
	} #buscar .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;
	} #buscar .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/RASTREARGUIA/HEADER1.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
} #banner-top .white {
    font-family: "Montserrat-Bold";
    font-size: 2em;
    line-height: 1.2;
    color: #fff;
}

#buscar {
	padding: 50px 0px 80px;
	background-color: #f3f3f3;
}

.block {
	padding: 50px;
	border-radius: 10px;
	box-shadow: 1px 1px 10px;
	background-color: #fff;
} .block textarea {
	background-color: #fafafa;
}

.orange {
	color: #ff6b00;
} .orange:hover {
	color: #ff6b00;
} .btn-orange {
	font-family: "Montserrat-Bold";	
	color: #fff;
	background-color: #ff6b00;
} .btn-orange:hover {
	color: #fff;
} .bold {
	font-family: "Montserrat-Bold";
} .gray {
	color: #575759;
} .light {
    font-family: "Montserrat-Light";
} .underline {
	text-decoration: underline;
} .ayuda {
	max-height: 38px;
} .line {
	min-height: 130px;
	border-right: 1px solid #f5f5f5;
} 