#slider-primary .item img {
  min-height: 350px;
  object-fit: cover;
}

#slider-primary .item .cover {
  align-items: center;
  /* background: rgba(0, 0, 0, 0.6); */
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 992px) {
  #slider-primary .item .cover .caption {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#slider-primary .item .cover .caption .technology {
  color: #4B4B4D;
  font-family: 'Humanst521 BT';
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 3.01px;
  line-height: 36px;
}

#slider-primary .item .cover .caption .title {
  color: #CE4809;
  font-family: 'Good Times';
  font-size: 42px;
  line-height: 50px;
}

#slider-primary .item .cover .caption .description {
  color: #323232;
  font-family: 'Humanst521 BT';
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 28px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  #slider-primary .item .cover .caption .title {
    font-size: 26px;
    line-height: 30px;
  }

  #slider-primary .item .cover .caption .description {
    font-size: 16px;
    line-height: 24px;
  }
}

#slider-primary .owl-item.active .technology,
#slider-primary .owl-item.active .title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

#slider-primary .owl-item.active .description {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}

#slider-primary .owl-item.active .btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

#slider-primary .owl-nav {
  display: block;
  height: 0;
  left: 0;
  margin: -21px 0 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

@media (max-width: 767px) {
  #slider-primary .owl-nav {
    display: none;
  }
}

#slider-primary .owl-nav button {
  background-color: #FAFAFA;
  border-radius: 25rem;
  box-shadow: 0px 9px 10px rgba(88, 120, 176, 0.11), 0px 2.01027px 2.23363px rgba(88, 120, 176, 0.0655718), 0px 0.598509px 0.66501px rgba(88, 120, 176, 0.0444282);
  height: 42px;
  margin: 0;
  position: absolute;
  top: 0;
  transition: all .1s linear;
  width: 42px;
}

#slider-primary .owl-nav button:focus {
  outline: none;
}

#slider-primary .owl-nav button:hover {
  background-color: #CE4809;
  color: #ffffff;
}

#slider-primary .owl-nav .owl-prev {
  left: 15px;
}

#slider-primary .owl-nav .owl-next {
  right: 15px;
}

@media (min-width: 1500px) {
  #slider-primary .owl-nav .owl-prev {
    left: 150px;
  }

  #slider-primary .owl-nav .owl-next {
    right: 150px;
  }
}

@media (min-width: 1300px) {
  #slider-primary .owl-nav .owl-prev {
    left: 80px;
  }

  #slider-primary .owl-nav .owl-next {
    right: 80px;
  }
}

#slider-primary .owl-dots {
  bottom: 20px;
  margin: 0;
  position: absolute;
  width: 100%;
}

#slider-primary .owl-dots .owl-dot:focus {
  outline: none;
}

#slider-primary .owl-dots span {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 25rem;
  height: 15px;
  margin: 5px;
  transition: all .1s linear;
  width: 15px;
}

#slider-primary .owl-dots .owl-dot:not(.active):hover span {
  background-color: #ffffff;
}

#slider-primary .owl-dots .active {
  cursor: default;
}

#slider-primary .owl-dots .active span {
  border-color: #CE4809;
  background-color: #CE4809;
}

.institucional {
  background-color: #1C1C1C;
  overflow: hidden;
  padding-bottom: 140px;
  padding-top: 90px;
}

.institucional .icon {
  text-align: center;
  width: 100%;
}

.institucional .icon img {
  height: 60px;
}

.institucional .description {
  color: #C4C4C4;
  font-family: 'Humanst521 BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 35px;
  text-align: center;
}

.institucional .description p:last-child {
  margin-bottom: 0;
}

.institucional .missao,
.institucional .visao,
.institucional .valores {
  margin-top: 40px;
}

.institucional .item {
  background-color: rgba(50, 50, 50, 0.62);
  border-radius: 0 20px;
  height: 100%;
  padding: 30px 15px;
}

.institucional .item .icon {
  height: 70px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

.institucional .item .icon img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.institucional .item .title {
  color: #ffffff;
  font-family: 'Fashion Fetish';
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 15px;
  text-align: center;
}

.institucional .item .description {
  color: #ffffff;
  font-family: 'Humanst521 BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 15px;
  text-align: center;
}

.servicos {
  background-image: url(./../img/bg/servicos.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 95px;
}

.servicos .servico {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .servicos .servico:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.24);
  }
}

.servicos .item {
  height: 100%;
}

