/* MARKETING */
.marketing {
  background-color: #012840;
}

.marketing .card-marketing {
  border: none;
  position: relative;
}
.marketing .card-marketing img {
  position: absolute;
  left: 0;
  height: 100%;
}

@media (max-width: 992px) {
  .marketing br {
    display: none;
  }
}
@media (max-width: 576px) {
  .marketing .font-primary {
    font-size: 40px;
  }
}
/* MARKETING */

/* CONSULTORIA */
.consultoria {
  background-color: #56c3ce;
}
/* CONSULTORIA */

/* SERVICOS */
.servicos img {
  width: 70%;
}
.servicos .my-custom {
  margin-block: 20vh;
}
@media (max-width: 992px) {
  .servicos img {
    width: 100%;
  }
  .servicos .my-custom {
    margin-block: 10vh;
  }
}

/* SERVICOS */

/* PRESENCA */
.presenca {
  background-color: #012840;
  position: relative;
}

.presenca .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 44%;
}

.presenca .btn-primary:hover {
  border: 2px solid #56c3ce !important;
  color: #56c3ce;
}

@media (max-width: 992px) {
  .presenca .line {
    display: none;
  }
  .presenca br {
    display: none;
  }
}
/* PRESENCA */

/* DEPOIMENTOS */
.depoimentos .cards .card-depoimento {
  padding-left: 30px;
  padding-right: 30px;
  padding-block: 90px;
  height: auto !important;
  position: relative;
}

.depoimentos .cards .card-depoimento .aspas {
  width: 30px;
}
.bg-green-primary {
  background-color: #2f6b71;
}
.bg-blue-primary {
  background-color: #012840;
}
.bg-green-secondary {
  background-color: #075151;
}

.depoimentos .cards .card-depoimento .icon-profile {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}

.card-depoimento > .d-flex{
  height: 100%;
}
.card-depoimento > .d-flex .description {
  height: 100%;
  max-height: 350px;
}

@media (max-width: 1440px) {
  .depoimentos .cards .card-depoimento {
    width: 350px;
  }
  
}
@media (max-width: 1366px) {
  .depoimentos .cards .card-depoimento {
    padding-left: 20px;
    padding-right: 20px;
  }
  
}
@media (max-width: 992px) {
  .depoimentos .cards .card-depoimento {
    width: 100%;
    padding-block: 60px;
    margin-top: 70px;
  }
  .card-depoimento > .d-flex .description {
    max-height: 270px;
  }
}
/* DEPOIMENTOS */

/* NOSSOS CLIENTES */
.clientes .card-cliente .banner {
  padding-inline: 20px;
  padding-block: 20px;
  border-radius: 18px;
}
.clientes .card-cliente .banner {
  background-color: #012840;
}

.clientes .glide__slide:hover {
  cursor: auto;
}
@media (max-width: 1440px) {
  .clientes .card-cliente .banner {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .clientes .glide__slide:hover {
    cursor: grab;
  }
  .clientes .card-cliente .banner {
    width: 100%;
  }
}
/* NOSSOS CLIENTES */



