.footer {
  border-top: thin solid #b3b3b3;
}

.footer .pf {
  padding: 60px 0 0;
}

.footer .social {
  border: thin solid #ccc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #ff8200;
  margin-right: 20px;
  -webkit-transition: ease .4s;
  -o-transition: ease .4s;
  transition: ease .4s;
}

.footer .social:hover {
  border-color: transparent;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0 10px #ff8200;
          box-shadow: 0 0 10px #ff8200;
}

.footer .box-1 p,
.footer .box-2 p  {
  margin: 0;
}

.footer .sociais .icone {
  font-size: 15px;
  color: #ff8200;
  margin-right: 20px;
  text-decoration: none;
}

.footer .navbar-brand {
  width: 100%;
  max-width: 235px;
  margin: 0;
}

/* formulário */
.footer .form-row label {
  display: block;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #333;
}

.footer .form-control {
  height: auto;
  color: #333;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 0;
}

.footer .form-control:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.footer .form-btn {
  width: 150px;
  height: 50px;
  background: #ff8200;
  border: none;
  border-radius: 30px;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 0 auto;
  cursor: pointer;
  -webkit-transition: ease .4s;
  -o-transition: ease .4s;
  transition: ease .4s;
}

.footer .form-btn:hover {
  color: #fff;
  background: #ff8200;
  -webkit-box-shadow: 0 0 10px #ff8200;
          box-shadow: 0 0 10px #ff8200;
}

.footer .tab-content {
  padding: 40px 0 0;
}

.footer .nav-tabs {
  border-bottom: 2px solid #ffc800;
  margin: 30px auto 0;
}

.footer .nav-tabs .nav-link {
  font-family: 'Gotham', sans-serif;
  font-weight: 300;
  font-size: 22px;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #333;
  text-transform: uppercase;
}

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

.footer .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}

/* mapa */
.footer .mapa {
  height: 350px;
  margin-top: 80px;
}

/* menu */
.footer .menu .nav-link {
  display: block;
  padding: 0;
  color: #333;
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  -webkit-transition: ease .4s;
  -o-transition: ease .4s;
  transition: ease .4s;
}

.footer .menu .nav-link:hover,
.footer .menu .nav-link.active {
  color: #fff;
  background: #ff8200;
}

.footer .menu .nav-list {
  width: 100px;
}

.footer .dev {
  -webkit-transition: ease .4s;
  -o-transition: ease .4s;
  transition: ease .4s;
}

.footer .dev:hover {
  text-decoration: none;
  color: #ff8200;
}

.footer .box-1,
.footer .box-2 {
  width: 320px;
}

@media (min-width: 426px) {
  .footer .navbar-brand {
    max-width: 270px;
  }
}

@media (min-width: 768px) {
  .footer .nav-tabs .nav-item {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .footer .pf {
    padding: 75px 0 0;
  }

  .footer .box-1,
  .footer .box-2 {
    width: auto;
  }

  .footer .mapa {
    height: 490px;
  }

  .footer .nav-tabs {
    margin: 0 auto;
  }
}