* {
  box-sizing: border-box;
  position: relative;
}

html, body, .container {
  width: 100%;
}

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  min-width: 320px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.background-grey {
  background-color: #777;
}

.margin-top-medium {
  margin-top: 40px;
}

.padding-top-medium {
  padding-top: 40px;
}

.container, .columns {
  width: 100%;
  margin: 0;
  padding: 0;
}

.columns {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery {
  padding-right: 20px;
}

.columns-1 .column, .columns-2 .column {
  width: 100%;
}

.column {
  width: 100%;
  margin-bottom: 2px;
}

.columns-2 .column .columns-1 .column {
  flex: unset;
}

.columns-2 .column {
  flex: 1 1 320px;
}

.columns-2.column-no-max .column {
  flex: 1 1;
}

.columns-3 .column {
  flex: 1 1 300px;
  max-width: 485px;
}

.columns-5 .column {
  flex: 1 1 280px;
  max-width: 485px;
}

.flex {
  display: flex;
}

.flex-center-h {
  justify-content: center;
}

.flex-center-v {
  align-items: center;
}

.flex-center-b {
  justify-content: center;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.image-container, .img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img img {
  width: 100%;
}

.h1, .h4, .p, .section-title-h2, .h5 {
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #555;
}

.h4 {
  font-weight: 400;
  font-size: 19px;
}

.h5 {
  font-weight: 300;
  font-size: 1.04em;
}

.main-title {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6352941176);
  margin-top: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
}

@media (min-width: 644px) {
  .main-title {
    margin-top: 0px;
  }
}
.main-title.text-only {
  margin-top: 20px;
}

.tag-line {
  width: 260px;
}

.intro {
  width: 240px;
}

.intro ul {
  margin: 0;
  padding: 0;
  padding-left: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

.intro ul li {
  font-weight: 300;
  margin-bottom: 2px;
  color: #444;
}

.em {
  font-weight: 400;
}

.link {
  text-decoration: none;
  color: #398418;
  font-weight: 400;
}

.link:hover {
  color: #ff9e06;
}

.section-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 50px;
}

.section-title-h2 {
  max-width: 250px;
  font-weight: 400;
  font-size: 33px;
  border-bottom: 3px solid #ff9e06;
  text-align: center;
}

.section-intro {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.section-intro .h5 {
  width: 250px;
  text-align: justify;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
}

.title-bar, .tool-bar {
  flex: 1 1 100%;
  height: 48px;
  display: flex;
}

.title-bar {
  justify-content: center;
  align-items: center;
}

/* .tool-bar {
    align-items: center;
} */
.tool-bar {
  align-items: center;
  position: absolute;
  width: 57px;
  height: 173px;
  flex-wrap: wrap;
  background-color: rgba(75, 75, 75, 0.6784313725);
  opacity: 0.8;
  border-bottom-right-radius: 15px;
  z-index: 10000;
}

.title-bar-h3 {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #444;
}

.navbar .navigation, .navbar .navigation .hamburger, .navbar .navigation .hamburger input.menuinput, .navbar .navigation .hamburger span {
  position: absolute;
  width: 40px;
  height: 31px;
  right: 0px;
  top: 0px;
  padding: 0;
  margin: 0;
}

.navbar .navigation {
  right: 5px;
  top: 5px;
}

.navbar .navigation .hamburger input.menuinput {
  display: inline-block;
  z-index: 5200;
  opacity: 0;
}

.navbar .navigation .hamburger span {
  height: 5px;
  background-color: #ddd;
  display: inline-block;
  transition: all 0.5s;
  z-index: 5100;
}

.navbar .navigation .hamburger span:nth-child(2), .navbar .navigation .hamburger span:nth-child(3) {
  top: 13px;
}

.navbar .navigation .hamburger span:nth-child(4) {
  top: 26px;
}

.hamburger input.menuinput:checked ~ span {
  opacity: 0;
}

.hamburger input.menuinput:checked ~ span:nth-child(3), .hamburger input.menuinput:checked ~ span:nth-child(2) {
  opacity: 1;
  transform: rotate(45deg);
  background-color: #d9d9d9;
}

.hamburger input.menuinput:checked ~ span:nth-child(2) {
  transform: rotate(-45deg);
}

.menu-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 100vw;
  transition: all 0.5s;
  width: 100vw;
  height: 100vh;
  top: -5px;
  background-color: rgba(0, 0, 0, 0.671);
  margin: 0;
  padding: 0;
  z-index: 5000;
}

.hamburger input.menuinput:checked ~ .menu-container {
  right: -5px;
}

.menu-text {
  color: #d9d9d9;
  text-decoration: none;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}

.normal-menu {
  display: none;
}

.search-tool {
  width: 240px;
  border: 1px solid #bbb;
  height: 32px;
  border-radius: 29px;
  margin-left: 5px;
  display: flex;
  align-items: center;
}

.search-tool-icon {
  fill: #d9d9d9;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
}

.search-tool .search-input {
  border: 0;
  border-radius: 30px;
  width: 100%;
  background-color: none;
  padding-left: 40px;
  color: #666;
}

/* .navbar .tool-bar .tool-bar-tools {
    display: flex;
    fill: #bbb;

    flex-grow: 1;
    justify-content: flex-end;
    padding-right: 10px;
    align-items: center;
} */
.navbar .tool-bar .tool-bar-tools {
  display: flex;
  fill: #bbb;
  flex-grow: 1;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}

/* .navbar .tool-bar .tool-bar-tools .tool-bar-tool {
    margin-left: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.navbar .tool-bar .tool-bar-tools .tool-bar-tool {
  border: 1px solid #eee;
  border-radius: 4px;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  background: white;
}

@media (min-width: 600px) {
  .navbar .title-bar {
    width: 157px;
    flex: none;
  }
  .navbar .tool-bar {
    flex: 1 1 auto;
    justify-content: flex-end;
    width: 163px;
    position: relative;
    height: unset;
    z-index: unset;
    background-color: unset;
    padding-right: 60px;
  }
  .navbar .tool-bar .tool-bar-tools {
    flex-grow: unset;
    margin-top: 0px;
  }
  .navbar .tool-bar .tool-bar-tools .tool-bar-tool {
    margin-bottom: 0px;
    margin-left: 10px;
  }
}
@media (min-width: 920px) {
  .navbar {
    justify-content: space-between;
    align-items: center;
  }
  .navbar .navigation {
    width: auto;
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hamburger {
    display: none;
  }
  .normal-menu {
    display: flex;
    justify-content: center;
  }
  .normal-menu-item {
    flex: 1 1 auto;
  }
  .normal-menu .menu-text {
    margin-bottom: 0px;
    padding: 10px;
    color: #8f7b7b;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .normal-menu .menu-text:hover {
    background-color: #8f7b7b;
    color: white;
  }
  .navbar .tool-bar {
    padding-right: 5px;
  }
}
.contact-block {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact-block-header {
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  margin-top: 40px;
  width: 100%;
}

.buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
  justify-content: space-around;
  margin-top: 40px;
}

.buttons .btn, .btn {
  display: flex;
  width: 200px;
  height: 60px;
  background-color: #ff9e06;
  border-radius: 40px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  color: white;
  font-family: "Raleway", sans-serif;
  border: 1px solid white;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3333333333);
}

.buttons.max-width {
  width: 220px;
}

.btn.whatsapp {
  background-color: #25d366;
}

.btn.email {
  background-color: #2da3af;
}

.btn .icon {
  width: 32px;
  margin-right: 6px;
  fill: white;
}

.btn .icon img {
  width: 100%;
}

.cta-action .btn {
  margin-bottom: 22px;
}

.contact-link {
  text-decoration: none;
  color: #2da3af;
  margin-top: -10px;
  display: inline-block;
  font-weight: 400;
}

.card {
  width: 92%;
  border: 1px solid #ccc;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2666666667);
  padding: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery-card {
  flex: 1 1 320px;
  margin-left: 20px;
  max-width: 450px;
}

.card-title {
  display: flex;
  justify-content: center;
}

.card-h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #666;
  border-bottom: 2px solid #ff9e06;
  text-align: center;
  max-width: 250px;
}

.card-content {
  width: 90%;
}

.card-p, .card .ul, .card .li {
  font-weight: 300;
  color: #444;
  font-size: 0.95em;
}

.card-p.em {
  font-weight: 400;
}

.card-table {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  border-left: 1px solid #d8e2eb;
  border-right: 1px solid #d8e2eb;
  max-width: 300px;
  padding: 20px;
}

.card-table-header, .card-table-row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
  height: 28px;
  align-items: center;
}

.card-table-header {
  border-bottom: 1px solid #d8e2eb;
}

.card-table-row:nth-child(odd) {
  background-color: #d8e2eb;
}

.card-table-hd, .card-table-td {
  width: 50%;
  padding: 5px;
  padding-left: 20px;
}

.form, .form-input-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.form-input-group {
  margin-bottom: 20px;
  justify-content: center;
}

.form-input-label {
  width: 100%;
  color: #444;
  font-family: "Open sans", sans-serif;
  margin-bottom: 5px;
}

.form-input-text, .form-input-textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  color: #444;
  padding: 5px;
}

.form-input-textarea {
  height: 200px;
}

.form-input-group.important {
  display: none;
}

.form .btn {
  height: 50px;
  background-color: #649256;
  font-size: 16px;
  border: none;
}

footer, footer a {
  color: white;
}

.footer-links {
  display: flex;
  justify-content: center;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  color: white;
  padding: none;
  margin-left: 0;
  margin-bottom: 5px;
}

.footer-links ul li a {
  color: white;
  text-decoration: none;
}

.footer-links ul li a:hover {
  color: #ff9e06;
}/*# sourceMappingURL=main.css.map */