@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Regular.woff2') format('woff2'),
      url('../fonts/Interstate-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Bold.woff2') format('woff2'),
      url('../fonts/Interstate-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Light.woff2') format('woff2'),
      url('../fonts/Interstate-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-ExtraLight.woff2') format('woff2'),
      url('../fonts/Interstate-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

nav {
  z-index: 1;
}

.navbar-light .navbar-nav .nav-link {
  color: #FFF;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 300;
}

.navbar-light .navbar-nav .nav-link {
  padding-right: .9rem !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus {
  color: #46b2a0;
}

.navbar-light .navbar-nav .dropdown-menu {
  background-color: #2b2c2e;
  padding: 0;
  border-radius: 15px;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-divider {
  border-top: 1px solid #FFF;
  width: 80%;
  margin: 0 auto;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  font-size: .8rem;
  padding: .625rem 1.5rem;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #1b1d1c;
  color: #46b2a0;
  border-radius: 15px;
}

.bg-custom-top {
  background-color: #373b3b;
}

body {
  font-family: 'Interstate', sans-serif;
}

.bg-blue {
  background-color: #46b2a0;
  border-color: #46b2a0;
}

.bg-blue:hover,
.bg-blue:active,
.bg-blue:focus {
  background-color: #46b2a0;
}

.social-icons .icon {
  padding: 6px 4px;
  margin-left: .4rem;
  line-height: 12px;
}

.social-item .social-square {
  background-color: #4db8a6;
  border-radius: 5px;
  padding: 6px 3px;
}

.social-item i {
  font-size: 1.6rem;
  color: #FFF;
}

.social-item .text {
  color: #666666;
  font-size: 1.4rem;
}

.title {
  color: #373b3c;
  font-size: 2.7rem;
  text-transform: uppercase;
  font-weight: 600;
}

.title .text-green {
  color: #4eb7a7;
}

.breadcrumb .breadcrumb-item {
  color: #898a8a;
}

.breadcrumb .breadcrumb-item a {
  color: #898a8a;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
  color: #46b2a0;
  font-weight: 600;
}

.numbered-item {
  color: #555555;
  font-size: 1.4rem;
  font-weight: 300;
}

.numbered-item .numbered-square {
  background-color: #4db8a6;
  border-radius: 100%;
  padding: 6px 3px;
  width: 45px;
}

/*** DISCOVER ***/

.discover {
  background: url('../img/seta.png') no-repeat;
  background-position: right center;
  background-size: 40rem;
}

@media (max-width: 768px) {
  .discover {
    background: none;
  }
}

.discover .text-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.discover .title {
  margin-bottom: 1.8rem;
}

.discover .context {
  color: #555556;
  font-size: 1.4rem;
  font-weight: 300;
}

/*** DISCOVER ***/

.services {
  background: url('../img/services.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.services .title {
  color: #FFF;
  font-size: 2.3rem;
  margin-bottom: 5rem;
}

.services .circle-box .icon-circle {
  background-color: #4db8a4;
  border-radius: 100%;
  width: 220px;
  height: 220px;
  margin-bottom: 20px;
}

.services .circle-box img {
  width: 80px;
}

.services .circle-box p {
  color: #FFF;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 0 auto;
}

.services .circle-box p.item-title {
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 1px;
  font-weight: 300;
}

.services .circle-box p.item-subtitle {
  font-size: .8rem;
  line-height: .9rem;
  font-weight: 300;
}


/*** FAQ ***/

.faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq .title {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

.faq .context {
  color: #666666;
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 300;
}

.faq .accordion {
  margin-top: 6rem;
}

.faq .accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.faq .accordion .accordion-button {
  background-color: #f6f7f9;
  font-size: 1.3rem;
  color: #333;
  text-transform: uppercase;
  box-shadow: none;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 2rem 2.25rem;
}

.faq .accordion .accordion-button.collapsed {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.faq .accordion .accordion-button:not(.collapsed) {
  color: #666666;
}

.faq .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-down.png");
}

.faq .accordion .accordion-button::after {
  background-image: url("../img/arrow-down.png");
}

.faq .accordion .accordion-body {
  background-color: #f6f7f9;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  color: #666666;
  padding: 0 2.25rem 2rem 2.25rem;
}


/*** CLIENTS ***/

.clients {
  background: url('../img/clients.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 9rem;
}

.clients .title {
  font-size: 2.3rem;
  margin-bottom: 6rem;
}

.clients .client-item {
  background-color: #f7f7f7;
  height: 150px;
  border-radius: 17px;
}

.clients .client-item img {
  width: 170px;
}

/*** CLIENTS ***/

.know {
  background: url('../img/arrow-bottom.jpg') no-repeat;
  background-position: right top;
  background-size: contain;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media (max-width: 768px) {
  .know {
    background: none;
  }
}

.know .title {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

.know .context {
  color: #666666;
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 300;
}

/*** HISTORY ***/

.history .text-container {
  padding-bottom: 5rem;
}

.history .title {
  margin-bottom: 1.8rem;
}

.history .context {
  color: #555556;
  font-size: 1.7rem;
  line-height: 2.2rem;
  font-weight: 300;
}

.history .green-background {
  background-color: #4eb2a1;
  border-radius: 20px;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.history .green-background .title {
  font-size: 2rem;
  line-height: 2.6rem;
}

.history .green-background .context {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.history .green-background .sequence-name {
  color: #27645b;
}

.history .sequence-image {
  margin-left: -2rem;
}

.history .sequence-image img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
}

/*** STRUCTURE-METRICS ***/

.structure-metrics {
  background: url('../img/structure.jpg') no-repeat;
  background-position: center bottom;
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.structure-metrics .context {
  color: #555556;
  font-size: 1.7rem;
  line-height: 2.2rem;
  font-weight: 300;
}

/*** STRUCTURE-PLANT ***/

.structure-plant {
  background-color: #f6f7f9;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/*** STRUCTURE-BOTTOM ***/

.structure-bottom {
  background: url('../img/structure.jpg') no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 3rem;
}

.structure-bottom .context {
  color: #656665;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 300;
}

/*** FOOTER ***/

footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url('../img/footer.jpg');
  background-position: center top;
  background-size: cover;
}

footer .text {
  font-weight: 300;
  line-height: 1.6rem;
}
