/* GENERAL */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

* {
	border-radius: 0 !important;
}
html {
	height: 100vh !important;
	background: url("/img/foto-lanzadera-oct-2023.png"); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 600px) {
	html {
		background: url("/img/foto-lanzadera-oct-2023-mobile.png"); 
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
}
body {
  font-family: 'Lato', sans-serif;
  color: #000;
  background: transparent;
}

#content {
	margin-top: 60px;
}

#shop_selector_container {
	background-color: rgba(255, 255, 255, 0.5);
}

#logo {
	width: 170px;
}

.subtitle {
	border-bottom: 2px solid #000;
	margin: 20px 50px;
	padding: 6px 0;
}
.subtitle h2 {
	font-size: 1.5rem !important;
}

#shop_selector {
	list-style: none;
	padding: 20px;
}
#shop_selector li {
	padding: 0;
}
#shop_selector li a {
	padding: 5px 10px;
	width: 100%;
	height: 100%;
	color: #000;
	display: block;
	text-decoration: none;
	font-size: 1.1rem;
	margin-bottom: 10px;
}
#shop_selector li a:hover {
	background-color: #fff;
	color: #44135d;
}