

.swiper-hero1 {
    /* border: 1px solid black; */
    /* background: rgb(35, 91, 78); */
    width: auto;
    height:  auto;
    /* top: 1rem; */
    /* margin-bottom: 2rem;  */
  }
  
  .swiper-hero1 .swiper-slide {
    /* border: 1px solid black; */
    width: 50%;
    height: auto;
    /* border-radius: 5px; */
    margin-bottom: 1rem;
  }
  
  .swiper-hero1 .swiper-slide .imgslide {
    /* border: 2px solid black; */
    width: 80%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.55) 2.4px 2.4px 3.2px;
    border-radius: 5px;
      /* transition: transform 0.3s ease; */
  }
  

  /* .swiper-hero1 .swiper-slide h1{
    border: 2px solid black;
    font-size: 9px;
    font-weight:lighter;
    text-align: center;
    height: 20px;
    width: 100%;
    margin:auto
  } */
  
  /* .swiper-hero1 .swiper-slide .boton-1{
    border: 1px solid black;   
    margin-top: 20px;
    height: 30px;
    width: 100%;
    max-width: 90%;
  } */
  
  
  
  @media screen and (max-width:992px){
    .swiper-hero1 {
      /* border: 1px solid black; */
      max-width: 100%;
      height: auto;
      /* top: 1rem;
      bottom: 1rem; */
    }
  
    .swiper-hero1 .swiper-slide {
      /* border: 10px solid black; */
      width: 100%;
      height: 100%;
      border-radius: 15px;
    }  

    .swiper-hero1 .swiper-slide .imgslide {
        /* border: 12px solid black; */
        width: 80%;
        height: auto;
        border-radius: 5px;
      }
    
    .swiper-hero1 .swiper-pagination {
      display: none;
    }
  }
  
      @media (min-width: 1024px) {
        .swiper-hero1 .img {
          height: auto;
        }
      }
  
      .swiper-hero1 .swiper-button-prev,
      .swiper-hero1 .swiper-button-next {
        --swiper-navigation-size: 10px;
        background-color: rgb(152, 47, 75);
        color: white;
        height: 2.8rem;
        width: 2rem;
        margin-top: -1.5rem;
        opacity: 0;
        transition: opacity 0.3s;
      }
  
      .swiper-hero1 .swiper-button-prev {
        border-radius: 0 65px 65px 0;
        left: -10px;
      }
      .swiper-hero1 .swiper-button-next {
        border-radius: 65px 0 0 65px;
        right: -10px;
      }
  
      .swiper-hero1:hover .swiper-button-prev,
      .swiper-hero1:hover .swiper-button-next {
        opacity: 1;
      }
  
      .swiper-hero1 .swiper-pagination {
          border: 1px solid black;
          width: 99%;
        --swiper-pagination-color: rgb(152, 47, 75);
        --swiper-pagination-bullet-size: 1rem;
        --swiper-pagination-bullet-inactive-color: #000;
        --swiper-pagination-bullet-inactive-opacity: 0.25;
        --swiper-pagination-bullet-opacity: 1;
        --swiper-pagination-bullet-horizontal-gap: 5px;
      }
  
      .swiper-hero1 .swiper-pagination-bullet {
        box-shadow: inset 0 0 0 1px #fff;
      }
  
      .swiper-hero1 .swiper-pagination-bullet-active {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
      }
  