/* Custom Styles for Ruta64 */

:root {
	--awb-color1: #ffffff;
	--awb-color2: #0e030f;
	--awb-color3: #0e030f;
	--awb-color4: #0e030f;
	--awb-color5: #0e030f;
	--awb-color6: #6c4213;
	--awb-color7: #023e8a;
	--awb-color8: #091b18;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
	background-color: #0e030f;
	color: #ffffff;
	line-height: 1.6;
	overflow-x: hidden;
}

#wrapper {
	background-color: #0e030f;
}

#main {
	background-color: #0e030f;
}

section {
	background-color: #0e030f;
}

/* Hero section override - no background */
section.hero-section {
	background-color: transparent !important;
	background: transparent !important;
}

html {
	scroll-behavior: smooth;
}

/* Header Styles */
.fusion-tb-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: #000000;
	border-bottom: 2px solid #ffffff;
	box-shadow: 0 0 20px rgba(255, 0, 255, 0.6), 0 0 40px rgba(255, 0, 255, 0.3);
}

.fusion-logo-link img {
	max-width: 150px;
	height: auto;
}

.awb-menu__m-toggle {
	background: none;
	border: none;
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
	padding: 10px;
}

.awb-menu__m-toggle:hover {
	opacity: 0.8;
}

.awb-menu__main-ul {
	list-style: none;
	display: flex;
	gap: 20px;
	align-items: center;
}

.awb-menu__main-ul li a {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	transition: opacity 0.3s;
}

.awb-menu__main-ul li a:hover {
	opacity: 0.7;
}

/* Menu Section */
.menu-bebidas-swiper,
.menu-comida-swiper {
	padding: 40px 0;
}

.menu-bebidas-swiper .swiper-slide,
.menu-comida-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-bebidas-swiper .swiper-slide img,
.menu-comida-swiper .swiper-slide img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	max-width: 100%;
}

/* Promociones Swiper */
.promociones-swiper {
	padding: 40px 0;
}

.promociones-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.promociones-swiper .swiper-slide img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	max-width: 400px;
}

.swiper-button-prev,
.swiper-button-next {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.2);
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: rgba(255, 255, 255, 0.4);
}

/* Sucursales */
.visitanos-image {
	border-radius: 10px;
	overflow: hidden;
}

.visitanos-image img {
	width: 100%;
	height: auto;
}

.address-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	border: 2px solid #ffffff;
	border-radius: 10px;
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	transition: all 0.3s;
}

.address-button:hover {
	background: #ffffff;
	color: #000000;
}

/* Footer */
.social-links {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.social-link {
	color: #ffffff;
	font-size: 24px;
	transition: opacity 0.3s;
}

.social-link:hover {
	opacity: 0.7;
}

.footer .awb-menu__main-ul {
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

/* Go to Top */
.go-to-top-section {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
}

.fusion-page-load-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	transition: all 0.3s;
}

.fusion-page-load-link:hover {
	background: rgba(255, 255, 255, 0.4);
	transform: translateY(-5px);
}


/* Responsive */
@media screen and (max-width: 640px) {
	.fusion-no-small-visibility {
		display: none !important;
	}
	
	.awb-menu__main-ul {
		flex-direction: column;
		gap: 10px;
	}
	
	.menu-images {
		gap: 15px;
	}
	
	/* Mejorar visibilidad de botones en móvil */
	.address-button,
	.contacto-btn,
	.sucursal-btn {
		border-color: #ffffff !important;
		box-shadow: 0 0 15px rgba(255, 0, 255, 0.6) !important;
	}
	
	.address-button:hover,
	.contacto-btn:hover,
	.sucursal-btn:hover {
		border-color: #ffffff !important;
		box-shadow: 0 0 25px rgba(255, 0, 255, 0.8), 0 0 50px rgba(255, 0, 255, 0.4) !important;
	}
}

@media screen and (min-width: 641px) and (max-width: 1125px) {
	.fusion-no-medium-visibility {
		display: none !important;
	}
}

@media screen and (min-width: 1126px) {
	.fusion-no-large-visibility {
		display: none !important;
	}
}
