.nosotros {
  padding-top: var(--header-height);
}

/* BANNER */
.nosotros__header {
  background: url("../images/nosotros/banner-nosotros-mobile.webp") no-repeat
    center center;
  background-size: cover;
  height: 270px;
  position: relative;
}

.nosotros__title {
  position: absolute;
  bottom: 20%;
  left: 5%;
  color: var(--secondary-color);
  font-size: clamp(32px, 4vw, 52px);
}

/* SECTION DESCRIPTION */
.nosotros__description {
  /* max-width: 1280px;
  margin: 0 auto; */
  margin-block: 2rem 3rem;
  padding-inline: 1rem;
}
.nosotros__content {
  margin-top: 2rem;
}
.nosotros__info, .nosotros__info-group{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.info__group-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.nosotros__info-title{
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 700;
  color: #D40021;
  margin-top: 1rem;
}
.nosotros__info-text{
  font-size: 16px;
  font-weight: 600;
}
.description__img{
  display: none;
}
.description__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* SLIDER */
.slider__nosotros{
  color: var(--secondary-color);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}
.slider__list{
  display: flex;
  /* transition: all .5s ease; */
}
.slider__item{
  background-color: var(--primary-color);
  padding: 1rem 1rem 5rem 1rem;
  min-width: 100vw;
}
.slider__item-img{
  display: flex;
  justify-content: center;
}
.slider__item-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
.slider__item-text{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.slider__item-title{
  font-size: clamp(24px, 4vw, 28px);
  font-weight: 600;
}
.slider__item-subtitle{
  font-size: 16px;
  font-weight: 400;
}
.slider__arrows{
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 2rem;
  
}
.slider__arrow{
  cursor: pointer;
  background-color: transparent;
  border: none;
}
/* PAISES */
.nosotros__paises{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-block: 3rem;
  gap: 2rem;
  padding-inline: 1rem;
}
.nosotros__paises-title{
  max-width: 800px;
  text-align: center;
  font-size: clamp(28px, 4vw, 38px);
}
/* SLIDER 2 */
.slider__item-white{
  background-color: #F7F7F7;
  color: var(--primary-color);
}
/* logos */
.nosotros__logos{
  background-color: var(--primary-color);
  color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem 2rem 1rem;
  gap: 2rem;

}
.nosotros__logos-content{
  display: flex;
  flex-direction: column;

}
.nosotros__logos-img img{
  width: 100%;
  height: auto;
  display: block;
}
.nosotros__logos-img, .nosotros__logos-text{
  max-width: 580px;
  flex: 1;
}

.rank{
  width: 100%;
}
.rank img{
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 1050px) {
  .nosotros__header {
    background: url("../images/nosotros/banner-Nosotros-desktop.webp") no-repeat
      center center;
    height: 580px;
    background-size: cover;
  }
  .nosotros__description {
    /* max-width: 1280px;
    margin: 0 auto; */
    padding: 4rem 5rem 5rem 4rem;
  }
  .nosotros__info{
    justify-content: center;
  }
  .nosotros__info-group, .nosotros__content{
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .nosotros__content{
    gap: clamp(2rem, 4vw, 5rem);

  }
  .nosotros__info, .description__img, .nosotros__info-text{
    flex: 1;
  }
  .info__group-item{
    flex: 1;
  }
  .description__img{
    display: flex;
  }
  /* SLIDER */
  .slider__item{
    padding: 4rem 5rem 6rem 4rem;
    display: flex;
    gap: clamp(2rem, 4vw, 8rem);

  }
  .slider__item-text{
   justify-content: center;
  }
  .slider__item-img, .slider__item-text{
    flex: 1;
  }
  .slider__arrows{
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    
  }
  /* LOGOS */
  .nosotros__logos{
    flex-direction: row;
    justify-content: center;
    padding: 4rem 4rem 4rem 4rem;
    gap: 70px;
  }
}
