.body {
  overflow: hidden;
  background-color: #fff;
}

.section-wide {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-wide.section-hero {
  height: 90vh;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #003c41;
}

.section-wide.section-footer {
  height: 10vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}

.section-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.header-inner {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin: 25px 0px 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-h1 {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 320%;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0px;
}

.page-h1.page-h1-important {
  color: #fff;
}

.page-h1-important {
  color: #f0515d;
  font-weight: 400;
}

.button-primary {
  display: block;
  width: 250px;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 40px 0px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.1px;
}

.button-primary:hover {
  background-color: #fff;
  color: #003c41;
}

.hero-block {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.button-logo {
  width: 60%;
  height: 100%;
  max-height: 80px;
  max-width: 190px;
  background-image: url('../images/img-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-decoration: none;
}

.footer-inner {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff;
  box-shadow: 4px -3px 50px 0 rgba(0, 0, 0, .3);
}

.h1-semi-important {
  font-weight: 300;
}

.footer-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.service-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.service-text {
  display: block;
  max-width: 160px;
  margin-top: 10px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #003c41;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.image-services {
  display: block;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.service-text-important {
  color: #f0515d;
  font-weight: 400;
}

.section-sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 400px;
  height: 100vh;
  background-color: #fff;
}

.body-overlay {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.sidebar-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  margin: 10% auto 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 14%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003c41;
}

.sidebar-content {
  display: block;
  height: auto;
  margin-top: 15%;
  margin-bottom: 17%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-footer {
  overflow: hidden;
  height: 19%;
}

.sidebar-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.button-close {
  width: 25px;
  height: 25px;
  background-image: url('../images/img-close.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sidebar-logo {
  display: block;
  width: 250px;
}

.sidebar-text {
  width: 100%;
  max-width: 310px;
  margin-top: 15%;
  font-family: Lato, sans-serif;
  color: #00b0a7;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.sidebar-footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 340px;
  margin: 0px auto 1px;
  padding-top: 5%;
  padding-bottom: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar-footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-footer-info-img-medium {
  display: block;
  margin-top: -2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sidebar-footer-info-text {
  width: 100%;
  max-width: 250px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  color: #003c41;
  font-weight: 300;
}

.sidebar-footer-info-img-small {
  margin-right: 5px;
  margin-left: 3px;
}

.footer-fixed-top {
  position: absolute;
  left: 0px;
  top: -30px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 30px;
}

.footer-fixed-top-text {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}

.button-menu {
  width: 30px;
  height: 30px;
  background-image: url('../images/img-menu.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-watermark {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 360px;
  min-width: 200px;
  margin-top: -4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-watermark-image {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .page-h1 {
    max-width: 900px;
    font-size: 38px;
    font-weight: 300;
  }
  .footer-inner {
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section-sidebar {
    display: none;
    overflow: hidden;
    width: 50%;
  }
  .footer-fixed-top-text {
    font-weight: 300;
  }
  .hero-watermark {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .section-wide.section-footer {
    margin-top: 40%;
  }
  .page-h1 {
    font-size: 2.4em;
    line-height: 50px;
  }
  .service-text {
    font-size: 115%;
  }
  .section-sidebar {
    width: 70%;
  }
  .hero-watermark {
    width: 25%;
  }
}

@media (max-width: 479px) {
  .body {
    overflow: scroll;
  }
  .section-wide.section-hero {
    height: 100vh;
  }
  .section-wide.section-footer {
    height: 30vh;
    margin-top: 40%;
  }
  .section-inner {
    margin-top: 0px;
  }
  .hero-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-h1 {
    font-size: 2em;
    line-height: 45px;
    font-weight: 300;
  }
  .button-primary {
    display: block;
    width: 80%;
    max-width: 250px;
    min-width: 200px;
    margin-top: -10%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 1.5em;
  }
  .button-logo {
    width: 60%;
    max-width: 170px;
  }
  .footer-inner {
    height: 450px;
    margin-top: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-service {
    width: 100%;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-text {
    max-width: 160px;
    font-size: 1.2em;
  }
  .footer-block {
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-sidebar {
    display: none;
    width: 100%;
  }
  .sidebar-content-inner {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .sidebar-content {
    height: 40%;
    margin-bottom: 6%;
  }
  .sidebar-title {
    margin-right: 0px;
    margin-left: 15px;
  }
  .button-close {
    margin-right: 15px;
  }
  .sidebar-logo {
    width: 60%;
  }
  .sidebar-text {
    overflow: visible;
    max-width: 320px;
    margin-top: 15%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.1em;
    line-height: 20px;
    font-weight: 400;
  }
  .sidebar-footer-inner {
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .sidebar-footer-info {
    margin-left: 15px;
  }
  .footer-fixed-top-text {
    margin-top: 1px;
    font-size: 1.2em;
    font-weight: 300;
  }
  .hero-watermark {
    width: 25%;
    min-width: 190px;
  }
}

