@import url("https://fonts.googleapis.com/css?family=Work+Sans&display=swap");

@font-face {
  font-family: "Birch Std";
  src: url("fonts/BirchStd.eot");
  src: url("../webfonts/BirchStd.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/BirchStd.woff2") format("woff2"),
    url("../webfonts/BirchStd.woff") format("woff"),
    url("../webfonts/BirchStd.ttf") format("truetype"),
    url("../webfonts/BirchStd.svg#Birch Std") format("svg");
}

body {
  height: 100%;
  font-family: "Work Sans", sans-serif;
}

h1 {
  font-family: "Birch Std";
  text-transform: uppercase;
}

#intro {
  background-color: #000;
}

.placeholder {
  background-color: #0a0a0a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  width: 100%;
  height: 1;
  padding-bottom: 70%;
}

.title {
  display: block;
  position: relative;
}

.title::after {
  content: "";
  position: relative;
  height: 3px;
  width: 30px;
  left: 0;
  top: 0.05em;
  background: #fff;
  display: block;
}

.title-dark::after {
  background: #000;
}

#home {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;

  background: url("../assets/productos/cerveza.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#home video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#home .container {
  position: relative;
  z-index: 2;
}

#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}

#home .logo {
  background-image: url("../assets/pentos.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  z-index: 2;
}

@media (min-width: 768px) {
  #home .logo {
    background-size: 40%;
  }
}

@media (min-width: 992px) {
  #home .logo {
    background-size: 20%;
  }
}

@media (pointer: coarse) and (hover: none) {
  #home {
    background: #000 url("../assets/home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10%;
    background-attachment: scroll;
  }
  #home video {
    display: none;
  }
}

@media (min-width: 992px) {
  #home {
    background: url("../assets/productos/cerveza.jpg") black no-repeat cover
      center center scroll;
  }
}

section {
  min-height: 100vh;
}

.divider .gradient {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%);
}

.divider {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-top: 30%;
  position: relative;
}

.divider#filosofia {
  background-image: url("../assets/nosotros.jpg");
  background-position: 85% -200px;
}

.divider#franquicias {
  background-image: url("../assets/franquicias.jpg");
  background-position: 64% -50px;
}

.divider#postulaciones {
  background-color: #000;
  background-image: url("../assets/sumate.jpg");
  /* background-position: 45% -200px; */
  background-position: bottom center;
  background-attachment: fixed;
}

@media (min-width: 992px) {
  .divider {
    background-attachment: fixed;
    padding-top: 0;
    background-size: 70vw;
  }

  .divider .gradient {
    background: radial-gradient(
      circle at 100% center,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 70%
    );
  }

  .divider#filosofia {
    background-position: right center;
  }

  .divider#franquicias {
    background-position: 120% top;
  }

  .divider#postulaciones {
    /* background-position: 140% 80px; */
    background-position: center right;
  }
}

.divider p {
  z-index: 99;
  line-height: 2;
  color: #fff;
}

.hamburger {
  line-height: 1;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}

.hamburger-box {
  display: block;
}

.hamburger,
.hamburger:focus {
  outline: none;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1;
}

#menu {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-55%);
  -ms-transform: translateX(-50%) translateY(-55%);
  -moz-transform: translateX(-50%) translateY(-55%);
  -o-transform: translateX(-50%) translateY(-55%);
  transform: translateX(-50%) translateY(-55%);
  background: #000;
  -webkit-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  -moz-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  -o-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  opacity: 0;
}

#menu.visible {
  z-index: 99;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  -moz-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  -o-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
}

nav.navbar {
  background: #000;
}

#menu ul {
  font-family: "Birch Std";
  text-transform: uppercase;
}

#menu a,
#menu a:hover,
#menu a:active,
#menu a:focus {
  color: #fff;
}

#menu ul {
  padding: 0;
}

#menu li {
  padding: 0;
}

#menu a {
  color: #fff;
  font-size: 300%;
}

@media (max-width: 480px) {
  #menu ul {
    padding: 0;
    overflow: auto;
  }

  #menu li {
    padding: 4px 0 4px 0;
  }

  #menu a {
    color: #fff;
    font-size: 200%;
    text-transform: uppercase;
  }
}

.foto {
  position: relative;
  overflow: hidden;
  background: #000;
}

.foto img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  -moz-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  -o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
}

.foto.active img:nth-child(2) {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  -moz-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  -o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
}

.foto img:nth-child(1) {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  -moz-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  -o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
}

.foto.active img:nth-child(1) {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  -moz-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  -o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
}

.local {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px;
  width: 100%;
}

@media (max-width: 576px) {
  .local {
    background-position: 0 10%;
  }
}

.wait {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#contacto a,
#contacto a:hover {
  color: #000;
  text-decoration: none;
}

.instagram {
  color: #e1306c;
}

.facebook {
  color: #3c5a99;
}

.maps {
  color: #dd483e;
}

.modal-content {
  background: none;
  border: none;
  border-radius: 0px;
  position: relative;
}

.modal-dialog {
  max-width: 90vh;
}

.modal-body img {
  max-height: 80vh;
}

.modal-body {
  padding: 0;
}

.modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  opacity: 1;
  z-index: 999;
}
