h1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  clear: left;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  border-right: 3px solid #c76c18;
  border-bottom: 3px none #3098be;
  border-left: 3px solid #c76c18;
  background-color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

h5 {
  margin-top: 5px;
  margin-bottom: 0px;
  float: left;
  clear: left;
  font-family: 'Proxima nova alt';
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  clear: left;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

.splash-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
}

.section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: auto;
  padding: 75px;
  background-color: #141414;
}

.section.footer {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  padding: 0px;
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  background-color: transparent;
}

.menu-button {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: visible;
  width: 41px;
  height: 43px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
}

.menu-button.w--open {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: transparent;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
}

.line-1.v2 {
  width: 30px;
  background-color: #fff;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.simple {
  top: 28px;
}

.line-2.v2 {
  background-color: #fff;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.simple {
  top: 38px;
}

.line-3.v2 {
  width: 30px;
  background-color: #fff;
}

.line2-1 {
  position: absolute;
  left: 0px;
  top: 19px;
  right: 0px;
  display: none;
  width: 0px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #7a7a7a;
}

.nav-menu {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-link {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 60px;
  max-width: 360px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  clear: both;
  border: 2px solid #5fc9f3;
  -webkit-transition: background-color 200ms ease, color 250ms ease, text-shadow 250ms ease;
  transition: background-color 200ms ease, color 250ms ease, text-shadow 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: right;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  text-shadow: 0 0 0 #000;
}

.nav-link.w--current {
  max-width: 250px;
  border-color: #fff;
  color: #7a7a7a;
}

.nav-link.w--current:hover {
  color: #333;
}

.nav-link.white {
  border-color: #7a7a7a;
}

.nav-link.white:hover {
  color: #fff;
}

.nav-container {
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 5px;
}

.container {
  position: relative;
  height: 60px;
}

.close {
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #7a7a7a;
  font-size: 11px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 1px;
}

.open {
  position: absolute;
  top: 0px;
  right: -11px;
  bottom: 0px;
  overflow: hidden;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Cronospro;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 1px;
}

.open-close-mask {
  position: absolute;
  top: 0px;
  right: 65px;
  bottom: 0px;
  overflow: hidden;
  width: 70px;
  height: 50px;
}

.open-close-mask.moose {
  margin-top: 8px;
}

.park-avenue-title.w--current {
  position: static;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 85px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.park-avenue-title.dark {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova alt';
  line-height: 60px;
  font-weight: 200;
}

.nav-link-holder {
  width: 100%;
  height: 60px;
  max-width: 250px;
  margin-top: 2.75px;
  margin-bottom: 2.75px;
  float: right;
  clear: both;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
}

.nav-link-holder:hover {
  color: #fff;
}

.sliding-block {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 60px;
  max-width: 250px;
  float: right;
  clear: none;
  background-color: #cea142;
}

.email-link {
  margin-left: 2px;
  padding-left: 20px;
  background-image: url('../images/email19.png');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.h4 {
  width: 100%;
  border-right-width: 2px;
  border-right-color: #cea142;
  border-left-width: 2px;
  border-left-color: #cea142;
  background-color: transparent;
  font-family: Bentonsans;
  text-align: center;
  text-transform: capitalize;
}

.h4.light {
  margin-left: 10px;
  color: #fff;
  font-weight: 400;
}

.h4.light.pa {
  display: block;
  width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: 'Proxima nova alt';
  color: #333;
  text-align: center;
}

.footer {
  width: 100%;
}

.footer-content {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}

.light {
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-weight: 400;
}

.light.float-left {
  float: left;
  clear: left;
}

.fax-link {
  padding-left: 22px;
  background-image: url('../images/paper6.png');
  background-position: 0px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #333;
  text-decoration: none;
}

.centered-block {
  display: block;
  width: 100%;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.header-white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
}

.linked {
  color: #333;
  text-decoration: none;
}

.menu-row {
  position: relative;
  background-color: #f5f5f5;
}

.menu-column {
  overflow: hidden;
  height: 50vh;
  padding-top: 10px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #fff;
}

.menu-column.middle {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

.menu-column.padded-top {
  padding-top: 10px;
}

.moose-navbar {
  position: absolute;
  left: 0px;
  top: -9px;
  right: 0px;
  margin-top: 9px;
  padding-top: 31px;
  padding-bottom: 31px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 31, 55, 0.35)), to(rgba(8, 31, 55, 0.35)));
  background-image: linear-gradient(180deg, rgba(8, 31, 55, 0.35), rgba(8, 31, 55, 0.35));
}

.moose-menu-button {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.39);
}

.moose-menu-button.w--open {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.39);
}

