/* general */

/* page header */

body.latam .latam-page-title {
  font-size: 3.5rem;
}

@media (max-width: 991.98px) {
  body.latam .latam-page-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  body.latam .latam-page-title {
    font-size: 2rem;
  }
}

/* clients */

body.latam .clients .img-wrap {
  height: 4rem;
  width: 8rem;
}

body.latam .clients img {
  filter: saturate(0) opacity(40%);
  transition: all 0.3s ease;
}

body.latam .clients img:hover {
  filter: none;
}

body.latam .logo-mask {
  position: relative;
  overflow: hidden;
}

body.latam .logo-mask::before,
body.latam .logo-mask::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px; /* Adjust as needed */
  z-index: 2;
  pointer-events: none;
}

body.latam .logo-mask::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}

body.latam .logo-mask::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}

/* industries / map */

body.latam #latam-map-container {
  height: 800px;
  width: 100%;
}

body.latam g.latam-map-tooltip {
  display: none;
}

body.latam div.latam-map-tooltip > span {
  position: static !important;
  border-radius: var(--bs-border-radius) !important;
  line-height: 1.2rem !important;
  padding: 1rem !important;
  display: block;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  body.latam #latam-map-container {
    height: 400px;
  }
}

/* featured */

body.latam .carousel-control-prev {
  left: -4rem;
}

body.latam .carousel-control-next {
  right: -4rem;
}


@media (max-width: 991.98px) {
  body.latam .carousel-control-prev {
    left: 1rem;
  }
  
  body.latam .carousel-control-next {
    right: 1rem;
  }
}
