.page-segmentos .nav-tabs {
  border-bottom: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-segmentos .nav-tabs .nav-item {
  margin-bottom: 10px;
}

.page-segmentos .nav-tabs .nav-item.show .nav-link,
.page-segmentos .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ff8200;
  font-weight: 900;
}

.page-segmentos .nav-tabs .nav-link {
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #f2f2f2;
  color: #b3b3b3;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-segmentos .icon {
  width: 35px;
  height: 35px;
}

.page-segmentos .nav-tabs .nav-link .icon .svg-icon {
  fill: #b3b3b3;
}

.page-segmentos .nav-tabs .nav-link.active .icon .svg-icon {
  fill: #fff;
}

.page-segmentos .top-img {
  height: 130px;
  margin-bottom: 20px;
}

.page-segmentos h4::after {
  content: '';
  background: #ff8200;
  width: 135px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.page-segmentos .form-control {
  border: thin solid #b3b3b3;
  border-radius: 0;
  background: #fff;
  margin-bottom: 10px;
}

.page-segmentos label {
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  color: #333;
  margin-bottom: 5px;
}

.page-segmentos .form-input {
  width: 120px;
  border-radius: 30px;
  padding: 8px;
  text-transform: uppercase;
  color: #fff;
  background: #ff8200;
  -webkit-transition: ease .4s;
  -o-transition: ease .4s;
  transition: ease .4s;
}

.page-segmentos .form-input:hover {
  color: #fff;
  background: #ff8200;
  -webkit-box-shadow: 0 0 10px #ff8200;
          box-shadow: 0 0 10px #ff8200;
}

.page-segmentos .btn-cad {
  font-family: 'Gotham', sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #333;
  text-decoration: none;
  -webkit-transition: ease .4s;
  -o-transition: ease .4s;
  transition: ease .4s;
}

.page-segmentos .btn-cad:hover {
  color: #ff8200;
}

.page-segmentos .fs-60 {
  font-size: 3.125rem;
}

@media (min-width: 375px) {
  .page-servicos .fs-60 {
    font-size: 3.75rem;
  }
}