@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Montserrat', sans-serif !important;
}

body,
button,
input,
textarea,
select {
	font-family: 'Montserrat', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700 !important;
}

@media (min-width: 1024px) {
	#OfferSearcher_Top_10 {
		background-size: cover !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
		width: 100% !important;
		height: auto !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: relative !important;
		overflow: hidden !important;
		aspect-ratio: 1824 / 540 !important;
	}
}

.intro::before {
	background-color: rgba(255, 255, 255, 0) !important;
}

.img_txt::before {
	background-color: rgba(255, 255, 255, 0) !important;
}

.field_group {
	background-color: #fff;
	background-size: cover;
	padding: 12px;
	border-radius: 10px;
	z-index: 1;
	position: relative;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	width: 80% !important;
	margin-bottom: 0px !important;
}

.field_input_icon {
	margin-bottom: 0px !important;
}


/* Pantallas de 1920px */

@media (min-width: 1920px) {
	.field_group {
		margin-top: 280px !important;
	}
}


/* Pantallas de 1690px */

@media (max-width: 1919px) and (min-width: 1690px) {
	.field_group {
		margin-top: 300px !important;
	}
}


/* Pantallas de 1199px */

@media (max-width: 1689px) and (min-width: 1200px) {
	.field_group {
		margin-top: 200px !important;
	}
}


/* Pantallas de 1280px */

@media (max-width: 1280px) and (min-width: 1022px) {
	.field_group {
		margin-top: 140px !important;
	}
}


/* === Pantallas grandes (desktop) === */

@media (min-width: 1024px) {
	.box {
		border-radius: 1.25rem !important;
		background-color: rgb(246, 246, 246) !important;
	}
	#LastOffersHorizontal_Left_2 h2 {
		color: #fff !important;
		font-size: 48px;
		font-weight: 800;
		margin-bottom: 20px;
		line-height: 1.1;
	}
}


/* === Pantallas pequeñas (mobile) === */

@media (max-width: 768px) {
	#OfferSearcher_Top_10 {
		background-image: url('https://imageswl.pandape.com/universal/movilrtr.png') !important;
		background-size: cover;
	}
	#OfferSearcher_Top_10 .mtB {
		padding-top: 380px !important;
	}
}

@media (min-width: 1024px) {
	#LastOffersHorizontal_Left_2 h2 {
		color: #fff !important;
	}
}

#AddCvDB_Right_50 {
	background-image: url("https://imageswl.pandape.com/universal/back1.png") !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}