

* {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

html, body {
    height: 100%;
}

.welcome_text {
	font-family: "Meow Script", cursive;
  	font-weight: 400;
  	font-style: normal;
}

.text-meow {
	font-family: "Meow Script", cursive;
}

:root {
	--brown_dark: #94643d;
	--brown_light: #c9844d;
}

.header-container, footer {
	display:none!important;
	opacity:0!important;
}

.main_img {
	background-size:cover ;
	background-position: center;
	background-repeat: no-repeat;
	width: 80%;
    max-width: 500px;
    height: 500px;
}

.text-brown {
    color: var(--brown_dark);
}

.main_logo.mt-4 {
    max-width: 150px;
}

.lower_menu {
    bottom: 0;
    box-shadow: 0px 0px 12px #333;
    background-color: #fff;
}

.lower_menu img {
    max-width: 40px;
}

.btn-brown-light {
	background-color: var(--brown_light);
}

.btn-brown-light:hover {
	background-color: var(--brown_dark);
}

.btn-brown-dark {
	background-color: var(--brown_dark);
}

.btn-brown-dark:hover {
	background-color: #000;
}

.bg-brown {
	background-color: var(--brown_dark);
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#map {
  width: 100%;
  height: 500px;
}

#text-and-qr {
    display: inline-block;
    padding: 5px;
    width: 100%;
    height: 400px !important;
    max-width: 400px;
    position: relative;
}

#qrcode {
    height: 100%;
    padding: 1em;
    background-color: #fff;
    max-width: 390px!important;
    width: 390px!important;
    border-radius: 1em;
    border: 8px solid var(--brown_light);
    box-shadow: 0px 0px 16px #333;
}

#qrcode canvas {
    margin: auto;
    display: block;
    max-width: 350px !important;
    width: 350px !important;
}

.hidden {
    display: none!important;
}

.iphone {
    height: 100%;
    display: flex;
    max-height: 900px;
}

.desktop-content {
    height: 100%;
}

.scan_with {
    text-shadow: 2px 2px 7px #333;
}

.view_on_mobile {
    text-shadow: 2px 2px 6px #333;
}

.iphone-container {
    background-color: var(--brown_light);
}

div#checkin_modal img {
    width: 100%;
    height: auto;
}

#information_modal p, #information_modal span, #checkin_modal span {
    font-weight: normal;
}

.btn-shadow {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}


.no-smoking {
  position: relative;
  display: flex;
  font-size: 3rem; /* tamaño ajustable */
  color: white; /* color del ícono prohibido */
}

.no-smoking .fa-ban {
  position: relative;
  z-index: 2; /* el círculo prohibido encima */
}

.no-smoking .cigarro {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  font-size: 1.5rem;
  z-index: 1; /* debajo del ban */
}

#checkOutModal ul {
    list-style: none;
    padding-left: 0;
}

#checkOutModal ul li {
    position: relative;
    padding-left: 20px;
}

#checkOutModal ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: bold;
}

div#information_modal p {
    font-size: .9em;
}

#welcome_info span {
    font-size: 1.3em !important;
    text-align: justify !important;
    display: block;
}

@media (max-width: 500px) {
  .main_img {
  	height: 350px;
  }
}