@charset "UTF-8";
@font-face {
  font-family: frutigerbold;
  src: url(../fonts/frutigerlt-bold.woff);
}
@font-face {
  font-family: frutigerlight;
  src: url(../fonts/frutigerlt-light.woff);
}
@font-face {
  font-family: frutigerroman;
  src: url(../fonts/frutigerlt-roman.woff);
}
@font-face {
  font-family: icons;
  src: url(../fonts/icomoon.woff);
}
a {
  color: #333;
}
a:hover {
  color: #a27a00;
  text-decoration: none;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  margin-right: 1rem;
}

.icon-arroba:before {
  content: "";
  color: #a27a00;
}

.icon-home:before {
  content: "";
  color: #a27a00;
}

.icon-phone-call:before {
  content: "";
  color: #a27a00;
}

.mobile {
  padding-left: 5rem;
}

html, body {
  margin: 0;
  padding: 0;
}

section {
  position: relative;
}

.row {
  display: flex;
  margin: 0;
}
.row .col-sm-6 {
  padding: 0;
}
.row .col-sm-6:last-of-type {
  display: flex;
  flex-direction: column;
  padding-left: 4rem;
  justify-content: center;
  align-items: center;
}

.intro {
  height: 80vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 11rem;
}
.intro:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 204, 0, 0.5), transparent);
  z-index: 5;
}
.intro img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.intro .headline {
  z-index: 5;
  color: white;
  font-size: 1.8rem;
}
.intro h1, .intro h2 {
  text-align: center;
  font-size: 4rem;
  font-family: frutigerbold;
}
.intro h1 {
  font-size: 6rem;
  text-transform: uppercase;
}

.bee {
  width: 200px;
  height: auto;
  position: absolute;
  top: calc(-70px - 11rem);
  left: 50%;
  transform: translateX(-50%);
}

.form {
  font-size: 3rem;
}
.form h2 {
  text-transform: uppercase;
  font-weight: inherit;
  margin-bottom: 0;
}
.form h3 {
  margin-top: 0;
}
.form .container-fluid {
  padding: 0;
}
.form li {
  list-style: none;
  display: flex;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1200px) {
  .form {
    font-size: 2rem;
  }

  [class^=icon-], [class*=" icon-"] {
    font-size: 3rem;
  }

  .mobile {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 835px) {
  .form ul {
    padding: 0;
  }

  .form {
    font-size: 1.8rem;
  }

  [class^=icon-], [class*=" icon-"] {
    font-size: 2rem;
  }

  .row .col-sm-6:last-of-type {
    padding-left: 2rem;
  }

  .mobile {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .row {
    flex-direction: column-reverse;
  }
  .row .col-sm-6:last-of-type {
    align-items: center;
    margin-bottom: 6rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .intro h1 {
    font-size: 5rem;
  }
  .intro h2 {
    font-size: 3rem;
  }
}

/*# sourceMappingURL=style.css.map */
