* {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}
.preload * {
  transition: none !important;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
}
img {
  display: block;
  max-width: 100%;
}
button {
  background: none;
  cursor: pointer;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}
html,
body {
  min-height: 100%;
  width: 100%;
}
body {
  background: #f8f8f8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  font-family: 'Hind';
  min-height: 100vh;
  position: relative;
}
body .containment {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
@font-face {
  font-family: 'Hind';
  font-weight: 300;
  src: url("../fonts/Hind-Light.woff2") format('woff2'), url("../fonts/Hind-Light.woff") format('woff');
}
@font-face {
  font-family: 'Hind';
  font-weight: 400;
  src: url("../fonts/Hind-Regular.woff2") format('woff2'), url("../fonts/Hind-Regular.woff") format('woff');
}
@font-face {
  font-family: 'Hind';
  font-weight: 500;
  src: url("../fonts/Hind-Medium.woff2") format('woff2'), url("../fonts/Hind-Medium.woff") format('woff');
}
@font-face {
  font-family: 'Hind';
  font-weight: 600;
  src: url("../fonts/Hind-Bold.woff2") format('woff2'), url("../fonts/Hind-Bold.woff") format('woff');
}
.--break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 1px;
}
.--break + * {
  margin-left: 0;
}
.--flex {
  display: -ms-flexbox;
  display: flex;
}
.--space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.--space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.--center {
  -ms-flex-pack: center;
      justify-content: center;
}
.--column {
  -ms-flex-direction: column;
      flex-direction: column;
}
.--align-center {
  -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
}
.--align-start {
  -ms-flex-align: start;
      -ms-grid-row-align: flex-start;
      align-items: flex-start;
}
.--align-end {
  -ms-flex-align: end;
      -ms-grid-row-align: flex-end;
      align-items: flex-end;
}
.--align-stretch {
  -ms-flex-align: stretch;
      -ms-grid-row-align: stretch;
      align-items: stretch;
}
.-wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.btn {
  background: transparent;
  border: 2px solid #69c8af;
  border-radius: 5px;
  color: #69c8af;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.btn.-loading {
  font-size: 0;
  pointer-events: none;
}
.btn.-loading:after {
  content: 'Carregando...';
  font-size: 16px;
}
.btn:hover {
  background: #69c8af;
  color: #fff;
}
footer {
  background: #6cbca7 url("../images/footer-bg.jpg") no-repeat center top;
  margin-top: -230px;
  min-height: 468px;
  overflow: hidden;
  padding-top: 365px;
}
footer .content {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 100px;
}
footer .content .block .info {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
footer .content .block .info img {
  margin-right: 10px;
  width: 18px;
}
footer .content .block .info span {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
footer .content .block .info + .info {
  margin-top: 5px;
}
footer .content .logo img {
  height: 97px;
}
footer .bottom-content {
  -ms-flex-align: end;
      align-items: flex-end;
  border-top: 2px dotted #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 75px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 80px;
  padding-bottom: 30px;
  padding-top: 50px;
}
footer .bottom-content .back-to-top {
  -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
  color: #fff;
  display: block;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 12px;
  text-align: center;
}
footer .bottom-content .back-to-top:before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  display: block;
  height: 20px;
  margin: 0 auto;
  transform: rotate(45deg);
  width: 20px;
}
footer .bottom-content .genia img {
  height: 29px;
}
header {
  background: url("../images/header-bg.png") no-repeat center;
  height: 179px;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.3s all ease;
  width: 100%;
  z-index: 3;
}
header.-flat {
  background: #69c8af;
  height: auto;
  padding: 15px 0;
}
header.-flat nav {
  padding: 0;
}
header.-flat nav .logo img {
  height: 70px;
}
header.-opened nav .menu {
  transform: translate(0);
}
header.-opened .open-menu .icon {
  background: transparent;
}
header.-opened .open-menu .icon:before {
  transform: translateY(0) rotate(45deg);
}
header.-opened .open-menu .icon:after {
  transform: translateY(0) rotate(-45deg);
}
header nav {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 60px 37px;
  width: 100%;
}
header nav .menu {
  display: -ms-flexbox;
  display: flex;
}
header nav .menu a {
  border-bottom: 2px solid transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s border ease;
}
header nav .menu a:hover {
  border-bottom: 2px solid #fff;
}
header nav .menu a + a {
  margin-left: 20px;
  position: relative;
}
header nav .menu a + a:before {
  background: #59ab95;
  content: '';
  height: 16px;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
header nav .open-menu {
  display: none;
  height: 60px;
  margin-left: 15px;
  position: relative;
  transition: border 0.4s ease;
  width: 60px;
  z-index: 1;
}
header nav .open-menu .icon {
  background: #fff;
  border-radius: 2px;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.4s ease;
  width: 36px;
}
header nav .open-menu .icon:before,
header nav .open-menu .icon:after {
  background: #fff;
  border-radius: 2px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease;
  width: 100%;
}
header nav .open-menu .icon:before {
  transform: translateY(-10px);
}
header nav .open-menu .icon:after {
  transform: translateY(10px);
}
.raw-text {
  color: #5c5c5c;
  font-size: 20px;
  line-height: 25px;
}
.std-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
.std-form .col-48 {
  width: 48%;
}
.std-form input,
.std-form textarea {
  background: transparent;
  border: 2px solid #59ab95;
  border-radius: 4px;
  color: #5c5c5c;
  height: 50px;
  padding-left: 10px;
  width: 100%;
}
.std-form input + *,
.std-form textarea + * {
  margin-top: 20px;
}
.std-form textarea {
  height: 260px;
  padding-top: 10px;
  resize: none;
}
.std-form button {
  width: 240px;
}
.std-title {
  color: #69c8af;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}
.std-title.-dashed {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.std-title.-dashed:after {
  border-bottom: 5px dotted #e6e7e7;
  content: '';
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-left: 20px;
}
.home-pg .banner {
  background: url("../images/banner.jpg") no-repeat center;
  height: 836px;
  width: 100%;
}
.home-pg .who-we-are {
  margin-top: -225px;
}
.home-pg .who-we-are .content {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}
.home-pg .who-we-are .content .text {
  margin-left: 30px;
  width: 490px;
}
.home-pg .who-we-are .content .text .std-title {
  margin-bottom: 25px;
}
.home-pg .our-services {
  margin-top: 40px;
}
.home-pg .our-services .services {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.home-pg .our-services .services .service {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 10px;
  width: 268px;
}
.home-pg .our-services .services .service .text {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0 15px;
}
.home-pg .our-services .services .service .text .service-title {
  color: #69c8af;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
}
.home-pg .our-services .services .service .text .raw-text {
  margin-bottom: 13px;
  width: 100%;
}
.home-pg .our-services .services .service .text .btn {
  margin-top: auto;
  width: 100%;
}
.home-pg .contact-us {
  background: #f0f0f0 url("../images/contact.png") no-repeat center top;
  padding: 125px 0 150px;
}
.home-pg .contact-us .raw-text {
  margin-top: 10px;
}
.home-pg .contact-us .std-form {
  margin-top: 20px;
}
.home-pg .location {
  background: #f0f0f0;
}
.home-pg .location .map {
  border: 12px solid #fff;
  border-radius: 5px;
  height: 520px;
  margin: 0 auto;
  width: 1100px;
}
.home-pg .location .map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .-wrap {
    padding: 0 15px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  footer {
    margin-top: -400px;
  }
}
@media (max-width: 999px) {
  footer .content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  footer .content > * {
    margin-bottom: 30px;
  }
  footer .content > *:first-child {
    margin-bottom: 0;
  }
}
@media (max-width: 410px) {
  footer .content .block .info span {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 1099px) {
  header {
    background: #69c8af;
    height: auto;
    padding: 20px 0;
  }
  header nav {
    padding: 0 50px;
  }
  header nav .logo img {
    height: 60px;
  }
}
@media (max-width: 440px) {
  header nav .menu {
    -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    background: #69c8af;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100vh;
    padding: 140px 40px 40px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: 0.3s transform ease;
  }
  header nav .menu a + a {
    margin-left: 0;
    margin-top: 20px;
  }
  header nav .menu a + a:before {
    display: none;
  }
  header nav .open-menu {
    display: block;
  }
}
@media (max-width: 1099px) and (max-width: 559px) {
  header nav {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .std-form {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .std-form .col-48 {
    width: 100%;
  }
  .std-form .col-48 + .col-48 {
    margin-top: 20px;
  }
}
@media (max-height: 500px) {
  .home-pg .banner {
    display: none;
  }
  .home-pg .who-we-are {
    margin-top: 130px;
  }
}
@media (max-width: 850px) {
  .home-pg .who-we-are .content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .home-pg .who-we-are .content .text {
    margin-left: 0;
  }
}
@media (max-width: 520px) {
  .home-pg .who-we-are .content .text {
    width: 100%;
  }
}
@media (max-width: 1130px) {
  .home-pg .location .map {
    height: calc((100vw - 30px) * (520 / 1100));
    min-height: 280px;
    width: 100%;
  }
}
