* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.ContentVideosAcacias {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.HeaderGalley {
  position: relative;
}

.SubHeaderGalley {
  width: 9rem;
  height: 9rem;
  background: #e6e6e6;
  box-shadow: 0px 0px 1px 1px rgba(136, 136, 136, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
}

.SubHeaderGalley img {
  width: 50%;
  object-fit: cover;
}

.fatherVideos {
  background-image: url("../img/fondo-12.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-rows: 1fr;
  gap: 2rem;
  padding: 2rem 0.5rem;
  justify-items: center;
  justify-content: center;
  align-items: center;
}

.titleVideo {
  width: 100%;
  display: block;
  color: #e1e2b3;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  max-width: 15rem;
}

.Details {
  font-size: 15px;
  font-weight: 400;
  color: #fefcdd;
}

.better {
  color: #fff6e0;
  font-size: 18px;
}

.amenities {
  font-weight: 600;
  background: linear-gradient(180deg, #e8dd70, #e8dd70, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subSonVideos {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.35rem;
  overflow: hidden; /* antes ponías overflow:none */
}

.js-amenity-video {
  width: 100%;
  height: 100%; /* antes estaba auto */
  object-fit: cover;
  display: block;
  will-change: transform; /* suaviza el scroll */
  transform: translateZ(0); /* fuerza render en GPU */
}

.sonDetailsColum1 {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: 100%;
}

.sonDetailsColum1 video {
  height: 100%;
  margin: 0;
}

.sonDetails {
  display: flex;
  justify-content: end;
  width: 100%;
  height: 100%;
  margin-top: 0.5rem;
}

.sonDetails video {
  height: 100%;
}

/* Responsividad */
@media (min-width: 768px) {
  .fatherVideos {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .titleVideo {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    font-size: 28px;
  }
  .titleVideo span {
    text-align: start;
    width: 100%;
  }
  .Details {
    font-size: 17px;
  }
  .better {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .titleVideo {
    font-size: 32px;
    line-height: 1.8rem;
  }
  .Details {
    font-size: 19px;
  }
  .better {
    font-size: 22px;
  }
}

@media (min-width:1440px) {
  .titleVideo {
    font-size: 42px;
    line-height: 2.5rem;
  }
  .Details {
    font-size: 29px;
  }
  .better {
    font-size: 30px;
  }
}
