.bg-hero {
  background: url('../../assets/img/bg-sentric-franca-1.webp') bottom / cover no-repeat;
  padding-top: 7em;
  padding-bottom: 5em;
}

#HERO {
  margin-top: -5.4em;
}

#INFO-TOP {
  z-index: 9999;
}

#MENU {
  z-index: 1050;
}

#row-menu {
  transition: background-color 0.5s ease, box-shadow 0.3s ease;
}

#row-menu.scrolled {
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.div-top-img-video {
  height: 150px;
  overflow: hidden;
}

.img-top-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 6px;
  transition: transform 0.3s ease;
  border-top-right-radius: 6px;
}

.div-video-card {
  background-color: #ffffff;
  height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 6px;
}

.text-video-card h4 {
  color: #082331;
  font-weight: bold;
  font-size: 16px;
}

.text-video-card p {
  color: #8C999F;
  font-size: 12px;
}

.img-top-video:hover {
  transform: scale(1.05);
}

.text-video-card {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  flex-grow: 1;
}

#VIDEOS {
  margin-top: -5em;
}

.div-video-card:hover {
  background-color: #e7e6e6;
}

.video-wrapper {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  max-width: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#DEPOIMENTOS {
  margin-top: 5em;
}

.menu-sur {
  background-color: #ffffff;
}

.bg-sur {
  padding-top: 10em;
  padding-bottom: 5em;
  background: url("../../assets/img/bg-sur-1.webp") left / cover no-repeat;
  background-attachment: fixed;
}

.title-sur {
  color: #082331;
}

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

.bg-timelapse {
  background: url("../../assets/img/Time%20Lapse%20Sentric%20–%20França%20–%203.webp") center / cover no-repeat;
}

.bg-clientes {
  background: rgb(8,35,49);
}

.modal-content .modal-video-top {
  background: linear-gradient(#04151e 1%, #0f374b) !important;
  color: #ffffff !important;
}

#SOLUCOES-LAPSE {
  margin-bottom: 10EM;
}

.bg-footer {
  padding-top: 15em;
  background: url("../../assets/img/bg-sentric.jpg") center / cover no-repeat, #082331;
}

#contact {
  margin-bottom: -11em;
}

.table-sentric td:nth-child(3), .table-sentric th:nth-child(3) {
  background-color: #e6f9ed;
  font-weight: bold;
}

.table-sentric th {
  background-color: #0d6efd;
  color: white;
  text-align: center;
}

.table-sentric td {
  vertical-align: middle;
}

.table-title th {
  background-color: #1e94be !important;
  color: #ffffff !important;
}

.outrosTD {
  background-color: #fbd1cf !important;
}

.navSur a {
  color: #6c757d;
}

.img-sur {
  border-radius: 10px;
}