.moose-color-overlay-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #14213d;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.moose-line-1 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 30px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.moose-line-2 {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 4px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.moose-line-1---2 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  z-index: 2;
  display: none;
  width: 30px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.moose-line-2-2 {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  z-index: 2;
  display: none;
  width: 4px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.moose-nav-menu {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.moose-nav-link {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 7px 7px 0 0 #000;
  -webkit-transition: letter-spacing 250ms ease, border-color 250ms ease, width 250ms ease;
  transition: letter-spacing 250ms ease, border-color 250ms ease, width 250ms ease;
  font-family: Merriweather, serif;
  color: #00417f;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.moose-nav-link:hover {
  width: 65%;
  border-bottom: 3px solid #cea142;
  letter-spacing: 2px;
}

.moose-nav-link.w--current {
  width: 55%;
}

.number {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 20px;
  background-color: #333;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
}

.x-menu {
  background-color: transparent;
}

.x-menu-button {
  width: 65px;
  height: 65px;
  padding: 5px;
  -webkit-perspective: 600px;
  perspective: 600px;
}

.x-menu-button.w--open {
  background-color: hsla(0, 0%, 100%, 0);
}

.square-parent {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -webkit-perspective: 9999px;
  perspective: 9999px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.square-front {
  position: absolute;
  left: 0px;
  top: 7px;
  right: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
  -webkit-perspective: 9999px;
  perspective: 9999px;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.square-floor {
  position: absolute;
  left: 8px;
  top: 7px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  -webkit-perspective: 9999px;
  perspective: 9999px;
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.leftx {
  position: absolute;
  left: 8px;
  top: 14px;
  width: 25px;
  height: 3px;
  float: left;
  clear: left;
  background-color: #cea142;
  -webkit-transform: perspective(1200px) rotateX(0deg) rotateY(45deg) rotateZ(0deg) translate3d(10px, 0px, -15px);
  transform: perspective(1200px) rotateX(0deg) rotateY(45deg) rotateZ(0deg) translate3d(10px, 0px, -15px);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.leftx._2 {
  top: 24px;
}

.leftx._3 {
  top: 34px;
}

.rightx {
  position: absolute;
  top: 14px;
  right: 8px;
  width: 25px;
  height: 3px;
  background-color: #cea142;
  -webkit-transform: rotateX(0deg) rotateY(-45deg) rotateZ(0deg) translate3d(-10px, 0px, -15px);
  transform: rotateX(0deg) rotateY(-45deg) rotateZ(0deg) translate3d(-10px, 0px, -15px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rightx._2 {
  top: 24px;
}

.rightx._3 {
  top: 34px;
}

.x-line {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 45px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #cea142;
  -webkit-transform: translate(0px, -50%) rotate(45deg);
  -ms-transform: translate(0px, -50%) rotate(45deg);
  transform: translate(0px, -50%) rotate(45deg);
}

.x-line._2 {
  -webkit-transform: translate(0px, -50%) rotate(-45deg);
  -ms-transform: translate(0px, -50%) rotate(-45deg);
  transform: translate(0px, -50%) rotate(-45deg);
}

.simple-nav {
  background-color: hsla(0, 0%, 100%, 0);
}

.simple-menu-button {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: #fff;
}

.simple-menu-button.w--open {
  background-color: #fff;
}

.simple-menu-button.circular {
  border-radius: 55px;
}

.simple-link {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #afafaf;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #333;
}

.simple-nav-link-holder {
  background-color: hsla(0, 0%, 100%, 0);
}

.flip-nav {
  left: 0px;
  top: 10px;
  right: 0px;
  background-color: transparent;
}

.flipper-nav-button {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 43px;
  height: 43px;
  padding: 0px;
  border-radius: 55px;
  background-color: #f76d6d;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.55);
}

.flipper-nav-button.w--open {
  background-color: #f76d6d;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.55);
}

.flipper-nav-link-menu {
  top: 62px;
  border-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0);
}

.flipper-nav-container {
  position: relative;
  left: 0px;
  right: 0px;
  height: 43px;
  border-radius: 25px;
}

.purple-nav-link {
  right: 3px;
  width: 52%;
  margin-top: 10px;
  float: right;
  clear: left;
  border-radius: 50px;
  background-color: #786df7;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.55);
  -webkit-transition: letter-spacing 250ms ease, width 250ms ease;
  transition: letter-spacing 250ms ease, width 250ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 2px;
}

.purple-nav-link:hover {
  width: 55%;
  letter-spacing: 4px;
}

.purple-nav-link.square {
  border-radius: 0px;
  background-color: #0098ff;
}

.triangle-nav {
  left: 0px;
  top: 10px;
  right: 0px;
  background-color: transparent;
}

.triangle-nav-button {
  width: 50px;
  height: 50px;
  padding: 0px;
  border-right: 2px solid #786df7;
  border-bottom: 2px solid #786df7;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #4c459e;
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
}

.triangle-nav-button:hover {
  box-shadow: 4px 4px 0 0 #4c459e;
}

.triangle-nav-button.w--open {
  border-bottom: 2px solid #4c459e;
  border-right-color: #4c459e;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #786df7;
}

.triangle {
  position: relative;
  top: 10.5px;
  display: block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-left: auto;
  border-right: 13px solid transparent;
  border-bottom: 23px solid #786df7;
  border-left: 13px solid transparent;
}

.triangle-link {
  right: 5px;
  width: 75%;
  margin-top: 10px;
  float: right;
  clear: left;
  border-right: 2px solid #4c459e;
  border-bottom: 2px solid #4c459e;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #786df7;
  -webkit-transition: box-shadow 250ms ease, border-color 250ms ease;
  transition: box-shadow 250ms ease, border-color 250ms ease;
  color: #786df7;
  font-size: 18px;
}

.triangle-link:hover {
  border-right-color: #786df7;
  border-bottom-color: #786df7;
  box-shadow: 4px 4px 0 0 #4c459e;
}

.triangle-nav-menu {
  background-color: transparent;
}

.point-left-nav {
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.hamburger-menu {
  background-color: transparent;
}

.hamburger-button {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.55);
}

.hamburger-button.w--open {
  background-color: #fff;
}

.top-bun {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  display: block;
  width: 35px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px 25px 0px 0px;
  background-color: #fdba58;
  box-shadow: 1px 1px 0 0 #be9848;
}

.hamburger-meat {
  position: absolute;
  left: 0px;
  top: 29px;
  right: 0px;
  display: block;
  width: 40px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #63452d;
}

.bottom-bun {
  position: absolute;
  left: 0px;
  top: 37px;
  right: 0px;
  display: block;
  width: 35px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #fdba58;
  box-shadow: 1px 1px 0 0 #be9848;
}

.hamburger-menu-item {
  background-color: #fff;
  color: #df7134;
}

.hamburger-menu-list {
  padding-top: 10px;
  background-color: transparent;
}

.lettuce {
  position: absolute;
  left: -1px;
  top: -2px;
  right: 0px;
  display: block;
  width: 42px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #6ace61;
}

.tomato {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -2px;
  display: block;
  width: 30px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e91111;
  box-shadow: 1px 1px 0 0 #b90707;
}

.example-navbar {
  padding-top: 20px;
  background-color: transparent;
}

.menubutton {
  width: 60px;
  height: 60px;
  background-color: #0098ff;
}

.menubutton.w--open {
  background-color: #ff8f00;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: block;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  display: block;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.melted {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 75px;
  background-color: #000;
}

.melted.w--open {
  background-color: #000;
}

.top-bubble {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.middle-bubble {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.bottom-bubble {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.bottom-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #363b4e;
}

.light-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 26px;
  text-align: center;
}

.link {
  color: #94e6a5;
}

.link.white {
  color: #fff;
}

.webflow-logo {
  background-image: url('../images/webflow-logo-white-full.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

.bubbly-nav-menu {
  top: 90px;
  background-color: transparent;
}

.nav-link-bubble {
  width: 100%;
  margin-top: 10px;
  border-radius: 55px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, padding 350ms ease;
  transition: color 200ms ease, padding 350ms ease;
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 1px;
}

.nav-link-bubble:hover {
  padding-left: 30px;
}

.important-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
}

.important-text-2 {
  color: #fff;
  font-size: 13px;
}

.important-text-3 {
  color: #fff;
  font-size: 13px;
}

.sectionfoto {
  margin-top: -317px;
}

.slider {
  height: 70vh;
  padding-top: 0px;
}

.slide {
  position: relative;
  left: 0px;
  top: -1px;
  right: 0px;
  padding-right: 0px;
  background-image: url('../images/imagemTopo-satur.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav {
  position: absolute;
  display: inline-block;
  margin-top: 2px;
  padding-top: 14px;
  background-color: transparent;
}

.mask {
  margin-top: 315px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image {
  position: absolute;
  left: 0px;
  top: -67px;
  right: 0px;
  z-index: 1000;
  margin-top: -14px;
  padding-top: 0px;
}

.image.tablet {
  top: -82px;
  display: none;
}

.divblock-color-image-topo {
  width: 40%;
  height: 100%;
  float: right;
  background-image: linear-gradient(263deg, rgba(190, 0, 76, 0.45), transparent 73%);
}

.divblock-color-image-topo.lado-direito {
  float: left;
  background-image: linear-gradient(88deg, rgba(190, 0, 76, 0.44), transparent 73%);
}

.divblock-texto {
  position: absolute;
  left: 0px;
  top: 249px;
  width: auto;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: 29px;
  padding: 42px 58px 42px 36px;
  border-style: solid;
  border-width: 10px;
  border-color: hsla(0, 0%, 100%, 0.25);
  background-color: rgba(13, 51, 92, 0.49);
}

.texto-topo-slide {
  display: inline-block;
  margin-right: 0px;
  padding-right: 1px;
  padding-left: 42px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 56px;
  font-weight: 300;
  text-align: left;
  text-shadow: 1px 1px 14px #000;
}

.container-2 {
  position: relative;
  z-index: 999;
}

.slide-2 {
  background-image: url('../images/imagemToposlide4.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/imagemTopo-slide03.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-resultado-online {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.section-resultado-online.certificacoes-paragrafo {
  padding-top: 27px;
  padding-bottom: 27px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 65, 127, 0.1)), to(rgba(0, 65, 127, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 65, 127, 0.1), rgba(0, 65, 127, 0.1));
}

.coluna-direita-ronline {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 65, 127, 0.45)), to(rgba(0, 65, 127, 0.45)));
  background-image: linear-gradient(180deg, rgba(0, 65, 127, 0.45), rgba(0, 65, 127, 0.45));
  background-position: 0px 0px;
}

.div-retangulo {
  margin: 5px 0px;
  padding: 0px 4px;
  border-style: solid;
  border-width: 8px;
  border-color: hsla(0, 0%, 100%, 0.27);
  background-color: rgba(202, 198, 198, 0.29);
}

.opcoes-quadrados {
  font-family: 'Droid Serif', serif;
  color: #00417f;
  font-size: 25px;
  text-align: center;
}

.texto-interno-square {
  padding-right: 57px;
  padding-left: 57px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.botao-select {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #4c459e;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}

.div-block-square-options {
  text-align: center;
}

.coluna-3-esquerdo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 65, 127, 0.45)), to(rgba(0, 65, 127, 0.45)));
  background-image: linear-gradient(180deg, rgba(0, 65, 127, 0.45), rgba(0, 65, 127, 0.45));
}

.coluna-2-meio {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 138, 59, 0.56)), to(rgba(192, 138, 59, 0.56)));
  background-image: linear-gradient(180deg, rgba(192, 138, 59, 0.56), rgba(192, 138, 59, 0.56));
}

.conteudo01 {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 28px;
  padding-bottom: 33px;
}

.titulos {
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 888;
  display: block;
  margin-top: -336px;
  padding-right: 48px;
  opacity: 1;
  font-family: 'La Belle Aurore', sans-serif;
  color: #00417f;
  font-size: 124px;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.25), -3px -1px 11px #fff;
}

.paragraph {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  font-family: Verdana, Geneva, sans-serif;
  color: #00417f;
  font-size: 16px;
  line-height: 27px;
}

.paragraph.intro {
  margin-right: 0px;
  padding-right: 45px;
  padding-left: 45px;
  text-align: left;
}

.paragraph.resultados {
  padding-right: 45px;
  padding-left: 45px;
  text-align: left;
}

.paragraph.resultados.certificacoes {
  text-align: left;
}

.paragraph.resultados.contato-com-endereco {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph.resultados.contato-com-endereco.telefone {
  font-size: 21px;
  font-weight: 700;
}

.paragraph.contact {
  padding-top: 14px;
  padding-bottom: 14px;
}

.paragraph.dentro-do-form {
  padding-left: 1px;
}

.paragraph.dentrodo-form {
  margin-right: 0px;
  padding: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.61);
}

.paragraph.centralizado {
  text-align: center;
}

.paragraph.lista-ul {
  margin-bottom: 0px;
}

.paragraph.planoseconv {
  margin-top: 17px;
  margin-bottom: 17px;
  text-align: center;
}

.heading {
  top: 0px;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #00417f;
  font-size: 63px;
  line-height: 75px;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 0 36px #fcfcfc;
}

.heading.laboratorio {
  top: 47px;
  margin-top: -60px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 63px;
  text-align: center;
}

.heading.laboratorio.artigos {
  position: static;
  top: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 46px;
  clear: none;
  text-align: left;
}

.heading.noticias {
  margin-top: -23px;
  margin-bottom: 38px;
  padding-top: 46px;
  padding-bottom: 0px;
  background-image: none;
}

.heading.home {
  margin-bottom: -41px;
  padding-bottom: 0px;
  font-size: 63px;
}

.image-2 {
  opacity: 0.5;
  text-align: right;
}

.coluna-imagem-intro {
  top: 13px;
  padding-bottom: 66px;
  text-align: right;
}

.titulo-nome-empresa {
  margin-top: 43px;
  margin-bottom: 18px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #00417f;
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.titulo-nome-empresa.contato-localizacao {
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 14px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px;
}

.titulo-nome-empresa.contato-localizacao.over-imagem {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 6px #000;
}

.titulo-nome-empresa.pagina-estrutura {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 30px 0px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.titulo-nome-empresa.vantagens {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 25px;
  font-weight: 500;
}

.titulo-nome-empresa.planosconv {
  text-align: center;
}

.titulo-nome-empresa.hometitulo {
  padding-left: 45px;
}

.div-botao {
  text-align: center;
}

.section-localizar {
  margin-bottom: 0px;
  padding: 23px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/fundo-enderecos.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/fundo-enderecos.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.coluna-endereco {
  border-style: none;
  border-right-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.2);
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}

.coluna-endereco.sem-barra {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-width: 0px;
  border-right-style: none;
  border-left-style: none;
  font-family: Montserrat, sans-serif;
  color: #00417f;
  font-size: 21px;
  font-weight: 300;
}

.heading-2 {
  margin-top: 18px;
  font-family: Montserrat, sans-serif;
  color: #00417f;
  font-weight: 300;
  text-align: center;
}

.heading-3 {
  margin-top: 18px;
  font-family: Montserrat, sans-serif;
  color: #00417f;
  font-size: 24px;
  font-weight: 300;
}

.heading-3.sem-barra {
  border-style: none;
  font-size: 18px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #00417f;
  font-size: 16px;
  line-height: 27px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #00417f;
  font-size: 16px;
  line-height: 27px;
}

.section-2 {
  padding-top: 138px;
  padding-bottom: 138px;
}

.container-logos {
  margin-top: 0px;
  padding: 30px 6px;
}

.chamada-titulo-h3 {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #00417f;
  font-weight: 500;
  text-align: center;
}

.section-planos-e-convenios {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 43px;
  padding-bottom: 43px;
}

.colunas-loguinhos {
  padding: 12px;
  text-align: center;
}

.section-artigos {
  padding-top: 12px;
  padding-bottom: 33px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 65, 127, 0.1)), to(rgba(0, 65, 127, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 65, 127, 0.1), rgba(0, 65, 127, 0.1));
  text-align: center;
}

.footer-menzen {
  margin-top: 0px;
  padding-top: 41px;
  padding-bottom: 18px;
  background-color: #00417f;
}

.rowfooter {
  margin-right: 89px;
  margin-left: 89px;
}

.footer-titulos {
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.footer-titulos.segundo-paragrafo {
  margin-bottom: 23px;
  text-align: right;
}

.coluna4-footer {
  text-align: right;
}

.paragrafo-footer-4 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
  text-align: left;
}

.paragrafo-footer-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.links-footer {
  padding-top: 7px;
  padding-bottom: 7px;
  float: left;
  clear: both;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
  text-decoration: none;
}

.image-3 {
  margin-bottom: 27px;
  float: left;
  clear: both;
  text-align: left;
}

.column {
  text-align: center;
}

.column.meio-unidades {
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px none rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.column-2 {
  text-align: center;
}

.artigos-home {
  margin-right: 0px;
  margin-left: 0px;
  padding: 34px 6px 6px 7px;
}

.link-para-pagina-postagem {
  display: none;
  float: right;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #00417f;
  font-size: 19px;
  text-align: center;
}

.container-3 {
  margin-top: 23px;
  text-align: center;
}

.container-3.mais-artigos-link {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  text-align: center;
}

.quadrado-imagens {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.imagem-topo-interior {
  margin-bottom: 22px;
  padding-top: 209px;
  padding-bottom: 209px;
  background-image: url('../images/imagemTopo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.imagem-topo-interior.pagina-de-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bloco-dinamico {
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 74px;
  padding-bottom: 86px;
  border-top: 1px none rgba(0, 65, 127, 0.17);
  background-image: none;
}

.imagem-dinamica-postagem {
  height: 100%;
  padding-top: 184px;
  padding-bottom: 184px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block {
  padding: 21px;
  background-color: #00417f;
  text-align: center;
}

.div-block.logo {
  margin-bottom: 17px;
  border-radius: 10px;
}

.logo-blog {
  margin-bottom: 21px;
  clear: both;
  text-align: center;
}

.botao-menzen {
  display: block;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.73);
  -webkit-perspective: 572px;
  perspective: 572px;
  -webkit-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #00417f;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.botao-menzen:hover {
  background-color: #fff;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.div-mais-materias-blog {
  padding-top: 0px;
  padding-bottom: 143px;
  background-color: transparent;
  text-align: center;
}

.heading-4 {
  border-right-style: none;
  border-right-color: transparent;
  border-bottom-style: none;
  border-left-style: none;
  border-left-color: transparent;
  background-color: transparent;
  font-size: 27px;
  font-weight: 300;
}

.heading-4.titulo-outros-artigos {
  margin-top: 0px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(0, 65, 127, 0.27);
  font-family: Montserrat, sans-serif;
  color: #00417f;
  font-weight: 500;
}

.div-titulos-de-postagens {
  padding-right: 5px;
  padding-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 65, 127, 0.16);
  border-radius: 10px;
  text-align: center;
}

.heading-4-titulos {
  margin-bottom: 8px;
  padding-bottom: 11px;
  border-bottom: 1px dashed rgba(0, 65, 127, 0.23);
  border-right-style: none;
  border-left-style: none;
  border-left-width: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #00417f;
  font-size: 15px;
  font-weight: 500;
}

.column-3 {
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 65, 127, 0.2);
}

.heading-5 {
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  color: #00417f;
  font-size: 43px;
  line-height: 50px;
  font-weight: 600;
}

.container-4 {
  margin-top: 0px;
  padding-top: 0px;
}

.rich-text-block {
  margin-bottom: 33px;
  padding-top: 20px;
  padding-bottom: 26px;
  border-bottom: 1px dotted rgba(0, 65, 127, 0.23);
  font-family: Merriweather, serif;
}

.foto-autores {
  padding: 82px 1px;
  border-radius: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.autor-texto-biobblog {
  padding-right: 19px;
  padding-left: 19px;
  border-radius: 0px;
}

.img-autor {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 0px 20px;
}

.coluna-foto-autor {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

.section-imagem-paginas.planos {
  margin-top: 238px;
  padding-top: 242px;
  padding-bottom: 242px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 161, 66, 0.4)), to(rgba(206, 161, 66, 0.4))), url('../images/Screenshot-2017-07-09-19.11.21.png');
  background-image: linear-gradient(180deg, rgba(206, 161, 66, 0.4), rgba(206, 161, 66, 0.4)), url('../images/Screenshot-2017-07-09-19.11.21.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-imagem-paginas.planos.contato {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 161, 66, 0.4)), to(rgba(206, 161, 66, 0.4))), url('../images/LABORATORIO.jpeg');
  background-image: linear-gradient(180deg, rgba(206, 161, 66, 0.4), rgba(206, 161, 66, 0.4)), url('../images/LABORATORIO.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-imagem-paginas.planos.sobre-a-menzen {
  background-image: url('../images/imagemTopo.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-imagem-paginas.planos.servicos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 161, 66, 0.4)), to(rgba(206, 161, 66, 0.4))), url('../images/lablab.jpg');
  background-image: linear-gradient(180deg, rgba(206, 161, 66, 0.4), rgba(206, 161, 66, 0.4)), url('../images/lablab.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section-imagem-paginas.planos.convenios {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 161, 66, 0.4)), to(rgba(206, 161, 66, 0.4))), url('../images/Topo-planos.png');
  background-image: linear-gradient(180deg, rgba(206, 161, 66, 0.4), rgba(206, 161, 66, 0.4)), url('../images/Topo-planos.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section-imagem-paginas.planos.localizacoes {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 161, 66, 0.4)), to(rgba(206, 161, 66, 0.4))), url('../images/images.jpeg');
  background-image: linear-gradient(180deg, rgba(206, 161, 66, 0.4), rgba(206, 161, 66, 0.4)), url('../images/images.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section-imagem-paginas.planos.resultado {
  background-image: url('../images/analista-controle.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: repeat;
}

.section-imagem-paginas.planos.agendamto {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 167, 116, 0.17)), to(rgba(128, 167, 116, 0.17))), url('../images/imagem-ResultadosOnline.png'), url('../images/Screenshot-2017-07-09-19.11.21.png');
  background-image: linear-gradient(180deg, rgba(128, 167, 116, 0.17), rgba(128, 167, 116, 0.17)), url('../images/imagem-ResultadosOnline.png'), url('../images/Screenshot-2017-07-09-19.11.21.png');
  background-position: 0px 0px, 50% 50%, 50% 0px;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, no-repeat;
}

.section-imagem-paginas.planos.artigos-e-noticias {
  background-image: url('../images/imagem-estrutura.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.section-imagem-paginas.postagens {
  margin-bottom: 25px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/diabetes-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-imagem-paginas.postagens.perguntas-frequentes {
  background-image: url('../images/veja-quais-sao-os-exames-de-sangue-que-detectam-o-cancer_16953_l.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  margin-top: 0px;
  padding-top: 0px;
}

.row {
  margin-bottom: 11px;
}

.row.logos-convenios {
  padding-top: 57px;
}

.column-4 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-resultados-home {
  padding-top: 92px;
  padding-bottom: 92px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 65, 127, 0.1)), to(rgba(0, 65, 127, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 65, 127, 0.1), rgba(0, 65, 127, 0.1));
}

.container-largo-para-pagina {
  display: block;
  margin-top: 26px;
}

.row-endereco {
  margin-right: 0px;
  margin-bottom: 76px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.foto-endereco {
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  padding-left: 0px;
}

.row-2 {
  margin-bottom: 14px;
}

.container-footer {
  margin-bottom: 25px;
  padding-top: 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.23);
}

.container-copyright {
  margin-top: 16px;
  padding-top: 22px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.23);
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.copy-texto-footer {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
}

.link-gr8midia {
  -webkit-transition: opacity 1083ms ease-in-out;
  transition: opacity 1083ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  text-align: right;
  text-decoration: none;
}

.link-gr8midia:hover {
  color: #fff;
}

.link-block {
  text-align: right;
}

.link-block.footer-dev-by {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
}

.column-5 {
  text-align: right;
}

.text-footer {
  display: block;
  padding-bottom: 12px;
  clear: both;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  font-weight: 200;
}

.text-footer.telefone-footer {
  padding-bottom: 0px;
  font-size: 29px;
  line-height: 29px;
  font-weight: 500;
  text-align: left;
}

.text-footer.equipe {
  display: block;
  margin-bottom: 11px;
  margin-left: 4px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 10px;
  border-left: 5px solid hsla(0, 0%, 100%, 0.07);
}

.text-footer.equipe.comercial {
  display: none;
}

.mensagem-form-field {
  padding-top: 0px;
  padding-bottom: 58px;
  font-size: 16px;
}

.text-field {
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 16px;
  line-height: 20px;
}

.botao-form-subm {
  padding: 13px 92px;
  background-color: #f1790a;
  font-size: 16px;
  font-weight: 500;
}

.botao-form-subm.centralizado {
  margin-top: 18px;
  margin-bottom: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}

.section-formulario-contato {
  padding-top: 61px;
  padding-bottom: 61px;
}

.coluna-logos-planos {
  padding-right: 55px;
  padding-left: 55px;
}

.row-site-blocos {
  margin-right: 16px;
  margin-left: 16px;
}

.link-2 {
  display: inline;
  font-family: Verdana, Geneva, sans-serif;
  color: #ec1e1e;
  font-weight: 700;
  text-decoration: none;
}

.html-embed {
  margin-right: 0px;
}

.col-pardini-logo {
  text-align: center;
}

.embed-resultado {
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 2px solid rgba(0, 65, 127, 0.1);
  border-bottom: 2px solid rgba(0, 65, 127, 0.1);
}

.div-block-2 {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url('../images/imagemTopo-slide02.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2.estrutura {
  background-image: url('../images/LABORATORIO.jpeg');
  background-position: 50% 50%;
}

.div-block-2.sobre-a-menzen {
  margin-bottom: 33px;
  background-image: url('../images/imagemTopo-slide03.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-6 {
  display: inline-block;
  padding: 10px;
}

.column-7 {
  position: static;
  display: inline-block;
  padding: 10px;
  text-align: center;
}

.div-block-3 {
  text-align: left;
}

.fundo-formulario {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  text-align: left;
}

.field-label-form-agendamento {
  margin-top: 16px;
}

.heading-6 {
  text-align: center;
}

.colunas-formularios {
  padding-right: 0px;
  padding-left: 0px;
}

.field-selsct {
  padding-left: 0px;
}

.textarea {
  padding-top: 15px;
  padding-bottom: 73px;
}

.form {
  text-align: left;
}

.centralizar-botao {
  text-align: center;
}

.container-5 {
  margin-top: 10px;
  margin-bottom: 38px;
}

.iimagem-agendamento {
  margin-bottom: 42px;
  padding-right: 55px;
  padding-left: 55px;
}

.div-block-4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Screenshot-2017-07-09-19.11.21.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Screenshot-2017-07-09-19.11.21.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.div-block-5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Screenshot-2017-07-09-19.11.21.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Screenshot-2017-07-09-19.11.21.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.link-block-2 {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 70px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/fotoMultImagem.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/fotoMultImagem.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
  text-decoration: none;
}

.link-block-2.medcenter {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/logo-parede.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/logo-parede.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.important-text-4 {
  font-size: 14px;
}

.link-block-3 {
  color: #00417f;
  font-size: 14px;
  text-decoration: none;
}

.chamada-titulo-blog {
  font-size: 21px;
}

.chamada-titulo-blog.pagina-de-artigos {
  position: relative;
  top: 73px;
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 11px;
  background-color: rgba(0, 0, 0, 0.57);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-shadow: 7px 7px 12px #000;
}

.img-certificacao {
  margin-top: 41px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.31);
  border-radius: 10px;
}

.column-8 {
  padding-left: 83px;
}

.tab-pane {
  display: block;
  float: none;
  clear: none;
}

.tab-link {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  float: left;
  clear: both;
  background-color: transparent;
  color: #363b4e;
}

.tab-link-2 {
  position: relative;
  display: block;
  float: left;
  clear: both;
  background-color: transparent;
  color: #363b4e;
}

.tab-link-3.w--current {
  display: block;
  float: left;
  clear: both;
  background-color: #fdba58;
  color: #363b4e;
}

.tabs {
  position: relative;
  float: none;
  clear: none;
}

.tablinkclick {
  width: 100%;
  margin-top: 3px;
  padding: 18px 10px 18px 15px;
  border-top: 1px solid #5fc9f3;
  border-left: 1px solid transparent;
  background-color: #fff;
  -webkit-transition: border 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: border 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: border 400ms ease, transform 400ms ease, background-color 400ms ease;
  transition: border 400ms ease, transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #4c459e;
  font-size: 17px;
}

.tablinkclick.w--current {
  width: 100%;
  margin-top: 0px;
  float: none;
  border-top: 1px solid #5fc9f3;
  border-left: 1px solid transparent;
  background-color: #fff;
  -webkit-transition: border 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: border 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: border 400ms ease, transform 400ms ease, background-color 400ms ease;
  transition: border 400ms ease, transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
}

.side-pane {
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.select-field {
  display: none;
}

.div-espaco {
  padding-top: 0px;
  padding-bottom: 66px;
}

.collection-item {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
}

.link-block-4 {
  padding-top: 82px;
  padding-bottom: 82px;
  font-weight: 400;
  text-decoration: none;
}

.image-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.linkblock-artigo {
  position: relative;
  width: 100%;
  padding-top: 73px;
  padding-bottom: 73px;
  padding-left: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.celular-topo-span {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 19px;
  font-weight: 500;
}

.image-5 {
  padding-right: 13px;
  padding-left: 13px;
}

.image-6 {
  padding-right: 13px;
  padding-left: 13px;
}

.image-7 {
  padding-right: 13px;
  padding-left: 13px;
}

.image-8 {
  padding-right: 13px;
  padding-left: 13px;
}

.image-9 {
  padding-right: 13px;
  padding-left: 13px;
}

.image-10 {
  margin-top: -10px;
  padding-top: 0px;
}

.div-block-6 {
  width: auto;
  margin-right: 19%;
  margin-left: 19%;
  padding-left: 3px;
  text-align: center;
}

.button {
  padding: 15px 25px;
  border-radius: 8px;
  background-color: #d42e18;
  font-size: 18px;
  line-height: 22px;
}

.body-2 {
  overflow: visible;
}

.container-6 {
  margin-top: 42px;
}

.column-9 {
  padding-left: 5%;
}

.container-7 {
  padding-top: 6px;
  padding-bottom: 35px;
}

.column-10 {
  display: block;
}

.column-11 {
  padding-top: 141px;
  padding-bottom: 141px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(207, 192, 192, 0.5)), to(rgba(207, 192, 192, 0.5))), url('../images/imagemTopo.png');
  background-image: linear-gradient(180deg, rgba(207, 192, 192, 0.5), rgba(207, 192, 192, 0.5)), url('../images/imagemTopo.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 920px;
}

.link-block-5 {
  font-family: 'Great Vibes', cursive;
  text-decoration: none;
}

.heading-7 {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 20px;
}

.heading-8 {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.div-conteudo-postagem {
  margin-top: 20px;
  margin-bottom: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-info-e-foto-postagem {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-8 {
  margin-top: 23px;
  margin-bottom: 23px;
  padding-top: 31px;
  padding-bottom: 31px;
  border-top: 1px dotted #000;
}

.image-12 {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section-video {
  height: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 65, 127, 0.22)), to(rgba(0, 65, 127, 0.22)));
  background-image: linear-gradient(180deg, rgba(0, 65, 127, 0.22), rgba(0, 65, 127, 0.22));
}

.html-embed-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-9 {
  padding: 21px 15px;
}

.bold-text {
  display: inline-block;
}

.div-block-10 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.div-block-10.centralizar-botao.espaco {
  width: 90%;
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px none rgba(0, 0, 0, 0.2);
}

.html-embed-3 {
  display: none;
}

.whats-btn {
  margin-top: 33px;
  margin-bottom: 33px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 40px;
  border-radius: 7px;
  background-color: #40ce33;
  background-image: url('../images/whatsapp.png');
  background-position: 8px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.whats-btn:hover {
  background-color: #1aa30d;
}

.btn-whats-splash {
  margin-left: 0px;
  padding: 15px 35px 15px 59px;
  border-radius: 6px;
  background-color: #16880c;
  background-image: url('../images/whatsapp.png');
  background-position: 8% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.btn-whats-splash:hover {
  background-color: #4aa841;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-3 {
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 84, 113, 0.07)), to(rgba(6, 84, 113, 0.07))), -webkit-gradient(linear, left top, left bottom, from(#dedbec), to(#dedbec));
  background-image: linear-gradient(180deg, rgba(6, 84, 113, 0.07), rgba(6, 84, 113, 0.07)), linear-gradient(180deg, #dedbec, #dedbec);
  box-shadow: inset 0 0 60px 5px rgba(6, 84, 113, 0.2);
}

.div-resultado {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 255, 9, 0.21)), to(rgba(251, 255, 9, 0.21)));
  background-image: linear-gradient(180deg, rgba(251, 255, 9, 0.21), rgba(251, 255, 9, 0.21));
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-4 {
  display: inline-block;
}

.div-block-txt-btn {
  margin-bottom: 10px;
  padding: 10px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 228, 88, 0.42)), to(rgba(253, 228, 88, 0.42)));
  background-image: linear-gradient(180deg, rgba(253, 228, 88, 0.42), rgba(253, 228, 88, 0.42));
  text-align: center;
}

.div-block-btns-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-16 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

html.w-mod-js *[data-ix="initial-appearance"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="close-word-on-load"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="sliding-block"] {
  width: 0px;
}

html.w-mod-js *[data-ix="scroll-in-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="scroll-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="scroll-in-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="moose-nav-link-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="moose-nav-link-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="moose-nav-link-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="menu-descendo"] {
  -webkit-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
}

html.w-mod-js *[data-ix="imagemslide"] {
  -webkit-transform: translate(-1000px, 0px);
  -ms-transform: translate(-1000px, 0px);
  transform: translate(-1000px, 0px);
}

html.w-mod-js *[data-ix="imagemslide-2"] {
  -webkit-transform: translate(1000px, 0px);
  -ms-transform: translate(1000px, 0px);
  transform: translate(1000px, 0px);
}

@media screen and (max-width: 991px) {
  .splash-section {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    margin-top: 0px;
  }

  .header {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .menu-button {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .menu-button.w--open {
    margin-top: 10px;
  }

  .close {
    line-height: 45px;
  }

  .open {
    line-height: 45px;
  }

  .open-close-mask {
    height: 50px;
  }

  .nav-link-holder {
    max-width: 250px;
  }

  .sliding-block {
    max-width: 250px;
  }

  .slide.tabletslide {
    background-position: 73% 50%;
    background-repeat: no-repeat;
  }

  .image {
    display: none;
  }

  .image.tablet {
    top: -90px;
    display: inline-block;
  }

  .divblock-texto.slide-03.tablet {
    left: -31px;
  }

  .divblock-texto.slide-03.tablet.slidetablet {
    left: 0px;
    margin-right: 2%;
    margin-left: 2%;
  }

  .divblock-texto.slidetablet {
    left: 0px;
    top: 249px;
    margin-right: 2%;
    margin-left: 2%;
  }

  .slide-2.tabletslide {
    background-position: 100% 50%;
  }

  .paragraph {
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 23px;
  }

  .paragraph.intro {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph.resultados.contato-com-endereco.telefone.tablet {
    font-size: 16px;
  }

  .paragraph.resultados.contato-com-endereco.tablet {
    font-size: 14px;
  }

  .heading {
    font-size: 57px;
  }

  .heading.laboratorio {
    font-size: 57px;
    text-align: left;
  }

  .heading.home {
    font-size: 57px;
  }

  .heading.celular {
    font-size: 57px;
    line-height: 64px;
  }

  .heading.tablet {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 57px;
    line-height: 64px;
  }

  .heading.tabelt {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-2 {
    position: relative;
    top: 30px;
    margin-bottom: 0px;
  }

  .titulo-nome-empresa {
    margin-top: 57px;
  }

  .titulo-nome-empresa.pagina-estrutura {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 30px;
  }

  .titulo-nome-empresa.pagina-estrutura.tablettitulo {
    font-size: 30px;
  }

  .section-localizar {
    margin-bottom: 0px;
  }

  .div-resultados-home {
    padding-top: 44px;
    padding-bottom: 37px;
  }

  .row-endereco {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 15px;
  }

  .copy-texto-footer {
    margin-bottom: 16px;
    text-align: center;
  }

  .link-gr8midia {
    text-align: center;
  }

  .column-6 {
    padding: 10px;
  }

  .column-7 {
    padding: 10px;
  }

  .link-block-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-6 {
    width: auto;
    margin-right: 10%;
    margin-left: 10%;
    padding-left: 0px;
  }

  .button {
    display: inline-block;
    width: auto;
  }

  .button.curto-tabelt {
    width: 290px;
    font-size: 14px;
    text-align: center;
  }

  .column-14 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-8 {
    text-align: center;
  }

  .div-block-9 {
    display: inline-block;
    text-align: center;
  }

  .div-block-10.centralizar-botao.espaco {
    width: 80%;
  }

  .container-10 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    margin-right: 10px;
  }

  .menu-button.w--open {
    margin-top: 10px;
  }

  .park-avenue-title {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .park-avenue-title.w--current {
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
  }

  .park-avenue-title.dark {
    margin-left: 10px;
    float: left;
  }

  .email-link {
    display: inline;
    float: left;
    clear: left;
  }

  .footer-content {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-column {
    min-height: 350px;
    border-color: #000 #fff #fff;
    border-top-style: none;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .menu-column.middle {
    border-top: 1px none #000;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .slide.tabletslide {
    top: 0px;
  }

  .image {
    display: none;
  }

  .image.tablet {
    top: -118px;
    display: inline-block;
  }

  .divblock-texto.slide-03.tablet.slidetablet.slidephone {
    margin-right: 0px;
    margin-left: 0px;
  }

  .divblock-texto.slidetablet.slidephone {
    margin-right: 0px;
    margin-left: 0px;
  }

  .divblock-texto.sliderphone {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .texto-topo-slide {
    font-size: 28px;
    line-height: 36px;
  }

  .texto-topo-slide.slide02 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph {
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph.resultados.contato-com-endereco {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 50px;
    line-height: 60px;
  }

  .heading.laboratorio {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 50px;
    line-height: 60px;
    text-align: left;
  }

  .heading.home {
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 50px;
    line-height: 60px;
  }

  .heading.celular {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 50px;
    line-height: 54px;
  }

  .heading.tablet {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading.tabelt {
    line-height: 65px;
  }

  .image-2 {
    left: 17px;
  }

  .titulo-nome-empresa {
    padding-right: 15px;
    padding-left: 15px;
  }

  .titulo-nome-empresa.contato-localizacao {
    padding-right: 15px;
    padding-left: 15px;
  }

  .titulo-nome-empresa.pagina-estrutura {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .titulo-nome-empresa.vantagens {
    padding-right: 15px;
    padding-left: 15px;
  }

  .titulo-nome-empresa.planosconv {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-localizar {
    margin-bottom: 0px;
  }

  .section-planos-e-convenios {
    padding-top: 0px;
  }

  .column.meio-unidades {
    border-left-style: none;
  }

  .div-resultados-home {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .foto-endereco {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .foto-endereco.cel {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .link-gr8midia {
    display: block;
    text-align: center;
  }

  .text-footer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-footer.equipe {
    padding-right: 15px;
    padding-left: 15px;
  }

  .html-embed {
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .embed-resultado {
    padding-right: 27px;
    padding-left: 27px;
  }

  .column-6 {
    padding: 10px;
  }

  .column-7 {
    padding: 10px;
  }

  .div-block-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .link-block-2 {
    margin-right: 4px;
    margin-left: 0px;
  }

  .button.curto-tabelt {
    font-size: 14px;
  }

  .column-9 {
    padding-left: 27px;
  }

  .div-block-7 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .column-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .column-13 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-11 {
    text-align: left;
  }

  .column-15 {
    position: static;
    text-align: center;
  }

  .column-16 {
    text-align: center;
  }

  .column-17 {
    text-align: center;
  }

  .column-18 {
    text-align: left;
  }

  .div-block-10.celular {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-10.centralizar-botao.espaco {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-style: none;
  }

  .div-block-11 {
    border-top: 1px none #000;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button {
    height: 43px;
  }

  .menu-button.w--open {
    height: 43px;
    margin-top: 10px;
  }

  .line2-1 {
    left: 0px;
    top: 19px;
    right: 0px;
    display: none;
  }

  .nav-link {
    max-width: 100%;
  }

  .container {
    height: 60px;
  }

  .park-avenue-title {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 0px;
  }

  .park-avenue-title.w--current {
    height: 40px;
  }

  .park-avenue-title.dark {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    margin-left: 0px;
    padding-left: 5px;
    font-size: 30px;
    line-height: 55px;
  }

  .h4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .h4.light {
    font-size: 15px;
    text-align: left;
  }

  .light {
    text-decoration: none;
  }

  .image {
    display: inline-block;
  }

  .image.tablet {
    top: -118px;
  }

  .divblock-texto.slidetablet.slidephone {
    top: 139px;
  }

  .divblock-texto.sliderphone {
    top: 139px;
  }

  .section-resultado-online {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph {
    margin-top: 24px;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .paragraph.resultados {
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph.resultados.certificacoes {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading {
    top: 28px;
    font-size: 37px;
    line-height: 40px;
  }

  .heading.laboratorio {
    top: 25px;
    margin-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 37px;
    line-height: 40px;
  }

  .heading.noticias {
    top: -5px;
  }

  .heading.home {
    font-size: 37px;
    line-height: 40px;
  }

  .heading.celular {
    top: 20px;
    font-size: 37px;
    line-height: 40px;
  }

  .heading.tablet {
    top: 19px;
    font-size: 37px;
    line-height: 40px;
  }

  .heading.tabelt {
    top: 14px;
    font-size: 37px;
    line-height: 40px;
  }

  .titulo-nome-empresa {
    font-size: 21px;
  }

  .titulo-nome-empresa.planosconv {
    font-size: 30px;
    line-height: 34px;
  }

  .titulo-nome-empresa.hometitulo {
    margin-top: 24px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 30px;
  }

  .section-localizar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-planos-e-convenios {
    padding-bottom: 0px;
  }

  .heading-5 {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 37px;
    line-height: 40px;
  }

  .div-resultados-home {
    padding-top: 0px;
    padding-bottom: 56px;
  }

  .copy-texto-footer {
    text-align: center;
  }

  .link-gr8midia {
    text-align: center;
  }

  .section-formulario-contato {
    padding-top: 19px;
  }

  .div-block-2.sobre-a-menzen {
    margin-top: 27px;
  }

  .column-6 {
    padding: 10px;
  }

  .column-7 {
    padding: 10px;
  }

  .link-block-2 {
    margin-right: 0px;
  }

  .div-block-6 {
    margin-right: 5%;
    margin-left: 5%;
  }

  .button.curto-tabelt {
    margin-top: 29px;
    font-size: 14px;
  }

  .button.celular {
    font-size: 15px;
  }

  .column-11 {
    margin-top: 49px;
  }

  .image-12 {
    margin-bottom: 36px;
  }

  .image-13 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .list-item {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .image-14 {
    margin-top: 33px;
  }

  .image-15 {
    margin-top: 31px;
  }

  .heading-9 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-10 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .div-block-10.celular {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-10.centralizar-botao.espaco {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .whats-btn {
    margin-left: 3px;
  }

  .btn-whats-splash {
    padding-right: 18px;
    padding-left: 49px;
  }

  .div-block-16 {
    margin-top: 10px;
  }
}

