body {
  background-attachment: fixed;
  background-color: #f8fafa;
  background-image: linear-gradient(#eefffb);
}

.boton-registro1 {
  background-color: #6DB35B;
  border-color: #6DB35B;
  border-radius: 6.25rem;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  color: #fff !important;
  font-family: 'Raleway';
  font-size: 2rem;
  font-weight: 800;
  padding: 1.5rem 4rem;
}

.boton-registro1:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: #fff;
}

.home-hero__copy {
  color: #000000;
  font-family: 'Raleway';
  font-weight: 800;
  margin-bottom: 40px;
  text-align: justify;
}

.home-hero__image {
  width: 85%;
}

.home-access-row {
  display: flex;
  margin: 0 auto;
}

.home-access-title {
  color: #000000;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}

.home-access-actions {
  margin-top: 55px;
  text-align: center;
}

.home-access-subtitle {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  margin-top: 55px;
  text-align: center;
}

.home-foundations {
  color: white;
  margin-top: -50px;
  padding: 2rem;
}

.home-foundations__divider {
  border-top: 5px solid rgba(0, 0, 0, 0.05);
  display: flex;
  margin-left: 2vh;
  margin-top: 50px;
  width: 100%;
}

.home-foundations__logo {
  height: auto;
  max-width: 140px;
}

.home-foundations__title {
  color: #000000;
  font-weight: 800;
  margin-bottom: 30px;
  margin-left: 1vh;
  margin-top: 40px;
}

.home-foundations__dimension-title {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
}

.home-foundations__icon {
  height: auto;
  margin: 0 auto;
  max-width: 80px;
}

.home-foundations__description {
  color: #000000;
  font-size: 17px;
  font-weight: 800;
  margin-top: 20px;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .tamañofuente {
    font-size: 23px !important;
  }

  .boton-registro1 {
    padding: 1.5rem 2rem;
  }

  .video {
    display: flex;
  }

  .letra-cel {
    font-size: 20px;
  }

  .letras-grandes-cel {
    font-size: 25px;
    font-weight: bold;
  }
}

/* Estilos para dispositivos con pantallas grandes (escritorios) */
@media only screen and (min-width: 992px) {
  .letra-desk {
    font-size: 23px;
  }

  .letras-grandes-desk {
    font-size: 35px;
    font-weight: bold;
  }

  .landing-video {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .landing-video iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
  }

  .video-escritorio {
    margin-left: -15px;
    margin-top: -330px;
  }

  .kabasis-organizacion {
    margin-left: -280px;
    margin-top: 80px;
  }

  .margen-arriba-new-texto {
    margin-top: 100px;
  }
}

.carousel-container {
  background-color: #eef8f4;
  border: 8px;
  border-radius: 12px;
  height: clamp(180px, 22vw, 280px);
  margin-bottom: 20px;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .carousel-container {
    height: 170px;
    margin: 5vh 0;
  }
}

@media (max-width: 576px) {
  .carousel-container {
    height: 130px;
    margin: 4vh 0;
  }
}

.carousel-inner,
.carousel-item {
  height: 100%;
}

.carousel-item img {
  display: block;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

@media (max-width: 768px) {
  .carousel-item img {
    object-position: center;
  }
}

@media (max-width: 576px) {
  .carousel-item img {
    object-position: center;
  }
}
