/**
 * Footer - Estilos del pie del sitio.
 * Referencia: paginas/home/home.html (site-footer, footer-left, footer-right).
 * Se encola en todas las páginas.
 */

.site-footer {
	background-color: #1a1a1a;
	color: rgba(255, 255, 255, 0.9);
	margin-top: 0;
}

.site-footer__top {
	padding-top: 0;
	padding-bottom: 0;
}

/* Región footer-first: dos columnas (left + right) */
.site-footer .region-footer-first {
	margin-left: 0;
	margin-right: 0;
}

/* Columna izquierda: "Stay up to date" / redes sociales */
.site-footer .footer-left {
	padding: 2rem 0rem;
}

.site-footer .footer-left.bg-red {
	background-color: #b40f20;
	background-image: url('/wp-content/themes/extremeescape-theme/assets/media/bg-red.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.site-footer .footer-left .color-white,
.site-footer .footer-left h2,
.site-footer .footer-left h3 {
	color: #fff !important;
}

.site-footer .footer-left h6.red2 {
	color: rgba(255, 255, 255, 0.9);
}

.site-footer .footer-left .social-icon {
	width: 40px;
	height: 40px;
	margin: 0 0.5rem;
	transition: opacity 0.2s;
}

.site-footer .footer-left .social-icon:hover {
	opacity: 0.85;
}

.site-footer .footer-left .footer-cell {
	max-width: auto;
	height: auto;
	margin-top: 1rem;
}

/* Columna derecha: logo, direcciones, menú */
.site-footer .footer-right {
	padding: 2rem 1.5rem;
}

.site-footer .footer-right.bg-hands {
	background-color: #2d2d2d;
	background-image: url('/wp-content/themes/extremeescape-theme/assets/media/bg-hands.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.site-footer .logo-footer,
.site-footer .custom-logo {
	max-height: 60px;
	width: auto;
}

.site-footer .footer-right h2 {
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}

.site-footer .footer-right p {
	margin-bottom: 1rem;
}

.site-footer .footer-right .color-white {
	color: rgba(255, 255, 255, 0.9) !important;
}

.site-footer .footer-right .color-white:hover {
	color: #fff !important;
}

/* Menú del footer */
.site-footer .menu--footer .navbar-nav {
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0 !important;
}

.site-footer .menu--footer .nav-link {
	color: rgba(255, 255, 255, 0.9);
	padding: 0.25rem 0;
}

.site-footer .menu--footer .nav-link:hover {
	color: #fff;
}

/* Región footer-second: nota (SearchRPM / BrandWork) */
.site-footer .region-footer-second {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .region-footer-second .text-align-center {
	text-align: center;
	margin: 0;
	font-size: 1.5rem;
}

.site-footer .region-footer-second a {
	color: rgba(255, 255, 255, 0.8);
}

.site-footer .region-footer-second a:hover {
	color: #fff;
}

/* Ocultar site-info por defecto (diseño custom) */
.site-footer .site-info {
	font-size: 0.75rem;
	padding: 0.5rem 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}

.site-footer .site-info a {
	color: rgba(255, 255, 255, 0.6);
}

/* Responsive */
@media (max-width: 767.98px) {

	.site-footer .footer-left,
	.site-footer .footer-right {
		text-align: center;
	}

	.site-footer .footer-right .row {
		justify-content: center;
	}

	.site-footer .menu--footer .navbar-nav {
		justify-content: center;
	}
}