/*=========== TABLE OF CONTENTS ===========1. Common CSS2. Page CSS==========================================*/
/*-------------------------------------  1. Common CSS--------------------------------------*/
.intro__greeting {
  color: var(--deep_purple_500_01) !important;
  font-size: 1.38rem !important;

  @media (min-width: 1650px) {
    color: var(--deep_purple_500_01) !important;
  }
  @media (max-width: 960px) and (min-width: 1px) {
    font-size: 1.25rem !important;
    color: var(--deep_purple_500_01) !important;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    font-size: 1.25rem !important;
    color: var(--deep_purple_500_01) !important;
  }
}


.communication-section {
  gap: var(--space-2xl);
  display: flex;
  background-color: var(--white_a700_01);
  box-shadow: 4px 2px 14px 8px #0c0c0d0f;
  width: 24%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  padding: 1.6rem;
  border-radius: var(--radius-6xl);

  @media (min-width: 1650px) {
    gap: var(--space-2xl);
    display: flex;
    background-color: var(--white_a700_01);
    box-shadow: 4px 2px 14px 8px #0c0c0d0f;
    width: 24%;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    padding: 1.6rem;
    border-radius: var(--radius-6xl);
  }

  

  @media (max-width: 960px) and (min-width: 1px) {
    width: 100%;
    padding: 1.5rem 2rem 1.5rem 2rem;
    gap: 0.5rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    width: 100%;
    padding: 1.5rem 2rem 1.5rem 2rem;
    gap: 0.5rem;
  }
}


