.navbar .navbar-nav a.nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #fff;
  transition: all 0.5s;
  margin-top: 5px;
}

header .navbar {
  padding: 0;
}

.navbar-brand img {
  max-height: 60px;
}


.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.breadcrumb-option {
  padding-top: 70px;
  padding-bottom: 70px;
}

.breadcrumb__links a {
  font-size: 15px;
  color: #ffffff;
  margin-right: 26px;
  display: inline-block;
  position: relative;
}

.breadcrumb__links a:after {
  position: absolute;
  right: -18px;
  top: 10px;
  height: 4px;
  width: 4px;
  background: #ffffff;
  content: "";
  border-radius: 50%;
}

.breadcrumb__text h2 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.breadcrumb__links span {
  font-size: 15px;
  color: #fff;
  display: inline-block;
}

header {
  position: relative;
}


.primary-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px 10px;
  text-transform: uppercase;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #0D5B76;
  border-radius: 5px;
}

.primary-btn.normal-btn {
  background: #0D5B76;
  color: #ffffff;
  font-weight: 600;
}

.section-title h2 {
  color: #111111;
  font-weight: 700;
  margin-top: 8px;
}


.about__text .section-title {
  margin-bottom: 25px;
}

.spad {
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-wrapper {
  margin-top: 32px;
}

@media(max-width:767.98px) {
  .section-title {
    text-align: center;
  }

  .btn-wrapper {
    text-align: center;
  }
}



.callback-form .contact-form input {
  border-radius: 20px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 1.5rem;
  color: #6a6a6a;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 35px;

  margin-bottom: 0;
}


.contact-information .contact-item i {
  color: var(--cor-claro);
  font-size: 48px;
  margin-bottom: 20px;
}

.contact-information .contact-item p {
  margin-bottom: 0;
  min-height: 60px;
}

.contact-information {
  margin-top: 30px;
}

.callback-form {
  margin-top: 30px;
}


.contact-us {
  padding: 80px 0px 120px 0px;
}

.alerta-erro {
  position: absolute;
  width: 90%;
  height: 2px;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  background-color: red;
}

fieldset {
  position: relative;
  margin-bottom: 20px;
}

.callback-form .contact-form textarea {
  margin-bottom: 0;
}

textarea {
  margin-bottom: 0;
}


.nav-link {
  padding: 1.3rem 1rem !important;
}

@media(max-width:768px) {
  header .navbar {

    height: 80px;
  }
}