<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
        border: 1px solid #efefef;
    }
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


    .swiper-slide iframe{
        border-radius: 8px;
    }

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

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

    .mySwiper {
      height: 300px;
	}
    .mySwiper2 {
      height: 450px;
      width: 100%;
    }

    .mySwiper {
      height: 100px;
      box-sizing: border-box;
      padding: 10px 0;
		position: relative;

    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

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

	.swiper-button-produtos{
		border-radius: 50px;
		background: #eee;
		height: 32px;
    	width: 32px;
		border: 0px !important;
		font-size: 19px;
	}

	.mySwiper .swiper-button-next,
	.mySwiper .swiper-button-prev{
		border-radius: 50px;
		background: #eee;
		height: 32px;
    	width: 32px;
    	top: 58px;
	}
	.mySwiper .swiper-button-next:after{
		font-size: 17px;
		font-family: "Font Awesome 5 Pro";
		content: "\f105";
		font-weight: 900;
	}
	.mySwiper .swiper-button-prev:after{
		font-size: 17px;
		font-family: "Font Awesome 5 Pro";
		content: "\f104";
		font-weight: 900;
	}

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

	.mySwiperProdutos .swiper-slide {
		width: 23% !important;
	}

	@media (max-width: 576px){
		.mySwiper2 {
      		height: 350px;
		}
		.mySwiperProdutos .swiper-slide {
			width: 55% !important;
		}
	}</pre></body></html>