.servicos .item .icon {
  height: 75px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

.servicos .item .icon img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.servicos .item .title {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-family: 'Fashion Fetish';
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: -.75px;
  line-height: 28px;
  margin-top: 20px;
  min-height: 56px;
  text-align: center;
}

.servicos .item .description {
  color: #C4C4C4;
  font-family: 'Humanst521 BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 15px;
  text-align: center;
}

.servicos .item .description p:last-child {
  margin-bottom: 0;
}

.servicos .btn {
  margin-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.servicos .btn i {
  font-size: 25px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.tecnologias {
  background-image: url(./../img/bg/tecnologias.jpg);
  padding-bottom: 110px;
  padding-top: 110px;
}

@media (min-width: 1200px) {
  .tecnologias .container {
    max-width: 1400px;
  }
}

.tecnologias .subtitle {
  color: #ffffff;
  font-family: 'Humanst521 BT';
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 25px;
  text-align: center;
}

.tecnologias .tecnologia {
  margin-top: 50px;
}

.tecnologias .item {
  background-color: rgba(50, 50, 50, 0.6);
  height: 100%;
  padding: 40px 20px;
  transition: all .1s linear;
}

@media (min-width: 1200px) {
  .tecnologias .item {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.tecnologias .tecnologia a:hover {
  text-decoration: none;
}

.tecnologias .tecnologia a:hover .item {
  background-color: rgba(50, 50, 50, 0.8);
}

.tecnologias .item .icon {
  height: 42px;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}

.tecnologias .item .icon img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.tecnologias .item .title {
  color: #BDBFC1;
  font-family: 'Humanst521 BT';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
}

.tecnologias .item .description {
  color: #C4C4C4;
  font-family: 'Humanst521 BT Roman';
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
}

.tecnologias .item .description p:last-child {
  margin-bottom: 0;
}

.clientes {
  background-color: #2C2C2C;
  padding-bottom: 60px;
  padding-top: 60px;
}

#slider-clientes {
  margin-top: 45px;
}

#slider-clientes .item .icon {
  width: 80px;
}

#slider-clientes .item .icon img {
  filter: grayscale(100%);
  max-height: 80px;
  object-fit: contain;
  object-position: center;
  transition: all .1s linear;
  width: 100%;
}

#slider-clientes .item:hover .icon img {
  filter: grayscale(0);
}

#slider-clientes .item .title {
  font-family: 'Humanst521 BT';
  font-size: 16px;
  font-weight: 700;
  margin-left: 7px;
}

#slider-clientes .item .title,
#slider-clientes .item .title a {
  color: #C4C4C4;
  text-decoration: none;
  transition: all .1s linear;
}

#slider-clientes .item:hover .title,
#slider-clientes .item:hover .title a {
  color: #ffffff;
}

#slider-clientes .owl-dots {
  bottom: 0;
  margin: 0;
  margin-bottom: -50px;
  position: absolute;
  width: 100%;
}

#slider-clientes .owl-dots .owl-dot:focus {
  outline: none;
}

#slider-clientes .owl-dots span {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 25rem;
  height: 15px;
  margin: 5px;
  transition: all .1s linear;
  width: 15px;
}

#slider-clientes .owl-dots .owl-dot:not(.active):hover span {
  background-color: #ffffff;
}

#slider-clientes .owl-dots .active {
  cursor: default;
}

#slider-clientes .owl-dots .active span {
  border-color: #CE4809;
  background-color: #CE4809;
}

.depoimentos {
  background-color: #1C1C1C;
  padding-bottom: 100px;
  padding-top: 90px;
}

#slider-depoimentos .item {
  padding-top: 70px;
}

#slider-depoimentos .caption {
  background-color: #CE4809;
  padding-bottom: 35px;
  padding-left: 125px;
  padding-right: 80px;
  padding-top: 70px;
  position: relative;
}

#slider-depoimentos .caption .icon {
  border: 5px solid #CE4809;
  border-radius: 50%;
  height: 196px;
  left: 0;
  margin-left: -80px;
  margin-top: -45px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 196px;
}

#slider-depoimentos .caption .icon img {
  object-fit: cover;
  object-position: top center;
}

#slider-depoimentos .caption .stars {
  color: #F39468;
  font-size: 20px;
}

#slider-depoimentos .caption .stars i {
  margin-right: 12px;
}

#slider-depoimentos .caption .description {
  color: #ffffff;
  font-family: 'Humanst521 BT';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  margin-top: 25px;
  position: relative;
}

#slider-depoimentos .caption .description::after {
  color: #F39468;
  content: "\f10e";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 42px;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -60px;
  text-rendering: auto;
}

#slider-depoimentos .caption .description p:last-child {
  margin-bottom: 0;
}

