body {
  height: 100%;
  color: #333;
  text-align: center;
  background-color: rgba(0, 0, 0, .53);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 100%;
  display: block;
  overflow: visible;
}

h5 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

a {
  color: rgba(0, 0, 0, .34);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 23px;
  text-decoration: none;
  display: block;
}

a.w--current {
  color: #fff;
  text-align: center;
  border-style: none;
  margin: 0 auto auto;
  padding-top: 0;
  padding-bottom: 1px;
  display: block;
}

.section-sobre-nos {
  background-color: #b82525;
  border-bottom: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reasonafrica {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(255, 255, 255, .58);
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  display: inline-block;
  position: static;
  top: 20%;
  bottom: 50%;
  left: 0;
  right: 0;
}

.servicos {
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-poupanca {
  mix-blend-mode: normal;
  background-color: #b82525;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  clear: right;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: visible;
}

.nav-link {
  height: 28px;
  color: #fff;
  text-align: left;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

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

.nav-link.w--current {
  height: 28px;
  float: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-weight: 700;
  transform: none;
}

.menu-button {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #d81230;
  background-image: url('../images/menuopen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-style: none;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  transition: all .4s;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, .27);
}

.menu-button:hover {
  background-color: #d81230;
  background-image: url('../images/menuopen.png');
  background-size: 40px;
  transform: rotate(-90deg);
}

.menu-button:active {
  background-image: url('../images/menuopen2.png');
  background-size: 40px;
}

.menu-button:focus {
  background-image: url('../images/menuclose.png');
  background-size: 62px;
}

.menu-button.w--open {
  background-image: url('../images/menuclose.png');
  background-size: 50%;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10% auto;
}

.container.slides {
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container.home {
  margin-top: 0%;
  margin-bottom: 0%;
}

.section-contact {
  width: 100vw;
  background-color: #d81230;
  background-image: radial-gradient(circle farthest-side at 14% 3%, rgba(0, 0, 0, .63), rgba(0, 0, 0, 0));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.titlesemail {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.submitbutton {
  float: left;
  background-color: rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, .54);
  padding-left: 18px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 400;
  transition: background-color .2s;
}

.submitbutton:hover {
  background-color: rgba(0, 0, 0, .6);
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.submitbutton:active {
  font-weight: 400;
}

.message {
  height: 300px;
  background-color: rgba(255, 255, 255, .6);
  border-style: none;
  border-radius: 0;
  margin-right: 0;
  padding-bottom: 64px;
  padding-right: 0;
}

.contato {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
}

.name {
  background-color: rgba(255, 255, 255, .6);
  border-style: none;
  border-radius: 0;
}

.email-adress {
  color: #fff;
  border-style: none;
  padding-top: 10px;
}

.section-homepage {
  width: 100vw;
  height: 90vh;
  background-image: url('../images/Solium_cinemagraph.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navmenu {
  background-color: rgba(255, 255, 255, .76);
}

.faq {
  background-color: #fff;
  background-image: radial-gradient(circle farthest-side at 0 0, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  justify-content: center;
  align-items: center;
}

.slide-titles {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .57);
  border-bottom: 1px #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 3em;
  display: none;
}

.paragraph {
  color: #fff;
  text-align: left;
  column-count: 1;
  background-color: rgba(0, 0, 0, .28);
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 20px 14px 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  box-shadow: 0 1px rgba(0, 0, 0, .27);
}

.paragraph.about-us {
  text-align: left;
  background-color: rgba(0, 0, 0, .48);
  padding: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.squares {
  min-height: 150px;
  opacity: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, .62);
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, 0));
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 5% 2%;
  padding: 2%;
  font-family: Lato, sans-serif;
  font-size: .5em;
  font-weight: 300;
  line-height: 1.4em;
  transition: background-color .2s;
  display: flex;
  box-shadow: 1px 1px 2px #000;
}

.squares:hover {
  box-shadow: none;
  background-color: rgba(0, 0, 0, .72);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.section-servicos {
  background-color: rgba(15, 24, 70, .91);
  background-image: radial-gradient(circle farthest-side at 0 0, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  justify-content: center;
  align-items: center;
  display: flex;
}

.name-paragraph {
  float: left;
  color: rgba(255, 255, 255, .7);
  text-align: left;
  letter-spacing: .1em;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .49);
  margin: 0 auto;
  padding-top: 7%;
  padding-bottom: 0;
  padding-left: 2%;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.hiddentext {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.button-show {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.button-show.letra {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .22);
  border: 1px solid rgba(255, 255, 255, .51);
  margin-left: 0;
  margin-right: 0;
  padding: 5% 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  transition: background-color .4s;
  display: block;
  box-shadow: 0 1px rgba(0, 0, 0, .34);
}

.button-show.letra:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .69);
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Solar-Panels2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.faq1 {
  background-color: #362a10;
  background-image: radial-gradient(circle at 0 0, rgba(0, 0, 0, .5), rgba(0, 0, 0, .36) 32%, rgba(0, 0, 0, 0)), url('../images/gable_solar_cells_home.jpg');
  background-position: 0 0, 50% 100%;
}

.slide.baterias {
  height: 100%;
  background-color: #d81230;
  background-image: linear-gradient(159deg, #020202, #000 0%, rgba(0, 0, 0, 0)), url('../images/pexels-kindel-media-9875445.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.slide.industry {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-pixabay-356036.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slide.tempo {
  background-color: #130e36;
  background-image: radial-gradient(circle at 0 0, rgba(0, 0, 0, .54), rgba(0, 0, 0, 0)), url('../images/pexels-pixabay-356036.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.health {
  background-color: #2b6d92;
  background-image: radial-gradient(circle at 8% 10%, rgba(0, 0, 0, .5) 16%, rgba(0, 0, 0, 0)), url('../images/solar_cells_energy_current.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.tempo-copy, .slide.tempo-3, .slide.tempo-1 {
  background-color: #130e36;
  background-image: radial-gradient(circle at 0 0, rgba(0, 0, 0, .54), rgba(0, 0, 0, 0)), url('../images/pexels-pixabay-356036.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.formform {
  font-size: 1em;
  line-height: 1em;
}

.section-how-we-work {
  height: auto;
  background-color: #61bdf1;
  background-image: radial-gradient(circle at 0 0, rgba(0, 0, 0, .61), rgba(0, 0, 0, .37));
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hiddentext3 {
  opacity: 1;
}

.phone-link {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  line-height: 1em;
}

.logo-solium {
  margin-left: auto;
  margin-right: auto;
}

.iconzitos {
  margin: 8px auto 10px;
  display: block;
}

.brand-logo {
  z-index: 1013;
  width: auto;
  text-align: center;
  align-items: flex-end;
  margin-left: 10px;
  padding-top: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.row-about-us---quadro {
  margin: 3% 0 5%;
}

.section {
  height: 100%;
  background-color: #2b6d92;
  background-image: url('../images/Linceus_morocco_africa_desert_PB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section.about-us {
  background-color: #2b6d92;
  background-image: none;
}

.small-sentence-blue {
  color: #2b6d92;
  text-align: center;
  margin-top: 4%;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  display: block;
  position: static;
  top: 30%;
  bottom: auto;
  left: 0;
  right: 0;
}

.big-sentences-white {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .58);
  margin-top: 23%;
  font-family: Lato, sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
  position: static;
}

.containe {
  display: block;
}

.heading-3 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .72);
  margin: 10px 10px 5%;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 27px;
}

.heading-3.slider {
  text-align: center;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .72), 1px 1px 6px #000;
  padding-top: 0%;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-3.slides {
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.row-how-we-work {
  margin-top: 6%;
}

.slider-faq {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-1 {
  padding-left: 5px;
  padding-right: 5px;
}

.box5 {
  padding-left: 5px;
  padding-right: 5px;
  transform: scale(1);
}

._6reasonsafrica {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-left: 1%;
  padding-right: 1%;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.5em;
  position: static;
  top: 50%;
  left: 50%;
}

.frases {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.9em;
}

.frases.contato {
  display: none;
}

.row-3-columns {
  margin-bottom: 5%;
}

.row-services-2 {
  margin-top: 2%;
}

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

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

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

.column-adress {
  text-align: left;
  padding-bottom: 10px;
}

.slide-nav {
  display: inline-block;
}

.text-span {
  font-weight: 400;
}

.section-our-services {
  min-height: 100vh;
  background-color: rgba(15, 24, 70, .91);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  display: none;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.text-span-3 {
  white-space: normal;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link-block {
  width: 45px;
  padding-top: 22px;
  padding-right: 7px;
}

.image {
  padding-left: 0;
}

.link {
  color: #fff;
  text-align: center;
  font-weight: 600;
  display: none;
}

.bold-text-2 {
  text-align: center;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.nav-menu {
  background-color: #d81230;
  font-weight: 600;
}

.nav-menu:focus {
  font-family: Montserrat, sans-serif;
}

.body {
  color: #fff;
}

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

.bold-text-4 {
  text-align: right;
  display: block;
}

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

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

.bold-text-5 {
  text-align: left;
}

.container-2 {
  padding-top: 10%;
}

.column-2 {
  padding-left: 0;
}

.telefone {
  text-align: right;
}

.solium-contato {
  padding-bottom: 5px;
  font-size: 1.2em;
  display: block;
}

.link-2 {
  display: none;
}

.box-2-copy {
  transform: scale(1);
}

.heading-5 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

html.w-mod-js [data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js [data-ix="logo-top-animation"] {
  opacity: 1;
  transform: translate(0, -200px);
}

html.w-mod-js [data-ix="presente-futuro"] {
  opacity: 0;
}

html.w-mod-js [data-ix="ready"] {
  opacity: 0;
  transform: translate(0, -100px);
}

html.w-mod-js [data-ix="menu-button"] {
  opacity: 1;
}

html.w-mod-js [data-ix="arrows-scroll"] {
  opacity: 0;
}

html.w-mod-js [data-ix="big-sentences-action"] {
  opacity: 0;
  transform: translate(0, -100%);
}

@media screen and (max-width: 991px) {
  body {
    height: 100%;
  }

  h5 {
    text-align: center;
  }

  a {
    padding-top: 7px;
  }

  .section-sobre-nos {
    height: auto;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .reasonafrica {
    font-size: .8em;
    line-height: 1.1em;
    display: inline-block;
  }

  .servicos {
    height: auto;
    float: none;
    margin-top: 10%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Lato, sans-serif;
    display: block;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .section-poupanca {
    height: auto;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .navbar {
    padding-left: 20px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-link {
    height: 28px;
  }

  .menu-button {
    background-color: #d81230;
    margin-top: auto;
  }

  .menu-button.w--open {
    background-color: rgba(43, 109, 146, .2);
  }

  .container {
    justify-content: flex-start;
  }

  .section-contact {
    background-color: #d81230;
    bottom: 5%;
  }

  .submitbutton {
    padding-left: 15px;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  }

  .message {
    height: 255px;
    padding-bottom: 56px;
  }

  .contato {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2em;
  }

  .section-homepage {
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .faq {
    height: auto;
    min-height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slide-titles {
    text-align: left;
  }

  .paragraph {
    text-align: left;
    font-family: Lato, sans-serif;
    line-height: 20px;
  }

  .paragraph:hover {
    background-color: rgba(0, 0, 0, .28);
  }

  .paragraph.about-us {
    font-size: .9em;
    line-height: 1.4em;
  }

  .squares {
    width: 100%;
    height: 130px;
    min-height: 84px;
    min-width: 109px;
    border-color: rgba(255, 255, 255, .49);
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
    font-size: 1em;
    display: flex;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .section-servicos {
    height: auto;
    min-height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .name-paragraph {
    letter-spacing: .1em;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 8px;
    padding-left: 5px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .slide.health {
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-how-we-work {
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .phone-link {
    color: #fff;
  }

  .heading-3 {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.3em;
  }

  .heading-3.slider {
    text-align: center;
    font-size: 1.2em;
    font-weight: 300;
  }

  ._6reasonsafrica {
    font-size: .8em;
    position: static;
    transform: none;
  }

  .frases {
    margin-top: 10%;
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .column-adress {
    padding-bottom: 10px;
  }

  .icon, .icon-2 {
    margin-bottom: 10px;
  }

  .section-our-services {
    min-height: 100%;
  }

  .link-block {
    padding-bottom: 12px;
  }

  .bold-text-2 {
    font-size: 1em;
  }

  .column-2 {
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .section-sobre-nos {
    height: auto;
  }

  .reasonafrica {
    height: auto;
    padding-left: 42px;
    padding-right: 42px;
    display: inline-block;
  }

  .servicos {
    height: auto;
    position: static;
  }

  .navbar {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button {
    margin-top: auto;
    padding-left: 0;
  }

  .container {
    position: static;
  }

  .container.home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contato {
    text-align: center;
  }

  .slide-titles {
    padding-top: 0;
    padding-left: 3%;
  }

  .squares {
    background-color: rgba(0, 0, 0, .66);
    padding: 2%;
    font-size: 1em;
  }

  .section-servicos {
    height: auto;
  }

  .name-paragraph {
    margin-left: 0;
    padding-bottom: 6px;
    padding-left: 5px;
    font-size: 1em;
  }

  .slide.industry {
    background-position: 0 100%;
  }

  .slide.health {
    background-position: 50%;
  }

  .section-how-we-work {
    height: auto;
  }

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

  ._6reasonsafrica {
    letter-spacing: .05em;
    font-size: 1em;
  }

  .frases {
    font-size: 1.5em;
  }

  .row-services-2 {
    margin-top: 0%;
  }

  .column-adress {
    flex-direction: column;
    align-items: center;
  }

  .arrow-right, .arrowleft {
    display: none;
  }

  .slide-nav {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-4 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    height: 100%;
    border-style: none;
    border-bottom-width: 0;
    border-bottom-color: #000;
    margin: 0;
  }

  a {
    padding-left: 0;
  }

  a.w--current {
    background-image: url('../images/scroll-down-setas_1scroll-down-setas.png');
    background-position: 50%;
    background-size: 12px;
  }

  .section-sobre-nos {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .reasonafrica {
    height: auto;
    font-size: 12px;
    font-weight: 700;
    display: block;
  }

  .servicos {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section-poupanca {
    height: auto;
    background-attachment: scroll;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nav-link {
    background-color: #d81230;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.w--current {
    float: none;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-top: 20px;
    line-height: 20px;
    list-style-type: disc;
    position: static;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .section-contact {
    height: auto;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .contato {
    text-align: center;
    padding-top: 3px;
    font-size: .8em;
  }

  .section-homepage {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .navmenu {
    background-color: #fff;
  }

  .faq {
    height: auto;
    background-position: -44px 0;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slide-titles {
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5%;
    font-size: 1.8em;
    line-height: 1em;
    position: relative;
  }

  .paragraph {
    line-height: 18px;
  }

  .paragraph.about-us {
    font-size: .8em;
  }

  .squares {
    padding: 0%;
  }

  .section-servicos {
    height: auto;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .name-paragraph {
    float: left;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 5px;
    font-size: 14px;
  }

  .button-show.letra {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .slide.tempo, .slide.tempo-copy, .slide.tempo-3, .slide.tempo-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-how-we-work {
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .phone-link {
    transition: color .2s;
  }

  .phone-link:hover {
    color: rgba(0, 0, 0, .44);
    font-weight: 900;
  }

  .brand-logo {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .heading-3 {
    font-size: .8em;
    font-weight: 500;
  }

  .heading-3.slider {
    font-size: .9em;
  }

  ._6reasonsafrica {
    padding-left: 1%;
    padding-right: 1%;
  }

  .frases {
    margin-bottom: 5%;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 1.1em;
  }

  .heading-4 {
    font-size: 28px;
  }

  .text-block {
    font-size: 1.1em;
  }

  .bold-text-2 {
    font-size: 1em;
  }

  .bold-text-4 {
    text-align: center;
  }

  .column {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .telefone {
    text-align: center;
  }

  .solium-contato {
    font-size: 1em;
  }

  .text-span-4, .bold-text-6 {
    font-size: .9em;
  }
}