@media (max-width: 1370px) and (min-width: 1080px){
  .ui.heading.size-heading15xl{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.2rem;
  }
  .nosotros__column {
  padding-left: 0.5rem; 
  padding-right: 0.5rem;
}
.intro__content__image {
    height: 4rem;
    width: 18%;
    bottom: 0.8rem;
    right: 33%;
    margin: auto;
}
.section__description-3 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
    gap: var(--space-2xl);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.communication-section {
    width: 24%;
    padding: 0.5rem;
}

.nosotros__column-inner {
    margin-left: 1.88rem;
    margin-right: 1.88rem;
    gap: var(--space-2xl);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
}

.communication-section svg {
  width: 42px;
  height: 42px;
}

.communication-section__description {
  color: var(--gray_800_07) !important;
  margin-bottom: 0.5rem;
  letter-spacing: 0rem;
  text-align: center !important;
  align-self: stretch;
  line-height: 1.56rem;
  font-size: 1.2rem !important;
  font-weight: 360 !important;

  @media (min-width: 1650px) {
    color: var(--gray_800_07) !important;
    margin-bottom: 0.5rem;
    letter-spacing: 0rem;
    text-align: center !important;
    align-self: stretch;
    line-height: 1.8rem;
    font-size: 1.6rem !important;
    font-weight: 360 !important;
  }

  @media (max-width: 960px) and (min-width: 1px) {
    font-size: 1.25rem !important;
    line-height: 1.7rem !important;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    font-size: 1.25rem !important;
    line-height: 1.7rem !important;
  }
}

/*-------------------------------------  2. Page CSS--------------------------------------*/
.cover-3 {
  background-color: var(--white_a700_01);
  display: flex;
  align-items: center;
  padding: 60px;
  gap: 2rem;
  justify-content: space-evenly;

  @media (min-width: 1650px) {
    flex-direction: row;
    padding: 60px;
    gap: 2rem;
  }

  @media (max-width: 960px) and (min-width: 1px) {
    flex-direction: column;
    padding: 30px;
    gap: 0rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    flex-direction: column;
    padding: 30px;
    gap: 0rem;
  }
}

.nosotros__avatars {
  flex: 1;
  margin-right: -4rem;
  margin-left: -1rem;
  position: relative;
  width: auto;
  height: 33rem;
  border-radius: 50%; /* Lo hace un círculo perfecto */
  transform: scale(0.9);

  background-repeat: repeat;
  overflow: visible; /* Permite que avatares sobresalgan del círculo */
  z-index: 0;

  @media (min-width: 1650px) {
    flex: 1;
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%; /* Lo hace un círculo perfecto */
    transform: scale(1.1);

    background-repeat: repeat;
    overflow: visible; /* Permite que avatares sobresalgan del círculo */
    z-index: 0;
  }

  @media (max-width: 960px) and (min-width: 1px) {
    transform: scale(0.65);
    margin-top: -2rem;
    width: 190%;
    flex: 34rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    transform: scale(0.65);
    margin-top: -2rem;
    width: 190%;
    flex: 34rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

}

.nosotros__avatars::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 8rem;
  width: 30rem;
  height: 35rem;
  border-radius: 0%;
  transform: scale(1.5); /* 150% del tamaño original */
  transform-origin: center;
  background-image: url(../public/images/img_group_58.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1; /* fondo atrás */

  @media (min-width: 1650px) {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 10rem;
    width: 40rem;
    height: 34rem;
    border-radius: 0%;
    transform: scale(1.4); /* 150% del tamaño original */
    transform-origin: center;
    background-image: url(../public/images/img_group_58.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; /* fondo atrás */
  }

  @media (max-width: 960px) and (min-width: 1px) {
    transform: scale(1.3);
  }
  
  @media (max-width: 349px) and (min-width: 320px) {
    transform: scale(1.3);
  }

}




/* Estilo base de cada avatar */
.avatar {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Posicionamiento individual — ajústalo al píxel exacto que necesites */
.avatar--1 {
  top: 2%;
  left: 52%;
  width: 5rem;
  height: 5rem;
  transform: translateX(-50%);
}
.avatar--2 {
  top: 17%;
  left: 15%;
  width: 6rem;
  height: 6rem;
}
.avatar--3 {
  top: 26%;
  left: 80%;
  width: 5rem;
  height: 5rem;
  transform: translateX(-50%);
}
.avatar--4 {
  top: 48%;
  left: 20%;
  width: 5rem;
  height: 5rem;
}
.avatar--5 {
  top: 52%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  transform: translate(-50%, -50%);
}
.avatar--6 {
  top: 56%;
  left: 75%;
  width: 6rem;
  height: 6rem;
  transform: translateX(-50%);
}
.avatar--7 {
  top: 80%;
  left: 13%;
  width: 5rem;
  height: 5rem;
}
.avatar--8 {
  top: 87%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  transform: translateX(-50%);
}
.avatar--9 {
  top: 89%;
  left: 82%;
  width: 4rem;
  height: 4rem;
  transform: translateX(-50%);
}

/* Responsive: en pantallas estrechas apilar verticalmente */

.intro {
  margin-top: 6rem;
  width: 52%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;

  @media (min-width: 1650px) {
    margin-top: 6rem;
    width: 52%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }

  @media (max-width: 960px) and (min-width: 1px) {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
    text-align: center;
    align-items: center;
    gap: 0.8rem;
    margin-top: 2rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
    text-align: center;
    align-items: center;
    gap: 0.8rem;
    margin-top: 2rem;
  }
}

.intro__content {
  height: 12.88rem;
  margin-top: 0.63rem;
  align-self: stretch;
  position: relative;
  align-content: center;

  @media (max-width: 960px) and (min-width: 1px) {
    height: auto;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    height: auto;
  }
}

.intro__content__message {
  letter-spacing: -0.06rem;
  width: 90%;
  line-height: 4.31rem;

  @media (min-width: 1650px) {
    letter-spacing: -0.06rem;
    width: 100%;
    line-height: 4.31rem;
  }

  @media (max-width: 960px) and (min-width: 1px) {
    width: 105%;
    margin-left: -1rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    width: 105%;
    margin-left: -1rem;
  }
}

.intro__content__image {
  height: 3rem;
  width: 24%;
  object-fit: contain;
  position: absolute;
  bottom: 0.8rem;
  right: 32%;
  margin: auto;

  @media (min-width: 1650px) {
    height: 3rem;
    width: 15%;
    object-fit: contain;
    position: absolute;
    bottom: -1.8rem;
    right: 34%;
    margin: auto;
  }

  @media (max-width: 960px) and (min-width: 1px) {
    top: 5.8rem;
    right: 16%;
    height: 2.2rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    top: 5.9em;
    right: 1%;
    height: 2.2rem;
  }
}

.intro__description {
  color: var(--gray_800_07) !important;
  margin-top: 1rem;
  letter-spacing: 0rem;
  width: 86%;
  line-height: 1.81rem;

  @media (min-width: 1650px) {
    color: var(--gray_800_07) !important;
    margin-top: 1.88rem;
    letter-spacing: 0rem;
    width: 86%;
    line-height: 1.81rem;
  }

  @media (max-width: 960px) and (min-width: 1px) {
    width: 115%;
    margin-top: 0rem;
    font-size: 1.35rem !important;
    line-height: 2rem !important;
    font-weight: 380 !important;
    transform: scale(0.95);
  }
   @media (max-width: 349px) and (min-width: 320px) {
    width: 115%;
    margin-top: 0rem;
    font-size: 1.35rem !important;
    line-height: 2rem !important;
    font-weight: 380 !important;
    transform: scale(0.95);
  }
}

.nosotros__image {
  height: 44rem;
  align-self: center;
  width: 44%;
  object-fit: contain;

  @media (max-width: 960px) and (min-width: 1px) {
    width: 100%;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    width: 100%;
  }
}

.section1-2 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  gap: 5.38rem;
  background-color: var(--white_a700_01);
  display: flex;
  flex-direction: column;

  @media (min-width: 1650px) {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
    gap: 5.38rem;
    background-color: var(--white_a700_01);
    display: flex;
    flex-direction: column;
  }

  @media (max-width: 960px) and (min-width: 1px) {
    padding-top: 0rem;
    padding-bottom: 1rem;
    gap: 4rem;
  }
  @media (max-width: 349px) and (min-width: 329px) {
    padding-top: 0rem;
    padding-bottom: 1rem;
    gap: 4rem;
  }
}

.nosotros__column {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  gap: var(--space-13xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;

  @media (min-width: 1650px) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    gap: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
  }

  @media (max-width: 960px) and (min-width: 1px) {
    padding-left: var(--space-7xl);
    padding-right: var(--space-7xl);
    margin-top: 4rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    padding-left: var(--space-7xl);
    padding-right: var(--space-7xl);
    margin-top: 4rem;
  }
}

.nosotros__column-inner {
  margin-left: 1.88rem;
  margin-right: 1.88rem;
  gap: var(--space-2xl);
  display: flex;
  width: 84%;
  flex-direction: column;
  align-items: center;

  @media (max-width: 960px) and (min-width: 1px) {
    width: 94%;
    margin-left: 0rem;
    margin-right: 0rem;
    gap: 1.5rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    width: 94%;
    margin-left: 0rem;
    margin-right: 0rem;
    gap: 1.5rem;
  }

}

.nosotros__description {
  color: var(--gray_900) !important;
  letter-spacing: 0rem;
  text-align: center;
  align-self: stretch;
  line-height: 1.8rem !important;
  font-weight: 350 !important;
  margin: 0rem 6rem 0rem 6rem;

  @media (min-width: 1650px) {
    color: var(--gray_900) !important;
    letter-spacing: 0rem;
    text-align: center;
    align-self: stretch;
    line-height: 2rem;
    margin: 0rem 11rem 0rem 11rem;
  }

  @media (max-width: 960px) and (min-width: 1px) {
    margin: 0rem 0rem 0rem -1rem;
    transform: scale(0.95);
    width: 110%;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    margin: 0rem 0rem 0rem -1rem;
    transform: scale(0.95);
    width: 110%;
  }
}

.column_two {
  margin-bottom: 1.38rem;
  gap: 4.13rem;
  display: flex;
  flex-direction: column;

  @media (max-width: 960px) and (min-width: 1px) {
    gap: 4rem;
    margin-bottom: 4rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    gap: 4rem;
    margin-bottom: 4rem;
  }
}

.nosotros__title {
  font-weight: 700 !important;
  text-align: center;

  @media (max-width: 960px) and (min-width: 1px) {
    font-size: 1.3rem !important;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    font-size: 1.3rem !important;
  }
}

.row {
  overflow-x: scroll;
  display: flex;
  align-items: center;

  @media (max-width: 960px) and (min-width: 1px) {
    flex-direction: column;
  }
   @media (max-width: 349px) and (min-width: 320px) {
    flex-direction: column;
  }
}

.marquee {
  display: flex;
  block-size: var(--marquee-item-height);
  position: relative;
  overflow-x: hidden;
  align-items: center;
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee--8 {
  --marquee-item-width: 200px;
  --marquee-item-height: 160px;
  --marquee-items: 22;
  --marquee-duration: 45s;
  --marquee-gap: 3rem;
  --marquee-item-total-width: calc(
    var(--marquee-item-width) + var(--marquee-gap)
  );
}

.marquee__item {
  --marquee-item-offset: max(
    calc(var(--marquee-item-width) * var(--marquee-items)),
    calc(100% + var(--marquee-item-width))
  );
  --marquee-delay: calc(
    var(--marquee-duration) / var(--marquee-items) *
      (var(--marquee-items) - var(--marquee-item-index)) * -1
  );
  position: absolute;
  inset-inline-start: var(--marquee-item-offset);
  margin-inline-end: var(--marquee-gap);
  transform: translateX(-50%);
  animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}

.marquee__item:nth-child(4n) {
  border-top-right-radius: 1rem;
}

.marquee__item:nth-child(4n + 1) {
  border-bottom-right-radius: 1rem;
}

.marquee__item:nth-child(4n + 2) {
  border-bottom-left-radius: 1rem;
}

.marquee__item:nth-child(4n + 3) {
  border-top-left-radius: 1rem;
}

/* Asignamos los índices del 1 al 22 para todos los elementos */
.marquee--8 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}
.marquee--8 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}
.marquee--8 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}
.marquee--8 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4;
}
.marquee--8 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5;
}
.marquee--8 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6;
}
.marquee--8 .marquee__item:nth-of-type(7) {
  --marquee-item-index: 7;
}
.marquee--8 .marquee__item:nth-of-type(8) {
  --marquee-item-index: 8;
}
.marquee--8 .marquee__item:nth-of-type(9) {
  --marquee-item-index: 9;
}
.marquee--8 .marquee__item:nth-of-type(10) {
  --marquee-item-index: 10;
}
.marquee--8 .marquee__item:nth-of-type(11) {
  --marquee-item-index: 11;
}
.marquee--8 .marquee__item:nth-of-type(12) {
  --marquee-item-index: 12;
}
.marquee--8 .marquee__item:nth-of-type(13) {
  --marquee-item-index: 13;
}
.marquee--8 .marquee__item:nth-of-type(14) {
  --marquee-item-index: 14;
}
.marquee--8 .marquee__item:nth-of-type(15) {
  --marquee-item-index: 15;
}
.marquee--8 .marquee__item:nth-of-type(16) {
  --marquee-item-index: 16;
}
.marquee--8 .marquee__item:nth-of-type(17) {
  --marquee-item-index: 17;
}
.marquee--8 .marquee__item:nth-of-type(18) {
  --marquee-item-index: 18;
}
.marquee--8 .marquee__item:nth-of-type(19) {
  --marquee-item-index: 19;
}
.marquee--8 .marquee__item:nth-of-type(20) {
  --marquee-item-index: 20;
}
.marquee--8 .marquee__item:nth-of-type(21) {
  --marquee-item-index: 21;
}
.marquee--8 .marquee__item:nth-of-type(22) {
  --marquee-item-index: 22;
}

