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

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bodonisvtytwoitctt 03', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bodonisvtytwoitctt 03', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.wrappersite {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.s---hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 31, 31, 0.9)), to(rgba(38, 31, 31, 0.9))), url('../images/Background-Hero.jpg');
  background-image: linear-gradient(180deg, rgba(38, 31, 31, 0.9), rgba(38, 31, 31, 0.9)), url('../images/Background-Hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.navbar-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;
  background-image: none;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.container.vertical {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-link {
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

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

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

.heading {
  display: inline;
  font-family: 'Bodonisvtytwoitctt 03', sans-serif;
  color: #fff;
  font-size: 140px;
  line-height: 140px;
  text-align: center;
}

.text-span {
  font-size: 100px;
  text-align: center;
}

.text-block {
  display: inline;
  padding-right: 80px;
  padding-left: 80px;
  font-family: 'Bodonisvtytwoitctt book 01', sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.title-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 280px;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-2 {
  letter-spacing: 2px;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s---apresentacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 72px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, transparent), to(#fff)), url('../images/BG-Marmore.jpg');
  background-image: linear-gradient(180deg, transparent 27%, #fff), url('../images/BG-Marmore.jpg');
  background-position: 0px 0px, 50% -2%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.paragraph {
  width: 570px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.container-1200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-1200.vertical {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.title-rodape {
  font-family: 'Bodonisvtytwoitctt 03', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.rodape-text-block {
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.social-link {
  width: 28px;
  height: 28px;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Icone_facebook.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-link.youtube {
  background-image: url('../images/Icone_youtube.svg');
}

.social-link.instagram1 {
  background-image: url('../images/Icone_instagram.svg');
}

.social-link.instagram2 {
  background-image: url('../images/Icone_instagram.svg');
}

.heading-mobile {
  display: none;
  font-family: 'Bodonisvtytwoitctt 03', sans-serif;
  color: #fff;
  font-size: 140px;
  line-height: 140px;
  text-align: center;
}

.h1-interno {
  font-family: 'Bodonisvtytwoitctt 03', sans-serif;
  font-size: 32px;
}

.box-atuacao {
  margin-bottom: 40px;
}

.navbar-interna {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 80px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.brand {
  width: 161px;
  height: 80px;
  background-image: url('../images/Logo---AndradeFilhos.svg');
  background-position: 50% 50%;
  background-size: 161px;
  background-repeat: no-repeat;
}

.nav-home {
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.5);
}

.nav-home:hover {
  color: #000;
}

.nav-home.w--current {
  color: #000;
}

.container-1200-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.s---areas-atuacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/BG-Marmore.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 27%, #fff), url('../images/BG-Marmore.jpg');
  background-position: 0px 0px, 50% -2%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  display: none;
}

.s---rodape-interno {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e2e2e2;
  background-color: #fff;
}

.s---escritorio-parceiros {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 72px;
  padding-bottom: 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 27%, #fff);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.box-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 160px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.s---contato {
  min-height: 90vh;
  padding-top: 68px;
  padding-bottom: 68px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/BG-Marmore.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 27%, #fff), url('../images/BG-Marmore.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-block-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.wrapper-contato {
  width: 50%;
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.titulo-pagina {
  margin-right: auto;
  margin-bottom: 56px;
  padding: 2px 6px 2px 24px;
  background-color: #000;
}

.div-block-11 {
  margin-right: auto;
}

.div-block-13 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.footerfinal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

.text-block-7 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #b4b4b4;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-7:hover {
  color: #000;
}

.div-block-14 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-16 {
  background-color: transparent;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.logos {
  opacity: 0.5;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: filter 300ms ease, opacity 300ms ease;
  transition: filter 300ms ease, opacity 300ms ease, -webkit-filter 300ms ease;
}

.logos:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

@media screen and (max-width: 991px) {
  .s---hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 31, 31, 0.85)), to(rgba(38, 31, 31, 0.85))), url('../images/Background-Hero.jpg');
    background-image: linear-gradient(180deg, rgba(38, 31, 31, 0.85), rgba(38, 31, 31, 0.85)), url('../images/Background-Hero.jpg');
    background-position: 0px 0px, 0% 50%;
  }
  .navbar-home {
    height: 100vh;
    background-image: none;
  }
  .container {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .container.vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link {
    background-color: #342d2d;
    text-align: right;
  }
  .nav-link.w--current {
    text-align: right;
  }
  .heading {
    font-size: 90px;
    line-height: 80px;
  }
  .text-span {
    font-size: 60px;
  }
  .text-block {
    padding-right: 48px;
    padding-left: 48px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 15px;
  }
  .line {
    width: 170px;
  }
  .nav-menu {
    width: 100%;
    height: 90vh;
    background-color: #342d2d;
  }
  .s---apresentacao {
    padding-right: 10%;
    padding-left: 10%;
  }
  .paragraph {
    width: auto;
    font-size: 18px;
    line-height: 26px;
  }
  .container-1200 {
    width: auto;
  }
  .heading-mobile {
    font-size: 90px;
    line-height: 80px;
  }
  .icon {
    color: #d8d8d8;
  }
  .menu-button {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button.w--open {
    width: 100%;
    background-color: #4d4545;
  }
  .text-block-2 {
    margin-right: 8px;
    font-family: 'Open Sans', sans-serif;
    color: #e7e7e7;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .box-atuacao {
    margin-bottom: 0px;
  }
  .navbar-interna {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 2% 0px 5%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .brand {
    height: 18px;
    margin-right: auto;
    padding-bottom: 0px;
  }
  .nav-home {
    display: block;
    padding-left: 5%;
    border: 1px none #000;
    background-color: #fff;
  }
  .container-1200-small {
    width: auto;
    max-width: 100%;
    margin-right: 30px;
    margin-left: 5%;
  }
  .paragraph-2 {
    width: auto;
    font-size: 18px;
    line-height: 26px;
  }
  .nav-menu-2 {
    height: 90vh;
    background-color: #fff;
  }
  .s---areas-atuacao {
    padding: 56px 0px;
  }
  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button-2 {
    background-color: #fff;
  }
  .menu-button-2.w--open {
    background-color: #fff;
  }
  .heading-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2%;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .text-block-3 {
    font-family: 'Open Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.7);
  }
  .menu-button-3 {
    background-color: transparent;
  }
  .menu-button-3.w--open {
    background-color: transparent;
  }
  .s---escritorio-parceiros {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .box-logos {
    width: 100%;
    padding: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar-home {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading {
    font-size: 70px;
    line-height: 60px;
  }
  .text-span {
    font-size: 40px;
  }
  .text-block {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 10px;
    letter-spacing: 10px;
  }
  .line {
    width: 150px;
  }
  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }
  .container-1200.vertical {
    padding-right: 5%;
    padding-left: 5%;
  }
  .heading-mobile {
    font-size: 70px;
    line-height: 60px;
  }
  .h1-interno {
    font-size: 24px;
  }
  .navbar-interna {
    position: relative;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .heading-2 {
    margin-bottom: 0px;
    font-size: 20px;
  }
  .text-block-3 {
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 14px;
  }
  .box-logos {
    width: 100%;
  }
  .wrapper-contato {
    width: 100%;
    margin-bottom: 16px;
  }
  .titulo-pagina {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .s---hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 31, 31, 0.9)), to(rgba(38, 31, 31, 0.9))), url('../images/Background-Hero.jpg');
    background-image: linear-gradient(180deg, rgba(38, 31, 31, 0.9), rgba(38, 31, 31, 0.9)), url('../images/Background-Hero.jpg');
    background-position: 0px 0px, 10% 50%;
    white-space: normal;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .navbar-home {
    background-image: none;
  }
  .heading {
    display: none;
  }
  .text-block {
    padding-right: 8px;
    padding-left: 8px;
    line-height: 17px;
    letter-spacing: 6px;
  }
  .line {
    width: 70px;
  }
  .s---apresentacao {
    padding-top: 48px;
    padding-bottom: 0px;
  }
  .heading-mobile {
    display: block;
    line-height: 71px;
  }
  .navbar-interna {
    position: relative;
  }
  .s---areas-atuacao {
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .s---rodape-interno {
    padding-right: 5%;
    padding-left: 5%;
  }
  .box-logos {
    height: 110px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@font-face {
  font-family: 'Bodonisvtytwoitctt 03';
  src: url('../fonts/BodoniSvtyTwoITCTT-Bold-03.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bodonisvtytwoitctt bookita 02';
  src: url('../fonts/BodoniSvtyTwoITCTT-BookIta-02.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Bodonisvtytwoitctt book 01';
  src: url('../fonts/BodoniSvtyTwoITCTT-Book-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}