#swiper1{
  display: none;
  position: absolute;
}
#swiper1 .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
#swiper3{
  display: none;
}
#swiper4 {
  height: 100%;
}
#swiper4 .swiper-slide {
  width: 29vw !important;
  padding: 1% 1%;
}
#swiper4 .swiper-slide {
  transition: opacity 0.4s ease-in-out; /* Suaviza la transición del opacity */
}

#swiper4 .swiper-slide-next {
  opacity: 0.6;
}

#swiper4 .swiper-slide-active {
  opacity: 1;
}

.about3-container .rigth{
  width: 47%;
}
.slider-container{
  width: 100%;
}
#swiper2 {
  width: 100%;
  /* height: 300px; */
  display: flex;
  position: static;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 100px)!important;
}
#swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 248.333px !important;
  flex-direction: column;
  margin: 0 !important;
}


#swiper2 .swiper-slide {
  transition: transform 0.6s ease, opacity 0.6s ease;
}
#swiper3 .swiper-wrapper {
  gap: 8px;
  position: relative;
}
#swiper3 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
}
#swiper3 .item {
  flex: 0;
}

@media screen and (max-width: 1024px) {
  #swiper1{
    display: flex;
    width: 70%;
    margin-left: 20%;
  }
  #swiper1 .swiper-backface-hidden .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #swiper1 .swiper-backface-hidden .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    display: none;
  }
  .about3-container .rigth{
    width: 100% !important;
  }
  .swiper-wrapper{
    text-align: center;
  }
  .about4-container{
    display: none;
  }
  #swiper3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
  }

  #swiper4 > .swiper-wrapper {
    margin-left: 0;
  }

  #swiper4 .swiper-slide {
    width: 85vw !important;
  }

  .img-cargo {
    flex-direction: column;
    align-items: center;
  }
  .img-cargo img {
    width: 100px !important;
    height: 100px !important;
  }
  .slider-item .img-cargo .nombreA p:first-child {
    font-size: clamp(10px,4.8vw,50px);
  }
  .slider-item .img-cargo .nombreA p:nth-child(2) {
    font-size: clamp(10px,3.73vw,50px);
  }
  .texto-carta p {
    font-size: clamp(10px,3.73vw,50px);
  }
  .carta {
    height: auto;
  }
}

@media screen and (max-width: 600px){
  .about3-container .rigth{
    width: 325px !important;
  }
}