#slider-depoimentos .caption .title {
  color: #ffffff;
  font-family: 'Humanst521 BT';
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 24px;
  margin-top: 35px;
}

#slider-depoimentos .caption .extra-information {
  color: #ffffff;
  font-family: 'Humanst521 BT';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 24px;
  margin-top: 5px;
}

#slider-depoimentos .owl-nav {
  bottom: 65px;
  display: block;
  height: 0;
  right: 160px;
  margin: 0;
  position: absolute;
}

#slider-depoimentos .owl-nav button {
  background-color: transparent;
  border: 2px solid #F39468;
  border-radius: 0;
  color: #F39468;
  height: 32px;
  margin: 0;
  position: absolute;
  top: 0;
  transition: all .1s linear;
  width: 32px;
}

#slider-depoimentos .owl-nav button:focus {
  outline: none;
}

#slider-depoimentos .owl-nav button:hover {
  background-color: #F39468;
  color: #ffffff;
}

#slider-depoimentos .owl-nav .owl-prev {
  right: 65px;
}

#slider-depoimentos .owl-nav .owl-next {
  right: 15px;
}

@media (max-width: 991px) {
  #slider-depoimentos .item {
    padding-top: 100px;
  }

  #slider-depoimentos .caption {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  #slider-depoimentos .caption .icon {
    left: 50%;
    margin-left: -98px;
    margin-top: -98px;
  }

  #slider-depoimentos .owl-nav {
    right: 30px;
  }
}

@media (max-width: 499px) {
  #slider-depoimentos .caption {
    padding-left: 15px;
    padding-right: 15px;
  }

  #slider-depoimentos .owl-nav {
    bottom: -20px;
    right: 0;
    width: 100%;
  }

  #slider-depoimentos .owl-nav button {
    left: 50%;
    right: auto;
  }

  #slider-depoimentos .owl-nav .owl-prev {
    margin-left: -20px;
  }

  #slider-depoimentos .owl-nav .owl-next {
    margin-left: 20px;
  }
}

.contato {
  background-color: #2C2C2C;
  padding-bottom: 90px;
  padding-top: 90px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .contato .vinheta div::after {
    left: -40px;
    right: auto;
  }
}

.contato .item {
  margin-top: 50px;
}

.contato .nav .nav-link {
  background-color: transparent;
  display: flex;
  color: #C4C4C4;
  font-family: 'Humanst521 BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .1s linear;
}

.contato .nav .nav-link i {
  color: #CE4809;
  font-size: 20px;
  margin-right: 7px;
}

.contato .nav .nav-link:hover {
  background-color: rgba(0, 0, 0, .2);
}

.contato .form-group {
  margin-bottom: 10px;
}

.contato .form-control {
  background-color: #323232;
  border-color: #323232;
  border-radius: 10px;
  color: #C4C4C4;
  font-family: 'Humanst521 BT';
  font-size: 18px;
  font-weight: 400;
  height: 58px;
  transition: all .1s linear;
}

.contato textarea.form-control {
  height: 126px;
  max-height: 126px;
  min-height: 126px;
}

.contato .form-control:focus {
  border-color: #CE4809;
  box-shadow: none;
  outline: none;
}

.contato .custom-control-label::after {
  background-color: #323232;
}

.contato .custom-control-label {
  color: #ffffff;
}

.contato .custom-control-label a {
  color: #CE4809;
  margin-left: 5px;
  transition: all .1s linear;
}

.contato .custom-control-label a:hover {
  color: #b53e07;
}

.contato .btn {
  margin-left: 25px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.contato .btn i {
  margin-left: 7px;
}

.mapa .embed-responsive {
  height: 500px;
}

.modal .modal-header {
  background-color: #2C2C2C;
  border-color: #4e4e4e;
  color: #ffffff;
  font-family: 'Humanst521 BT';
}

.modal .modal-header .close {
  color: #ffffff;
}

.modal .modal-body {
  background-color: #2C2C2C;
  color: #ffffff;
  font-family: 'Humanst521 BT';
  font-size: 16px;
}

.modal.danger .modal-header {
  background-color: #dc3545;
  border-color: #ad2734;
  color: #ffffff;
}

.modal.danger .modal-header .close {
  color: #ffffff;
}

.modal.danger .modal-body {
  background-color: #dc3545;
  color: #ffffff;
}

.modal.success .modal-header {
  background-color: #28a745;
  border-color: #238e3c;
  color: #ffffff;
}

.modal.success .modal-header .close {
  color: #ffffff;
}

.modal.success .modal-body {
  background-color: #28a745;
  color: #ffffff;
}
