
  .swiper {
    width: 600px;
    height: 300px;
  }


  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 300px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
  }

 

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 800px!important; /*ALTURA DEL CARROUSEL*/
    width: 100%;
    border-radius: 30px;
   
  }

  .mySwiper {
    height: 0%;
    box-sizing: border-box;
    padding: 10px 0;
   
    
  } 

  .mySwiper .swiper-slide {
    width: 300px;
    height: 200px;
    opacity: 0.4;
    margin-top: 2%;
    cursor: pointer;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
