.body {
  background-color: #bfd9dd;
}

.section_intro {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  padding: 2vh 2vw;
  background-image: url('../images/bg_engrenagem_1.png');
  background-position: 144% -138px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.vertical {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.hero_h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Museo, sans-serif;
  font-size: 89px;
  line-height: 64px;
}

.hero_h1.azul {
  color: #374d77;
}

.hero_h1.verde {
  color: #2897a1;
}

.hero_h1.verde.maior {
  font-size: 144px;
  line-height: 134px;
}

.hero_wrapper {
  margin-left: 5vw;
}

.eng_wrapper {
  position: relative;
  width: 450px;
  height: 450px;
}

.engrenagem_1 {
  position: relative;
  left: 55px;
  margin-right: 15vw;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.section_2 {
  width: 100vw;
  height: 80vh;
  padding: 2vh 2vw;
  background-image: url('../images/bg_engrenagem_2.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.engrenagem_2 {
  position: absolute;
  left: 150px;
  bottom: -308px;
}

.engrenagem_3 {
  position: relative;
  top: 54px;
  right: -132px;
}

.content_wrapper50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content_wrapper50.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.texto_padrao {
  font-family: 'Museo Sans', sans-serif;
  font-size: 21px;
  line-height: 34px;
  font-weight: 500;
}

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

.section_3 {
  width: 100vw;
  height: 80vh;
  padding: 2vh 2vw;
  background-image: url('../images/bg_engrenagem_3.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.section_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 2vh 2vw;
  -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;
}

.wrapper_intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30%;
  -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;
}

.wrapper_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 70%;
}

.horizontal_line30 {
  width: 30%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #c39734;
}

.wrapper_legenda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6%;
  margin-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.wrapper_legenda.no-space_bottom {
  margin-bottom: 0%;
}

.icone_legenda {
  width: 80px;
  height: 80px;
  margin-right: 25px;
}

.texto_legenda {
  max-width: 400px;
  margin-bottom: 0px;
  font-family: 'Museo Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.4px;
}

.smart_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: auto;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scale_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 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;
}

.vertical_line {
  width: 1px;
  height: 100%;
  border: 2px dotted #c39734;
}

.horizontal_line {
  width: 60px;
  height: 2px;
  background-color: #c39734;
}

.smart_letter {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #c39734;
  border-radius: 50%;
  background-color: #fff;
  font-family: Museo, sans-serif;
  color: #374d77;
  font-size: 24px;
  line-height: 38px;
  font-weight: 900;
  text-align: center;
}

.smart_label {
  display: block;
  width: 200px;
  height: 36px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  background-color: #40b5a0;
  font-family: Museo, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.html-embed {
  position: relative;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #374d77 #374d77 transparent;
  border-radius: 50%;
  background-color: rgba(255, 151, 251, .27);
  text-align: center;
}

.texto_label {
  display: block;
  max-width: 200px;
  margin: 12px auto 0px;
  font-family: 'Museo Sans', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.2px;
}

.section_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 2vh 2vw;
  -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;
}

.wrapper_texto_legenda {
  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;
}

.section_6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 2vh 2vw;
  -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;
}

.section_7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 2vh 2vw;
  -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;
}

.super_bold {
  font-weight: 900;
}

.svg {
  position: absolute;
  width: 350px;
  -webkit-transform: rotate(-95deg);
  -ms-transform: rotate(-95deg);
  transform: rotate(-95deg);
}

.smart_background-1 {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/496211926.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 40px 30px rgba(0, 0, 0, .1);
}

.smart_background-2 {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/655920114.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 40px 30px rgba(0, 0, 0, .1);
}

.smart_background-3 {
  position: absolute;
  top: 70px;
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/465348088.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 40px 30px rgba(0, 0, 0, .1);
}

.smart_background-4 {
  position: absolute;
  top: 70px;
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/621128688.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 40px 30px rgba(0, 0, 0, .1);
}

.smart_background-5 {
  position: absolute;
  top: 70px;
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/611076268.jpg');
  background-position: -25px 50%;
  background-size: 400px;
  box-shadow: 0 0 40px 30px rgba(0, 0, 0, .1);
}

.section_8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 2vh 2vw;
  -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;
}

.svg_txt {
  position: absolute;
  width: 350px;
  -webkit-transform: rotate(-93deg);
  -ms-transform: rotate(-93deg);
  transform: rotate(-93deg);
}

.svg_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 400px;
  -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;
}

