:root {
  --cornflower: #6d8dd8;
  --white: #fff;
  --oxford: #011f4b;
  --sapphire: #2555c4;
  --black: #2e2e2e;
  --gelo: #e8ecf5;
  --gray\<deleted\|variable-e67ecc64\>: #585b5f;
  --periwinkle: #b5c5eb;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: var(--cornflower);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.button-white {
  border: 1px solid var(--cornflower);
  background-color: var(--white);
  color: var(--cornflower);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-family: azo-sans-web, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-block;
}

.button-white:hover {
  border: 1px solid var(--oxford);
  background-color: var(--oxford);
  color: var(--white);
}

.button-white.w--current {
  background-color: #2e80b6;
}

.button-white.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button-white.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button-white.tab:hover, .button-white.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation-bar {
  background-color: var(--oxford);
  padding: 34px 80px 34px 100px;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.logo-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.logo-link.w--current, .logo-link.current {
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  text-align: center;
  background-color: #f5f4f5;
  padding: 100px;
  position: relative;
}

.section.accent {
  background-color: var(--white);
  color: #0000;
  padding: 0;
}

.section.quem-somos {
  opacity: 1;
  background-color: #fff;
  padding-bottom: 100px;
  padding-left: 110px;
  padding-right: 110px;
}

.section.servi-os {
  background-color: var(--white);
  text-align: center;
  height: auto;
  padding: 100px 100px 0;
}

.section.imprensa {
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 0 #dcebf7;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  min-height: 520px;
  padding: 0;
  display: flex;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
  justify-content: center;
  min-height: auto;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#2e9dff80, #2e9dff38), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  display: block;
}

.hero-heading.internas {
  text-align: center;
  letter-spacing: 1px;
  order: 0;
  align-self: auto;
  width: auto;
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
  display: block;
}

.hero-subheading {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.hollow-button {
  color: #25849b;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #25849b;
  border-radius: 0;
  margin: 60px 0 20px;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #f0f0f0;
  background-color: #2b8fa5;
  border-color: #2b8fa5;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  color: var(--sapphire);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 80px;
  padding-right: 80px;
  font-family: azo-sans-web, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
}

.section-heading.center {
  color: var(--sapphire);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
}

.section-heading.center.white {
  color: #fff;
  text-align: center;
  font-size: 40px;
  display: block;
}

.section-heading.center.blue {
  color: #25849b;
  letter-spacing: 5px;
  font-weight: 300;
}

.section-heading.left {
  color: var(--sapphire);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
  display: block;
}

.section-heading.white {
  color: var(--white);
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helveticaneueltpro th;
  font-size: 40px;
  line-height: 40px;
}

.section-heading.white.left {
  color: var(--sapphire);
  letter-spacing: 1px;
  font-family: azo-sans-web, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.sectiontitle-group {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sectiontitle-group.left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  background-color: var(--oxford);
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 0;
}

.footer.center {
  text-align: center;
  background-color: #333;
  border-top: 0 solid #dbdbdb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer.center.home {
  background-color: var(--oxford);
  padding: 60px 100px 0;
}

.footer-text {
  color: #fffc;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.footer-text.home {
  text-align: center;
}

.grid-image {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #18457b;
  background-clip: border-box;
  border: 0 solid #fff;
  border-radius: 100%;
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  display: block;
}

.grid-image:hover {
  width: 80%;
}

.grid-image._2 {
  background-color: #1b618b;
}

.grid-image._3 {
  background-color: #2b8fa5;
}

.grid-image._4 {
  background-color: #4ab59e;
}

.grid-image._5 {
  background-color: #78c276;
}

.grid-image._6 {
  background-color: #92c957;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #676770;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.form {
  margin-top: 40px;
}

.logo-image {
  width: 220px;
  display: block;
}

.container {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-link-2 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-list {
  margin-top: 0;
}

.dropdown-list.w--open {
  background-color: #f0f0f0;
  margin-top: 37px;
}

.text-block {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.navigation-items {
  color: #0000;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: 1;
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--white);
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: 1;
  color: var(--white);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.dropdown-link-5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-link-3 {
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-toggle {
  opacity: .7;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  display: inline-block;
}

.navigation-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-2:hover {
  color: #fff;
  border: 1px #000;
  border-bottom-width: 0;
}

.icon {
  color: #fff;
  margin: 8px 0;
}

.icon:hover {
  color: #fff;
}

.dropdown-toggle-2 {
  color: #f0f0f0;
  border: 0 #000;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px;
  font-size: 16px;
}

.dropdown-toggle-2:hover {
  color: #404047;
  border: 0 #000;
  border-bottom-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-toggle-2.w--open {
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  margin-right: 0;
  padding-left: 27px;
  padding-right: 23px;
}

.dropdown-toggle-2.w--open:hover {
  border: 1px #000;
  border-bottom-width: 0;
  padding-left: 27px;
  padding-right: 23px;
}

.dropdown-link-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  padding: 8px 0;
  font-family: Helveticaneueltpro bdcn;
  font-size: 13px;
  font-weight: 700;
}

.dropdown-link-6:hover {
  color: #fff;
  text-decoration: underline;
}

.dropdown-link-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  padding: 8px 0;
  font-family: Helveticaneueltpro bdcn;
  font-size: 13px;
  font-weight: 700;
}

.dropdown-link-7:hover {
  color: #fff;
  text-decoration: underline;
}

.dropdown-link-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  padding: 8px 0;
  font-family: Helveticaneueltpro bdcn;
  font-size: 13px;
  font-weight: 700;
}

.dropdown-link-8:hover {
  color: #fff;
  text-decoration: underline;
}

.dropdown-link-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  padding: 8px 0;
  font-family: Helveticaneueltpro bdcn;
  font-size: 13px;
  font-weight: 700;
}

.dropdown-link-9:hover {
  color: #fff;
  text-decoration: underline;
}

.dropdown-link-10 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  padding: 8px 0;
  font-family: Helveticaneueltpro bdcn;
  font-size: 13px;
  font-weight: 700;
}

.dropdown-link-10:hover {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.dropdown-link-11 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  padding: 8px 0;
  font-family: Helveticaneueltpro bdcn;
  font-size: 13px;
  font-weight: 700;
}

.dropdown-link-11:hover {
  color: #fff;
  text-decoration: underline;
}

.dropdown {
  color: #0000;
  border-bottom: 0 #000;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
}

.dropdown:hover, .dropdown:focus {
  border-bottom: 2px solid #fff;
}

.dropdown-list-2 {
  background-color: #0000;
}

.dropdown-list-2.w--open {
  text-align: center;
  background-color: #2d2b2c99;
  border: 1px #000;
  margin-top: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.slide {
  text-align: center;
  background-image: url('../images/banner-institucional-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
  font-size: 13px;
}

.slide-nav {
  font-size: 7px;
}

.slider {
  min-width: auto;
  min-height: 766px;
  padding-top: 0;
}

.container-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: block;
}

.div-block-2 {
  text-align: center;
  border-bottom: 2px solid #fff;
  justify-content: center;
  align-items: stretch;
  width: 130px;
  margin: 10px 0 20px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
}

.slide-2 {
  background-image: url('../images/banner-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-3 {
  text-align: center;
  align-self: auto;
  width: auto;
  display: block;
}

.div-block-4 {
  text-align: center;
  width: auto;
  display: block;
}

.slide-3 {
  background-image: url('../images/banner-content-marketing-3.jpg');
  background-position: 50% 42%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-5 {
  text-align: center;
  width: auto;
  display: block;
}

.slide-4 {
  background-image: url('../images/banner-rp.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-6 {
  width: auto;
  display: inline-block;
}

.slide-5 {
  background-image: url('../images/banner-imprensa.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-7 {
  width: auto;
  display: inline-block;
}

.slide-6 {
  background-image: url('../images/banner-gestao-crise.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-8 {
  width: auto;
  display: block;
}

.slide-7 {
  background-image: url('../images/banner-07.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.slide-8 {
  background-image: url('../images/banner-08.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-10 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
  overflow: visible;
}

.bold-text {
  font-weight: 600;
}

.paragraph {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: azo-sans-web, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph.cases {
  margin-bottom: 60px;
  padding-left: 140px;
  padding-right: 140px;
}

.paragraph.white {
  color: var(--gelo);
}

.paragraph.white.left {
  color: var(--black);
  font-size: 16px;
  line-height: 30px;
}

.link-block {
  background-image: url('../images/icone-saiba-mais.svg');
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  top: 0;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  color: var(--black);
  font-family: azo-sans-web, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.divisor {
  border-bottom: 2px solid var(--cornflower);
  width: 10%;
  display: inline-block;
}

.divisor.cases {
  border-bottom-color: #0003;
  width: 80%;
}

.divisor.left {
  border-bottom-color: var(--cornflower);
  width: 100px;
}

.divisor.left.white {
  text-align: left;
}

.divisor.center.white {
  border-style: solid;
  border-width: 1px;
  border-color: var(--gelo) var(--gelo) var(--cornflower);
}

.slider-2 {
  height: 550px;
  padding-left: 60px;
  padding-right: 60px;
}

.icon-3, .icon-4, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--black);
}

.link-block-2 {
  opacity: .8;
  background-image: url('../images/icone-seta-cima.svg');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-bottom: 60px;
}

.link-block-3 {
  opacity: 1;
  background-image: url('../images/icone-fb-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  margin: 10px 5px 53px 0;
  transition: opacity .4s;
}

.link-block-3:hover {
  opacity: .6;
}

.link-block-4 {
  opacity: 1;
  background-image: url('../images/icone-ig-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  margin: 10px 5px 53px;
  padding-bottom: 0;
  padding-right: 5px;
  transition: opacity .4s;
}

.link-block-4:hover {
  opacity: .6;
}

.link-block-5 {
  opacity: 1;
  background-image: url('../images/icone-x-azul-contato.svg');
  background-position: 50%;
  background-size: cover;
  width: 35px;
  height: 35px;
  margin: 10px 5px;
  transition: opacity .4s;
}

.link-block-5:hover {
  opacity: .7;
}

.link-block-6 {
  opacity: 1;
  background-image: url('../images/icone-lk-branco_1.svg');
  background-position: 50%;
  background-size: cover;
  width: 35px;
  height: 35px;
  margin: 10px 5px 53px;
  transition: opacity .4s;
}

.link-block-6:hover {
  opacity: .6;
}

.link-block-7 {
  opacity: 1;
  background-image: url('../images/icone-yt-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  margin: 0 5px 53px;
  transition: opacity .4s;
}

.link-block-7:hover {
  opacity: .6;
}

.link {
  color: #fffc;
  text-transform: none;
  font-size: 13px;
  font-style: normal;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link-2 {
  color: #fffc;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.paragraph-8 {
  color: #fffc;
  text-align: center;
  border-top: 0 #ffffffb3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 12px;
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 500px;
  display: flex;
}

.image {
  width: 20%;
  max-width: none;
  margin-bottom: 20px;
}

.button-2 {
  color: #676770;
  background-color: #0000;
  border: 1px solid #676770;
  margin-top: 40px;
  transition: color .3s;
}

.button-2:hover {
  color: #25849b;
  border-color: #25849b;
}

.section-2 {
  background-color: var(--cornflower);
  height: 320px;
  margin-top: 0;
}

.abre {
  clear: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 105px;
}

.abre.servi-os {
  top: 200px;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  display: block;
}

.div-block-12 {
  border-bottom: 1px solid #fff;
  width: 130px;
  margin-bottom: 20px;
  display: inline-block;
}

.paragraph-9 {
  color: var(--black);
  text-align: justify;
  font-family: azo-sans-web, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.column-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-12 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-13 {
  text-align: right;
}

.section-3 {
  background-color: var(--cornflower);
  text-align: center;
  height: 320px;
  margin-top: 0;
  padding-top: 120px;
}

.section-4 {
  background-image: url('../images/Banner-imprensa-interno.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  margin-top: -98px;
}

.section-4.social-media {
  background-image: url('../images/Banner-SocialMedia-interno.jpg');
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-2 {
  margin-bottom: 40px;
}

.italic-text {
  font-size: 20px;
}

.grid {
  grid-column-gap: 50px;
  grid-template-rows: minmax(300px, 1fr);
  grid-template-columns: 1.5fr 1fr;
  place-content: stretch;
  place-items: stretch stretch;
}

.div-block-15 {
  opacity: .9;
}

.paragraph-10 {
  color: var(--gray\<deleted\|variable-e67ecc64\>);
  text-align: left;
  margin-top: 40px;
  font-family: Helveticaneueltpro roman;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.image-3 {
  width: auto;
  max-width: 100%;
  max-height: none;
}

.section-5 {
  background-color: #f5f4f5;
  padding: 0 10px 80px;
}

.heading {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Helveticaneueltpro roman;
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
}

.div-block-16 {
  text-align: center;
  border-bottom: 1px solid #0003;
}

.image-4 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 10px;
}

.div-block-17 {
  text-align: center;
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 0;
}

.h2 {
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helveticaneueltpro roman;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.h2.left {
  color: var(--sapphire);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
}

.paragraph-11 {
  color: var(--gray\<deleted\|variable-e67ecc64\>);
  text-align: center;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Helveticaneueltpro roman;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.link-block-8 {
  background-image: url('../images/icone-saiba-mais.svg');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.columns-3 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.image-5 {
  margin-bottom: 40px;
}

.grid-2 {
  grid-template-rows: 150px 150px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 20px 60px;
  padding-left: 0;
}

.slider-3 {
  background-color: #0000;
  min-height: 450px;
}

.text-block-3 {
  color: #1a618a;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #1a618a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-5 {
  color: #bec3c7;
  margin-left: 0;
  margin-right: 40px;
  font-size: 30px;
}

.icon-6 {
  color: #bec3c7;
  margin-left: 40px;
  margin-right: 0;
  font-size: 30px;
}

.slide-nav-2 {
  font-size: 8px;
}

.lightbox-link {
  background-image: url('../images/post-haoc-01.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-2 {
  background-image: url('../images/post-haoc-02.jpg');
  background-position: 52% 36%;
  background-size: 720px;
}

.lightbox-link-3 {
  background-image: url('../images/post-haoc-03.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-4 {
  background-image: url('../images/post-haoc-04.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-5 {
  background-image: url('../images/post-haoc-05.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-6 {
  background-image: url('../images/post-haoc-06.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-7 {
  background-image: url('../images/post-haoc-08.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-8 {
  background-image: url('../images/post-haoc-07.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-9 {
  background-image: url('../images/post-haoc-09.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-10 {
  background-image: url('../images/post-haoc-010.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-11 {
  background-image: url('../images/post-fenasaude-01.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-12 {
  background-image: url('../images/post-fenasaude-02_1.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-13 {
  background-image: url('../images/post-fenasaude-03_1.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-14 {
  background-image: url('../images/post-fenasaude-04.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-15 {
  background-image: url('../images/post-fenasaude-05.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-16 {
  background-image: url('../images/post-fenasaude-06.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-17 {
  background-image: url('../images/post-fenasaude-07.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-18 {
  background-image: url('../images/post-fenasaude-08.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-19 {
  background-image: url('../images/post-fenasaude-09_1.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-20 {
  background-image: url('../images/post-fenasaude-010.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-21 {
  background-image: url('../images/post-isb-01.jpg');
  background-position: 41% 28%;
  background-size: 650px;
}

.lightbox-link-22 {
  background-image: url('../images/post-isb-02.jpg');
  background-position: 46% 36%;
  background-size: 800px;
}

.lightbox-link-23 {
  background-image: url('../images/post-isb-03.jpg');
  background-position: 53% 36%;
  background-size: 720px;
}

.lightbox-link-24 {
  background-image: url('../images/post-isb-04.jpg');
  background-position: 47% 36%;
  background-size: 800px;
}

.lightbox-link-25 {
  background-image: url('../images/post-isb-05.jpg');
  background-position: 52% 35%;
  background-size: 1000px;
}

.lightbox-link-26 {
  background-image: url('../images/post-isb-06.jpg');
  background-position: 29% 36%;
  background-size: 780px;
}

.lightbox-link-27 {
  background-image: url('../images/post-isb-07.jpg');
  background-position: 29% 37%;
  background-size: 800px;
}

.lightbox-link-28 {
  background-image: url('../images/post-isb-08.jpg');
  background-position: 55% 42%;
  background-size: 1000px;
}

.lightbox-link-29 {
  background-image: url('../images/post-isb-09.jpg');
  background-position: 36% 31%;
  background-size: 500px;
}

.lightbox-link-30 {
  background-image: url('../images/post-isb-010.jpg');
  background-position: 45% 37%;
  background-size: 800px;
}

.lightbox-link-31 {
  background-image: url('../images/post-museu-01.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-32 {
  background-image: url('../images/post-museu-02.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-33 {
  background-image: url('../images/post-museu-03.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-34 {
  background-image: url('../images/post-museu-04.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-35 {
  background-image: url('../images/post-museu-05.jpg');
  background-position: 40% 31%;
  background-size: 500px;
}

.lightbox-link-36 {
  background-image: url('../images/post-museu-06.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-37 {
  background-image: url('../images/post-museu-07.jpg');
  background-position: 45% 35%;
  background-size: 600px;
}

.lightbox-link-38 {
  background-image: url('../images/post-museu-08.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-39 {
  background-image: url('../images/post-museu-09.jpg');
  background-position: 40% 30%;
  background-size: 500px;
}

.lightbox-link-40 {
  background-image: url('../images/post-museu-010.jpg');
  background-position: 40% 31%;
  background-size: 490px;
}

.lightbox-link-41 {
  background-image: url('../images/post-fenasaude-01_1.jpg');
  background-position: 44% 30%;
  background-size: 500px;
}

.lightbox-link-42 {
  background-image: url('../images/post-fenasaude-02.jpg');
  background-position: 44% 30%;
  background-size: 500px;
}

.lightbox-link-43 {
  background-image: url('../images/post-fenasaude-03.jpg');
  background-position: 44% 30%;
  background-size: 500px;
}

.lightbox-link-44 {
  background-image: url('../images/post-fenasaude-04_1.jpg');
  background-position: 44% 30%;
  background-size: 500px;
}

.lightbox-link-45 {
  background-image: url('../images/post-fenasaude-05_1.jpg');
  background-position: 44% 30%;
  background-size: 500px;
}

.lightbox-link-46 {
  background-image: url('../images/post-fenasaude-06_1.jpg');
  background-position: 44% 30%;
  background-size: 500px;
}

.lightbox-link-47 {
  background-image: url('../images/post-fenasaude-07_1.jpg');
  background-position: 44% 30%;
  background-size: 500px;
}

.lightbox-link-48 {
  background-image: url('../images/post-fenasaude-08_1.jpg');
  background-position: 44% 30%;
  background-size: 500px;
}

.lightbox-link-49 {
  background-image: url('../images/post-fenasaude-09.jpg');
  background-position: 44% 30%;
  background-size: 500px;
}

.lightbox-link-50 {
  background-image: url('../images/post-fenasaude-010_1.jpg');
  background-position: 44% 30%;
  background-size: 500px;
}

.lightbox-link-51 {
  background-image: url('../images/post-iet-01.jpg');
  background-position: 53% 43%;
  background-size: 1300px;
}

.lightbox-link-52 {
  background-image: url('../images/post-iet-02.jpg');
  background-position: 42% 43%;
  background-size: 1300px;
}

.lightbox-link-53 {
  background-image: url('../images/post-iet-03.jpg');
  background-position: 44% 44%;
  background-size: 1300px;
}

.lightbox-link-54 {
  background-image: url('../images/post-iet-04.jpg');
  background-position: 53% 43%;
  background-size: 1300px;
}

.lightbox-link-55 {
  background-image: url('../images/post-iet-05.jpg');
  background-position: 53% 43%;
  background-size: 1300px;
}

.lightbox-link-56 {
  background-image: url('../images/post-iet-06.jpg');
  background-position: 53% 43%;
  background-size: 1300px;
}

.lightbox-link-57 {
  background-image: url('../images/post-iet-07.jpg');
  background-position: 43% 59%;
  background-size: 1300px;
}

.lightbox-link-58 {
  background-image: url('../images/post-iet-08.jpg');
  background-position: 53% 43%;
  background-size: 1300px;
}

.lightbox-link-59 {
  background-image: url('../images/post-iet-09.jpg');
  background-position: 53% 43%;
  background-size: 1300px;
}

.lightbox-link-60 {
  background-image: url('../images/post-iet-010.jpg');
  background-position: 53% 43%;
  background-size: 1300px;
}

.section-6 {
  background-image: url('../images/Banner-RP-interno.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: -98px;
}

.div-block-18 {
  width: 60%;
}

.image-7 {
  margin-bottom: 40px;
}

.section-7 {
  background-image: url('../images/Banner-Digital-interno.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: -98px;
  display: block;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  margin-bottom: 40px;
}

.section-8 {
  color: #3b99d9;
  background-color: #f5f4f5;
  padding: 40px 10px 60px;
}

.heading-3 {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Helveticaneueltpro roman;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.div-block-20 {
  text-align: center;
  border-bottom: 1px solid #bec3c7;
  padding-bottom: 4px;
  display: block;
}

.image-9 {
  width: 30px;
  margin-bottom: 1px;
  margin-right: 10px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 60px;
  margin-right: 60px;
}

.link-block-9, .link-block-10, .link-block-11 {
  display: block;
}

.slider-4 {
  margin-top: 40px;
}

.paragraph-12 {
  font-size: 13px;
}

.grid-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: minmax(auto, 4.25fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.link-block-12 {
  background-image: url('../images/PKD-ITAU-TUNGA.jpg');
  background-position: 0%;
  background-size: cover;
  height: 140px;
  display: block;
}

.icon-9 {
  color: #bec3c7;
  margin-left: 0;
  margin-right: 0;
  font-size: 25px;
}

.icon-10 {
  color: #bec3c7;
  margin-left: 55px;
  margin-right: 0;
  font-size: 25px;
}

.slide-nav-3 {
  opacity: 1;
  font-size: 8px;
}

.slider-5 {
  background-color: #0000;
  height: 350px;
  margin-top: 20px;
  overflow: visible;
}

.paragraph-13 {
  color: #676770;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.paragraph-13:hover {
  text-decoration: underline;
}

.bold-text-5 {
  color: #404047;
  text-transform: uppercase;
  line-height: 16px;
  text-decoration: none;
}

.div-block-23 {
  display: block;
}

.paragraph-15 {
  color: #676770;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.slide-1 {
  overflow: visible;
}

.link-block-13 {
  background-image: url('../images/PKD-NATURAMUSICAL.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-14 {
  background-image: url('../images/PKD-FENAPREVI.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.div-block-26 {
  height: auto;
}

.link-block-15 {
  background-image: url('../images/PKK-ITAU-CULTURAL-PLAY.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  font-size: 12px;
}

.container-4 {
  text-align: center;
  display: block;
}

.paragraph-16 {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 13px;
  display: inline-block;
}

.image-10 {
  max-width: 8%;
}

.link-3 {
  font-style: normal;
  text-decoration: none;
}

.link-block-16 {
  background-image: url('../images/PKD-ITAU-GERALDO.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-17 {
  background-image: url('../images/PKD-MEDLEY.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-18 {
  background-image: url('../images/PKD-FRUITTELLA.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-19 {
  background-image: url('../images/PKD-ITAU-LIMA-DUARTE.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-20 {
  background-image: url('../images/PKD-ITAU-PAULO-FREIRE.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-21 {
  background-image: url('../images/PKD-LIBERTY.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-22 {
  background-image: url('../images/PKD-MENTOS.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-23 {
  background-image: url('../images/PKD-CONSCIENCIA-MAGNETICA.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 0;
  height: 140px;
  display: block;
}

.link-block-24 {
  background-image: url('../images/PKD-ITAU-SUELI.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-25 {
  background-image: url('../images/PKD-NATURAMUSICAL-2017.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-26 {
  background-image: url('../images/PKD-HAOC.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-27 {
  background-image: url('../images/PKD-ITAU_SOCIAL.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-28 {
  background-image: url('../images/PKD-BENJAMIM-OLIVEIRA.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-29 {
  background-image: url('../images/PKD-NATURAMUSICAL-2016.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-30 {
  background-image: url('../images/PKD-OMINT.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-31 {
  background-image: url('../images/PKD-BEATRIZ-MILHAZES.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-32 {
  background-image: url('../images/PKD-CHIQUINHA-GONZAGA.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-33 {
  background-image: url('../images/PKD-ITAU-ARTIGAS.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-34 {
  background-image: url('../images/PKD-ITAU-FILMES-VIDEOS.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-35 {
  background-image: url('../images/PKD-ITAU-GLAUCO.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-36 {
  background-image: url('../images/PKD_ITAU_ABDIAS.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-37 {
  background-image: url('../images/PKD-ITAU-LAERTE.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-38 {
  background-image: url('../images/PKD-ITAU-CALDER.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-39 {
  background-image: url('../images/PKD-ITAU-CARTOLA.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-40 {
  background-image: url('../images/PKD-ITAU-DUSCHENES.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-41 {
  background-image: url('../images/PKD-ITAU-ELOMAR.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-42 {
  background-image: url('../images/PKD-ITAU-EXMACHINA.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-43 {
  background-image: url('../images/PKD-ITAU-JOAO.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-44 {
  background-image: url('../images/PKD-ITAU-NIEMEYER.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-45 {
  background-image: url('../images/PKD-ITAU-ZUZU.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-46 {
  background-image: url('../images/PKD-ITAU-OLAVOSETUBAL.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-47 {
  background-image: url('../images/PKD-ITAU-IVONE.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-4 {
  text-transform: none;
}

.bold-text-9 {
  color: #404047;
  text-transform: uppercase;
}

.bold-text-10 {
  color: #404047;
  text-transform: uppercase;
  text-decoration: none;
}

.link-5 {
  text-transform: none;
  text-decoration: none;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
  color: #404047;
  text-transform: uppercase;
}

.link-6, .link-7, .link-8 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.link-9, .link-10 {
  color: #676770;
  text-decoration: none;
}

.link-11, .link-12 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.link-13 {
  color: #676770;
  text-decoration: none;
}

.link-14 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-22 {
  color: #404047;
  text-transform: uppercase;
}

.link-15 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-23 {
  color: #404047;
  text-transform: uppercase;
}

.link-16, .link-17 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-24 {
  color: #404047;
  text-transform: uppercase;
}

.link-18, .link-19, .link-20, .link-21, .link-22, .link-23 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-25 {
  color: #404047;
  text-transform: uppercase;
}

.link-24, .link-25, .link-26, .link-27 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-26 {
  color: #404047;
  text-transform: uppercase;
}

.link-28, .link-29, .link-30, .link-31 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-27 {
  color: #404047;
  text-transform: uppercase;
}

.link-32, .link-33, .link-34, .link-35 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-28 {
  color: #404047;
  text-transform: uppercase;
}

.link-36, .link-37, .link-38, .link-39 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-29 {
  color: #404047;
  text-transform: uppercase;
}

.link-40, .link-41 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.section-9 {
  background-color: #f5f4f5;
  margin-bottom: 0;
  padding: 40px 10px 60px;
}

.body {
  margin-bottom: 0;
  padding-bottom: 0;
}

.link-block-48 {
  background-image: url('../images/SITE-IET.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-49 {
  background-image: url('../images/HOTSITE-FENASAUDE.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-50 {
  background-image: url('../images/HOTSITE-BIONOVIS.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-51 {
  background-image: url('../images/HOTSITE-ITAU-UNIBANCO.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-42 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-30 {
  color: #404047;
  text-transform: uppercase;
}

.link-43 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-31 {
  color: #404047;
  text-transform: uppercase;
}

.link-44 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-32 {
  color: #404047;
  text-transform: uppercase;
}

.link-45 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-33 {
  color: #404047;
  text-transform: uppercase;
}

.link-block-52 {
  background-image: url('../images/site-sandvik.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-53 {
  background-image: url('../images/Captura-de-Tela-2022-01-13-às-6.56.11-PM.png');
  background-position: 50% 0;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-54 {
  background-image: url('../images/hotsite-cubo.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-55 {
  background-image: url('../images/hotsite-itau-socioambiental.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-46 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-34 {
  color: #404047;
  text-transform: uppercase;
}

.link-47 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-35 {
  color: #404047;
  text-transform: uppercase;
}

.link-48 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-36 {
  color: #404047;
  text-transform: uppercase;
}

.section-10 {
  background-color: #f5f4f5;
  padding: 40px 10px 100px;
}

.link-block-56 {
  background-image: url('../images/RELATORIO-ITAU-CULTURAL.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-57 {
  background-image: url('../images/RELATORIO-NATURA-MUSICAL.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-58 {
  background-image: url('../images/RELATORIO-HAOC.jpg');
  background-position: 50%;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-block-59 {
  background-image: url('../images/RETRATOS-DA-LEITURA-NO-BRASIL.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 140px;
  display: block;
}

.link-49 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-37 {
  color: #404047;
  text-transform: uppercase;
}

.link-50 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-38 {
  color: #404047;
  text-transform: uppercase;
}

.link-51 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-39 {
  color: #404047;
  text-transform: uppercase;
}

.link-52 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-40 {
  color: #404047;
  text-transform: uppercase;
}

.link-53 {
  color: #676770;
  text-decoration: none;
  display: block;
}

.bold-text-41 {
  color: #404047;
  text-transform: uppercase;
}

.section-11 {
  background-image: url('../images/Banner-ContentMKT-interno.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: -98px;
}

.image-11 {
  margin-bottom: 40px;
}

.link-block-60 {
  background-image: url('../images/OMU.jpg');
  background-position: 50%;
  background-size: cover;
  height: 325px;
}

.columns-4 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.icon-11 {
  color: #bec3c7;
  margin: 170px 0;
  font-size: 25px;
}

.icon-12 {
  color: #bec3c7;
  margin: 170px 0 170px 55px;
  font-size: 25px;
}

.link-block-61 {
  background-color: #0000;
  background-image: url('../images/OMU.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 350px;
  display: block;
}

.link-block-61:hover {
  opacity: 1;
  background-color: #0000;
}

.slider-6 {
  background-color: #0000;
  height: 420px;
  margin-top: 60px;
}

.link-block-62 {
  background-image: url('../images/PROGENERICOS.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 350px;
  display: block;
}

.link-block-63 {
  background-image: url('../images/NATURA.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 350px;
  display: block;
}

.slide-nav-4 {
  font-size: 8px;
}

.image-12 {
  width: 30px;
  margin-bottom: 3px;
  margin-right: 10px;
}

.div-block-27 {
  box-shadow: 1px 1px 5px 1px #0003;
}

.link-block-64 {
  background-image: url('../images/CHAPEL.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  display: block;
}

.link-block-65 {
  background-image: url('../images/ITAU.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  display: block;
}

.link-block-66 {
  background-image: url('../images/SKF.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  display: block;
}

.link-block-67 {
  background-image: url('../images/FORUMCULTURA.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  display: block;
}

.link-block-68 {
  background-image: url('../images/NEWSKF.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  display: block;
}

.link-block-69 {
  background-image: url('../images/ZUZU.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  display: block;
}

.grid-5 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.section-12 {
  background-color: #f5f4f5;
  padding: 40px 10px 60px;
}

.section-13 {
  background-color: #f5f4f5;
  padding: 40px 10px 100px;
}

.right-arrow-2 {
  display: block;
}

.section-14 {
  background-image: url('../images/Banner-GestaoCrise-interno.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: -98px;
}

.image-13 {
  margin-bottom: 40px;
}

.image-14 {
  width: 30px;
  margin-bottom: 3px;
  margin-right: 10px;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.image-15 {
  margin-bottom: 10px;
}

.link-54 {
  font-size: 14px;
}

.text-block-4 {
  color: #676770;
  font-size: 14px;
}

.section-15 {
  background-color: #f5f4f5;
  margin-bottom: 0;
  padding: 40px 10px 100px;
}

.image-16 {
  opacity: 1;
}

.section-16 {
  background-color: var(--cornflower);
  height: 320px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-28 {
  text-align: left;
  border-bottom: 1px solid #bec3c7;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: var(--cornflower);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-family: azo-sans-web, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.image-17 {
  margin-bottom: 10px;
  margin-right: 10px;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 80px;
}

.link-block-70 {
  perspective: 1101px;
  background-image: url('../images/case-mi-imprensa.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  transition: all .3s;
  display: block;
  transform: perspective(532px);
}

.link-block-70:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-71 {
  background-image: url('../images/case-museu-redes-sociais-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  transition: all .3s;
  display: block;
}

.link-block-71:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-72 {
  background-image: url('../images/case-haoc-2017.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  transition: all .3s;
  display: block;
}

.link-block-72:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-73 {
  background-image: url('../images/case-haoc-redes-sociais-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  transition: all .3s;
  display: block;
}

.link-block-73:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.paragraph-17 {
  color: #676770;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}

.grid-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slide-9 {
  padding-left: 60px;
  padding-right: 60px;
}

.slider-7 {
  min-height: 600px;
}

.columns-5 {
  margin-top: 40px;
}

.grid-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area"
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr;
  margin-bottom: 0;
}

.div-block-46 {
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/SET_050.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-46:hover {
  opacity: 1;
  background-color: #000;
  background-image: url('../images/SET_051.jpg');
  background-position: 50%;
  background-size: cover;
}

.paragraph-22 {
  color: #fff;
  text-align: center;
  display: block;
}

.paragraph-22:hover {
  display: block;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 3px #0006;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  font-weight: 700;
  display: flex;
  position: static;
}

.paragraph-23 {
  color: var(--black);
  text-align: left;
  margin-bottom: 20px;
  font-family: azo-sans-web, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.column-19 {
  padding-left: 20px;
  padding-right: 20px;
}

.section-17 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 850px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.button-3 {
  background-color: var(--oxford);
}

.button-3.w--current {
  border: 1px solid var(--cornflower);
  color: var(--cornflower);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 30px;
  margin-top: 40px;
  padding-top: 12px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Helveticaneueltpro roman;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .4s;
}

.button-3.w--current:hover {
  border: 1px solid var(--cornflower);
  background-color: var(--cornflower);
  color: var(--white);
  border-radius: 30px;
}

.icon-13, .icon-14 {
  margin-top: 320px;
  margin-bottom: 320px;
}

.grid-29 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 70px;
}

.button-4 {
  border: 1px solid var(--cornflower);
  background-color: #0000;
  background-image: url('../images/icone-rp-A.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-radius: 60px;
  min-width: 110px;
  min-height: 110px;
  margin-bottom: 20px;
  padding: 0;
  transition: all .3s;
}

.button-4:hover {
  border-color: var(--cornflower);
  background-color: var(--cornflower);
  background-image: url('../images/icone-rp-B.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
}

.button-5 {
  border: 1px solid var(--cornflower);
  background-color: #0000;
  background-image: url('../images/icone-imprensa-A.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-radius: 70px;
  min-width: 110px;
  min-height: 110px;
  margin-bottom: 20px;
  padding: 0;
  transition: all .3s;
}

.button-5:hover {
  background-color: var(--cornflower);
  background-image: url('../images/icone-imprensa-B.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
}

.button-6 {
  border: 1px solid var(--cornflower);
  background-color: #0000;
  background-image: url('../images/icone-social-A.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-radius: 60px;
  min-width: 110px;
  min-height: 110px;
  margin-bottom: 20px;
  padding: 0;
  transition: all .3s;
}

.button-6:hover {
  border-color: var(--cornflower);
  background-color: var(--cornflower);
  background-image: url('../images/icone-social-B.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
}

.button-7 {
  border: 1px solid var(--cornflower);
  background-color: #0000;
  background-image: url('../images/icone-digital-A.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-radius: 60px;
  min-width: 110px;
  min-height: 110px;
  margin-bottom: 20px;
  padding: 0;
  transition: all .3s;
}

.button-7:hover {
  border-color: var(--cornflower);
  background-color: var(--cornflower);
  background-image: url('../images/icone-digital-B.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
}

.button-8 {
  min-width: 110px;
  min-height: 110px;
  padding-top: 0;
}

.button-9 {
  border: 1px solid var(--cornflower);
  background-color: #0000;
  background-image: url('../images/icone-content-A.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-radius: 60px;
  min-width: 110px;
  min-height: 110px;
  margin-bottom: 20px;
  padding: 0;
  transition: all .3s;
}

.button-9:hover {
  border-color: var(--cornflower);
  background-color: var(--cornflower);
  background-image: url('../images/icone-content-B.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
}

.button-10 {
  border: 1px solid var(--cornflower);
  background-color: #0000;
  background-image: url('../images/icone-crise-A.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65px;
  border-radius: 60px;
  min-width: 110px;
  min-height: 110px;
  margin-bottom: 20px;
  padding: 0;
  transition: all .3s;
}

.button-10:hover {
  border-color: var(--cornflower);
  background-color: var(--cornflower);
  background-image: url('../images/icone-crise-B.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65px;
}

.button-11 {
  border: 1px solid var(--cornflower);
  background-color: #0000;
  background-image: url('../images/icone-influencer-A.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 66px;
  border-radius: 60px;
  min-width: 110px;
  min-height: 110px;
  margin-bottom: 20px;
  padding: 0;
  transition: all .3s;
}

.button-11:hover {
  background-color: var(--cornflower);
  background-image: url('../images/icone-influencer-B.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 66px;
}

.link-block-74 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Helveticaneueltpro bdcn;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.link-block-74:hover {
  text-decoration: underline;
}

.div-block-47 {
  background-color: var(--black);
  height: 350px;
}

.case {
  box-sizing: border-box;
  object-fit: contain;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.case:hover {
  opacity: 1;
}

.case.funda-o-ita {
  background-image: url('../images/case-relatorio-fundacao-itau-A.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 380px;
}

.case.funda-o-ita:hover {
  background-image: url('../images/case-relatorio-fundacao-itau-B.jpg');
  background-position: 50%;
  background-size: cover;
}

.paragraph-24 {
  z-index: auto;
  color: var(--gelo);
  object-fit: fill;
  display: inline-block;
  position: relative;
  top: -86px;
  overflow: visible;
}

.paragraph-24.case {
  opacity: 0;
}

.paragraph-24.case:hover {
  opacity: 1;
}

.div-block-70 {
  background-image: url('../images/Alexandra_Santos_A.jpg');
  background-position: 50%;
  background-size: auto;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-70:hover {
  background-image: url('../images/Alexandra_Santos_B.jpg');
}

.div-block-70.alan {
  cursor: pointer;
  background-image: url('../images/Alan_Valadares_A.jpg');
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-70.alan:hover {
  background-image: url('../images/Alan_Valadares_B.jpg');
}

.paragraph-49 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.div-block-71 {
  background-image: url('../images/museu-social-media-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
}

.paragraph-50 {
  opacity: 1;
  color: var(--white);
  align-self: center;
  margin-bottom: 10px;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.show-hide-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.show-hide-div.claudio {
  background-image: url('../images/CLAUDIO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.show-hide-div.claudio:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/CLAUDIO.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
}

.show-hide-div.havanna {
  background-image: url('../images/case-havanna.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
}

.show-hide-div.havanna:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/case-havanna.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.show-hide-div.mentos {
  background-image: url('../images/case-mentos_A.jpg');
  background-position: 50%;
  background-size: cover;
  height: 380px;
}

.show-hide-div.mentos:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/case-mentos_A.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.show-hide-div.funda-o-ita {
  background-image: url('../images/case-relatorio-fundacao-itau-A.jpg');
  background-position: 50%;
  background-size: cover;
  height: 380px;
}

.show-hide-div.funda-o-ita:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/case-relatorio-fundacao-itau-A.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.show-hide-div.natura {
  background-image: url('../images/case-natura.jpg');
  background-position: 50%;
  background-size: cover;
  height: 380px;
}

.show-hide-div.natura:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/case-natura.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.show-hide-div.taco-bell {
  background-image: url('../images/case-taco-bell.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
}

.show-hide-div.taco-bell:hover {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/case-taco-bell.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.show-hide-div.ic {
  background-image: url('../images/case-bethania.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
}

.show-hide-div.ic:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/case-bethania.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.show-hide-div.bluefit {
  background-image: url('../images/case-bluefit.jpg');
  background-position: 50%;
  background-size: cover;
  height: 380px;
}

.show-hide-div.bluefit:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/case-bluefit.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.show-hide-div.ish {
  background-image: url('../images/case-safetalks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
}

.show-hide-div.ish:hover {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/case-safetalks.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.show-hide-div.museu-midias {
  background-image: url('../images/case-museu-redes-sociais-A.jpg');
  background-position: 50%;
  background-size: auto;
  height: 380px;
}

.show-hide-div.museu-midias:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/case-museu-redes-sociais-A.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.show-hide-div.claudio {
  background-position: 29% 0;
  background-size: 270%;
  height: 550px;
}

.show-hide-div.roberta {
  background-image: url('../images/ROBERTA.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.show-hide-div.roberta:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/ROBERTA.jpg');
  background-position: 0 0, 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.show-hide-div.telma {
  background-image: url('../images/TELMA.jpg');
  background-position: 50%;
  background-size: cover;
  height: 550px;
}

.show-hide-div.telma:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/TELMA.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.show-hide-div.bruno {
  background-image: url('../images/BRUNO.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.show-hide-div.bruno:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/BRUNO.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.show-hide-div.cris {
  background-image: url('../images/CRIS.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.show-hide-div.cris:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/CRIS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.show-hide-div.daniel {
  background-image: url('../images/DANIEL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.show-hide-div.daniel:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/DANIEL.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.show-hide-div.gabriela {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.show-hide-div.teresa {
  background-image: url('../images/TERESA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.show-hide-div.teresa:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/TERESA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.show-hide-div.paulo {
  background-image: url('../images/PAULO.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 160%;
  height: 550px;
}

.show-hide-div.paulo:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/PAULO.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.show-hide-div.ricardo {
  background-image: url('../images/RICARDO.jpg');
  background-position: 50%;
  background-size: cover;
  height: 550px;
}

.show-hide-div.ricardo:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/RICARDO.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.show-hide-div.rony {
  background-image: url('../images/RONI.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.show-hide-div.rony:hover {
  background-image: linear-gradient(#000c, #000c), url('../images/RONI.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  align-self: center;
  margin-bottom: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.label {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: azo-sans-web, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.button-arrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #1b90a300;
  background-image: url('../images/icone-seta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 90px;
  margin-top: 20px;
  padding: 30px;
  font-family: Helveticaneueltpro roman;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .4s;
}

.button-arrow:hover {
  border-color: var(--sapphire);
  background-color: var(--sapphire);
  color: var(--oxford);
}

.columns-6 {
  margin-bottom: 40px;
}

.column-20 {
  padding-left: 0;
  padding-right: 120px;
}

.button-13 {
  background-color: var(--white);
  color: var(--cornflower);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  padding: 13px 15px 9px 20px;
  font-family: Helveticaneueltpro roman;
  font-size: 12px;
  font-weight: 400;
  transition: color .3s, background-color .3s;
  display: block;
}

.button-13:hover {
  background-color: var(--oxford);
  color: var(--white);
}

.column-21 {
  clear: none;
  grid-column-gap: 0px;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 90px;
  display: flex;
}

.grid-30 {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.text-block-18 {
  color: var(--cornflower);
  text-align: center;
  letter-spacing: 2px;
  height: auto;
  margin-bottom: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 70px;
  display: block;
}

.image-18 {
  margin-bottom: 20px;
}

.paragraph-51 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: azo-sans-web, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.container-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-18 {
  background-color: var(--oxford);
  padding: 120px 60px;
}

.image-19 {
  float: none;
  text-align: center;
  width: 140px;
  max-width: 0%;
  height: 80px;
  margin-bottom: 10px;
  display: inline-block;
  position: static;
}

.div-block-72 {
  text-align: center;
}

.image-20 {
  text-align: center;
  max-width: 50%;
  margin-bottom: 10px;
  display: inline-block;
}

.div-block-73 {
  border-bottom: 2px solid var(--gelo);
  text-align: center;
  width: 25%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-19 {
  background-color: var(--white);
  min-height: auto;
  padding: 120px 20px 80px;
}

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

.slider-8 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 6px;
  display: block;
}

.paragraph-52 {
  color: var(--black);
  text-align: center;
  font-size: 17px;
  line-height: 30px;
}

.right-arrow-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.text-block-19 {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 30px;
  font-family: Helveticaneueltpro th;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
}

.slide-10 {
  text-align: center;
}

.icon-15, .icon-16 {
  color: var(--cornflower);
  margin-top: 150px;
  margin-bottom: 150px;
  font-family: azo-sans-web, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-74, .div-block-75 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-31 {
  grid-template-rows: 90px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.slider-9 {
  background-color: #0000;
  height: 145px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.slide-nav-5 {
  font-size: 0;
}

.section-20 {
  background-color: var(--gelo);
  padding-top: 50px;
  overflow: clip;
}

.div-block-76 {
  background-image: url('../images/Logo-Adium.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.div-block-77 {
  background-image: url('../images/Logo_Anip.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 94%;
}

.div-block-78 {
  background-image: url('../images/Logo_Davita.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 86%;
}

.div-block-79 {
  background-image: url('../images/Logo_Ferring.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 88%;
}

.div-block-80 {
  background-image: url('../images/Logo_Fundacao_Itau.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 92%;
}

.div-block-81 {
  background-image: url('../images/Logo_IBS.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.div-block-82 {
  background-image: url('../images/Logo_IC.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-83 {
  background-image: url('../images/Logo_Paranapanema.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-84 {
  background-image: url('../images/Logo_Renova.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.div-block-85 {
  background-image: url('../images/Logo_Zurich.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bold-text-42, .bold-text-43 {
  color: var(--periwinkle);
  font-family: Helveticaneueltpro roman;
  font-size: 15px;
  font-weight: 400;
}

.html-embed {
  filter: saturate(90%);
  width: 83%;
  height: 70%;
  margin-top: 40px;
}

.section-21 {
  background-color: var(--black);
  opacity: 1;
  mix-blend-mode: normal;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.html-embed-2 {
  opacity: 1;
  filter: contrast(105%) grayscale(50%);
  cursor: move;
  mix-blend-mode: normal;
  width: 100%;
}

.slide-11 {
  background-image: url('../images/banner-premios.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-7 {
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 100px;
}

.div-block-86 {
  background-image: url('../images/Logo-Abafarma.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.div-block-87 {
  background-image: url('../images/Logo-Museu-Ipiranga.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.div-block-88 {
  background-image: url('../images/Logo-OliverWyman.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.div-block-89 {
  background-image: url('../images/Logo-Oswaldo-Cruz.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.div-block-90 {
  background-image: url('../images/Logo-Simak.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.bold-text-44 {
  color: var(--sapphire);
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-44:hover {
  color: var(--cornflower);
  text-decoration: underline;
}

.grid-32 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

.div-block-91 {
  background-color: var(--cornflower);
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
}

.div-block-92 {
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-image: url('../images/icone-telefone.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center start;
  place-items: start;
  width: 100%;
  margin-top: 0;
  display: block;
}

.paragraph-53 {
  float: none;
  color: var(--black);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.image-21 {
  max-width: none;
}

.text-block-20 {
  color: var(--gray\<deleted\|variable-e67ecc64\>);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Helveticaneueltpro roman;
  font-size: 15px;
  line-height: 20px;
}

.div-block-93 {
  float: left;
  clear: none;
  background-image: url('../images/icone-email.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.div-block-94 {
  float: left;
  background-image: url('../images/icone-endereco.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 100%;
  margin-top: 0;
  display: block;
}

.text-block-21 {
  float: none;
  color: var(--gray\<deleted\|variable-e67ecc64\>);
  text-align: left;
  margin-top: 5px;
  margin-left: 0;
  font-family: Helveticaneueltpro roman;
  font-size: 15px;
  line-height: 20px;
}

.div-block-95 {
  border-left: 2px solid var(--cornflower);
  color: var(--cornflower);
  text-align: left;
  margin-top: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

.text-block-22 {
  color: var(--cornflower);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.button-14 {
  opacity: .6;
  background-color: #3898ec00;
  background-image: url('../images/icone-fb-azul.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: -10px;
  padding: 12px;
  transition: all .2s;
  display: inline-block;
}

.button-14:hover {
  opacity: 1;
  background-image: url('../images/icone-fb-azul-contato.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-15 {
  opacity: .6;
  background-color: #3898ec00;
  background-image: url('../images/icone-ig-azul.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  margin-top: 0;
  margin-left: 15px;
  padding: 13px;
  transition: all .2s;
}

.button-15:hover {
  opacity: 1;
  background-image: url('../images/icone-ig-azul-contato.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-16 {
  opacity: .6;
  background-color: #3898ec00;
  background-image: url('../images/icone-lk-azul.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 0;
  margin-left: 15px;
  padding: 13px;
  transition: all .2s;
}

.button-16:hover {
  opacity: 1;
  background-image: url('../images/icone-lk-azul-contato.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-17 {
  opacity: .6;
  background-color: #3898ec00;
  background-image: url('../images/icone-x-contato.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 0;
  margin-left: 15px;
  padding: 13px;
  transition: all .2s;
}

.button-17:hover {
  opacity: 1;
  background-image: url('../images/icone-x-azul-contato.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-18 {
  opacity: .6;
  background-color: #3898ec00;
  background-image: url('../images/icone-yt-azul.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 0;
  margin-left: 16px;
  padding: 13px;
  transition: all .2s;
}

.button-18:hover {
  opacity: 1;
  background-image: url('../images/icone-yt-azul-contato.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-96 {
  box-sizing: border-box;
  opacity: 1;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-96:hover {
  opacity: 1;
}

.link-55 {
  color: var(--black);
  text-decoration: none;
}

.link-55:hover {
  color: var(--sapphire);
  text-decoration: underline;
}

.link-56 {
  color: var(--black);
  text-decoration: none;
}

.link-56:hover {
  color: var(--sapphire);
  text-decoration: underline;
}

.div-block-97 {
  margin-bottom: 100px;
}

.grid-34 {
  grid-row-gap: 50px;
  grid-template-rows: 240px 240px 240px 240px 240px 240px 240px 240px 240px 240px 240px;
  grid-template-columns: .25fr 1fr;
  margin-top: 40px;
}

.text-block-23 {
  color: var(--cornflower);
  text-align: left;
  text-transform: uppercase;
  font-family: Helveticaneueltpro bdcn;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.paragraph-54 {
  color: var(--gray\<deleted\|variable-e67ecc64\>);
  text-align: left;
  font-family: Helveticaneueltpro roman;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.bold-text-45 {
  text-transform: none;
}

.div-block-98 {
  background-image: url('../images/CLAUDIO.jpg');
  background-position: 26% 0;
  background-repeat: no-repeat;
  background-size: 260%;
}

.div-block-99 {
  background-image: url('../images/ROBERTA.jpg');
  background-position: 58%;
  background-repeat: no-repeat;
  background-size: 220%;
}

.div-block-100 {
  background-image: url('../images/TELMA.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-101 {
  background-image: url('../images/BRUNO.jpeg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-102 {
  background-image: url('../images/CRIS.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-103 {
  background-image: url('../images/DANIEL.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.div-block-105 {
  background-image: url('../images/TERESA.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-106 {
  background-image: url('../images/PAULO.jpg');
  background-position: 50% 22%;
  background-repeat: no-repeat;
  background-size: 150%;
}

.div-block-107 {
  background-image: url('../images/RICARDO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-108 {
  background-image: url('../images/RONI.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px solid var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 60px;
  margin-right: 60px;
}

.text-block-24 {
  color: var(--cornflower);
  margin-top: 50px;
  font-family: Helveticaneueltpro bdcn;
  font-size: 26px;
  font-weight: 700;
}

.text-block-25 {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helveticaneueltpro roman;
  font-size: 17px;
  line-height: 30px;
}

.paragraph-55 {
  color: var(--black);
  font-family: Helveticaneueltpro roman;
  font-size: 14px;
  font-weight: 400;
}

.list-item, .list-item-2 {
  color: var(--gray\<deleted\|variable-e67ecc64\>);
  font-family: Helveticaneueltpro roman;
  font-size: 17px;
  line-height: 30px;
}

.slider-10 {
  background-color: var(--white);
}

.grid-36 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area Area"
                 "Area Area"
                 / .5fr .5fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
}

.text-block-26 {
  color: var(--sapphire);
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-27 {
  color: var(--sapphire);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: azo-sans-web, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.paragraph-56 {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.section-22 {
  background-color: var(--gelo);
  text-align: center;
  padding: 90px 100px 140px;
}

.grid-37 {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-109 {
  mix-blend-mode: normal;
  background-color: #ffffffb3;
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  height: 670px;
  padding: 10px 15px 40px;
  transition: opacity .2s;
  display: block;
  box-shadow: 2px 2px 5px #0003;
}

.div-block-110 {
  padding: 20px 40px;
}

.div-block-111 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.bold-text-46 {
  text-transform: uppercase;
  font-weight: 400;
}

.italic-text-2, .italic-text-3, .italic-text-4 {
  text-transform: uppercase;
  font-style: normal;
}

.button-19 {
  border: 1px solid var(--cornflower);
  background-color: var(--white);
  color: var(--cornflower);
  text-transform: uppercase;
  border-radius: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 10px;
  font-family: Helveticaneueltpro bdcn;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.button-19:hover {
  background-color: var(--cornflower);
  color: var(--gelo);
}

.lightbox-link-61 {
  background-image: url('../images/DANIEL.jpg');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 290px;
}

.grid-38 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
}

.text-block-28 {
  color: var(--gelo);
  order: -1;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  line-height: 23px;
}

.time {
  align-self: center;
  padding: 30px;
}

.linkedin {
  clear: none;
  border: 1px solid var(--oxford);
  background-color: #3898ec00;
  background-image: url('../images/icone-lk-azul-contato.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 60px;
  order: 1;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px;
  transition: all .3s;
  position: relative;
}

.linkedin:hover {
  border-style: none;
  border-color: var(--oxford);
  background-color: var(--oxford);
  background-image: url('../images/icone-lk-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.div-block-112 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 380px;
  display: flex;
}

.gestor {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Helveticaneueltpro bdcn;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.cargo {
  color: var(--oxford);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Helveticaneueltpro roman;
  font-size: 15px;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 #000;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.left-arrow-2 {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--sapphire);
  opacity: 1;
  vertical-align: baseline;
  object-fit: fill;
  background-image: url('../images/icone-seta-branca.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  font-size: 15px;
  transition: opacity .3s;
  display: inline-block;
  position: static;
  inset: 0 0% 0%;
  overflow: visible;
  transform: rotate(180deg);
}

.left-arrow-2:hover {
  background-color: var(--cornflower);
  opacity: 1;
}

.right-arrow-4 {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--sapphire);
  opacity: 1;
  color: var(--black);
  object-fit: fill;
  background-image: url('../images/icone-seta-branca.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  transition: opacity .3s;
  display: inline-block;
  position: static;
  inset: 0 0% 0%;
  overflow: visible;
}

.right-arrow-4:hover {
  background-color: var(--cornflower);
  opacity: 1;
}

.slide-nav-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.slider-11 {
  float: none;
  clear: none;
  text-align: center;
  background-color: #ddd0;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  height: 720px;
  margin: 30px 0 0;
  padding: 0;
  display: block;
}

.button-20 {
  border: 1px solid var(--oxford);
  vertical-align: bottom;
  background-color: #3898ec00;
  background-image: url('../images/icone-seta-azul.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 60px;
  margin-bottom: 0;
  padding: 25px;
  transition: all .2s;
  display: inline-block;
}

.button-20:hover {
  background-color: var(--oxford);
  background-image: url('../images/icone-seta-branca.svg');
  background-repeat: no-repeat;
  background-size: 70%;
  transform: rotate(-40deg);
}

.slide-12 {
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
}

.image-22 {
  width: 30px;
  max-width: none;
  height: 30px;
  margin-top: -8px;
  margin-left: -5px;
  padding-top: 0;
  display: block;
}

.flex-block-2 {
  justify-content: center;
  align-items: flex-start;
}

.icon-17 {
  opacity: 1;
  color: var(--black);
  object-fit: fill;
  margin: 0;
  font-size: 30px;
  position: static;
}

.icon-18 {
  opacity: 1;
  color: var(--black);
  margin-top: 120px;
  margin-bottom: 120px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.grid-39 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 100px;
  margin-right: 100px;
}

.link-57 {
  color: var(--gelo);
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.link-57:hover {
  color: var(--oxford);
}

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

.text-block-29 {
  box-sizing: border-box;
  float: none;
  clear: both;
  object-fit: fill;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.image-23 {
  vertical-align: middle;
}

.link-58 {
  color: var(--gelo);
  letter-spacing: 1px;
  width: auto;
  margin-left: 10px;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.link-58:hover {
  text-transform: none;
  text-decoration: none;
}

.div-block-114 {
  margin-bottom: 30px;
}

.link-59 {
  color: var(--white);
  margin-left: 40px;
  font-family: azo-sans-web, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.text-block-30 {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 39px;
  font-family: azo-sans-web, sans-serif;
  font-size: 14px;
}

.div-block-115 {
  margin-bottom: 30px;
}

.link-60 {
  color: var(--white);
  margin-left: 10px;
  font-family: azo-sans-web, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.link-60:hover {
  text-decoration: underline;
}

.text-block-31 {
  color: var(--cornflower);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

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

.body-2 {
  background-color: var(--periwinkle);
}

.grid-40 {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area Area";
}

.div-block-117 {
  border: 0 #000;
  margin-bottom: 20px;
}

.heading-6 {
  color: var(--cornflower);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: azo-sans-web, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-32 {
  color: var(--oxford);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.grid-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area"
  / 1fr 1fr 1fr;
  height: 600px;
}

.div-block-118 {
  background-image: url('../images/Servicos.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-24 {
  margin-top: 20px;
  margin-bottom: 0;
}

.accordion-item-2 {
  border-bottom: 0 #0000;
  padding-top: 4px;
  padding-bottom: 4px;
}

.bold-text-47 {
  color: var(--sapphire);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  padding-right: 30px;
  font-family: azo-sans-web, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.accordion-wrapper {
  border: 0 #000;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-57 {
  color: #026937;
  text-align: left;
  background-color: #0000;
  border-bottom: 0 #000;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.accordion-item-content {
  text-align: left;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.paragraph-58 {
  color: #333;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-58.legenda {
  font-size: 13px;
  font-style: italic;
}

.image-25 {
  margin-top: 20px;
}

.accord-item-trigger {
  border-bottom: 1px solid var(--oxford);
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/seta_baixo.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-left: 0 solid #0000;
  justify-content: space-between;
  align-items: stretch;
  padding-right: 0;
  display: flex;
}

.grid-42 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 340px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 390px;
}

.div-block-119 {
  background-image: url('../images/Claudio_1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
  transition: all .4s;
}

.div-block-119:hover {
  filter: none;
}

.div-block-120 {
  background-image: url('../images/Roberta_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
}

.div-block-121 {
  background-image: url('../images/Raul.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
}

.div-block-122 {
  background-image: url('../images/TELMA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.text-block-33 {
  color: var(--oxford);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-34 {
  color: var(--sapphire);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
}

.paragraph-59 {
  color: var(--black);
  text-align: center;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
}

.paragraph-60 {
  color: var(--black);
  text-align: center;
  font-family: azo-sans-web, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.section-23 {
  background-color: var(--sapphire);
  padding: 50px 100px;
}

.cta {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.columns-7 {
  padding-left: 0;
  padding-right: 0;
}

.button-21 {
  background-color: var(--white);
  color: var(--sapphire);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 100px;
  padding: 20px 30px;
  font-family: azo-sans-web, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .4s;
}

.button-21:hover {
  background-color: var(--oxford);
  color: var(--white);
}

.column-22 {
  text-align: right;
  padding-right: 0;
}

.button-22 {
  background-color: var(--sapphire);
  background-image: url('../images/icone-lk-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
}

.div-block-123, .div-block-124, .div-block-125, .div-block-126 {
  text-align: center;
}

.bold-text-48 {
  font-family: azo-sans-web, sans-serif;
}

.button-23 {
  border: 1px solid var(--sapphire);
  background-color: var(--white);
  color: var(--sapphire);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 40px;
  padding: 16px 30px;
  font-family: azo-sans-web, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all .4s;
}

.button-23:hover {
  background-color: var(--sapphire);
  color: var(--white);
}

.column-23 {
  height: 100%;
  padding-left: 0;
}

.div-block-127 {
  background-image: url('../images/Servicos_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  height: 700px;
  display: block;
}

.heading-center {
  color: var(--oxford);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 50px;
  line-height: 52px;
}

.grid-43 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  height: 850px;
}

.div-block-128 {
  float: none;
  clear: none;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  padding-right: 0;
  display: block;
}

.paragraph-61 {
  color: var(--black);
  text-transform: none;
  font-family: azo-sans-web, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.column-24, .column-25 {
  padding-left: 0;
}

.grid-44 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 40px;
}

.paragraph-62 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-7 {
  color: var(--sapphire);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: azo-sans-web, sans-serif;
}

.grid-45 {
  grid-template-rows: 220px 220px 220px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: auto;
  margin-top: 0;
  padding-bottom: 100px;
}

.div-block-129 {
  background-color: var(--oxford);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-130 {
  background-color: var(--sapphire);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-131 {
  background-color: var(--cornflower);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-132 {
  background-color: var(--oxford);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-133 {
  background-color: var(--sapphire);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-134 {
  background-color: var(--cornflower);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-135 {
  background-color: var(--oxford);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-136 {
  background-color: var(--sapphire);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-35 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: azo-sans-web, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-63 {
  color: var(--white);
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.background-video {
  height: 600px;
}

.image-26 {
  max-width: none;
  max-height: 70px;
  margin-top: 0;
}

.bold-text-49, .bold-text-50 {
  color: var(--oxford);
}

.div-block-137 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 380px;
  display: flex;
}

.button-24 {
  border: 1px solid var(--oxford);
  color: var(--oxford);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 10px;
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  transition: all .4s;
  display: flex;
}

.button-24:hover {
  background-color: var(--oxford);
  color: #f7f7f7;
}

.text-block-36 {
  box-sizing: border-box;
  color: var(--gelo);
  letter-spacing: 1px;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -30px;
  margin-left: 40px;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.image-27 {
  vertical-align: baseline;
  display: inline-block;
}

.bold-text-51 {
  font-weight: 400;
}

.link-61 {
  margin-left: 10px;
}

.paragraph-64 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: azo-sans-web, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.paragraph-65 {
  color: var(--white);
  margin-top: 0;
  margin-left: 40px;
  font-family: azo-sans-web, sans-serif;
  line-height: 21px;
}

.paragraph-66 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: azo-sans-web, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.grid-46 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  margin-top: 10px;
}

.grid-47 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

.bold-text-52 {
  color: var(--sapphire);
}

.heading-8 {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
}

.section-24 {
  background-color: var(--cornflower);
  padding: 100px;
}

.paragraph-67 {
  color: var(--white);
  font-family: azo-sans-web, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.grid-48 {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
}

.grid-49 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.div-block-138 {
  padding-right: 0;
}

.columns-8 {
  border-bottom: 0px none var(--white);
  padding-bottom: 40px;
}

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

.button-25 {
  border: 1px solid var(--sapphire);
  background-color: var(--white);
  color: var(--sapphire);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: bottom;
  border-radius: 100px;
  margin-top: 40px;
  padding: 15px 30px;
  font-family: azo-sans-web, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all .4s;
  display: inline-block;
}

.button-25:hover {
  background-color: var(--sapphire);
  color: var(--white);
}

.container-8 {
  max-width: none;
}

.column-26 {
  padding-left: 0;
  padding-right: 200px;
}

.column-27 {
  padding-left: 0;
  padding-right: 0;
}

.bold-text-53 {
  color: var(--oxford);
}

.image-28 {
  vertical-align: baseline;
  margin-top: 0;
  display: block;
}

.heading-9 {
  color: var(--sapphire);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 60px;
  font-family: azo-sans-web, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.image-29 {
  margin-top: 40px;
}

.div-block-140 {
  background-image: url('../images/Aline.jpeg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.div-block-141 {
  background-image: url('../images/BRUNO.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.div-block-142 {
  background-image: url('../images/Cris_1.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 280px;
  margin-bottom: 10px;
}

.div-block-143 {
  background-image: url('../images/Armando.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130%;
  height: 280px;
  margin-bottom: 10px;
}

.div-block-144 {
  background-image: url('../images/DANIEL.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 125%;
  height: 280px;
  margin-bottom: 10px;
}

.bold-text-54 {
  color: var(--sapphire);
  text-transform: uppercase;
}

.image-30, .image-31 {
  margin-top: 0;
}

.button-26 {
  aspect-ratio: auto;
  border: 1px solid var(--sapphire);
  background-color: var(--white);
  background-image: url('../images/icone-seta-cima.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  margin-top: 20px;
  padding: 24px;
  transition: all .1s;
  transform: translate(0);
}

.button-26:hover {
  background-color: var(--sapphire);
  background-image: url('../images/icone-seta-branca.svg'), url('../images/icone-seta-azul.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  transform: rotate(-45deg);
}

.button-27 {
  border: 1px solid var(--sapphire);
  background-color: var(--white);
  color: var(--sapphire);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/icone-seta-azul_1.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 40px 15px 20px;
  font-family: azo-sans-web, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all .4s;
}

.button-27:hover {
  background-color: var(--sapphire);
  color: var(--white);
  background-image: url('../images/icone-seta-branca_1.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.div-block-145, .div-block-146 {
  width: 100%;
  height: 670px;
}

.container-9 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  padding-top: 100px;
  display: flex;
}

.paragraph-68 {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  text-align: left;
  padding-bottom: 8px;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-147 {
  background-color: var(--cornflower);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-148 {
  background-color: var(--oxford);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-149 {
  background-color: var(--sapphire);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-150 {
  background-color: var(--cornflower);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-151 {
  background-image: url('../images/Teresa_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
}

.div-block-152 {
  background-image: url('../images/Fernando.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
}

.div-block-153 {
  background-image: url('../images/PAULO.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 140%;
  height: 280px;
  margin-bottom: 10px;
}

.div-block-154 {
  background-image: url('../images/Renata.jpeg');
  background-position: 53% 0;
  background-repeat: no-repeat;
  background-size: 160%;
  height: 280px;
  margin-bottom: 10px;
}

.div-block-155 {
  background-image: url('../images/RICARDO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
}

.div-block-156 {
  background-image: url('../images/RONI.jpg');
  background-position: 50% 34%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
}

.div-block-157 {
  height: 280px;
  margin-bottom: 10px;
}

.slider-12 {
  height: 600px;
}

.slide-nav-7 {
  opacity: 0;
}

.background-video-2 {
  height: 600px;
}

.link-block-75 {
  background-image: url('../images/case-mentos_A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-75:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.div-block-158 {
  height: auto;
}

.link-block-76 {
  background-image: url('../images/case-natura-musical.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-76:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-77 {
  background-image: url('../images/case-ic-crise.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-77:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.div-block-159 {
  padding-right: 30px;
}

.whatsapp {
  background-color: var(--cornflower);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/icone-whatsapp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  padding: 15px 58px 15px 20px;
  font-family: azo-sans-web, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all .4s;
}

.whatsapp:hover {
  background-color: var(--sapphire);
}

.link-block-78 {
  background-image: url('../images/case-natura-co.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-78:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-79 {
  background-image: url('../images/case-ic-pib.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-79:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-80 {
  background-image: url('../images/case-relatorio-fundacao-itau-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-80:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-81 {
  background-image: url('../images/case-bethania_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-81:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-82 {
  background-image: url('../images/case-fenaprevi-previdencia-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-82:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-83 {
  background-image: url('../images/case-novartis-carreta.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-83:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-84 {
  background-image: url('../images/case-novartis-inovacao.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-84:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-85 {
  background-image: url('../images/case-itau-cultural.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-85:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-86 {
  background-image: url('../images/case-fruittella.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-86:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-87 {
  background-image: url('../images/ZUZU.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-87:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-88 {
  width: 100%;
  height: 400px;
}

.grid-50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 80px;
}

.link-block-89 {
  background-image: url('../images/case-havanna.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-89:hover {
  box-shadow: 1px 1px 10px 0 var(--cornflower);
  transform: scale(1.02);
}

.link-block-90 {
  background-image: url('../images/case-bluefit.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-90:hover {
  box-shadow: 1px 1px 10px 0 var(--cornflower);
  transform: scale(1.02);
}

.link-block-91 {
  background-image: url('../images/case-safetalks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-91:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-92 {
  background-image: url('../images/case-taco-bell.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-92:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-93 {
  background-image: url('../images/case-schmersal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-93:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-94 {
  background-image: url('../images/case-poliedro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: all .3s;
}

.link-block-94:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.grid-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 80px;
}

.link-block-95 {
  background-image: url('../images/pkd-mario-pedrosa.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-96 {
  background-image: url('../images/RETRATOS-DA-LEITURA-NO-BRASIL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-97 {
  background-image: url('../images/pkd-natura-musical.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-98 {
  background-image: url('../images/RELATORIO-ITAU-CULTURAL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-99 {
  background-image: url('../images/hotsite-itau-socioambiental.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-100 {
  background-image: url('../images/hotsite-cubo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-101 {
  background-image: url('../images/pkd-cardio.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-102 {
  background-image: url('../images/HOTSITE-ITAU-UNIBANCO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-103 {
  background-image: url('../images/HOTSITE-BIONOVIS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-104 {
  background-image: url('../images/HOTSITE-FENASAUDE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-105 {
  background-image: url('../images/SITE-IET.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-106 {
  background-image: url('../images/PKD-FRUITTELLA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-107 {
  background-image: url('../images/pkd-liberty.png');
  background-position: 28%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-108 {
  background-image: url('../images/PKD-MENTOS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-109 {
  background-image: url('../images/PKD-ITAU_SOCIAL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-110 {
  background-image: url('../images/pkd-carlos-zilio.png');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-111 {
  background-image: url('../images/PKK-ITAU-CULTURAL-PLAY.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.portf-lio {
  transition: all .3s;
}

.portf-lio:hover {
  box-shadow: 1px 1px 10px 1px var(--cornflower);
  transform: scale(1.02);
}

.link-block-112 {
  background-image: url('../images/pkd-guto-lacaz.png');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 200px;
}

.divisor-azul {
  background-color: var(--sapphire);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 70px;
  height: 5px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 5px;
  display: block;
}

.div-block-161 {
  background-image: url('../images/Hugo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
}

.div-block-162 {
  background-image: url('../images/Alcides.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
}

.link-block-113 {
  background-image: url('../images/pkd-miltom-santos.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-114 {
  background-image: url('../images/pkd-bike.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.link-block-115 {
  background-image: url('../images/pkd-medley.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.section-25 {
  background-color: var(--sapphire);
}

.heading-10 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 46px;
  line-height: 54px;
}

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

.divisor-branco {
  background-color: var(--white);
  width: 70px;
  height: 5px;
  margin-top: 15px;
  margin-left: 5px;
}

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

.div-block-164 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-165 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-3, .body-4 {
  background-color: var(--periwinkle);
}

.image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41 {
  max-width: none;
  max-height: 70px;
}

.image-42 {
  width: auto;
  max-width: none;
  height: auto;
  max-height: 70px;
}

.section-26 {
  height: auto;
}

.code-embed {
  background-color: var(--white);
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .navigation-bar {
    padding-left: 100px;
    padding-right: 80px;
  }

  .section.quem-somos {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-128 {
    margin-top: 40px;
  }

  .background-video {
    height: 650px;
  }

  .grid-47 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .section-24 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .column-26 {
    padding-right: 200px;
  }

  .container-9 {
    max-width: 73%;
  }

  .slider-12 {
    height: auto;
  }

  .background-video-2 {
    height: 650px;
  }

  .div-block-159 {
    padding-right: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .navigation-bar {
    padding-left: 120px;
    padding-right: 100px;
  }

  .section.quem-somos, .section.servi-os {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sectiontitle-group.left {
    margin-left: 120px;
    margin-right: 200px;
  }

  .show-hide-div.havanna, .show-hide-div.mentos, .show-hide-div.funda-o-ita, .show-hide-div.natura, .show-hide-div.taco-bell, .show-hide-div.ic, .show-hide-div.bluefit, .show-hide-div.ish, .show-hide-div.museu-midias {
    height: 420px;
  }

  .div-block-109 {
    height: 750px;
  }

  .div-block-112 {
    min-height: 420px;
  }

  .slider-11 {
    height: 820px;
  }

  .grid-39 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .section-23, .section-24 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .div-block-143 {
    background-size: 120%;
  }

  .div-block-144 {
    background-size: 110%;
  }

  .container-9 {
    max-width: 50%;
  }

  .div-block-151 {
    background-position: 50% 40%;
    background-size: cover;
  }

  .div-block-153 {
    background-size: 130%;
  }

  .div-block-155 {
    background-position: 50% 0;
    background-size: cover;
  }

  .div-block-156 {
    background-position: 50% 29%;
  }
}

@media screen and (min-width: 1920px) {
  .button-white {
    padding: 20px 40px;
    font-size: 15px;
  }

  .navigation-bar {
    padding-left: 200px;
    padding-right: 180px;
  }

  .section {
    padding-left: 200px;
    padding-right: 200px;
  }

  .section.quem-somos {
    padding: 150px 200px 160px;
  }

  .section.servi-os {
    padding-top: 150px;
    padding-left: 200px;
    padding-right: 200px;
  }

  .hero-heading.internas {
    width: 100%;
  }

  .section-heading, .section-heading.center {
    font-size: 60px;
    line-height: 70px;
  }

  .sectiontitle-group.left {
    margin-left: 200px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 34px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .h2.left {
    font-size: 60px;
    line-height: 70px;
  }

  .section-17 {
    max-height: 800px;
    margin-top: 0;
  }

  .show-hide-div.havanna, .show-hide-div.mentos, .show-hide-div.funda-o-ita, .show-hide-div.natura, .show-hide-div.taco-bell, .show-hide-div.ic, .show-hide-div.bluefit, .show-hide-div.ish, .show-hide-div.museu-midias {
    height: 500px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 38px;
  }

  .label {
    font-size: 20px;
    line-height: 34px;
  }

  .button-arrow {
    padding: 40px;
  }

  .text-block-18 {
    font-size: 100px;
    line-height: 90px;
  }

  .paragraph-51 {
    font-size: 20px;
  }

  .section-18 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-19 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .grid-32 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

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

  .text-block-27 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .paragraph-56 {
    font-size: 20px;
    line-height: 34px;
  }

  .section-22 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .div-block-109 {
    height: 950px;
  }

  .div-block-112 {
    min-height: 500px;
  }

  .left-arrow-2, .right-arrow-4 {
    width: 60px;
    height: 60px;
  }

  .slider-11 {
    height: 1000px;
  }

  .grid-39 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .link-60 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-31 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-119 {
    background-position: 50% 30%;
    background-repeat: no-repeat;
    height: 350px;
  }

  .div-block-120, .div-block-121 {
    background-position: 50% 20%;
    height: 350px;
  }

  .div-block-122 {
    height: 350px;
  }

  .text-block-33 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-34 {
    font-size: 18px;
  }

  .paragraph-60 {
    font-size: 20px;
    line-height: 34px;
  }

  .section-23 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .cta {
    font-size: 28px;
    line-height: 40px;
  }

  .button-21 {
    padding: 20px 40px;
    font-size: 15px;
    line-height: 28px;
  }

  .heading-center {
    font-size: 60px;
    line-height: 70px;
  }

  .paragraph-61 {
    font-size: 20px;
    line-height: 34px;
  }

  .grid-45 {
    grid-template-rows: 300px 300px 300px;
    padding-bottom: 150px;
  }

  .text-block-35 {
    font-size: 20px;
    line-height: 25px;
  }

  .background-video {
    height: 800px;
  }

  .image-26 {
    max-height: 90px;
  }

  .button-24 {
    width: 300px;
    height: 300px;
    font-size: 20px;
  }

  .paragraph-64 {
    font-size: 15px;
  }

  .paragraph-65 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .paragraph-66 {
    font-size: 15px;
  }

  .heading-8 {
    font-size: 60px;
    line-height: 70px;
  }

  .section-24 {
    padding: 150px 200px;
  }

  .paragraph-67 {
    font-size: 20px;
    line-height: 34px;
  }

  .button-25 {
    padding: 20px 40px;
    font-size: 15px;
  }

  .div-block-140 {
    height: 350px;
  }

  .div-block-141 {
    background-position: 100%;
    height: 350px;
  }

  .div-block-142 {
    height: 350px;
  }

  .div-block-143, .div-block-144 {
    background-size: cover;
    height: 350px;
  }

  .bold-text-54 {
    font-size: 20px;
  }

  .button-27 {
    padding: 20px 50px 20px 40px;
    font-size: 15px;
  }

  .container-9 {
    max-width: 45%;
  }

  .div-block-151 {
    background-position: 50% 20%;
    height: 350px;
  }

  .div-block-152 {
    height: 350px;
  }

  .div-block-153, .div-block-154 {
    background-size: 130%;
    height: 350px;
  }

  .div-block-155, .div-block-156 {
    height: 350px;
  }

  .background-video-2 {
    height: 800px;
  }

  .whatsapp {
    padding: 20px 80px 20px 30px;
    font-size: 15px;
  }

  .divisor-azul {
    width: 90px;
    height: 8px;
  }

  .div-block-161 {
    background-position: 50%;
    background-size: cover;
    height: 350px;
  }

  .div-block-162 {
    background-position: 50% 0;
    height: 350px;
  }

  .heading-10 {
    margin-bottom: 0;
  }

  .divisor-branco {
    width: 90px;
    height: 8px;
  }

  .div-block-166 {
    font-size: 17px;
  }

  .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42 {
    max-height: 90px;
  }

  .code-embed {
    margin-top: 0;
    padding-top: 0;
    position: static;
    top: -400px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-bar {
    padding: 20px 40px 20px 60px;
  }

  .menu-button {
    background-color: #0000;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 15px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
    padding-right: 18px;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .section {
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.accent {
    padding-left: 0;
    padding-right: 0;
  }

  .section.quem-somos, .section.servi-os {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.imprensa {
    padding-bottom: 100px;
  }

  .white-box {
    justify-content: space-between;
    min-height: 520px;
    margin-bottom: 10px;
    padding: 0;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading.internas {
    width: auto;
    font-size: 40px;
    line-height: 50px;
  }

  .hollow-button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hollow-button.all-caps {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading.left {
    font-size: 40px;
    line-height: 50px;
  }

  .sectiontitle-group.left {
    margin-bottom: 60px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .footer-text {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .grid-image {
    width: 85px;
    height: 85px;
    padding: 15px;
  }

  .logo-image {
    text-align: left;
    display: inline-block;
  }

  .container {
    text-align: left;
    justify-content: flex-start;
  }

  .navigation-items {
    background-color: #fff;
    display: block;
  }

  .navigation-item {
    background-color: var(--oxford);
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 50px 30px;
    font-size: 40px;
    font-weight: 700;
    line-height: 15px;
    transition: color .4s;
  }

  .navigation-item:hover {
    background-color: var(--oxford);
    color: var(--sapphire);
    border-bottom-width: 0;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .text-block-2 {
    transition: color .4s;
    display: inline-block;
  }

  .dropdown-toggle-2 {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .dropdown-toggle-2.w--open {
    text-align: right;
    display: block;
  }

  .dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9, .dropdown-link-10 {
    text-align: right;
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-right: 30px;
  }

  .dropdown-link-11 {
    text-align: right;
    padding-right: 30px;
  }

  .dropdown {
    text-align: right;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 28px;
    transition: color .4s, background-color .4s, opacity .4s;
    display: block;
  }

  .dropdown:hover {
    background-color: #fff;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    margin-top: 5px;
  }

  .icon-2 {
    color: #25849b;
    font-size: 38px;
  }

  .div-block {
    text-align: right;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block:hover {
    color: #25849b;
    background-color: #f7f8f9;
  }

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

  .div-block-3 {
    width: 50%;
  }

  .div-block-4 {
    width: 57%;
  }

  .div-block-5 {
    width: 50%;
  }

  .div-block-6 {
    width: 60%;
  }

  .div-block-7 {
    width: 62%;
  }

  .div-block-8 {
    width: 40%;
  }

  .div-block-9 {
    width: 39%;
  }

  .div-block-10 {
    width: 85%;
  }

  .paragraph.cases {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: 15px;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .column-3 {
    padding-bottom: 0;
  }

  .section-2 {
    height: 300px;
  }

  .abre {
    top: 95px;
  }

  .div-block-11 {
    width: 49%;
  }

  .div-block-13 {
    text-align: center;
  }

  .image-2 {
    width: 120px;
    height: auto;
  }

  .section-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-17 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 600px;
    display: flex;
  }

  .h2 {
    padding-left: 10px;
  }

  .image-5 {
    width: 120px;
  }

  .grid-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: 110px 110px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .slider-3 {
    min-height: 350px;
  }

  .icon-5 {
    margin-right: 50px;
  }

  .icon-6 {
    margin-left: 50px;
  }

  .lightbox-link {
    background-position: 40% 35%;
    background-size: 390px;
  }

  .lightbox-link-2 {
    background-size: 520px;
  }

  .lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9, .lightbox-link-10, .lightbox-link-11, .lightbox-link-12, .lightbox-link-13, .lightbox-link-14, .lightbox-link-15, .lightbox-link-16, .lightbox-link-17, .lightbox-link-18, .lightbox-link-19, .lightbox-link-20 {
    background-position: 40% 35%;
    background-size: 390px;
  }

  .lightbox-link-21 {
    background-position: 41% 41%;
  }

  .lightbox-link-23 {
    background-position: 38% 40%;
  }

  .lightbox-link-26 {
    background-position: 39% 36%;
  }

  .lightbox-link-29 {
    background-position: 52% 31%;
  }

  .lightbox-link-31, .lightbox-link-32, .lightbox-link-33, .lightbox-link-34, .lightbox-link-35, .lightbox-link-36 {
    background-position: 40% 35%;
    background-size: 390px;
  }

  .lightbox-link-37 {
    background-position: 43% 33%;
    background-size: 420px;
  }

  .lightbox-link-38 {
    background-position: 40% 31%;
    background-size: 370px;
  }

  .lightbox-link-39, .lightbox-link-40 {
    background-position: 40% 35%;
    background-size: 390px;
  }

  .lightbox-link-41 {
    background-position: 37% 35%;
    background-size: 390px;
  }

  .lightbox-link-42, .lightbox-link-43 {
    background-position: 44% 35%;
    background-size: 390px;
  }

  .lightbox-link-44, .lightbox-link-45 {
    background-position: 43% 35%;
    background-size: 390px;
  }

  .lightbox-link-46 {
    background-position: 38% 35%;
    background-size: 390px;
  }

  .lightbox-link-47 {
    background-position: 45% 35%;
    background-size: 390px;
  }

  .lightbox-link-48, .lightbox-link-49, .lightbox-link-50 {
    background-position: 44% 35%;
    background-size: 390px;
  }

  .lightbox-link-52 {
    background-position: 41% 41%;
  }

  .lightbox-link-56 {
    background-position: 52% 43%;
  }

  .image-6 {
    width: 50px;
    max-width: none;
    height: 40px;
  }

  .div-block-18 {
    width: 80%;
    margin-top: 0;
  }

  .image-7 {
    width: 120px;
  }

  .div-block-19 {
    width: 100%;
  }

  .image-8 {
    width: 120px;
  }

  .div-block-20 {
    display: block;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .link-block-12 {
    background-image: url('../images/PKD-ITAU-TUNGA.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 200px;
  }

  .icon-9 {
    margin-top: 300px;
    margin-bottom: 300px;
    font-size: 25px;
  }

  .icon-10 {
    margin-top: 300px;
    margin-bottom: 300px;
    margin-left: 50px;
    font-size: 25px;
  }

  .slide-nav-3 {
    opacity: 1;
    font-size: 10px;
  }

  .slider-5 {
    height: 680px;
  }

  .paragraph-13 {
    color: #404047;
    text-align: left;
  }

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

  .paragraph-15 {
    color: #676770;
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-24, .div-block-25 {
    display: block;
  }

  .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27, .link-block-28, .link-block-29, .link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35, .link-block-36, .link-block-37, .link-block-38, .link-block-39 {
    height: 200px;
  }

  .left-arrow {
    display: block;
  }

  .link-block-40, .link-block-41, .link-block-42, .link-block-43, .link-block-44, .link-block-45, .link-block-46, .link-block-47 {
    height: 200px;
  }

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-48, .link-block-49, .link-block-50, .link-block-51, .link-block-52, .link-block-53, .link-block-54, .link-block-55, .link-block-56, .link-block-57, .link-block-58, .link-block-59 {
    height: 200px;
  }

  .image-11 {
    width: 120px;
  }

  .icon-11, .icon-12 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .link-block-61 {
    min-height: 260px;
  }

  .slider-6 {
    height: 350px;
  }

  .link-block-62 {
    min-height: 260px;
  }

  .link-block-63 {
    background-position: 50%;
    min-height: 260px;
  }

  .column-16, .column-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-18 {
    padding-left: 10px;
  }

  .link-block-64, .link-block-65, .link-block-66, .link-block-67, .link-block-68, .link-block-69 {
    height: auto;
    min-height: 260px;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .section-16 {
    height: 300px;
  }

  .link-block-70, .link-block-71, .link-block-72, .link-block-73 {
    min-height: 310px;
  }

  .slider-7 {
    display: none;
  }

  .grid-28 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-49 {
    margin-top: 0;
    padding-top: 0;
  }

  .show-hide-div.havanna, .show-hide-div.mentos, .show-hide-div.funda-o-ita, .show-hide-div.natura, .show-hide-div.taco-bell, .show-hide-div.ic, .show-hide-div.bluefit, .show-hide-div.ish, .show-hide-div.museu-midias {
    height: 350px;
  }

  .grid-30 {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-19 {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-8 {
    height: 870px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .icon-15, .icon-16 {
    margin-top: 340px;
    margin-bottom: 340px;
  }

  .grid-32 {
    grid-column-gap: 0px;
    grid-row-gap: 200px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .text-block-27 {
    font-size: 16px;
  }

  .paragraph-56 {
    font-size: 15px;
  }

  .section-22 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-109 {
    height: 530px;
  }

  .div-block-112 {
    height: 350px;
    min-height: auto;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .slider-11 {
    height: 580px;
  }

  .grid-39 {
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-116 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .body-2 {
    background-color: var(--periwinkle);
  }

  .grid-42 {
    grid-column-gap: 16px;
    grid-row-gap: 80px;
    grid-template-rows: 340px auto;
    grid-template-columns: 1fr 1fr;
    height: 610px;
  }

  .div-block-119, .div-block-120, .div-block-121, .div-block-122 {
    height: 300px;
  }

  .section-23 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta {
    text-align: center;
  }

  .button-21 {
    padding: 15px 30px;
    font-size: 13px;
  }

  .column-22 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .div-block-128 {
    margin-top: 20px;
  }

  .grid-45 {
    grid-template-rows: 200px 200px 200px 200px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .background-video {
    height: 450px;
  }

  .image-26 {
    max-height: 60px;
  }

  .grid-47 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-24 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-67 {
    margin-top: 30px;
  }

  .div-block-140, .div-block-141 {
    height: 300px;
  }

  .div-block-142 {
    background-image: url('../images/Cris_1.jpg');
    height: 300px;
  }

  .div-block-143, .div-block-144 {
    height: 300px;
  }

  .container-9 {
    max-width: 80%;
  }

  .div-block-151, .div-block-152, .div-block-153, .div-block-154, .div-block-155, .div-block-156 {
    height: 300px;
  }

  .slider-12, .background-video-2 {
    height: 450px;
  }

  .link-block-75, .link-block-76, .link-block-77 {
    height: 310px;
  }

  .div-block-159 {
    padding-right: 140px;
  }

  .link-block-78, .link-block-79, .link-block-80, .link-block-81, .link-block-82, .link-block-83, .link-block-84, .link-block-85, .link-block-86, .link-block-87, .link-block-89, .link-block-90, .link-block-91, .link-block-92, .link-block-93, .link-block-94 {
    height: 310px;
  }

  .link-block-95, .link-block-96, .link-block-97, .link-block-98, .link-block-99, .link-block-100, .link-block-101, .link-block-102, .link-block-103, .link-block-104, .link-block-105, .link-block-106, .link-block-107, .link-block-108, .link-block-109, .link-block-110, .link-block-111, .link-block-112 {
    height: 150px;
  }

  .div-block-161, .div-block-162 {
    height: 300px;
  }

  .link-block-113, .link-block-114, .link-block-115 {
    height: 150px;
  }

  .heading-10 {
    font-size: 40px;
    line-height: 50px;
  }

  .container-11 {
    max-width: none;
    margin-left: 60px;
    margin-right: 60px;
  }

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

  .body-3, .body-4 {
    background-color: var(--periwinkle);
  }

  .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42 {
    max-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .button-white.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button-white.tab {
    font-size: 12px;
  }

  .navigation-bar {
    padding: 10px 30px;
  }

  .section {
    padding: 60px;
  }

  .section.quem-somos {
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.servi-os {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.imprensa {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .white-box {
    min-height: 550px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
    line-height: 26px;
  }

  .hollow-button {
    margin-left: 0;
    margin-right: 0;
  }

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

  .section-heading.center {
    font-size: 45px;
    line-height: 50px;
  }

  .section-heading.left {
    text-align: center;
  }

  .sectiontitle-group.left {
    justify-content: center;
    align-items: center;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 100px;
    height: 100px;
    max-height: 100%;
    margin-bottom: 0;
    padding: 20px;
  }

  .grid-image._2, .grid-image._3, .grid-image._4, .grid-image._5, .grid-image._6 {
    width: 100px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .logo-image {
    width: 170px;
    max-width: none;
  }

  .navigation-item {
    text-align: right;
    letter-spacing: 2px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 45px;
    font-size: 20px;
    font-weight: 700;
  }

  .dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9, .dropdown-link-10, .dropdown-link-11 {
    padding-right: 52px;
  }

  .icon-2 {
    font-size: 32px;
  }

  .slider {
    min-height: 500px;
  }

  .container-2 {
    margin-top: 101px;
  }

  .div-block-2 {
    width: 120px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    width: 60%;
  }

  .div-block-4 {
    width: 61%;
  }

  .slide-3 {
    background-position: 50%;
  }

  .div-block-5 {
    width: 57%;
  }

  .div-block-6 {
    width: 80%;
  }

  .div-block-7 {
    width: 74%;
  }

  .div-block-8 {
    width: 44%;
  }

  .div-block-9 {
    width: 50%;
  }

  .div-block-10 {
    width: 90%;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.cases {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .columns {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .column-6, .column-7, .column-8, .column-9, .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    height: 320px;
  }

  .abre {
    top: 0;
  }

  .abre.servi-os {
    top: 80px;
  }

  .div-block-11 {
    width: 65%;
  }

  .div-block-14 {
    width: 70vw;
  }

  .grid {
    display: block;
  }

  .div-block-15 {
    display: none;
  }

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

  .section-5 {
    padding-bottom: 60px;
  }

  .div-block-17 {
    height: auto;
    margin-bottom: 40px;
  }

  .h2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2.left {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-3 {
    margin-bottom: 60px;
  }

  .column-13, .column-14, .column-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    width: 100px;
  }

  .grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: 190px 190px 190px 190px 190px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 190px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    display: grid;
  }

  .slider-3 {
    min-height: 1140px;
  }

  .text-block-3 {
    text-align: center;
  }

  .lightbox-link {
    background-position: 40% 32%;
    background-size: 650px;
    height: 190px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .lightbox-link-2 {
    background-position: 52% 36%;
    background-size: 900px;
    height: 190px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9 {
    background-position: 40% 32%;
    background-size: 650px;
    height: 190px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .lightbox-link-10, .lightbox-link-11, .lightbox-link-12, .lightbox-link-13, .lightbox-link-14, .lightbox-link-15, .lightbox-link-16, .lightbox-link-17, .lightbox-link-18, .lightbox-link-19, .lightbox-link-20 {
    background-position: 40% 32%;
    background-size: 650px;
    height: 190px;
  }

  .lightbox-link-21 {
    background-position: 39% 32%;
    background-size: 660px;
    height: 190px;
  }

  .lightbox-link-22 {
    background-size: 1000px;
    height: 190px;
  }

  .lightbox-link-23 {
    background-position: 37% 35%;
    background-size: 950px;
    height: 190px;
  }

  .lightbox-link-24 {
    background-size: 1000px;
    height: 190px;
  }

  .lightbox-link-25 {
    background-position: 51% 38%;
    background-size: 1500px;
    height: 190px;
  }

  .lightbox-link-26 {
    background-position: 30% 36%;
    background-size: 1000px;
    height: 190px;
  }

  .lightbox-link-27 {
    background-position: 30% 37%;
    background-size: 1000px;
    height: 190px;
  }

  .lightbox-link-28 {
    background-position: 54% 41%;
    background-size: 1500px;
    height: 190px;
  }

  .lightbox-link-29 {
    background-position: 36% 35%;
    background-size: 680px;
    height: 190px;
  }

  .lightbox-link-30 {
    background-position: 44% 37%;
    background-size: 1000px;
    height: 190px;
  }

  .lightbox-link-31, .lightbox-link-32, .lightbox-link-33, .lightbox-link-34, .lightbox-link-35, .lightbox-link-36 {
    background-position: 40% 33%;
    background-size: 650px;
    height: 190px;
  }

  .lightbox-link-37 {
    background-position: 43% 33%;
    background-size: 720px;
    height: 190px;
  }

  .lightbox-link-38 {
    background-position: 40% 31%;
    background-size: 650px;
    height: 190px;
  }

  .lightbox-link-39 {
    background-position: 40% 33%;
    background-size: 650px;
    height: 190px;
  }

  .lightbox-link-40 {
    background-position: 40% 32%;
    background-size: 650px;
    height: 190px;
  }

  .lightbox-link-41, .lightbox-link-42, .lightbox-link-43, .lightbox-link-44, .lightbox-link-45, .lightbox-link-46, .lightbox-link-47, .lightbox-link-48, .lightbox-link-49, .lightbox-link-50 {
    background-position: 43% 32%;
    background-size: 650px;
    height: 190px;
  }

  .lightbox-link-51 {
    background-position: 53% 43%;
    background-size: 1600px;
    height: 190px;
  }

  .lightbox-link-52 {
    background-position: 43% 43%;
    background-size: 1600px;
    height: 190px;
  }

  .lightbox-link-53 {
    background-position: 43% 44%;
    background-size: 1650px;
    height: 190px;
  }

  .lightbox-link-54, .lightbox-link-55 {
    background-size: 1600px;
    height: 190px;
  }

  .lightbox-link-56 {
    background-position: 53% 43%;
    background-size: 1650px;
    height: 190px;
  }

  .lightbox-link-57 {
    background-position: 43% 59%;
    background-size: 1600px;
    height: 190px;
  }

  .lightbox-link-58, .lightbox-link-59, .lightbox-link-60 {
    background-size: 1600px;
    height: 190px;
  }

  .image-6 {
    width: 50px;
    height: 40px;
  }

  .div-block-18 {
    width: 50%;
    margin-top: 0;
  }

  .image-7 {
    width: 100px;
  }

  .div-block-19 {
    width: 70%;
  }

  .image-8 {
    width: 100px;
  }

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    display: block;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .link-block-12 {
    background-image: url('../images/PKD-ITAU-TUNGA.jpg');
    background-position: 50%;
    background-size: cover;
    height: 140px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .icon-9 {
    margin: 255px 0;
    font-size: 25px;
  }

  .icon-10 {
    margin: 255px 0 255px 50px;
    font-size: 25px;
  }

  .slide-nav-3 {
    opacity: 1;
    font-size: 10px;
  }

  .slider-5 {
    height: 600px;
    margin-top: 20px;
  }

  .paragraph-13 {
    font-size: 11px;
    line-height: 17px;
  }

  .bold-text-5 {
    color: #404047;
    font-size: 12px;
  }

  .div-block-23 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-15 {
    color: #676770;
    font-size: 14px;
    line-height: 20px;
  }

  .slide-1 {
    height: auto;
  }

  .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27, .link-block-28, .link-block-29, .link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35, .link-block-36, .link-block-37, .link-block-38, .link-block-39, .link-block-40, .link-block-41, .link-block-42, .link-block-43, .link-block-44, .link-block-45, .link-block-46, .link-block-47 {
    height: 140px;
  }

  .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-48, .link-block-49, .link-block-50, .link-block-51, .link-block-52, .link-block-53, .link-block-54, .link-block-55, .link-block-56, .link-block-57, .link-block-58, .link-block-59 {
    height: 140px;
  }

  .image-11 {
    width: 100px;
  }

  .icon-11, .icon-12 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .link-block-61 {
    min-height: 170px;
  }

  .slider-6 {
    height: 250px;
  }

  .link-block-62, .link-block-63, .link-block-64, .link-block-65, .link-block-66, .link-block-67, .link-block-68, .link-block-69 {
    min-height: 170px;
  }

  .section-12 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-13 {
    width: 100px;
  }

  .grid-6 {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-15 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-16 {
    height: 320px;
    padding-top: 80px;
  }

  .div-block-28 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-4 {
    line-height: 25px;
    display: block;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .link-block-70, .link-block-71, .link-block-72, .link-block-73 {
    min-height: 300px;
  }

  .grid-9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-28 {
    grid-column-gap: 0px;
    grid-template-columns: minmax(200px, 1fr);
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

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

  .div-block-70 {
    height: 400px;
  }

  .paragraph-49 {
    margin-top: 0;
    padding-top: 0;
  }

  .show-hide-div.havanna, .show-hide-div.mentos, .show-hide-div.funda-o-ita, .show-hide-div.natura, .show-hide-div.taco-bell, .show-hide-div.ic, .show-hide-div.bluefit, .show-hide-div.ish, .show-hide-div.museu-midias {
    height: 320px;
  }

  .heading-5 {
    font-size: 16px;
  }

  .label {
    font-size: 14px;
  }

  .button-arrow {
    padding: 26px;
  }

  .grid-32 {
    grid-row-gap: 150px;
  }

  .div-block-109 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-start;
    height: 850px;
    display: block;
  }

  .div-block-112 {
    height: 300px;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider-11 {
    height: 2500px;
  }

  .slide-12 {
    vertical-align: baseline;
  }

  .grid-39 {
    text-align: center;
  }

  .div-block-113 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .div-block-114 {
    align-self: center;
    width: 100%;
  }

  .div-block-116 {
    text-align: center;
    width: 100%;
  }

  .accordion-item-2 {
    text-align: center;
  }

  .bold-text-47 {
    text-align: center;
    display: block;
  }

  .paragraph-57 {
    text-align: center;
    flex: 1;
    display: block;
  }

  .paragraph-58, .accord-item-trigger {
    text-align: center;
  }

  .cta {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .button-21 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .heading-center {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
  }

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

  .column-24 {
    padding-right: 0;
  }

  .grid-45 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: 160px 160px 160px 160px;
  }

  .text-block-35 {
    font-size: 14px;
  }

  .background-video {
    height: 320px;
  }

  .image-26 {
    max-height: 50px;
  }

  .button-24 {
    width: 200px;
    height: 200px;
  }

  .paragraph-64 {
    display: block;
  }

  .paragraph-65, .paragraph-66 {
    margin-left: 0;
  }

  .grid-47 {
    text-align: center;
  }

  .heading-8 {
    text-align: center;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
  }

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

  .div-block-138 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-8 {
    padding-bottom: 0;
  }

  .div-block-139 {
    text-align: center;
  }

  .column-26 {
    padding-right: 0;
  }

  .column-27 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-142 {
    background-image: url('../images/Cris_1.jpg');
    background-position: 50%;
  }

  .button-27 {
    padding-left: 30px;
  }

  .container-9 {
    padding-top: 85px;
  }

  .slider-12, .background-video-2 {
    height: 320px;
  }

  .link-block-75, .link-block-76, .link-block-77 {
    height: 300px;
  }

  .div-block-159 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .link-block-78, .link-block-79, .link-block-80, .link-block-81, .link-block-82, .link-block-83, .link-block-84, .link-block-85, .link-block-86, .link-block-87 {
    height: 300px;
  }

  .grid-50 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .link-block-89, .link-block-90, .link-block-91, .link-block-92, .link-block-93, .link-block-94 {
    height: 300px;
  }

  .grid-51 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-10 {
    font-size: 40px;
  }

  .div-block-163 {
    text-align: center;
  }

  .divisor-branco {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .div-block-166 {
    flex-flow: column;
    display: flex;
  }

  .div-block-167, .div-block-168 {
    text-align: center;
  }

  .icon-19 {
    font-size: 26px;
  }

  .icon-20 {
    font-size: 30px;
  }

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

  .body-3, .body-4 {
    background-color: var(--periwinkle);
  }

  .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42 {
    max-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .button-white {
    margin-bottom: 25px;
    font-size: 12px;
  }

  .navigation-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding: 60px 30px;
  }

  .section.accent {
    padding-left: 0;
    padding-right: 0;
  }

  .section.quem-somos, .section.servi-os {
    padding-left: 30px;
    padding-right: 30px;
  }

  .white-box {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-heading.internas {
    width: auto;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .hero-subheading {
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .hero-subheading.internas {
    font-size: 18px;
  }

  .hollow-button {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-heading, .section-heading.center, .section-heading.left {
    font-size: 30px;
    line-height: 35px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .sectiontitle-group.left {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }

  .footer-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

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

  .grid-image {
    width: 95px;
    max-width: 100%;
    height: 95px;
    max-height: 100%;
  }

  .grid-image._2, .grid-image._3, .grid-image._4, .grid-image._5, .grid-image._6 {
    width: 95px;
  }

  .logo-image {
    width: 160px;
  }

  .navigation-item {
    padding: 20px;
    font-size: 16px;
  }

  .navigation-wrap {
    align-items: center;
  }

  .dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9, .dropdown-link-10, .dropdown-link-11 {
    padding-right: 32px;
  }

  .dropdown {
    padding-right: 8px;
  }

  .icon-2 {
    font-size: 32px;
  }

  .slider {
    min-height: 400px;
  }

  .container-2 {
    margin-top: 102px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    width: 90px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    width: 78%;
  }

  .div-block-4 {
    width: 80%;
  }

  .slide-3 {
    background-position: 43%;
  }

  .div-block-5 {
    width: 90%;
  }

  .div-block-6 {
    width: 103%;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    width: 60%;
  }

  .div-block-9 {
    width: 65%;
  }

  .div-block-10 {
    width: 90%;
  }

  .paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph.cases {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .slider-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-3, .icon-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .columns {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .link {
    font-size: 12px;
  }

  .paragraph-8 {
    font-size: 13px;
    line-height: 21px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-5, .column-6, .column-7, .column-8, .column-9, .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    height: 200px;
    padding-top: 50px;
  }

  .abre {
    top: 0;
  }

  .abre.servi-os {
    top: 80px;
  }

  .div-block-11 {
    width: 80%;
  }

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

  .columns-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    height: 200px;
    padding-top: 80px;
  }

  .section-4 {
    height: 450px;
  }

  .div-block-14 {
    width: 70vw;
  }

  .image-2 {
    width: 100px;
    max-width: 100%;
  }

  .italic-text {
    font-size: 18px;
  }

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

  .section-5, .h2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2.left {
    font-size: 30px;
    line-height: 35px;
    display: block;
  }

  .paragraph-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-3 {
    margin-bottom: 40px;
  }

  .grid-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: 90px 90px 90px 90px 90px;
    grid-auto-rows: 90px;
  }

  .slider-3 {
    min-height: 650px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 14px;
  }

  .lightbox-link {
    background-position: 35% 20%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-2 {
    background-size: 600px;
    height: 90px;
  }

  .lightbox-link-3 {
    background-position: 51% 18%;
    background-size: 1100px;
    height: 90px;
  }

  .lightbox-link-4 {
    background-position: 42% 49%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-5 {
    background-position: 52% 26%;
    background-size: 1100px;
    height: 90px;
  }

  .lightbox-link-6 {
    background-position: 38% 29%;
    background-size: 1000px;
    height: 90px;
  }

  .lightbox-link-7 {
    background-position: 45% 42%;
    background-size: 960px;
    height: 90px;
  }

  .lightbox-link-8 {
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-9 {
    background-position: 42%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-10 {
    background-position: 47% 40%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-11 {
    background-position: 45% 35%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-12 {
    background-position: 48%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-13 {
    background-position: 50% 28%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-14 {
    background-position: 47% 38%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-15 {
    background-position: 49% 24%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-16 {
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-17 {
    background-position: 36% 32%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-18 {
    background-position: 50% 20%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-19 {
    background-position: 50% 51%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-20 {
    background-position: 40% 44%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-21 {
    background-position: 42% 42%;
    height: 90px;
  }

  .lightbox-link-22 {
    height: 90px;
  }

  .lightbox-link-23 {
    background-position: 37% 43%;
    background-size: 800px;
    height: 90px;
  }

  .lightbox-link-24 {
    height: 90px;
  }

  .lightbox-link-25 {
    background-size: 1000px;
    height: 90px;
  }

  .lightbox-link-26 {
    background-position: 47% 37%;
    background-size: 650px;
    height: 90px;
  }

  .lightbox-link-27 {
    background-position: 30% 45%;
    background-size: 700px;
    height: 90px;
  }

  .lightbox-link-28 {
    background-position: 55% 41%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-29 {
    background-position: 50% 35%;
    background-size: 700px;
    height: 90px;
  }

  .lightbox-link-30 {
    background-position: 47% 37%;
    background-size: 600px;
    height: 90px;
  }

  .lightbox-link-31 {
    background-position: 49% 33%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-32 {
    background-position: 40% 42%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-33 {
    background-position: 50% 33%;
    background-size: 600px;
    height: 90px;
  }

  .lightbox-link-34 {
    background-position: 40% 42%;
    height: 90px;
  }

  .lightbox-link-35 {
    background-position: 47% 31%;
    background-size: 900px;
    height: 90px;
  }

  .lightbox-link-36 {
    background-position: 40% 39%;
    height: 90px;
  }

  .lightbox-link-37 {
    height: 90px;
  }

  .lightbox-link-38 {
    background-position: 41% 30%;
    background-size: 450px;
    height: 90px;
  }

  .lightbox-link-39, .lightbox-link-40 {
    height: 90px;
  }

  .lightbox-link-41 {
    background-position: 40% 45%;
    background-size: 600px;
    height: 90px;
  }

  .lightbox-link-42 {
    background-position: 42% 38%;
    height: 90px;
  }

  .lightbox-link-43 {
    background-position: 40% 27%;
    background-size: 600px;
    height: 90px;
  }

  .lightbox-link-44 {
    background-position: 35% 24%;
    background-size: 600px;
    height: 90px;
  }

  .lightbox-link-45 {
    background-position: 32% 44%;
    height: 90px;
  }

  .lightbox-link-46 {
    background-position: 42% 57%;
    height: 90px;
  }

  .lightbox-link-47 {
    background-position: 35% 37%;
    height: 90px;
  }

  .lightbox-link-48 {
    background-position: 48% 47%;
    background-size: 700px;
    height: 90px;
  }

  .lightbox-link-49 {
    background-position: 47% 38%;
    background-size: 600px;
    height: 90px;
  }

  .lightbox-link-50 {
    background-position: 33% 24%;
    height: 90px;
  }

  .lightbox-link-51, .lightbox-link-52, .lightbox-link-53, .lightbox-link-54, .lightbox-link-55, .lightbox-link-56, .lightbox-link-57, .lightbox-link-58, .lightbox-link-59, .lightbox-link-60 {
    height: 90px;
  }

  .image-6 {
    width: 40px;
    height: 30px;
  }

  .section-6 {
    height: 450px;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .image-7 {
    width: 100px;
    margin-bottom: 40px;
  }

  .section-7 {
    height: 450px;
  }

  .div-block-19 {
    width: 85%;
  }

  .section-8 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
  }

  .div-block-20 {
    display: block;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-21, .div-block-22 {
    display: none;
  }

  .icon-7 {
    margin-left: 40px;
  }

  .icon-8 {
    margin-left: 40px;
    margin-right: -32px;
  }

  .grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    margin-top: 30px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .link-block-12 {
    background-image: url('../images/PKD-ITAU-TUNGA.jpg');
    background-position: 50% 0;
    background-size: cover;
    width: auto;
    height: 180px;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .icon-9 {
    margin-top: 560px;
    margin-bottom: 560px;
    margin-left: 0;
    font-size: 25px;
  }

  .icon-10 {
    margin: 560px 0 560px 55px;
    font-size: 25px;
  }

  .slide-nav-3 {
    opacity: 1;
    font-size: 10px;
  }

  .slider-5 {
    height: 1250px;
    margin-top: 20px;
  }

  .paragraph-13 {
    color: #676770;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
  }

  .bold-text-5 {
    color: #404047;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-23 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-14 {
    text-align: center;
    font-weight: 400;
  }

  .paragraph-15 {
    color: #676770;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .right-arrow {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27, .link-block-28, .link-block-29, .link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35 {
    background-position: 50% 0;
    height: 180px;
    min-height: auto;
  }

  .link-block-36 {
    height: 180px;
    min-height: auto;
  }

  .link-block-37, .link-block-38, .link-block-39 {
    background-position: 50% 0;
    height: 180px;
    min-height: auto;
  }

  .link-block-40, .link-block-41, .link-block-42, .link-block-43, .link-block-44 {
    background-position: 50% 0;
    height: 180px;
  }

  .link-block-45 {
    background-position: 50% 0;
    height: 189px;
  }

  .link-block-46, .link-block-47 {
    background-position: 50% 0;
    height: 180px;
  }

  .link-block-48, .link-block-49, .link-block-50, .link-block-51, .link-block-52, .link-block-53, .link-block-54, .link-block-55, .link-block-56, .link-block-57, .link-block-58, .link-block-59 {
    height: 180px;
  }

  .section-11 {
    height: 450px;
  }

  .icon-11, .icon-12 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .link-block-61 {
    min-height: 230px;
    margin-bottom: 0;
    display: block;
  }

  .slider-6 {
    height: 800px;
  }

  .link-block-62, .link-block-63 {
    min-height: 230px;
    margin-bottom: 0;
  }

  .column-16 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .div-block-27 {
    margin-bottom: 15px;
  }

  .link-block-64, .link-block-65, .link-block-66, .link-block-67, .link-block-68, .link-block-69 {
    min-height: 230px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-14 {
    height: 450px;
  }

  .image-14 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-16 {
    height: 200px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .link-block-70, .link-block-71, .link-block-72, .link-block-73 {
    min-height: 500px;
  }

  .grid-9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-28 {
    grid-template-areas: "Area";
    grid-auto-flow: row;
    padding-left: 0;
  }

  .text-block-17, .paragraph-49 {
    margin-top: 0;
    padding-top: 0;
  }

  .show-hide-div.havanna, .show-hide-div.mentos, .show-hide-div.funda-o-ita, .show-hide-div.natura, .show-hide-div.taco-bell, .show-hide-div.ic, .show-hide-div.bluefit, .show-hide-div.ish, .show-hide-div.museu-midias {
    height: 350px;
  }

  .grid-30 {
    grid-row-gap: 50px;
  }

  .text-block-18 {
    font-size: 60px;
  }

  .paragraph-51 {
    font-size: 16px;
  }

  .section-18 {
    padding: 100px 30px;
  }

  .slider-8 {
    height: 2000px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-15 {
    margin: 900px 10px 900px auto;
    font-size: 30px;
  }

  .icon-16 {
    margin: 900px auto 900px 10px;
    font-size: 30px;
  }

  .div-block-91 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-22 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-109 {
    height: 700px;
    padding-bottom: 10px;
  }

  .div-block-112 {
    height: 350px;
  }

  .flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .slider-11 {
    height: 2200px;
  }

  .link-60 {
    font-size: 13px;
  }

  .bold-text-47 {
    text-align: left;
    padding-right: 0;
  }

  .paragraph-57 {
    text-align: left;
    flex: 0 auto;
    padding-right: 30px;
  }

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

  .grid-42 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-119, .div-block-120, .div-block-121, .div-block-122 {
    height: 350px;
  }

  .section-23 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-center {
    font-size: 30px;
    line-height: 35px;
  }

  .grid-45 {
    grid-template-rows: 150px 150px 150px 150px 150px 150px;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-35 {
    font-size: 12px;
    line-height: 16px;
  }

  .background-video {
    height: 200px;
  }

  .button-24 {
    width: 220px;
    height: 220px;
  }

  .paragraph-65 {
    font-size: 13px;
  }

  .heading-8 {
    font-size: 30px;
    line-height: 35px;
  }

  .section-24 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-67 {
    font-size: 16px;
    line-height: 26px;
  }

  .button-25 {
    font-size: 12px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-140, .div-block-141 {
    height: 350px;
  }

  .div-block-142 {
    background-image: url('../images/Cris_1.jpg');
    background-position: 50%;
    height: 350px;
  }

  .div-block-143, .div-block-144 {
    height: 350px;
  }

  .button-27 {
    margin-bottom: 30px;
  }

  .container-9 {
    padding-top: 0;
  }

  .div-block-151, .div-block-152, .div-block-153, .div-block-154, .div-block-155, .div-block-156 {
    height: 350px;
  }

  .slider-12, .background-video-2 {
    height: 200px;
  }

  .link-block-75, .link-block-76, .link-block-77, .link-block-78, .link-block-79, .link-block-80, .link-block-81, .link-block-82, .link-block-83, .link-block-84, .link-block-85, .link-block-86, .link-block-87 {
    height: 500px;
  }

  .grid-50 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .link-block-89, .link-block-90, .link-block-91, .link-block-92, .link-block-93, .link-block-94 {
    height: 500px;
  }

  .grid-51 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .link-block-95, .link-block-96, .link-block-97, .link-block-98, .link-block-99, .link-block-100, .link-block-101, .link-block-102, .link-block-103, .link-block-104, .link-block-105, .link-block-106, .link-block-107, .link-block-108, .link-block-109, .link-block-110, .link-block-111, .link-block-112 {
    height: 220px;
  }

  .div-block-161, .div-block-162 {
    height: 350px;
  }

  .link-block-113, .link-block-114, .link-block-115 {
    height: 220px;
  }

  .heading-10 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .container-11 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .icon-19 {
    margin-left: 10px;
    margin-right: auto;
  }

  .icon-20 {
    margin-left: auto;
    margin-right: 10px;
  }

  .body-3, .body-4 {
    background-color: var(--periwinkle);
  }
}

#w-node-ba760097-78c8-5805-6789-b46e8bbe66eb-29f64f00, #w-node-_861d7942-f8f3-5ba1-4cbc-bfde3b143af6-29f64f00, #w-node-_9d20e2ea-6f30-a5bf-2b73-4e34444f5e51-29f64f00 {
  place-self: auto;
}

#w-node-_8f48f312-834c-d795-9ae3-252d0ba5507e-29f64f00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_49d773b0-e10a-dd04-301d-19fca629f510-29f64f00 {
  place-self: center;
}

#w-node-c0bfdc7f-037c-b414-03d7-3feb1bf1751f-29f64f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1765f657-204a-69fe-d9f9-4928411e6a4b-29f64f00 {
  place-self: center;
}

#w-node-_1765f657-204a-69fe-d9f9-4928411e6a4c-29f64f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b45462d1-01de-e0ca-8b62-fc25b15f20c8-29f64f00 {
  place-self: center;
}

#w-node-b45462d1-01de-e0ca-8b62-fc25b15f20c9-29f64f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d773d0e7-53f8-6850-905c-42d5c7b59070-29f64f00 {
  place-self: center;
}

#w-node-d773d0e7-53f8-6850-905c-42d5c7b59071-29f64f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_044b8fb6-82c6-e270-91c1-5a29afa8c283-29f64f00 {
  place-self: center;
}

#w-node-_044b8fb6-82c6-e270-91c1-5a29afa8c284-29f64f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d03bc4e1-e345-13f3-7a13-fb29cc06d86d-29f64f00 {
  place-self: center;
}

#w-node-d03bc4e1-e345-13f3-7a13-fb29cc06d86e-29f64f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7daef415-d0b3-753b-a83c-bf9fc8fd8881-29f64f00 {
  place-self: center;
}

#w-node-_7daef415-d0b3-753b-a83c-bf9fc8fd8882-29f64f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_09dd0f95-601b-600d-072b-46376f807de7-29f64f00 {
  place-self: center;
}

#w-node-_09dd0f95-601b-600d-072b-46376f807de8-29f64f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9abd8e82-b0a3-c963-6523-c1c83d303a2b-29f64f00 {
  place-self: center;
}

#w-node-_9abd8e82-b0a3-c963-6523-c1c83d303a2c-29f64f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_43868ff5-f31d-97c0-aa50-ec9c60d3842b-29f64f00 {
  place-self: center;
}

#w-node-_822a6bd6-f0a2-5fd2-b021-d1c6a0439aad-29f64f00 {
  place-self: stretch;
}

#w-node-_0f3c6d1a-355e-4939-fc5a-884282698fc4-29f64f00, #w-node-e890ed77-a8ad-d7b4-ae9e-98b35920e5ee-29f64f00, #w-node-e43e1db0-625c-4ced-e0b6-1c4af91090b9-29f64f00, #w-node-_0bb2b3bc-ce69-3a3d-a819-0b4a99d4a20f-29f64f00 {
  place-self: stretch center;
}

#w-node-_147d3a30-8f9a-2f35-59c3-5d2bcc27e03d-29f64f00 {
  place-self: stretch;
}

#w-node-_147d3a30-8f9a-2f35-59c3-5d2bcc27e045-29f64f00, #w-node-_147d3a30-8f9a-2f35-59c3-5d2bcc27e04d-29f64f00, #w-node-_147d3a30-8f9a-2f35-59c3-5d2bcc27e055-29f64f00 {
  place-self: stretch center;
}

#w-node-_09e33bba-6722-29a9-1429-ed45d9b73de6-29f64f00 {
  place-self: stretch;
}

#w-node-_09e33bba-6722-29a9-1429-ed45d9b73dee-29f64f00, #w-node-_09e33bba-6722-29a9-1429-ed45d9b73df6-29f64f00, #w-node-_09e33bba-6722-29a9-1429-ed45d9b73dfe-29f64f00 {
  place-self: stretch center;
}

#w-node-_62a31182-f20e-031f-b6fa-4bc2d7631b2c-29f64f00 {
  place-self: stretch;
}

#w-node-_62a31182-f20e-031f-b6fa-4bc2d7631b34-29f64f00 {
  place-self: stretch center;
}

#w-node-ec4386bf-c906-01ee-c80a-8c0682f561bc-b07ab4e0 {
  place-self: auto start;
}

#w-node-_75f7e37a-d1bb-a069-66a0-ad5bf0830f6b-b07ab4e0 {
  justify-self: start;
}

#w-node-_715d8c54-4be2-83ec-a1c7-0dc4ea330091-29f64f11 {
  justify-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_861d7942-f8f3-5ba1-4cbc-bfde3b143af6-29f64f00 {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_63ed6a9a-eefe-587c-05e0-a635c6c2a9ba-29f64f00 {
    place-self: auto;
  }

  #w-node-ec4386bf-c906-01ee-c80a-8c0682f561bc-b07ab4e0 {
    justify-self: center;
  }

  #w-node-_75f7e37a-d1bb-a069-66a0-ad5bf0830f6b-b07ab4e0 {
    place-self: auto center;
  }

  #w-node-_0185445a-4501-09fa-bc82-1959676cbec6-b07ab4e0 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8f48f312-834c-d795-9ae3-252d0ba5507e-29f64f00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


