#contacto-section {
	position: relative;
	overflow: hidden;
}

#contacto-section .bg-wrap .bg {
	
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	opacity: 0.35;
}

.contacto-info h2 {
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 0.25rem;
}

.contacto-info h3 {
	font-size: 1.75rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	padding-left: 2rem;
}

.contacto-info .contacto-line {
	width: 40px;
	height: 3px;
	background-color: #b0b0b0;
	margin-bottom: 1.5rem;
}

.contacto-info .contacto-direccion {
	color: #888;
	font-size: 0.95rem;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.contacto-form-box {
	background: #fff;
	border: 1px solid #111;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	padding: 2.5rem 3rem;
	max-width: 720px;
	width: 100%;
	margin-left: 0;
	margin-right: auto;
}

.contacto-form-row {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.contacto-form-row label {
	flex: 0 0 140px;
	margin: 0;
	font-weight: normal;
	color: #333;
}

.contacto-form-row input,
.contacto-form-row select {
	flex: 1 1 auto;
	border: 1px solid #111;
	border-radius: 0;
	padding: 0.35rem 0.75rem;
	height: 38px;
	background: #fff;
	font-size: 1rem;
}

.contacto-form-row select {
	font-size: 0.875rem;
}

.contacto-form-row textarea {
	width: 100%;
	border: 1px solid #111;
	border-radius: 0;
	padding: 0.5rem 0.75rem;
	min-height: 140px;
	resize: vertical;
	font-size: 1rem;
}

.contacto-form-mensaje {
	margin-top: 0.5rem;
}

.contacto-form-mensaje label {
	display: block;
	margin-bottom: 0.5rem;
	color: #333;
}

.contacto-form-actions {
	text-align: right;
	margin-top: 1.25rem;
}

.contacto-form-actions .btn-enviar {
	background-color: #4a90c8;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	padding: 0.6rem 2rem;
	border-radius: 0;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.contacto-form-actions .btn-enviar:hover,
.contacto-form-actions .btn-enviar:focus {
	background-color: #3a7db0;
	color: #fff;
}

.contacto-form-actions .btn-enviar:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

#contacto-notificacion {
	display: none;
	position: fixed;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	background: #2d7a3e;
	color: #fff;
	padding: 1rem 2rem;
	border-radius: 4px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	font-size: 1rem;
	max-width: 90%;
	text-align: center;
}

#contacto-notificacion.error {
	background: #c0392b;
}

#contacto-mapa {
	position: relative;
	min-height: 320px;
}

#contacto-mapa .contacto-mapa-label {
	position: absolute;
	left: 2rem;
	bottom: 1.5rem;
	z-index: 2;
	font-size: 2.5rem;
	font-weight: bold;
	color: #222;
	pointer-events: none;
}

#contacto-mapa iframe {
	width: 100%;
	height: 320px;
	border: 0;
	display: block;
}

@media (max-width: 767px) {
	.contacto-form-box {
		margin: 2rem auto 0;
		padding: 1.5rem;
	}

	.contacto-form-row {
		flex-direction: column;
		align-items: stretch;
	}

	.contacto-form-row label {
		flex: none;
		margin-bottom: 0.35rem;
	}

	.contacto-info h3 {
		padding-left: 0;
	}
}

#footer-social-text .bg-wrap {
	background-color: #F4F5F6;
}
