@media (max-width: 575.98px) {
	#banner-top {
		background-size: contain !important;
		margin-top: 6rem !important;
		min-height: 85px !important;
		/* min-height: 66px !important; */
	} #banner-top .white {
		font-size : 1em !important;
	} 
} 
@media (min-width: 575.98px) and (max-width: 767.98px) {
	#banner-top {
		background-size: contain !important;
		margin-top: 6rem !important;
		min-height: 125px !important;
	}
} 
@media (min-width: 767.98px) and (max-width: 991.98px) {
	#banner-top {
		background-size: contain !important;
		margin-top: 6rem !important;
		min-height: 165px !important;
	}
} 
@media (min-width: 991.98px) and (max-width: 1199.98px) { 
	#banner-top {
		background-size: contain !important;
		margin-top: 6rem !important;
		min-height: 205px !important;
		/* width: 300px; */
		/* margin: 0; */
		/* padding: 0; */
	}
} 

@media ( min-width: 1200px ) {
	#banner-top {
		background-size: contain !important;
	}
}

.line {
	min-height: 130px;
	border-right: 1px solid #f5f5f5;
} 

/* BANNER */
#banner-top {
    background-image: url("/img/CONTACTO/HEADER-IMG1.png");
    background-repeat: no-repeat;
    background-position: center;
	margin-top: 6rem;
    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;
}

#postulacion {
	background-color: #f7f7f7;
	padding: 50px 0px 80px;
} #postulacion .block {
	background-color: #fff;
	padding: 50px;
	box-shadow: 1px 1px 10px;
	border-radius: 5px;
} #postulacion 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%;
} #postulacion input, #postulacion select, #postulacion textarea {
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	color: #6e6e70;
	background-color: #fafafa;
} #postulacion .carga input {
	min-height: 42px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: 0px;
}