body {
  background-color: #f5f6fa;
}

.logo__2 {
  display: none;
}

.wrow {
  border-bottom: lightgrey 0.2px solid;
}

.navbar {
  background-color: #fff;
}
.navbar li a {
  font-size: 125%;
  font-weight: 600;
  color: #535c68;
  transition: 0.2s;
}
.navbar li a:hover {
  color: #262a2f;
  transition: 0.2s;
}

.space {
  min-height: 90px;
}

.intro__title {
  text-align: center;
}
.intro__title h2 {
  font-weight: 300;
  font-size: 2.25rem;
  color: #565950;
}

.intro-text {
  color: #454740;
  font-size: 1.05rem;
}

.section-line {
  text-align: center;
}
.section-line i {
  color: #f6bb42;
  font-size: 18px;
  line-height: 1;
}

.section-line::before {
  float: left;
  background: #d9d9d9;
  content: "";
  height: 2px;
  margin-top: 10px;
  width: 48%;
}

.section-line::after {
  float: right;
  background: #d9d9d9;
  content: "";
  height: 2px;
  margin-top: 10px;
  width: 48%;
}

.text li {
  font-size: 115%;
  color: #4e5048;
  list-style: none;
}
.text .li__bold {
  font-weight: bold;
}

.border__thumbnail {
  border-color: #cdcec9;
}

footer {
  background-color: #15151e;
}
footer ul {
  list-style-type: none;
}
footer ul a {
  color: #70ca63;
  transition: 0.2s;
}
footer ul a:hover {
  transition: 0.2s;
  color: #4aae3b;
}

.footer__ul-1 {
  font-size: 90%;
}

.footer__ul-2 {
  font-size: 70%;
}

.footer__bolder {
  color: #888888;
  font-weight: 600;
}

.footer__normal {
  color: #777;
}

.footer__img {
  text-align: center !important;
}

.contas {
  text-align: center;
}

@media (max-width: 1300px) {
  .navbar-brand img {
    height: 4.6vh;
    transition: 0.2s;
  }

  .navbar li a {
    font-size: 100%;
    transition: 0.2s;
  }
}
@media (max-width: 765px) {
  .text {
    margin-left: -40%;
    margin-right: -30%;
  }
  .text li {
    font-size: 100%;
  }

  .logo__1 {
    width: 60px !important;
    margin-left: -15px !important;
  }
}
@media (max-width: 500px) {
  .logo__1 {
    display: none;
  }

  .logo__2 {
    display: flex;
    width: 60px;
    margin-left: -5px !important;
  }

  .footer__img img {
    width: 90%;
  }

  .footer__bolder {
    font-size: 40%;
  }

  .other__div:last-of-type {
    margin-bottom: -170px;
  }

  .footer__ul-1 li {
    font-size: 60%;
  }
}
@media (max-width: 350px) {
  .intro__title h2 {
    font-size: 1.65rem;
  }

  .section-line::before {
    width: 45%;
  }

  .section-line::after {
    width: 45%;
  }

  .text li {
    font-size: 80%;
  }
}

/*# sourceMappingURL=2017_style.css.map */
