:root {
  --green-yellow: #a4e530;
  --green-yellow-2: #5479f6;
  --white-smoke: #f7f7f7;
  --light-gray: #d1d1d1;
  --purple-2: #580043;
  --dark-slate-gray: #4d4d4d;
  --purple: #820263;
  --dark-turquoise: #19cad2;
  --dark-slate-gray-2: #323232;
  --tan: #c7aa8b;
  --olive-drab: #64940e;
  --sea-green: #2b9258;
}

h1 {
  color: #c7aa8b;
  margin: 0 0 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 55px;
}

h2 {
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

h3 {
  margin: 10px 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4d4d4d33;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button:hover {
  color: #323232;
  background-color: #fff;
}

.button.beige {
  color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.beige:hover {
  color: #323232;
  background-color: #c7aa8b;
}

.button.beige.footer {
  border-color: var(--green-yellow);
  color: var(--green-yellow);
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.beige.footer:hover {
  background-color: var(--green-yellow-2);
}

.button.beige.footer.w--current {
  margin-bottom: 40px;
}

.button.form {
  color: var(--green-yellow);
  background-color: #323232;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button.form:hover {
  color: #323232;
  background-color: #0000;
}

.button.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.solid:hover {
  color: #c7aa8b;
  background-color: #0000;
}

.navbar {
  background-color: #78bb00;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #ffffff21;
}

.nav-link {
  border-right: 1px solid var(--white-smoke);
  color: #ededed;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 30px 30px 22px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .1s, margin .5s;
}

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

.nav-link.w--current {
  box-shadow: none;
  color: var(--green-yellow);
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 22px;
}

.nav-link.w--current:hover {
  color: var(--green-yellow);
}

.nav-link.social-icons {
  float: right;
  border-left: 1px solid var(--white-smoke);
  border-right-color: var(--white-smoke);
  opacity: .8;
  padding: 30px 22px 22px;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-right-color: var(--white-smoke);
  border-left-style: none;
}

.logo-text {
  float: left;
  color: #ededed;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 31px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
}

.stone-logo {
  float: left;
  opacity: .9;
  width: 175px;
  margin-top: -10px;
  margin-bottom: -55px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.stone-logo.footer {
  opacity: .4;
  width: 130px;
}

.brand {
  padding-top: 17px;
}

.brand.w--current {
  padding-top: 0;
}

.se-o {
  background-color: var(--light-gray);
  color: #4d4d4d;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.se-o.grey {
  background-color: var(--purple-2);
  color: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
}

.se-o.beige {
  background-color: var(--white-smoke);
}

.se-o.image {
  background-image: url('../images/Fundo_Livros_novo.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 127px;
  padding-bottom: 127px;
}

.se-o.lightgrey {
  background-color: #f7f7f7;
}

.se-o.footer {
  color: #a07676;
  background-color: #323232;
  padding-top: 65px;
  padding-bottom: 53px;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 79px;
  font-style: normal;
  font-weight: 300;
  line-height: 66px;
}

.main-heading.bold {
  font-weight: 700;
  position: relative;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  color: #ffffffcf;
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  background-color: #fff;
  width: 60px;
  height: 2px;
  display: inline-block;
}

.horizontal-bar.beige {
  background-color: var(--green-yellow);
  display: inline-block;
}

.horizontal-bar.lightgrey {
  background-color: #3232322e;
}

.se-o-topo {
  background-color: #0000;
  height: 490px;
}

.slide {
  text-align: center;
  background-image: url('../images/Capa_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 9px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide._2 {
  background-image: url('../images/Capa_02.jpg');
}

.slide._3 {
  background-image: url('../images/Capa_03.jpg');
}

.process-titles {
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #32323221;
  margin-bottom: 23px;
  padding-top: 23px;
  font-size: 21px;
}

.icon-wrapper {
  text-align: center;
  height: 109px;
  margin-bottom: 24px;
}

.number {
  color: #32323217;
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  padding-left: 47px;
  padding-right: 47px;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 24px 30px;
}

.left-arrow {
  color: #d1d1d1;
  width: 45px;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  color: #d1d1d1;
  width: 45px;
  transition: all .2s;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: #3232325c;
  text-transform: uppercase;
  font-size: 16px;
}

.small-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.author {
  color: var(--green-yellow-2);
  text-transform: uppercase;
}

.footer-text {
  color: #858585;
  margin-top: 3px;
}

.footer-text.address {
  text-align: right;
  margin-top: 0;
  font-size: 15px;
  line-height: 18px;
}

.subheading {
  color: var(--white-smoke);
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  background-color: #d90368;
  height: auto;
  padding: 0;
  position: static;
}

.contact-info-column {
  background-color: #0000;
  padding: 40px 40px 0;
}

.field {
  color: #323232;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.field:hover {
  background-color: #fffc;
}

.field:focus {
  box-shadow: inset 0 0 #0000;
}

.success {
  color: #323232;
  text-align: center;
  background-color: #0000;
  border: 3px solid #323232;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 25px;
}

.project-title {
  margin-bottom: 20px;
  line-height: 33px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  float: left;
  opacity: .19;
  margin-top: 4px;
  margin-right: 5px;
}

.tag-title {
  float: left;
  color: #b8b8b8;
  margin-right: 16px;
  font-size: 14px;
}

.back-to-work-column {
  text-align: right;
  padding-top: 32px;
}

.prev-project-wrapper {
  text-align: right;
  border-right: 3px solid #4d4d4d;
  padding-right: 30px;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  opacity: .26;
  padding-right: 10px;
  transition: all .2s;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.heading {
  color: var(--white-smoke);
  font-size: 40px;
  line-height: 52px;
}

.image-2, .image-3, .image-4 {
  width: 90px;
}

.heading-2 {
  margin-bottom: 20px;
  line-height: 33px;
}

.par-descarte-eficiente {
  font-size: 16px;
  line-height: 25px;
}

.legenda-foto-doacoes {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
}

.paragrafo-class, .paragraph-3 {
  text-align: center;
  font-size: 16px;
}

.heading-3 {
  color: var(--green-yellow-2);
  margin-bottom: 60px;
}

.container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-5 {
  width: 100px;
}

.blocos-adquirimos {
  margin-bottom: 60px;
  display: flex;
}

.heading-4 {
  flex-direction: row;
  flex: none;
  display: flex;
}

.paragraph-4 {
  flex: 0 auto;
  display: flex;
}

.image-6 {
  width: 100px;
  margin-right: 20px;
  padding-right: 0;
}

.titulo-box-adquirimos {
  color: var(--dark-slate-gray);
  font-size: 26px;
}

.par-adquirimos {
  font-size: 16px;
}

.column {
  padding-right: 40px;
}

.heading-5 {
  color: var(--white-smoke);
}

.image-7 {
  opacity: .34;
  width: 160px;
  padding-bottom: 20px;
}

.barra-menu {
  background-color: #d90368;
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  inset: 0% 0% auto;
}

.textos-menu {
  color: var(--white-smoke);
  background-color: #0000;
  font-size: 16px;
}

.textos-menu.w--current {
  background-color: var(--purple);
  color: var(--white-smoke);
  border-top: 0 solid #000;
  border-radius: 0;
  margin-top: -13px;
  margin-bottom: -8px;
  padding-top: 32px;
  padding-bottom: 37px;
}

.textos-menu.w--current:hover {
  background-color: var(--dark-turquoise);
}

.image-8 {
  width: 50px;
}

.image-9 {
  width: 25px;
}

.link-block {
  margin-top: 15px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
}

.brand-2 {
  margin-right: 40px;
}

.image-10 {
  margin-top: -6px;
}

.texto-box-cultura {
  color: var(--dark-slate-gray);
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

.titulo-box-cultura {
  color: var(--dark-slate-gray);
  margin-bottom: 20px;
  line-height: 35px;
}

.section {
  background-image: url('../images/Fundo_Livros_04.jpg');
  background-size: cover;
}

.par-livros {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
}

.heading-6 {
  color: var(--white-smoke);
}

.titulo-novo {
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.heading-7 {
  text-align: center;
  margin-bottom: 20px;
}

.fotos-parceiros {
  width: 100%;
}

.contato {
  background-color: var(--purple-2);
}

.container-2 {
  background-color: var(--purple-2);
  padding: 40px 0;
}

.container-5 {
  background-color: var(--white-smoke);
}

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

.text-block, .text-block-2 {
  color: var(--white-smoke);
}

.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;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-2 {
  background-color: var(--dark-slate-gray-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.code-embed {
  text-align: center;
  margin-bottom: 0;
}

.container-7 {
  height: auto;
}

.body {
  background-color: var(--dark-slate-gray-2);
}

@media screen and (max-width: 991px) {
  .nav-link {
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link.social-icons {
    border-right-color: #4d4d4d;
    padding-left: 21px;
    padding-right: 21px;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px #ffffff21, 0 7px 13px -4px #00000073;
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .se-o.grey {
    padding-top: 78px;
  }

  .menu-button {
    opacity: .8;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #000;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .se-o-topo {
    height: 469px;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 92px;
    padding-right: 92px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .navbar {
    position: relative;
  }

  .stone-logo.footer {
    float: none;
  }

  .se-o {
    padding: 34px 10px;
  }

  .se-o.grey {
    padding: 130px 40px 35px;
  }

  .se-o.image {
    background-attachment: scroll;
    padding: 61px 40px;
  }

  .se-o.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .se-o-topo {
    height: 392px;
    margin-top: 37px;
    padding-top: 0;
  }

  .slide {
    margin-top: 7px;
    padding: 95px 10px 50px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial-slide {
    padding-left: 34px;
    padding-right: 34px;
  }

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

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .back-to-work-column {
    text-align: left;
    padding-top: 12px;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 23px;
  }

  .par-descarte-eficiente {
    margin-bottom: 20px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-6 {
    flex: 0 auto;
    align-self: flex-start;
    max-width: none;
    display: block;
  }

  .container-2 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-5 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-6, .column-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .se-o-topo {
    height: 476px;
    margin-top: 60px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .contact-form-column {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-info-column {
    text-align: center;
    padding-top: 60px;
    padding-right: 0;
  }

  .legenda-foto-doacoes {
    padding-bottom: 40px;
  }

  .blocos-adquirimos {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-6 {
    align-self: center;
  }

  .titulo-box-adquirimos {
    padding-top: 18px;
    line-height: 28px;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 50px;
  }

  .link-block {
    padding-right: 10px;
  }

  .container-3, .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3 {
    padding-bottom: 40px;
  }
}


