.menu-font {
  font-family: 'Ubuntu', sans-serif;
}

.title-font {
  font-family: 'Edu TAS Beginner', cursive;
}

.text-font {
  font-family: 'Playpen Sans', cursive;
}

.menu-color {
  color: #67479E;
}

.title-color {
  color: #ED1E8C;
}

.text-color {
  color: #52CCF5;
}

.text-second-color {
  color: #EED73E;
}

.text-third-color {
  color: #6CBD45;
}

.bg-menu {
  background-color: #DFF4F2;
}

.bg-home {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/zona-kids-1.jpeg') center/cover no-repeat;
}

.decoration-contact {
  list-style: none;
  padding: 0;
}

.color-neomatech {
  color: #065C5B;
}

.btn-whats {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 10000;
  transition: transform 0.3s ease;
}

.btn-whats:hover {
  transform: scale(1.1);
}

.hero-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-inner img {
  max-height: 400px;
  object-fit: cover;
}

.ratio-16x9 video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 40vh;
  }
  .carousel-inner img {
    max-height: 300px;
  }
  .ratio-16x9 video {
    max-height: 200px;
  }
}