.swiper-button-next.setas-depo {
  background-color: #fff;
  top: 6%;
  right: 0;
  width: 47px;
  height: 26px;
}

.swiper-button-next.setas-depo:after {
  font-size: 17px;
  font-weight: 900;
  color: #1e94be;
}

.swiper-button-next.setas-depo:hover {
  background-color: #b4def1;
}

#carousel-depo {
  margin-bottom: -9em;
}

.card {
  border: none;
  box-shadow: 0 0 5px rgba(75,86,96,.38);
}

.col-icon-recursos {
  background-color: #d1e7ef;
}

.col-text-recursos {
  background-color: #fff;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb),.2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255,255,255,.5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.round {
  max-height: 250px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  color: #8c999f;
}

.round span {
  margin-top: 10px;
}

.round strong {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%);
  font-size: 40px;
  color: #082331;
  font-weight: 800;
}

.round canvas {
  width: 180px!important;
  height: 180px!important;
}

.bg-info-top {
  background: linear-gradient(81deg,#082330,#1e4658);
  font-size: 13px;
  color: #fff;
  z-index: 999;
}

body {
  font-family: Montserrat,sans-serif;
}

.bg-info-top a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

@media (max-width:991px) {
  #INFO-TOP {
    display: none;
  }
}

.img-icon-social {
  width: 20px;
  transition: transform .3s;
}

.img-icon-social-footer:hover, .img-icon-social:hover {
  transform: scale(1.2);
}

.logo-parceiros, .logo-sentric {
  width: 150px;
}

.links-rodape a:hover, .menu-drop svg, .sub-title-home, .sub-video:hover {
  color: #1e94be;
}

.menu-drop {
  color: #b7b7b7;
}

.drop-bg {
  border: none;
  box-shadow: 0 0 15px rgba(43,46,50,.19);
}

.divsor-drop {
  background-color: #ece6e6;
  height: 1px;
}

.menu-drop:hover, .nav-link-menu:hover {
  color: #1e94be!important;
}

.dropdown-menu {
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.dropdown-toggle::after {
  color: #3498db;
}

.btn-sentic {
  background-color: #1e94be;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
}

.btn-sentic svg {
  font-size: 19px;
}

.btn-sentic:hover {
  background-color: #076d96!important;
  color: #fff!important;
}

.title-cont, .title-home {
  color: #082331;
  font-size: 2em;
}

.paragraf-home, .sub-video {
  color: #8c999f;
}

.text-empresas {
  color: #082331;
  font-size: 13px;
}

.title-video {
  color: #082331;
  font-size: 15px;
}

@media (min-width:1400px) {
  .title-home {
    font-size: 4em;
  }
}

.icon-play {
  font-size: 50px;
  border-radius: 50%;
  color: #1e94be;
  animation: 1.8s ease-in-out infinite pulse;
  transition: transform .2s;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(99,157,211,.66);
  }
  50% {
    box-shadow: 0 0 0 30px rgba(0,123,255,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(202,206,207,0);
  }
}

.icon-play:hover {
  transform: scale(1.1);
  color: #257f9f;
}

.div-video:hover, .row-recursos:hover {
  transform: scale(1.05);
}

.div-video, .row-recursos {
  transition: transform .5s;
}

.bg-sentric {
  background-color: #1e94be;
  color: #fff;
  transform: rotate(-1deg);
}

.text-sentric {
  font-style: italic;
  font-size: 22px;
}

.parag-conteudo {
  color: #4f575b;
  font-size: 17px;
}

.p-topicos {
  font-size: 13px;
}

.bg-solucoes {
  background: url("../../../assets/img/solucoes-sentric-bg.png") center/cover no-repeat;
  padding-top: 5em;
  border-radius: 5px;
}

.sub-title-escure, .title-cards {
  color: #082331;
}

.solucoes-icon {
  background-color: #fff;
  width: 130px;
  height: 130px;
  border: 3px solid #082331;
  border-radius: 86px;
  margin-top: -3em;
}

.player-cards {
  right: 11px;
  top: -14px;
}

.bg-parceiros {
  background-color: #1e94be;
  padding-top: 11em;
  padding-bottom: 7em;
  border-bottom-left-radius: 80px;
}

.title-parceiros {
  color: #89c7dd;
}

.bg-action {
  background: url("sentric-bg-action.webp") center/cover no-repeat;
  border-radius: 4px;
}

.action-home {
  margin-bottom: -11em;
}

.bg-ia {
  background: url("/assets/img/sentric-bg-ia.webp?h=0922d0f1f62ed67bf58453d6d02ce291") center/cover no-repeat;
  padding-top: 13em;
}

.title-cont-branco {
  color: #fff;
  font-size: 2em;
}

.title-video-branco {
  color: #fff;
  font-size: 15px;
}

.bg-depoimentos {
  background: url("bg-sentric-depoimentos.webp") center/cover no-repeat;
  padding-top: 5em;
  border-radius: 5px;
}

.img-perfil {
  background-color: #fff;
  width: 100px;
  height: 100px;
  border: 8px solid #1f94bf;
  border-radius: 103px;
  margin-top: -3em;
}

.star-feedback {
  color: #1e94be;
  font-size: 14px;
}

.cargo-perfil, .parag-footer {
  color: #8c999f;
  font-size: 13px;
}

#CLIENTES {
  padding-top: 9EM;
}