@keyframes go {
  to {
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}

@keyframes goReverse {
  from {
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
  to {
    inset-inline-start: var(--marquee-item-offset);
  }
}

/* Configuración por defecto del contenedor para todas las pantallas */
.marquee-container {
  width: 100%;
  filter: grayscale(1);
}

/* Las filas de móvil están ocultas por defecto */
.marquee--top,
.marquee--bottom {
  display: none;
}

/* Estilos para versión móvil (max-width: 1050px) */
@media (max-width: 960px) and (min-width: 1px) {
  /* Contenedor principal se convierte en flex-column */
  .marquee-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    filter: grayscale(1);
  }

  .marquee--8 {
    --marquee-item-width: 170px;
    --marquee-item-height: 150px;
    --marquee-items: 22;
    --marquee-duration: 35s;
    --marquee-gap: 0rem;
    --marquee-item-total-width: calc(
      var(--marquee-item-width) + var(--marquee-gap)
    );
  }

  /* Ocultamos el marquee original */
  .marquee--8:not(.marquee--top):not(.marquee--bottom) {
    display: none;
  }

  /* Mostramos las filas adicionales */
  .marquee--top,
  .marquee--bottom {
    display: flex;
    height: var(--marquee-item-height);
    overflow-x: hidden;
  }

  /* Primera fila - primeros 11 elementos */
  .marquee--top {
    --marquee-items: 11;
  }

  /* Reiniciamos los índices para la primera fila en móvil */
  .marquee--top .marquee__item:nth-of-type(1) {
    --marquee-item-index: 1;
  }
  .marquee--top .marquee__item:nth-of-type(2) {
    --marquee-item-index: 2;
  }
  .marquee--top .marquee__item:nth-of-type(3) {
    --marquee-item-index: 3;
  }
  .marquee--top .marquee__item:nth-of-type(4) {
    --marquee-item-index: 4;
  }
  .marquee--top .marquee__item:nth-of-type(5) {
    --marquee-item-index: 5;
  }
  .marquee--top .marquee__item:nth-of-type(6) {
    --marquee-item-index: 6;
  }
  .marquee--top .marquee__item:nth-of-type(7) {
    --marquee-item-index: 7;
  }
  .marquee--top .marquee__item:nth-of-type(8) {
    --marquee-item-index: 8;
  }
  .marquee--top .marquee__item:nth-of-type(9) {
    --marquee-item-index: 9;
  }
  .marquee--top .marquee__item:nth-of-type(10) {
    --marquee-item-index: 10;
  }
  .marquee--top .marquee__item:nth-of-type(11) {
    --marquee-item-index: 11;
  }

  /* Segunda fila - segundos 11 elementos */
  .marquee--bottom {
    --marquee-items: 11;
  }

  /* Reiniciamos los índices para la segunda fila en móvil */
  .marquee--bottom .marquee__item:nth-of-type(1) {
    --marquee-item-index: 1;
  }
  .marquee--bottom .marquee__item:nth-of-type(2) {
    --marquee-item-index: 2;
  }
  .marquee--bottom .marquee__item:nth-of-type(3) {
    --marquee-item-index: 3;
  }
  .marquee--bottom .marquee__item:nth-of-type(4) {
    --marquee-item-index: 4;
  }
  .marquee--bottom .marquee__item:nth-of-type(5) {
    --marquee-item-index: 5;
  }
  .marquee--bottom .marquee__item:nth-of-type(6) {
    --marquee-item-index: 6;
  }
  .marquee--bottom .marquee__item:nth-of-type(7) {
    --marquee-item-index: 7;
  }
  .marquee--bottom .marquee__item:nth-of-type(8) {
    --marquee-item-index: 8;
  }
  .marquee--bottom .marquee__item:nth-of-type(9) {
    --marquee-item-index: 9;
  }
  .marquee--bottom .marquee__item:nth-of-type(10) {
    --marquee-item-index: 10;
  }
  .marquee--bottom .marquee__item:nth-of-type(11) {
    --marquee-item-index: 11;
  }

  /* Items en la segunda fila se mueven en dirección contraria */
  .marquee--bottom .marquee__item {
    animation-name: goReverse;
  }
}
@media (max-width: 349px) and (min-width: 320px) {
  /* Contenedor principal se convierte en flex-column */
  .marquee-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    filter: grayscale(1);
  }

  .marquee--8 {
    --marquee-item-width: 170px;
    --marquee-item-height: 150px;
    --marquee-items: 22;
    --marquee-duration: 35s;
    --marquee-gap: 0rem;
    --marquee-item-total-width: calc(
      var(--marquee-item-width) + var(--marquee-gap)
    );
  }

  /* Ocultamos el marquee original */
  .marquee--8:not(.marquee--top):not(.marquee--bottom) {
    display: none;
  }

  /* Mostramos las filas adicionales */
  .marquee--top,
  .marquee--bottom {
    display: flex;
    height: var(--marquee-item-height);
    overflow-x: hidden;
  }

  /* Primera fila - primeros 11 elementos */
  .marquee--top {
    --marquee-items: 11;
  }

  /* Reiniciamos los índices para la primera fila en móvil */
  .marquee--top .marquee__item:nth-of-type(1) {
    --marquee-item-index: 1;
  }
  .marquee--top .marquee__item:nth-of-type(2) {
    --marquee-item-index: 2;
  }
  .marquee--top .marquee__item:nth-of-type(3) {
    --marquee-item-index: 3;
  }
  .marquee--top .marquee__item:nth-of-type(4) {
    --marquee-item-index: 4;
  }
  .marquee--top .marquee__item:nth-of-type(5) {
    --marquee-item-index: 5;
  }
  .marquee--top .marquee__item:nth-of-type(6) {
    --marquee-item-index: 6;
  }
  .marquee--top .marquee__item:nth-of-type(7) {
    --marquee-item-index: 7;
  }
  .marquee--top .marquee__item:nth-of-type(8) {
    --marquee-item-index: 8;
  }
  .marquee--top .marquee__item:nth-of-type(9) {
    --marquee-item-index: 9;
  }
  .marquee--top .marquee__item:nth-of-type(10) {
    --marquee-item-index: 10;
  }
  .marquee--top .marquee__item:nth-of-type(11) {
    --marquee-item-index: 11;
  }

  /* Segunda fila - segundos 11 elementos */
  .marquee--bottom {
    --marquee-items: 11;
  }

  /* Reiniciamos los índices para la segunda fila en móvil */
  .marquee--bottom .marquee__item:nth-of-type(1) {
    --marquee-item-index: 1;
  }
  .marquee--bottom .marquee__item:nth-of-type(2) {
    --marquee-item-index: 2;
  }
  .marquee--bottom .marquee__item:nth-of-type(3) {
    --marquee-item-index: 3;
  }
  .marquee--bottom .marquee__item:nth-of-type(4) {
    --marquee-item-index: 4;
  }
  .marquee--bottom .marquee__item:nth-of-type(5) {
    --marquee-item-index: 5;
  }
  .marquee--bottom .marquee__item:nth-of-type(6) {
    --marquee-item-index: 6;
  }
  .marquee--bottom .marquee__item:nth-of-type(7) {
    --marquee-item-index: 7;
  }
  .marquee--bottom .marquee__item:nth-of-type(8) {
    --marquee-item-index: 8;
  }
  .marquee--bottom .marquee__item:nth-of-type(9) {
    --marquee-item-index: 9;
  }
  .marquee--bottom .marquee__item:nth-of-type(10) {
    --marquee-item-index: 10;
  }
  .marquee--bottom .marquee__item:nth-of-type(11) {
    --marquee-item-index: 11;
  }

  /* Items en la segunda fila se mueven en dirección contraria */
  .marquee--bottom .marquee__item {
    animation-name: goReverse;
  }
}

