/* TecnoFood Custom Styles */

/* Floating WhatsApp Button */
.whatsapp-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: #25d366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: white;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
	transition: all 0.3s ease;
	z-index: 999;
}

.whatsapp-button:hover {
	background-color: #1fad4a;
	box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
	transform: scale(1.1);
	text-decoration: none;
	color: white;
}

/* Placeholder Gray Images */
.placeholder-image {
	background-color: #EDEDED;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
}

/* Consultation band — same navy as the wide logo */
.consultation-band.section,
#consultation.consultation-band {
	background-color: #00165f;
}

.consultation-band h2 {
	color: #fff;
}

.consultation-band .btn-light {
	color: #00165f;
	border-color: #fff;
}

/* Custom Consultation Form Styling */
.consultation-form {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 30px;
}

.consultation-form .form-control {
	background-color: #fff;
	border-color: #ddd;
}

.consultation-form .form-control:focus {
	background-color: #fff;
	border-color: #00a3d5;
	box-shadow: 0 0 0 0.2rem rgba(0, 163, 213, 0.25);
}

/* Brand */
#header .header-brand-logo {
	object-fit: contain;
	display: block;
}

.hero-eyebrow {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #031b5c;
}

.hero-heading {
	margin: 0 0 1.15rem;
}

.hero-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 0.9rem;
}

.hero-specialty {
	display: block;
	position: static;
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1.4;
	color: #031b5c;
	letter-spacing: 0.02em;
	margin: 0;
}

.contact-brand-logo {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 168px;
	object-fit: contain;
}

@media (min-width: 768px) {
	.hero-title {
		font-size: 2.35rem;
	}
}

.hero-office-photo {
	border-radius: 8px;
	box-shadow: 0 8px 30px rgba(3, 27, 92, 0.18);
	height: 420px;
	width: 100%;
	object-fit: cover;
	object-position: 70% center;
}

.hero-photo-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 16px;
	max-width: 280px;
	background: #031b5c;
	color: #fff;
	padding: 14px 18px;
	text-align: left;
}

.hero-photo-caption p {
	font-size: 0.85rem;
	letter-spacing: 0.02em;
}

.hero-photo-caption small {
	display: block;
	font-size: 0.72rem;
	opacity: 0.85;
	margin-top: 2px;
}

/* Authorities — typographic, no icons */
.authority-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.authority-list li {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #031b5c;
	padding: 0 12px;
	border-left: 1px solid rgba(3, 27, 92, 0.25);
	line-height: 1.2;
}

.authority-list li:first-child {
	padding-left: 0;
	border-left: 0;
}

.authority-card {
	height: 100%;
	padding: 18px 12px;
	border: 1px solid rgba(3, 27, 92, 0.12);
	background: #fff;
	text-align: center;
}

.authority-card strong {
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #031b5c;
	margin-bottom: 6px;
}

.authority-card span {
	display: block;
	font-size: 0.72rem;
	line-height: 1.35;
	color: #5a6570;
}

.rubros-dinavisa {
	border-top: 1px solid rgba(3, 27, 92, 0.1);
}

.rubro-card {
	height: 100%;
	padding: 16px 14px;
	background: #00165f;
	color: #fff;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 76px;
}

.about-director-photo {
	border-radius: 8px;
	width: 100%;
	height: auto;
	box-shadow: 0 4px 20px rgba(3, 27, 92, 0.12);
}

/* Service Icon Box Styling */
.service-icon-box {
	background-color: #031b5c;
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: background-color 0.25s ease;
}

.service-icon-box i {
	color: white;
	font-size: 20px;
}

.service-icon-box:hover {
	background-color: #0088cc;
}

.footer-brand {
	display: inline-block;
	text-decoration: none;
}

.footer-logo {
	max-width: 160px;
	height: auto;
}

.footer-logo-tagline {
	display: block;
	margin-top: 8px;
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
	.hero-office-photo {
		height: 280px;
	}

	.hero-title {
		font-size: 1.75rem;
		margin-bottom: 0.65rem;
	}

	.contact-brand-logo {
		margin-left: auto;
		margin-right: auto;
		max-height: 140px;
	}

	.authority-list li {
		padding: 4px 10px 4px 0;
		border-left: 0;
		border-bottom: 0;
	}
}

