body {
	background: url('../img/parrilla-fisher-bg.jpg');
}

#porcentaje {
  color: white;
  font-family: EnamelaBold;
  font-size: 24px;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  letter-spacing: 2px;
}

.scrolled__menu .store-button {
  color: #f2f0e0;
}

.store-button {
  background: black;
  width: 180px;
  height: 44px;
  line-height: 36px;
  margin-top: 2px;
  border-radius: 10px;
  padding: 6px;
  cursor: pointer;
  margin-left: 20px;
  display: none;
}

.store-button img {
  height: 30px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 700px) {
  .store-button {
    margin: auto;
    height: 60px;
  }

  .store-button img {
    position: absolute;
    margin-left: -40%;
    margin-top: 8px;
  }

  .store-button span {
    display: block;
    margin-top: 10px;
  }

  #store {
    width: 90%;
  }
}

.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  margin: auto;
  width: 80%;
  width: 700px;
}

#modal-button {
  font-size: 16px;
  color: black;
  font-family: Bluu;
  text-align: center;
  background: #f3efe2;
  padding-bottom: 32px;
}

#modal-button a:link {
  color: black;
}

.floating-content {
  position: absolute;
  width: 30%;
  margin-top: 71%;
  margin-left: 17%;
  z-index: 3;
}

.modal-image {
  width: 100%;
  height: auto;
  position: absolute;
  cursor: pointer;
}

#modal-close {
  position: absolute;
  right: auto;
  width: 60px;
  text-align: center;
  right: 0;
  line-height: 60px;
  height: 60px;
  background: black;
  z-index: 2;
}

#modal-close span {
  color: white;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-family: Bluu;
  line-height: normal;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1800px) {
  .modal-content {
    width: 500px;
  }

  #modal-close {
    width: 40px;
    line-height: 40px;
    height: 40px;
  }

  #modal-close span {
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .modal-content {
    width: 100%;
  }
  #modal-button {
    font-size: 14px;
    padding-bottom: 16px;
  }

  #modal-close {
    width: 35px;
    line-height: 35px;
    height: 35px;
  }

  #modal-close span {
    font-size: 20px;
  }

}

.my-navbar {
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:in-range , .navbar-light .navbar-nav .nav-link:link {
	font-size: 18px;
	color: white;	
 	font-weight: bold;		 
}
		 
.my-navbar li{
	padding-left: 5px;
	padding-right: 5px;
}
		 
.dropdown-menu{
    min-width: 18rem;
}

	/* Evita scroll cuando el overlay está activo */
	.no-scroll { overflow: hidden; }

	/* Backdrop pantalla completa */
	.menu-backdrop{
	  display: none;                 /* oculto por defecto */
	  position: fixed;
	  inset: 0;                      /* top/right/bottom/left: 0 */
	  background: linear-gradient(180deg, rgba(0,0,0,.6), rgba(0,0,0,.9));
	  z-index: 1;                 /* encima del contenido */
	}

	/* En desktop, no mostrar nunca */
	@media (min-width: 992px){
	  #menuBackdrop{ display: none !important; }
	}


/*.card {
  padding: 30px 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  border: none !important;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}*/
.blue-text {
  color: #00bcd4;
}
.form-control-label {
  margin-bottom: 0;
}
/*input,
textarea,
button {
  padding: 8px 15px;
  border-radius: 5px !important;
  margin: 5px 0px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 18px !important;
  font-weight: 300;
  margin: 10px;
}*/
input:focus,
textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #00bcd4;
  outline-width: 0;
  font-weight: 400;
}
.btn-block {
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 400;
  height: 43px;
  cursor: pointer;
}
.btn-block:hover {
  color: #fff !important;
}
button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

/*CUSTOM*/
.bg-breadcrumb {
    background-color: #e9ecef !important;
}

.btn-primary {
	background-color: #000 !important;
    border-color: #000 !important;
}

.redes-sociales i {
	color: white;
    font-size: 18px;
}