#main-laywer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.arrows-area {
  position: absolute;
  top: -20px;
  right: 80px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
}

@media screen and (max-width: 480px) {
  .arrows-area {
	  display: none;
    height: 80px;
    bottom: -68px !important;
    top: auto !important;
    width: 95vw;
    right: auto;
  }
}

.carrossel-gap {
  gap: 2rem;
}

#liderancasCarousel {
  width: 100%;
  max-width: 1920px;
}

.liderancas-section {
  width: 100%;
  max-width: 1440px;
  text-align: center;
  padding: 64px 5.5em;

  background-color: #fff;
}

.liderancas-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.liderancas-header h2 {
  font-size: 36px;
  margin: 0;
  text-align: start;
  font-weight: 400;
}

.liderancas-header p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  max-width: 650px;
  text-align: end;
}

.lider-card {
  cursor: pointer !important;
  flex: 0 0 auto;
  width: 265px;
  height: 400px;
  border-radius: 25px 25px 5px 5px;
  overflow: visible;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  transition: transform 0.3s ease;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 509;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}


img {
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.lider-card:hover {
  cursor: pointer;
  transition:
    transform 220ms ease,
    margin-top 220ms ease,
    height 220ms ease;
  will-change: transform;
  transform: translateY(1px);

}

.lider-card:hover .info {
  margin-top: -30px;
  height: 200px;
  transform: translateY(30px);
  transition:
    transform 220ms ease,
}

.lider-card img {
  width: 265px;
  height: 255px;
  object-fit: cover;
  display: block;
  border-radius: 25px 25px 0 0;
  position: relative;
}

.mask {
  content: "";
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  height: 110px;
  background: linear-gradient(to top, rgb(0 0 0 / 77%), transparent);
  clip-path: inset(0 0 0 0);
}

.badge {
  position: absolute;
  top: 226px;
  left: -16px;
  background-color: #0094E8;
  color: #fff;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 18px;
  z-index: 501;
}

.info {
  padding: 15px;
  color: #fff;
  border-radius: 5px;
  background-color: #012840;
  height: 200px;
  margin-top: -5px;
  position: relative;
}

.info h3 {
  font-size: 18px;
  margin: -2px 0px 10px 0;
}

.info p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #009EE2;
}

.liderancas-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-acessar {
  background: linear-gradient(to right, #0074D9, #00AEEF);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  transition: 0.3s;
  width: 267px;
  height: 50px;
  margin-top: 60px;
  margin-bottom: 64px;
  transition: ease 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-acessar:hover {

  background: linear-gradient(to right, #00AEEF, #0074D9);

}

.lideranca-container {
  width: 1440px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.liderancas-scroll {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 40px 0rem;
  width: 100%;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  position: relative;
}


.liderancas-scroll.dragging {
  cursor: grabbing;
  user-select: auto;
  -webkit-overflow-scrolling: auto;

}

.liderancas-scroll.dragging .lider-card:hover {
  cursor: default !important;
  pointer-events: none;
}


.liderancas-scroll-gradient-left,
.liderancas-scroll-gradient-right {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 503px;
  z-index: 1001;
}


.liderancas-scroll-gradient-left {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.liderancas-scroll-gradient-right {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

/* .liderancas-scroll::-webkit-scrollbar {
  cursor: pointer;
  height: 13px;
  width: 13px;
}

.liderancas-scroll::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #009EE2;
  border: 6px solid #FFFFFF;
}

.liderancas-scroll::-webkit-scrollbar-track:hover {
  background-color: #009EE2;
}

.liderancas-scroll::-webkit-scrollbar-track:active {
  background-color: #009EE2;
}

.liderancas-scroll::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #00577C;
}

.liderancas-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #009EE2;
}

.liderancas-scroll::-webkit-scrollbar-thumb:active {
  background-color: #009EE2;
} */

.liderancas-scroll {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.liderancas-scroll::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .lider-card {
    width: 80%;
  }

  .liderancas-header {
    flex-direction: column;
    align-items: center;
  }
}




@media (max-width: 1200px) {
  .lider-card {
    width: 45%;
  }

  .liderancas-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .liderancas-header h2,
  .liderancas-header p {
    text-align: center;
  }
}


@media (max-width: 1366px) {
  .liderancas-header {
    flex-direction: row;
  }

  .liderancas-header h2 {
    text-align: start;
  }

  .liderancas-header p {
    text-align: end;
  }

  .lider-card {
    width: auto;
  }

  .mask {
    width: 265px;
  }

  .info {
    width: 265px;
  }
}


.lider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  width: 50px;
  height: 50px;
  border: 0.02em solid #0074D9;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: transparent;
  justify-content: center;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.lider-btn:hover {
  transform: translateY(-50%) scale(1.1);
}

.lider-btn-left {
  left: 10px;
}

.lider-btn-right {
  right: 10px;
}

@media (max-width: 480px) {
  .btn-acessar {
    margin-top: 0px;
	z-index: 1001;
  }

  .lider-btn-left {
    display: none;
  }

  .lider-btn-right {
    display: none;
  }

  .lideranca-container {
    width: 100%;
  }

  .liderancas-section {
    padding: 20px;
  }


  .cards-container {
    padding-left: 0px;
  }

  .liderancas-header {
    flex-direction: column;
    align-items: start;
    margin-bottom: 0px;
  }

  .liderancas-header h2 {
    font-size: 26px;
  }

  .liderancas-scroll {
    height: 510px;
    padding: 0px 2rem;

  }

  .liderancas-header p {
    margin-top: 20px;
    text-align: start;
  }

}