body {
  position: relative;
}

.kiosko {

  box-sizing: border-box;
}

.apps-bg {
  background: linear-gradient(90deg, #02448E 0%, #034F9A 44.23%, #0664B0 94%);
}

.section {
  height: 1000px;
  width: 100%;
  overflow: hidden;
  align-self: stretch;


  .reproductor-button {
    display: flex;
    height: 50px;
    padding: 12px 24px;
    align-items: center;
    gap: 18px;
    border-radius: 20px;
    background: #000D25;
    margin: auto;
  }

  .mobil-tab {
    display: flex;
    width: 400px;
    height: 54px;
    padding: 4px 24px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    background: var(--Diego-color, linear-gradient(91deg, #EAF5FB -42.18%, #FFF 51.53%));
    /* drop-shadow/0.15 */
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  }


  .mobil-card {
    width: 400px;
    min-height: 546px;
    display: inline-flex;
    padding: 20px 20px 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 6px;
    border: 1px solid var(--Gris-Cielo, #E2E6ED);
    background: var(--Diego-color, linear-gradient(91deg, #EAF5FB -42.18%, #FFF 51.53%));
    /* drop-shadow/0.15 */
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  }

  .app-card {
    max-width: 1452px;
    height: 624px;
    background: linear-gradient(0deg, #FFF 0%, #EAF5FB 100%);
  }

  .tab {
    height: 54px;
  }

  .tab:hover {
    font-weight: 500;
    color: black;
    background-color: #F8F9FB;
  }

  .app-card-tab {
    max-width: 900px;
    min-width: 900x;
    max-height: 70px;
    background: #007BFF;
  }

  .focus-tab {
    background: var(--Azul-claro, #EAF5FB);
    /* drop-shadow/0.15 */
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  }

  .apps-text {
    width: 486px;
  }

  .app-card-img {
    width: 818px;
    height: 404px;
  }



}

.black-p {
  color: #333;
}

.kiosko-movil-img {
  width: 402px;
  height: 274px;
  display: flex;
  align-self: flex-start;
}

.kiosko-description-wrapper {
  max-width: 650px;
  max-height: 1000px;
  overflow: hidden;
}

.kiosko-reproductor-button {
  gap: 18px;
  border:solid 1px;
  border-radius: 20px;
  color: white;
}

.kiosko-reproductor-button :first-child{ padding-left: 2px;}

@media (max-width: 768px) {
  .p-kiosko-description {
    width: 400px;
    font-size: 15px;
    font-size: 500;
  }
}

.kiosko-description-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: flex-start;
  overflow: hidden;

}

@media(max-width: 1025px) {

  .section {
    height: auto;
  }



  .kiosko-description-items-wrapper {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 500px;
    flex-direction: row;

  }

  .kiosko-description-wrapper {
    max-height: 700px;

  }
}

@media (max-width: 1449px) {

  .kiosko-img {
    padding-top: 50px;
    width: 523px;
    height: 469px;
  }

}

.kiosko-img {
  width: 1023px;
  height: 769px;
}

.kiosko-description-item {
  min-width: 473px;
  width: 473px;
  height: 93px;
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 14px;
  align-self: stretch;
  border-radius: 12px;

  background: var(--Diego-color, linear-gradient(91deg, #EAF5FB -42.18%, #FFF 51.53%));
  /* drop-shadow/0.15 */
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}





/* Apps */
.slide-text-animation {
  animation: slide-text-right 2s forwards;
  opacity: 0;

}

.slide-img-animation {
  animation: slide-img-left 2s forwards;
  opacity: 0;
}

@keyframes slide-text-right {
  0% {
    opacity: 0;
    transform: translateX(-40px);

  }

  50% {
    opacity: 0.5;

  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-img-left {
  0% {
    opacity: 0;
    transform: translateX(40px);

  }

  50% {
    opacity: 0.5;

  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.modal-video{
  width: 1400px;

}
/*responsive*/
.mobil-tab {
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.mobil-tab.active {
  background-color: #ddd; 
}

.mobil-tab img {
  width: 30px; 
}
@media (max-width: 768px) {
  .section-stack {
    padding: 1rem;
  }

  .section-stack h2 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .section-stack p {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .section-stack img {
    margin-top: 1rem;
    border-radius: 0.5rem;
  }
}
