body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  font-family: Montserrat, sans-serif;
}

main {
  flex: 1 0 auto;
}

.additional-items .description {
  padding-left: 2rem;
}

.hero.has-background {
  position: relative;
  overflow: hidden;
}
.hero-background {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.hero-background.is-transparent {
  opacity: 0.6;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear:both;
}

.is-black .title {
  text-shadow: 2px 2px black;
}

.is-black .subtitle {
  text-shadow: 2px 2px black;
}

.is-white .title {
  text-shadow: 2px 2px white;
}

.is-white .subtitle {
  text-shadow: 2px 2px white;
}

.hero.has-background {
  background-size: cover;
  background-position: center;
}

.loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  z-index: -1;
  transition: opacity .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.loader-wrapper .loader {
  height: 80px;
  width: 80px;
}

.loader-wrapper.is-active {
  opacity: 1;
  z-index: 1;
}

.item-slide {
  box-sizing: border-box;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgba(0,0,0,0);
  width: 90%;
  /*max-width: 1200px;*/
  /*max-height: 700px;*/
  overflow: hidden;
  text-align: center;
}

.modal img {
  height: 100vh;
}

.item-slide{
  display: none;
  justify-content: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.item-slide img {
  /*max-width: 1200px;*/
}

.caption-container {
  color: white;
}

.column img{
  margin-top: 20px;
}

.map {
  min-height: 600px;
}

#mapa img {
  max-width: none;
}

footer .menu-list a {
  color: white;
}

.address {
  display: inline-grid;
  grid-template-columns: auto auto;
}

.hero-white {
  color: white;
  background: transparent;
}

.hero-black {
  color: black;
  background: transparent;
}

a.navbar-item {
  font-weight: 700;
  font-size: 1.3em;
}

h2 {
  font-size: 150%;
  font-weight: 700;
}


h3 {
  font-size: 130%;
  font-weight: 700;
}

ul > li {
  list-style: inside;
}

.parallax {
  height: 25vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
  color: #00d1b2
}

p:empty {
  height: 24px;
}