    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: left;
      display: flex;
	  flex-direction:column;
      justify-content: center;
      align-items: start;
    }

.ficha {width:auto; height:auto; margin:1rem 0; padding:0;}
.ficha h1 {width: auto; height:auto; font-family: 'Neue Machina', sans-serif; font-size:1.25rem; font-weight:400; color:#262626; margin:0 0 1rem 0; padding:0;}
.ficha h2 {width: auto; height:auto; font-family: "Space Grotesk", sans-serif; font-size:1rem; font-weight:500; color:#262626; margin:0 0 1rem 0; padding:0; text-transform:inherit;}
.ficha p  {width: auto; height:auto; font-family: "Space Grotesk", sans-serif; font-size:1rem; font-weight:300; color:#262626; margin:0; padding:0;}

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


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

    .swiper-slide {
      background-size: contain;
      background-position: center;
    }
	.swiper-slide-h {width:50%;}
	.swiper-slide-v {width:22.24%;}
	.swiper-slide-c {width:18%;}
	.swiper-slide-vv {width:12%;}

	

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }
	
	.mySwiper3 {
      height: 80%;
      width: 100%;
    }

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

    .mySwiper .swiper-slide {
      width: 20%;
      height: 100%;
      opacity: 0.7;
    }

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

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
	
	.swiper-slide-h2 {width:14% !important;}
	.swiper-slide-v2 {width:6.22% !important;}
	
	
@media (max-width:35em) {
	
	.swiper-slide-h {width:60%;}
	.swiper-slide-v {width:26.8%;}
	.swiper-slide-c {width:50%;}
	.swiper-slide-vv {width:30%;}
	
	.swiper-slide-h2 {width:30% !important;}
	.swiper-slide-v2 {width:13.3% !important;}

}