.icone {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .section_intro {
    background-size: contain;
  }
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrapper.vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
  }
  .wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero_h1.azul {
    display: inline-block;
    font-size: 64px;
    line-height: 60px;
  }
  .hero_h1.verde.maior {
    display: inline-block;
    font-size: 120px;
    line-height: 120px;
  }
  .hero_wrapper {
    display: block;
    margin-right: auto;
  }
  .engrenagem_1 {
    left: 30%;
    right: 0px;
  }
  .section_2 {
    height: 100vh;
    background-position: 0px 100%;
    background-size: 50%;
  }
  .engrenagem_2 {
    display: none;
  }
  .engrenagem_3 {
    top: -40px;
    right: 190px;
  }
  .content_wrapper50 {
    width: 90%;
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content_wrapper50.horizontal {
    width: 100%;
    height: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section_3 {
    height: 100vh;
    background-position: 100% 0px;
    background-size: 80%;
  }
  .section_4 {
    height: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper_content {
    height: auto;
    -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;
  }
  .horizontal_line30 {
    width: 70%;
  }
  .wrapper_legenda {
    margin-bottom: 25px;
    margin-left: 75px;
  }
  .smart_wrapper {
    width: auto;
    height: 100%;
    margin-bottom: 25px;
    margin-left: 0px;
  }
  .scale_wrapper {
    display: none;
  }
  .smart_label {
    margin-top: 15px;
  }
  .section_5 {
    height: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section_6 {
    height: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section_7 {
    height: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .svg {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 350px;
  }
  .smart_background-1 {
    left: 0px;
    top: 50px;
    right: 0px;
    bottom: 0px;
  }
  .smart_background-2 {
    left: 0px;
    top: 50px;
    right: 0px;
    bottom: 0px;
  }
  .smart_background-3 {
    left: 0px;
    top: 50px;
    right: 0px;
    bottom: 50px;
  }
  .smart_background-4 {
    left: 0px;
    top: 50px;
    right: 0px;
    bottom: 50px;
  }
  .smart_background-5 {
    left: 0px;
    top: 50px;
    right: 0px;
    bottom: 50px;
  }
  .section_8 {
    height: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .svg_txt {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 350px;
  }
  .svg_wrapper {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .section_intro {
    height: 350px;
  }
  .wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero_h1.verde {
    font-size: 72px;
  }
  .hero_h1.verde.maior {
    font-size: 64px;
    line-height: 64px;
  }
  .hero_wrapper {
    margin-left: 0vw;
  }
  .engrenagem_1 {
    left: 40%;
    right: -42px;
    width: 200px;
  }
  .section_2 {
    height: 350px;
    background-image: url('../images/bg_engrenagem_2.png');
    background-position: 100% 100%;
    background-size: 40%;
    background-repeat: no-repeat;
  }
  .engrenagem_3 {
    top: -4px;
    right: 166px;
  }
  .texto_padrao {
    font-size: 15px;
    line-height: 25px;
  }
  .section_3 {
    height: 700px;
    background-position: 100% 75%;
  }
  .wrapper_legenda {
    margin-left: 15px;
  }
}

@media (max-width: 479px) {
  .section_intro {
    height: 100vh;
    max-height: 100vh;
    padding: 10px;
    background-position: -306px -299px;
    background-size: auto;
  }
  .wrapper {
    height: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .wrapper.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero_h1.azul {
    font-size: 48px;
    line-height: 48px;
  }
  .hero_h1.verde {
    font-size: 54px;
    line-height: 54px;
  }
  .hero_h1.verde.maior {
    font-size: 56px;
    line-height: 56px;
  }
  .hero_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .engrenagem_1 {
    left: 0%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section_2 {
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .engrenagem_3 {
    position: static;
    left: -52px;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }
  .content_wrapper50 {
    height: auto;
  }
  .content_wrapper50.horizontal {
    width: auto;
    height: auto;
  }
  .texto_padrao {
    font-size: 15px;
    line-height: 25px;
  }
  .section_3 {
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .section_4 {
    height: auto;
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper_intro {
    height: auto;
    padding: 25px 2vw;
  }
  .wrapper_legenda {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
  .icone_legenda {
    margin-bottom: 10px;
  }
  .texto_legenda {
    text-align: center;
  }
  .smart_wrapper {
    position: relative;
    width: auto;
    height: auto;
  }
  .section_5 {
    height: autopx;
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section_6 {
    height: auto;
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section_7 {
    height: auto;
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .svg {
    position: absolute;
    width: 300px;
    height: 300px;
    -webkit-transform: rotate(-95deg);
    -ms-transform: rotate(-95deg);
    transform: rotate(-95deg);
  }
  .smart_background-1 {
    position: absolute;
    left: 0px;
    top: 40px;
    right: 0px;
    bottom: 0px;
    width: 225px;
    height: 225px;
  }
  .smart_background-2 {
    top: 40px;
    width: 225px;
    height: 225px;
  }
  .smart_background-3 {
    left: 0px;
    top: 40px;
    right: 0px;
    bottom: 40px;
    width: 225px;
    height: 225px;
  }
  .smart_background-4 {
    left: 0px;
    top: 40px;
    right: 0px;
    bottom: 40px;
    width: 225px;
    height: 225px;
  }
  .smart_background-5 {
    left: 0px;
    top: 40px;
    right: 0px;
    bottom: 40px;
    width: 225px;
    height: 225px;
  }
  .section_8 {
    height: auto;
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .svg_txt {
    position: absolute;
    width: 300px;
    height: 300px;
    -webkit-transform: rotate(-93deg);
    -ms-transform: rotate(-93deg);
    transform: rotate(-93deg);
  }
  .svg_wrapper {
    position: static;
    display: block;
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .icone {
    display: block;
    margin-right: auto;
    margin-left: 12px;
  }
}

@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans_700_Regular.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo_900_Regular.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans_700_Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo_500_Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo_700_Regular.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans_500_Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans_500_Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans_4.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}