@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;
}

.header-transparent {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1040;
}

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;
}

.navbar-collapse.collapse.show {
  background: #46b2a0;
  padding: 5px;
}

.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 .social-square > span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  width: 40px;
  text-align: center;
  padding-top: 4px;
  color: #FFF;
}

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

.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;
}

.btn-custom-3 {
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  font-weight: 300;
  color: #FFFFFF;
  background: #4db8a6;
  border: 1px solid #4db8a6;
  box-shadow: 0px 16px 24px rgba(77, 60, 0, 0.16109);
  border-radius: 0;
  padding: 0.875rem 2.75rem;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-custom-3:hover,
.btn-custom-3:active,
.btn-custom-3:focus {
  color: #FFFFFF;
  background: #4db8a6;
  border-color: #4db8a6;
}

.carousel-caption {
  top: 10%;
  left: 5%;
}

.banner {
  background: url('../img/banner.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.banner .title {
  color: #f4f4f4;
}

@media (max-width: 768px) {
  .banner .title {
    font-size: 2rem;
  }
}

.form-wrapper {
  background: rgba(137, 138, 138, .5);
  border-radius: 10px;
  padding: 20px;
}

/*** TRANSFORMATION ***/

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

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

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

@media (max-width: 768px) {
  .transformations .title {
    font-size: 2rem;
  }
}

/*** SERVICES ***/

.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;
}

/*** 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;
  border-radius: 17px;
}

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

.clients .client-item .stars {
  color: #fff000;
  text-shadow: 1px 1px 2px #333;
}

/*** DISCOVER ***/

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

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

.discover .title > .text-green {
  color: #333;
}

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

/*** KNOW ***/

.know {
  background: url('../img/pattern.jpg') repeat;
  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.2rem;
  line-height: 1.6rem;
  font-weight: 300;
}

/*** KNOW ***/

.doubt {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.doubt .context {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.6rem;
  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;
}
