html {
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;

  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.has-text-idecor {
  color: #0c71c3;
  /* font-size: 35px; */
}

.has-background-footer-idecor {
  background-color: #eeeeee;
}

.is-btn-idecor {
  background-color: #0c71c3 !important;
  color: #fff;
}

.button.is-btn-idecor:hover {
  color: #fff;
}

.navbar.myheader {
  height: 150px;
  background: linear-gradient(to right, rgba(52, 184, 246, 1) 50%, rgba(52, 184, 246, 0) 100%), url('/static/images/header.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
}

.footer {
  margin-top: auto;
  height: 50px;
  min-height: 45px;
}

.fixed-footer {
  /* position: fixed; */
  bottom: 0;
  left: 0;
  width: 100%;
}

main {
  flex: 1;
}

#map {
  height: 65vh;
}

.mapa {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.custom-title-spaced {
  letter-spacing: 4px;
}

.bulma-arrow-mixin {
  @include arrow(purple);
}

.bulma-overlay-mixin {
  @include overlay(1.5rem);
  background-color: darkorange;
  border-radius: 0.25em;
  color: white;
  opacity: 0.9;
  padding: 1em;
}