.title-clientes {
  background-color: #1e94be;
  color: #fff;
  padding: 16px;
  position: absolute;
  top: -5%;
}

.title-clientes svg {
  font-size: 20px;
}

.contato-col {
  background-color: #123b51;
  border-radius: 6px;
}

.col-contato-icon {
  background-color: #133446;
  color: #1e94be;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 30px;
}

.text-contato a {
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
}

.col-contato-icon2 {
  background-color: #133446;
  color: #1e94be;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 30px;
}

.linha-blue {
  background-color: #1e94be;
  height: 3px;
  width: 28%;
  margin-top: 10px;
}

.img-icon-social-footer {
  width: 30px;
  transition: transform .5s;
}

.logo-footer {
  width: 170px;
}

.links-rodape a {
  text-decoration: none;
  color: #8c999f;
  font-size: 13px;
}

.text12px {
  color: #8c999f;
  font-size: 12px;
}

.sticky-section.sticky-active {
  position: sticky;
  top: -3px;
  opacity: 1;
  transform: translateY(0);
}

.sticky-section.sticky-start {
  opacity: 1;
  transform: translateY(-5px);
}

.slide-parceiros {
  background-color: #fff;
  border-radius: 8px;
}

.swiper-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.bg-sobre-ia {
  background-color: #ebecf9;
  padding-bottom: 13em;
}

#BENEFICIOS {
  margin-top: -11EM;
  margin-bottom: -20em;
}

.bg-recursos {
  background: url("/assets/img/bg-recursos-sentric.webp?h=f40265501ef14c143eb1365362695772") center/cover no-repeat;
  padding-top: 36em;
  padding-bottom: 20em;
}

#ACTION-PG {
  margin-top: -9em;
  margin-bottom: 5EM;
}

.bg-depoimentos-PG {
  background: url("bg-sentric-depoimentos.webp") center/cover no-repeat;
  border-radius: 5px;
  padding-top: 5EM;
}

.img-recursos {
  width: 41px;
}

.bg-beneficios {
  background-color: #ebecf9;
}

#caousel-clientes {
  margin-bottom: 2em;
}

.img-float {
  display: inline-block;
  animation: 3s ease-in-out infinite float;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.bg-timeslapse-home {
  background: url("bg-sentric-timeslapse.webp") bottom/cover no-repeat;
}

.cont-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .6s;
}

.img-contain:hover {
  transform: scale(1.1);
}

.player-grids {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 888;
  background: #fff;
  border-radius: 64px;
}

