/* ==========================================================================
   PanAm Export - Custom Footer Redesign
   Modernización del footer manteniendo paleta corporativa azul.
   Prefijo .pe-footer- para evitar colisiones con clases del tema.
   ========================================================================== */

/* Footer wrapper -------------------------------------------------------- */
#footer.pe-footer {
	background: linear-gradient(180deg, #0a4d8a 0%, #07406f 100%);
	color: #d6e4f2;
	padding: 60px 0 0;
	border-top: 4px solid #ffb600;
	margin-top: 60px;
}

#footer.pe-footer .pe-footer-top {
	padding-bottom: 40px;
}

/* Columns --------------------------------------------------------------- */
#footer.pe-footer .pe-footer-col {
	margin-bottom: 30px;
}

/* Brand block ----------------------------------------------------------- */
#footer.pe-footer .pe-footer-brand {
	margin-bottom: 18px;
}

#footer.pe-footer .pe-footer-logo {
	max-width: 160px;
	height: auto;
	background: #ffffff;
	padding: 8px 12px;
	border-radius: 6px;
}

#footer.pe-footer .pe-footer-about {
	font-size: 13px;
	line-height: 1.7;
	color: #c8d6e5;
	margin: 0;
}

/* Section titles -------------------------------------------------------- */
#footer.pe-footer .pe-footer-title {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 22px;
	padding-bottom: 12px;
	position: relative;
}

#footer.pe-footer .pe-footer-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #ffb600;
}

/* Quick links ----------------------------------------------------------- */
#footer.pe-footer .pe-footer-links {
	margin: 0;
	padding: 0;
}

#footer.pe-footer .pe-footer-links li {
	margin-bottom: 10px;
}

#footer.pe-footer .pe-footer-links li a {
	color: #d6e4f2;
	font-size: 13px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	transition: color 0.25s ease, transform 0.25s ease;
}

#footer.pe-footer .pe-footer-links li a i {
	color: #ffb600;
	margin-right: 8px;
	font-size: 12px;
	transition: transform 0.25s ease;
}

#footer.pe-footer .pe-footer-links li a:hover,
#footer.pe-footer .pe-footer-links li a:focus {
	color: #ffb600;
	text-decoration: none;
}

#footer.pe-footer .pe-footer-links li a:hover i {
	transform: translateX(4px);
}

/* Contact block --------------------------------------------------------- */
#footer.pe-footer .pe-footer-phone {
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 6px;
	transition: color 0.25s ease;
}

#footer.pe-footer .pe-footer-phone i {
	color: #ffb600;
	margin-right: 8px;
	font-size: 18px;
}

#footer.pe-footer .pe-footer-phone:hover {
	color: #ffb600;
}

#footer.pe-footer .pe-footer-ext {
	color: #c8d6e5;
	font-size: 12px;
	margin: 0 0 16px;
	letter-spacing: 1px;
}

#footer.pe-footer .pe-footer-contact {
	margin: 14px 0 0;
}

#footer.pe-footer .pe-footer-contact li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1.6;
	color: #d6e4f2;
}

#footer.pe-footer .pe-footer-contact li i {
	color: #ffb600;
	font-size: 14px;
	margin-right: 10px;
	margin-top: 4px;
	width: 16px;
	text-align: center;
	flex-shrink: 0;
}

#footer.pe-footer .pe-footer-contact li a {
	color: #d6e4f2;
	text-decoration: none;
	transition: color 0.25s ease;
}

#footer.pe-footer .pe-footer-contact li a:hover {
	color: #ffb600;
}

/* Bottom bar ------------------------------------------------------------ */
#footer.pe-footer .pe-footer-bottom {
	background: rgba(0, 0, 0, 0.18);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 18px 0;
	margin-top: 10px;
}

#footer.pe-footer .pe-footer-copy {
	margin: 0;
	font-size: 12.5px;
	color: #c8d6e5;
	line-height: 1.6;
}

#footer.pe-footer .pe-footer-copy strong {
	color: #ffffff;
}

#footer.pe-footer .pe-footer-bottom-links a {
	color: #c8d6e5;
	font-size: 12.5px;
	text-decoration: none;
	transition: color 0.25s ease;
}

#footer.pe-footer .pe-footer-bottom-links a:hover {
	color: #ffb600;
}

#footer.pe-footer .pe-footer-bottom-links .pe-sep {
	color: rgba(255, 255, 255, 0.25);
	margin: 0 8px;
}

/* Responsive ------------------------------------------------------------ */
@media (max-width: 767px) {
	#footer.pe-footer {
		padding-top: 40px;
		text-align: center;
	}

	#footer.pe-footer .pe-footer-title::after {
		left: 50%;
		transform: translateX(-50%);
	}

	#footer.pe-footer .pe-footer-links li a,
	#footer.pe-footer .pe-footer-contact li {
		justify-content: center;
	}

	#footer.pe-footer .pe-footer-bottom-links {
		text-align: center !important;
		margin-top: 8px;
	}

	#footer.pe-footer .pe-footer-bottom .col-md-6 {
		text-align: center;
	}
}
