
.contacto-hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.contacto-hero__bg--top {
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.contacto-hero__bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 525px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.contacto-hero__container {
	width: 100%;
	gap: 15px;
	display: grid;
	padding: 0 var(--lateral-spacing);
}

.contacto-hero__content {
	display: flex;
	height: 45px;
	gap: 10px;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.contacto-hero__btn-primary,
.contacto-hero__btn-secondary {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 14px 24px;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.3px;
	box-sizing: border-box;
	text-decoration: none;
	height: 38px;
	cursor: pointer;
}

.contacto-hero__btn-primary {
	background-color: #FFFFFF;
	color: #466060;
	border: 1px solid #D1D5DC;
}

.contacto-hero__btn-secondary {
	background-color: #466060;
	color: #FFFFFF;
	border: 1px solid #466060;
}

.contacto-hero__btn-primary:hover {
	animation: var(--button-animation);
}

.contacto-hero__btn-secondary:hover {
	animation: var(--button-animation);
}

.contacto-hero__btn-icon {
	width: 16px;
	height: 16px;
	display: block;
}

.contacto-hero__label {
	padding-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.contacto-hero__title {
	padding-bottom: 10px;
	font-weight: 300;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.contacto-hero__description {
	padding-bottom: 30px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.contacto-scheduling {
	width: 100%;
}

.contacto-form-section {
	width: 100%;
}

@media (min-width: 1025px) and (max-width: 1440px) {
	.contacto-hero__bg {
		height: 250px;
	}

	.contacto-hero__container {
		gap: 12px;
	}

	.contacto-hero__label {
		padding-bottom: 12px;
		font-size: 14px;
		line-height: 17px;
	}

	.contacto-hero__title {
		font-size: 28px;
		line-height: 34px;
		padding-bottom: 6px;
	}

	.contacto-hero__description {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 16px;
	}

	.contacto-hero__content {
		height: 40px;
		gap: 6px;
	}

	.contacto-hero__btn-primary,
	.contacto-hero__btn-secondary {
		padding: 10px 18px;
		font-size: 11px;
		line-height: 16px;
		height: 36px;
		gap: 8px;
	}

	.contacto-hero__btn-icon {
		width: 15px;
		height: 15px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.contacto-hero__bg {
		height: 200px;
	}

	.contacto-hero__container {
		gap: 11px;
	}

	.contacto-hero__label {
		padding-bottom: 10px;
		font-size: 13px;
		line-height: 16px;
	}

	.contacto-hero__title {
		font-size: 26px;
		line-height: 31px;
		padding-bottom: 5px;
	}

	.contacto-hero__description {
		font-size: 13px;
		line-height: 17px;
		padding-bottom: 14px;
	}

	.contacto-hero__content {
		height: 36px;
		gap: 5px;
	}

	.contacto-hero__btn-primary,
	.contacto-hero__btn-secondary {
		padding: 9px 14px;
		font-size: 10px;
		line-height: 15px;
		height: 34px;
		gap: 7px;
	}

	.contacto-hero__btn-icon {
		width: 14px;
		height: 14px;
	}
}

@media (min-width: 480px) and (max-width: 768px) {
	.contacto-hero__bg {
		height: 180px;
	}

	.contacto-hero__container {
		gap: 10px;
	}

	.contacto-hero__label {
		padding-bottom: 9px;
		font-size: 12px;
		line-height: 15px;
	}

	.contacto-hero__title {
		font-size: 24px;
		line-height: 29px;
		padding-bottom: 4px;
	}

	.contacto-hero__description {
		font-size: 11px;
		line-height: 16px;
		padding-bottom: 12px;
	}

	.contacto-hero__content {
		height: 32px;
		gap: 4px;
	}

	.contacto-hero__btn-primary,
	.contacto-hero__btn-secondary {
		padding: 8px 12px;
		font-size: 9px;
		line-height: 14px;
		height: 32px;
		gap: 6px;
	}

	.contacto-hero__btn-icon {
		width: 13px;
		height: 13px;
	}
}

@media (max-width: 479px) {
	.contacto-hero {
		position: relative;
	}

	.contacto-hero__bg--top {
		display: block;
		height: 300px;
	}

	.contacto-hero__bg {
		height: auto;
		background-image: none !important;
		display: block;
		align-items: initial;
		justify-content: initial;
	}

	.contacto-hero__label {
		position: absolute;
		top: 230px;
		left: var(--lateral-spacing);
		right: var(--lateral-spacing);
		margin: 0;
		z-index: 10;
		font-weight: 700;
		font-size: 11px;
		line-height: 1;
		letter-spacing: 1px;
	}

	.contacto-hero__title {
		position: absolute;
		top: 258px;
		left: var(--lateral-spacing);
		right: var(--lateral-spacing);
		margin: 0;
		z-index: 10;
		font-weight: 700;
		font-size: 32px;
		line-height: 1;
		letter-spacing: 0px;
		padding-bottom: 0;
	}

	.contacto-hero__description {
		font-weight: 700;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0px;
	}

	.contacto-hero__container {
		background-color: #A6BEB8;
		padding-top: 30px;
		padding-right: var(--lateral-spacing);
		padding-bottom: 30px;
		padding-left: var(--lateral-spacing);
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.contacto-hero__content {
		display: flex;
		flex-direction: column;
		gap: 12px;
		height: auto;
	}

	.contacto-hero__btn-primary,
	.contacto-hero__btn-secondary {
		width: 100%;
		height: 49px;
		font-weight: 700;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0px;
		flex: 0 0 auto;
	}
}
