/* Contacta — cabecera/pie = site principal */
.wtc-contact-page {
	color: #3d4f63;
	background: #f5f8fb;
}

.wtc-contact-page .wtc-contact-hero {
	padding: 36px 0 12px;
	background: #fff;
	border-bottom: 1px solid #e2eaf2;
}
.wtc-contact-page .wtc-contact-eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #22688c;
	background: #eef5fa;
	border-radius: 999px;
}
.wtc-contact-page .wtc-contact-hero h1 {
	margin: 0 0 12px;
	font-size: 32px;
	line-height: 1.22;
	color: #16324f;
	font-weight: 700;
}
.wtc-contact-page .wtc-contact-lead {
	margin: 0;
	max-width: 38em;
	font-size: 16px;
	line-height: 1.55;
	color: #6b7c93;
}

.wtc-contact-page .wtc-contact-main {
	padding: 28px 0 56px;
}
.wtc-contact-page .wtc-contact-layout {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.wtc-contact-page .wtc-contact-layout > [class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: top;
}
@media (max-width: 991px) {
	.wtc-contact-page .wtc-contact-layout {
		display: block;
	}
	.wtc-contact-page .wtc-contact-layout > [class*="col-"] {
		display: block;
		width: 100%;
	}
}

.wtc-contact-page .wtc-contact-panel {
	background: #fff;
	border: 1px solid #e2eaf2;
	border-radius: 12px;
	padding: 28px 28px 24px;
	box-shadow: 0 8px 28px rgba(22, 50, 79, 0.06);
}
.wtc-contact-page .wtc-contact-panel h2 {
	margin: 0 0 6px;
	font-size: 20px;
	color: #16324f;
	font-weight: 700;
}
.wtc-contact-page .wtc-contact-panel-lead {
	margin: 0 0 22px;
	font-size: 14px;
	line-height: 1.5;
	color: #6b7c93;
}

.wtc-contact-page .wtc-contact-field {
	margin: 0 0 16px;
}
.wtc-contact-page .wtc-contact-field label {
	display: block;
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 600;
	color: #16324f;
}
.wtc-contact-page .wtc-contact-field .wtc-req {
	color: #c0392b;
	font-weight: 700;
}
.wtc-contact-page .wtc-contact-field input,
.wtc-contact-page .wtc-contact-field textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 12px 14px;
	font-size: 15px;
	line-height: 1.4;
	color: #16324f;
	background: #fff;
	border: 1px solid #d5e0ea;
	border-radius: 8px;
	box-shadow: none;
	outline: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.wtc-contact-page .wtc-contact-field textarea {
	min-height: 140px;
	resize: vertical;
}
.wtc-contact-page .wtc-contact-field input:focus,
.wtc-contact-page .wtc-contact-field textarea:focus {
	border-color: #22688c;
	box-shadow: 0 0 0 3px rgba(34, 104, 140, 0.15);
}
.wtc-contact-page .wtc-contact-hint {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: #6b7c93;
}

.wtc-contact-page .wtc-contact-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 8px 0 18px;
	font-size: 13px;
	line-height: 1.45;
	color: #3d4f63;
}
.wtc-contact-page .wtc-contact-check input {
	margin-top: 3px;
	flex: 0 0 auto;
}
.wtc-contact-page .wtc-contact-check a {
	color: #22688c;
	text-decoration: underline;
}

.wtc-contact-page .wtc-contact-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}
.wtc-contact-page .wtc-contact-submit {
	display: inline-block;
	border: 0;
	border-radius: 8px;
	padding: 12px 22px;
	font-size: 15px;
	font-weight: 600;
	color: #fff !important;
	background: linear-gradient(180deg, #22688c 0%, #1b5674 100%);
	cursor: pointer;
	box-shadow: 0 2px 0 #16324f;
}
.wtc-contact-page .wtc-contact-submit:hover,
.wtc-contact-page .wtc-contact-submit:focus {
	background: linear-gradient(180deg, #1b5674 0%, #16324f 100%);
}
.wtc-contact-page .wtc-contact-submit[disabled] {
	opacity: 0.65;
	cursor: wait;
}
.wtc-contact-page .wtc-contact-recaptcha-note {
	font-size: 11px;
	color: #8a9aab;
	line-height: 1.4;
}

.wtc-contact-page .wtc-contact-alert {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.45;
}
.wtc-contact-page .wtc-contact-alert--ok {
	background: #eef8f1;
	border: 1px solid #b7dfc3;
	color: #1e5c36;
}
.wtc-contact-page .wtc-contact-alert--err {
	background: #fdf0f0;
	border: 1px solid #f0c4c4;
	color: #8a2b2b;
}

.wtc-contact-page .wtc-contact-aside {
	padding-left: 8px;
}
@media (max-width: 991px) {
	.wtc-contact-page .wtc-contact-aside {
		padding-left: 0;
		margin-top: 22px;
	}
}
.wtc-contact-page .wtc-contact-aside-card {
	background: #fff;
	border: 1px solid #e2eaf2;
	border-radius: 12px;
	padding: 22px 22px 18px;
	margin-bottom: 14px;
}
.wtc-contact-page .wtc-contact-aside-card h3 {
	margin: 0 0 8px;
	font-size: 16px;
	color: #16324f;
	font-weight: 700;
}
.wtc-contact-page .wtc-contact-aside-card p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #6b7c93;
}
.wtc-contact-page .wtc-contact-aside-card ul {
	margin: 0;
	padding: 0 0 0 18px;
	color: #3d4f63;
	font-size: 14px;
	line-height: 1.55;
}
.wtc-contact-page .wtc-contact-aside-card a {
	color: #22688c;
	font-weight: 600;
	text-decoration: none;
}
.wtc-contact-page .wtc-contact-aside-card a:hover {
	text-decoration: underline;
}
.wtc-contact-page .wtc-contact-meta {
	margin: 0 0 14px;
	font-size: 14px;
	color: #3d4f63;
}
.wtc-contact-page .wtc-contact-meta strong {
	display: block;
	color: #16324f;
	font-size: 13px;
	margin-bottom: 4px;
}
.wtc-contact-page .wtc-contact-email-obf a,
.wtc-contact-page .wtc-contact-meta a[href^="tel:"] {
	color: #22688c;
	font-weight: 600;
	text-decoration: none;
	word-break: break-all;
}
.wtc-contact-page .wtc-contact-email-obf a:hover,
.wtc-contact-page .wtc-contact-meta a[href^="tel:"]:hover {
	text-decoration: underline;
}
.wtc-contact-page .wtc-contact-email-obf:empty::before {
	content: 'info [arroba] worktocloud.es';
	color: #6b7c93;
	font-weight: 600;
}