.nosotros__image-1 {
  height: 6.13rem;
  opacity: 0.6;
  width: 65.38rem;
  object-fit: cover;

  @media (max-width: 960px) and (min-width: 1px) {
    width: 100%;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    width: 100%;
  }
}

.nosotros__image-2 {
  height: 7.38rem;
  opacity: 0.6;
  width: 24.5rem;
  object-fit: cover;

  @media (max-width: 960px) and (min-width: 1px) {
    width: 100%;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    width: 100%;
  }
}

.section2-2 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  background-color: var(--gray_50_01);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: solid 0px #80808036;

  @media (max-width: 960px) and (min-width: 1px) {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

}

.section-8 {
  margin-bottom: 3.63rem;
  gap: 2rem;
  display: flex;
  flex-direction: column;

  @media (min-width: 1650px) {
    margin-bottom: 3.63rem;
    gap: 6rem;
    display: flex;
    flex-direction: column;
  }

  @media (max-width: 960px) and (min-width: 1px) {
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    align-items: center;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    align-items: center;
  }
}

.section__description-3 {
  margin-left: 18.5rem;
  margin-right: 18.5rem;
  gap: var(--space-2xl);
  display: flex;
  flex-direction: column;
  align-items: center;

  @media (max-width: 960px) and (min-width: 1px) {
    margin-left: 0rem;
    margin-right: 0rem;
    gap: 1.5rem;
    width: 80%;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    margin-left: 0rem;
    margin-right: 0rem;
    gap: 1.5rem;
    width: 80%;
  }
}

