<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.galeria-anuncio {
	position: relative;
	height: 403px;
	overflow: hidden;
	margin-left: calc((100% - 600px) / 2);
	margin-right: 0;
	width: 600px;
}

.galeria-anuncio svg {
  width: 20px;
}

@media (max-width: 1200px) {
  .galeria-anuncio {
    height: 380px;
	margin-left: calc((100% - 600px) / 2);
	margin-right: 0;
	width: 600px;
  }
}

@media (max-width: 480px) {
  .galeria-anuncio {
    height: 330px;
	margin-left: calc((100% - 440px) / 2);
	margin-right: 0;
	width: 440px;
  }
}  

.swiper-pagination {
  margin-top: 20px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 4px;
  background: #dfdfdf;
  cursor: pointer;
  outline: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #f58220;
}

.swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  line-height: 1;
  cursor: pointer;
  outline: 0;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  margin-top: -46px;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-disabled {
  opacity: .3;
}

.swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-slide {
	text-align: center;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f1f1f1;
	height:403px;
	font-size: 18px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 60px;
}

.swiper-slide img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}

.swiper-slide .subtitle {
  font-size: 18px;
  align-self: flex-end;
  background-color: #000;
  opacity: 0.8;
  padding: 5px;
}

.swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}</pre></body></html>