.section__column--secondary {
  margin-bottom: 1rem;
  gap: var(--space-md);
  align-self: flex-end;
  display: flex;
  width: 46%;
  height: 90%;
  flex-direction: column;

  @media (max-width: 960px) and (min-width: 1px) {
    width: 100%;
  }
  @media (max-width: 349px) and (min-width: 329px) {
    width: 100%;
  }
}

.section__column--feature {
  gap: var(--space-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section__column--title {
  width: 61%;

  @media (max-width: 960px) and (min-width: 1px) {
    width: 100%;
    margin-right: 0px;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    width: 100%;
    margin-right: 0px;
  }
}

.section__image--feature {
  height: 1.13rem;
}

.section__title--feature {
  color: var(--deep_purple_500_01) !important;
  font-family: Inter !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
}

.section__stack--feature {
  height: 6.25rem;
  position: relative;
  align-content: center;

  @media (max-width: 960px) and (min-width: 1px) {
    height: auto;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    height: auto;
  }
}

.section__column--feature-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.section__view--feature-placeholder {
  height: 0.63rem;
  z-index: 11;
  background-color: var(--deep_purple_500_01);
  width: 0.63rem;
  position: relative;
}

.section__column--feature-details {
  margin-top: -0.25rem;
  position: relative;
  align-self: stretch;
}

.section__stack--feature-details {
  height: 5.75rem;
  position: relative;
  padding: var(--space-2xl) var(--space-md);
  border: 2px solid var(--deep_purple_500_01);
}

.section__view--feature-detail-placeholder {
  height: 4.13rem;
  background-color: var(--yellow_400);
  box-shadow: var(--shadow-lg);
  width: 26%;
  position: absolute;
  right: 0.7rem;
  bottom: 0px;
  top: 0px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: var(--radius-sm);
}

.section__text--feature-description {
  color: var(--black_900_02) !important;
  letter-spacing: 0rem;
  font-family: Urbanist !important;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  height: max-content;
  width: max-content;
  margin: auto;
}

.section__row--feature-links {
  margin-top: -0.38rem;
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: var(--space-7xl);
}

.section__view--feature-end-placeholder {
  height: 0.63rem;
  background-color: var(--deep_purple_500_01);
  width: 0.63rem;
  position: absolute;
  left: 0rem;
  top: 0.06rem;
  margin: auto;
}

.section__image--cursor {
  height: 1.88rem;
  margin-right: 3.38rem;

  @media (max-width: 960px) and (min-width: 1px) {
    margin-right: 0px;
  }
    @media (max-width: 349px) and (min-width: 320px) {
    margin-right: 0px;
  }
}

.section__text--username {
  color: var(--white_a700_01) !important;
  margin-top: -0.25rem;
  letter-spacing: 0rem;
  font-family: Urbanist !important;
  font-weight: 600 !important;
  position: relative;
  background-color: var(--deep_purple_500_01);
  text-shadow: 0px 1px 3px #0000004c;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0.13rem var(--space-md);
  border-radius: var(--radius-sm);
}

.section__grid--profiles {
  padding-right: 6%;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  @media (max-width: 960px) and (min-width: 1px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-left: 0px;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-left: 0px;
  }
}

.section__row--footer {
  margin-left: 2rem;
  margin-right: 3.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-7xl);

  @media (max-width: 960px) and (min-width: 1px) {
    margin-left: 0px;
    margin-right: 0px;
  }
   @media (max-width: 349px) and (min-width: 320px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.section__view--footer-placeholder {
  height: 0.63rem;
  background-color: var(--gray_200_01);
  width: 14%;
}

.section__link--footer-home {
  color: var(--deep_purple_800) !important;
  align-self: center;
  background-color: var(--gray_200_01);
  padding: 0.13rem 2.13rem var(--space-md) var(--space-xs);

  @media only screen and (max-width: 550px) {
    padding-right: var(--space-7xl);
  }
}

.footer__links {
  margin-top: 2.13rem;
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-7xl);

  @media (max-width: 960px) and (min-width: 1px) {
    margin-top: 2.5rem;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    margin-top: 2.5rem;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
  }
}

.footer__links-list {
  margin-top: 0.63rem !important;
  width: 38%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-7xl);

  @media (max-width: 960px) and (min-width: 1px) {
    width: 35%;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    width: 35%;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}

.footer__partnership-row {
  margin-top: 2.88rem;
  gap: 2rem;
  display: flex;
  align-items: center;

  @media (max-width: 960px) and (min-width: 1px) {
    margin-top: 3.5rem;
    padding-bottom: 3rem;
    gap: 1.5rem;
  }
  @media (max-width: 349px) and (min-width: 320px) {
    margin-top: 3.5rem;
    padding-bottom: 3rem;
    gap: 1.5rem;
  }
}

.footer__partnership-logo {
  height: 3.63rem;
  width: 7.63rem;
  object-fit: contain;
  transform: scale(1.3);
}
@media (max-width: 1370px) and (min-width: 1080px){
  .ui.heading.size-heading15xl{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 4rem;
  }
.intro__content__image {
    height: 3rem;
    width: 18%;
    object-fit: contain;
    position: absolute;
    bottom: 0.8rem;
    right: 32%;
    margin: auto;
}
.section__description-3 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
    gap: var(--space-2xl);
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
@media (max-width: 349px) and (min-width: 20px){
.ui.heading.size-heading15xl{
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.container-xs {
    padding: 0 var(--space-md);
    max-width: 96%;
  }
    .dots-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 3px;
    width: 100%;
    height: 100%;
}
  .header__menu {
    margin-right: 0 !important;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    width: 100%;
  }
  .dot {
    width: 5px;
    height: 5px;
    background-color: var(--gray_900, #1b1b20);
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
  .header__row.expanded .dots-menu {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
  }
  .dots-menu {
  display: inline-flex !important;
  }
  .header__row.expanded {
        flex-direction: column;
        align-items: flex-start;
    }
    .agentes-ia__list{
    display: contents;

    }
      .footer__links {
    margin-top: 2.5rem;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
  }
  .footer__links-list {
    width: 35%;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
  .footer__partnership-row {
    margin-top: 3.5rem;
    padding-bottom: 3rem;
    gap: 1.5rem;
  }
  .footer__contact-column {
    width: 100%;
    gap: 1.5rem;
  }
  
   .footer__copyright-row {
    flex-direction: row;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    gap: 3.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    }
}