<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main.special {
  width: 100%;
}
main.special .container {
  padding: 0;
}
main.special .center {
  background: #393939;
}
main.special .head {
  width: 100%;
}
main.special .head img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
main.special .head img.mobile {
  display: none;
}
main.special .posts {
  padding: 20px 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
}
main.special .posts .item {
  flex: 1;
  min-width: 50%;
  max-width: 50%;
  padding: 12px;
}
main.special .posts .item .title {
  background: #555;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  vertical-align: top;
  font-weight: 700;
  padding: 18px 20px;
}
main.special .posts .item .box {
  width: 100%;
  background: #000;
  padding: 8px;
}
main.special .posts .item .box .img {
  width: 100%;
  height: 0;
  padding-top: 56%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
main.special .posts .item .box .img img {
  width: 100%;
  max-height: 100%;
}
main.special .posts .item .box .img:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/play.png);
  background-size: 50%;
  background-color: rgba(33, 33, 33, 0.7);
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 110ms linear;
  -moz-transition: all 110ms linear;
  -ms-transition: all 110ms linear;
  transition: all 110ms linear;
}
main.special.v2 .posts .item .box .img:before {
  display: none;
}
main.special .posts .item .box .img:hover:before {
  transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}
main.special .posts .item .box .img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: opacity(0%);
  filter: opacity(0%);
}
main.special .posts .item .box .img .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  -webkit-filter: opacity(0%);
  filter: opacity(0%);
  outline: 0;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
}
main.special.v2 .posts .item .box .img .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
  outline: 0;
  border-left: 0;
  border-right: 0;
}
main.special .posts .item .box .img .video-js * {
  outline: 0;
}
main.special .posts .item .box .img:hover .video-js {
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
}
main.special .posts .item .box .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 12px;
}
main.special .posts .item .box .icons &gt; div {
  margin: 0 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
main.special .posts .item .box .icons &gt; div.new {
  color: #3dc000;
}
main.special .posts .item .box .icons &gt; div.year {
  color: #aeaeae;
}
main.special .posts .item .box .icons &gt; div.red {
  background: #d31517;
  color: #fff;
  border-radius: 6px;
  padding: 5px 8px;
  margin: 0 5px;
}
main.special .posts .item .box .icons &gt; div.time {
  color: #aeaeae;
}
main.special .posts .item .box .icons &gt; div.time i {
  color: #747474;
}
main.special .posts .item .box .icons &gt; div.hd {
  border: 3px solid #787878;
  color: #787878;
  border-radius: 6px;
  padding: 2px 5px;
  margin: 0 5px;
}
main.special .posts .item .box .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 10px 10px 15px 10px;
}
main.special .posts .item .box .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 55px;
  flex: 1;
  margin: 0 7px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
}
main.special .posts .item .box .buttons a i {
  margin: 0 10px 0 0;
}
main.special .posts .item .box .buttons a:hover {
  color: #000;
  background: #fff;
}
main.special .posts .item .box .buttons a.assine {
  border-color: #3dc000;
  color: #3dc000;
}
main.special .posts .item .box .buttons a.assine:hover {
  text-shadow: 0 0 10px #fff;
  color: #fff;
  background: #3dc000;
}
main.special .black {
  background: #000;
  color: #fff;
  padding: 70px;
  text-align: center;
}
main.special .black .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.special .black .icons .item {
  margin: 0 50px;
  max-width: 230px;
}
main.special .black .icons .item .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 115px;
  height: 115px;
  background: #444;
  border-radius: 100%;
}
main.special .black .icons .item .icon i {
  width: 100%;
  height: 100%;
  background-image: url(../img/special.png);
  background-repeat: no-repeat;
}
main.special .black .icons .item .icon i.check {
  width: 74px;
  height: 80px;
  background-position: 0 0;
}
main.special .black .icons .item .icon i.responsive {
  width: 85px;
  height: 63px;
  background-position: -146px -5px;
}
main.special .black .icons .item .icon i.girls {
  width: 64px;
  height: 69px;
  background-position: -304px -3px;
}
main.special .black .icons .item .title {
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0 4px 0;
}
main.special .black .icons .item .subtitle {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #b0b0b0;
}
main.special .black .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 34px;
  margin: 45px 0 36px 0;
  animation: arrowMove 0.4s alternate infinite;
  -o-animation: arrowMove 0.4s alternate infinite;
  -ms-animation: arrowMove 0.4s alternate infinite;
  -moz-animation: arrowMove 0.4s alternate infinite;
  -webkit-animation: arrowMove 0.4s alternate infinite;
}
main.special .black .arrow:before,
main.special .black .arrow:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  border-bottom: 2px solid #818181;
  border-left: 2px solid #818181;
  transform: rotate(-45deg);
}
main.special .black .arrow:after {
  top: -5px;
}
main.special .black .cta {
  width: 100%;
  text-align: center;
  color: #fff;
}
main.special .black .cta .title {
  font-size: 30px;
  font-weight: 700;
}
main.special .black .cta .subtitle {
  font-size: 15px;
  color: #b0b0b0;
  margin: 8px 0 20px 0;
}
main.special .black .cta .button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 55px;
  padding: 0 35px;
  flex: 1;
  margin: 0 7px;
  text-align: center;
  border: 3px solid #3dc000;
  color: #3dc000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
}
main.special .black .cta .button a i {
  margin: 0 10px 0 0;
}
main.special .black .cta .button a:hover {
  text-shadow: 0 0 10px #fff;
  color: #fff;
  background: #3dc000;
}
main.special .related {
  width: 100%;
  margin: 0 0 -10px 0;
}
main.special .related &gt; .title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  vertical-align: top;
  position: relative;
  width: 100%;
  background: #555;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  padding: 20px;
}
main.special .related &gt; .title:after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background: #555;
  transform: rotate(45deg);
}
main.special .related .inset {
  padding: 50px 60px;
}
main.special .related .post {
  width: 100%;
  text-align: center;
}
main.special .related .post .img {
  height: 250px;
  width: 100%;
}
main.special .related .post .img a {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
main.special .related .post .img img {
  height: 100%;
  max-width: 100%;
  -webkit-filter: opacity(0%);
  filter: opacity(0%);
}
main.special .related .post .img a:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
main.special .related .post .button {
  margin: 10px 0 0 0;
}
main.special .related .post .button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 45px;
  flex: 1;
  margin: 0 7px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
}
main.special .related .post .button a:hover {
  color: #000 !important;
  background: #fff;
}
main.special .related .owl-carousel .owl-nav {
  display: initial !important;
}
main.special .related .owl-carousel .owl-nav .owl-prev,
main.special .related .owl-carousel .owl-nav .owl-next {
  background: transparent;
  box-shadow: none;
  width: 56px;
  height: 76px;
  margin: -32px -30px;
}
main.special .related .owl-carousel .owl-nav .owl-prev:before,
main.special .related .owl-carousel .owl-nav .owl-next:before {
  width: 36px;
  height: 36px;
  border-color: #fff;
  margin: 20px 8px;
}
main.special .related .owl-carousel .owl-dots {
  width: 100%;
  display: inline-block !important;
  text-align: center;
  margin: 30px 0 0 0;
}
main.special .related .owl-carousel .owl-dots &gt; div {
  border: 3px solid #fff;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 8px;
  cursor: pointer;
}
main.special .related .owl-carousel .owl-dots &gt; div.active {
  background: #fff;
}
main.special .related .owl-carousel .owl-dots &gt; div:hover {
  -webkit-filter: opacity(70%);
  filter: opacity(70%);
}
main.special .related .single {
  margin: 0 0 -30px 0;
}
main.special .related .single .post {
  width: 33.3333%;
  text-align: center;
  display: inline-block;
  margin: 0 -5px 40px -5px;
}
#modalEspec {
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#modalEspec .content {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  min-height: 100px;
  width: auto;
  height: auto;
  max-width: 94%;
  background: transparent !important;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#modalEspec .content .close {
  top: 10px;
  right: 10px;
}
#modalEspec .content .body {
  overflow: hidden;
  background: transparent !important;
}
#modalEspec .content img {
  vertical-align: top;
  max-width: 100%;
}
#modalEspec .content img.mobile {
  display: none;
}

/* MOBILE &amp; TABLET */
@media screen and (max-width: 1180px) {
  main.special {
    overflow: hidden;
  }
  main.special .head img.mobile {
    display: inline-block;
  }
  main.special .head img.desktop {
    display: none;
  }
  main.special .posts {
    padding: 2px 6px;
  }
  main.special .posts .item {
    min-width: 100%;
    max-width: 100%;
    padding: 8px;
  }
  main.special .posts .item .title {
    font-size: 13px;
    line-height: 13px;
    padding: 12px 14px;
  }
  main.special .posts .item .box {
    padding: 6px;
  }
  main.special .posts .item .box .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    z-index: 5;
    display: none;
  }
  main.special .posts .item .box .played .block {
    display: inline-block;
  }
  /* main.special .posts .item .box .img .video-js {
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
    outline: 0;
  } */
  main.special .posts .item .box .img .video-js .vjs-control-bar,
  main.special .posts .item .box .img .video-js .vjs-big-play-button {
    display: none;
  }
  main.special .posts .item .box .icons {
    padding: 8px;
  }
  main.special .posts .item .box .icons &gt; div {
    margin: 0 10px;
    font-size: 13px;
  }
  main.special .posts .item .box .icons &gt; div.red {
    padding: 3px 6px;
  }
  main.special .posts .item .box .icons &gt; div.hd {
    padding: 1px 3px;
  }
  main.special .posts .item .box .buttons {
    padding: 2px 5px 10px 5px;
  }
  main.special .posts .item .box .buttons a {
    height: 38px;
    margin: 0 5px;
    font-size: 13px;
    border-width: 2px;
  }
  main.special .posts .item .box .buttons a i {
    margin: 0 6px 0 0;
  }
  main.special .black {
    padding: 20px 30px;
  }
  main.special .black .icons {
    flex-wrap: wrap;
  }
  main.special .black .icons .item {
    margin: 10px;
  }
  main.special .black .icons .item .icon {
    transform: scale(0.8);
  }
  main.special .black .icons .item .title {
    font-size: 18px;
    margin: 0 0 4px 0;
  }
  main.special .black .icons .item .subtitle {
    font-size: 13px;
  }
  main.special .black .arrow {
    margin: 22px 0;
  }
  main.special .black .cta .title {
    font-size: 25px;
  }
  main.special .black .cta .subtitle {
    font-size: 14px;
  }
  main.special .black .cta .button {
    margin: 0 0 20px 0;
  }
  main.special .related &gt; .title {
    font-size: 20px;
    line-height: 20px;
    padding: 14px;
  }
  main.special .related .inset {
    padding: 30px 40px;
  }
  main.special .related .owl-carousel {
    overflow: visible;
  }
  main.special .related .owl-carousel .owl-nav .owl-prev,
  main.special .related .owl-carousel .owl-nav .owl-next {
    margin: -32px -25px;
  }
  main.special .related .owl-carousel .owl-item {
    filter: opacity(10%) grayscale(100%);
  }
  main.special .related .owl-carousel .owl-item.active {
    filter: opacity(100%) grayscale(0%);
  }
  main.special .related .single {
    margin: 0 0 -10px 0;
  }
  main.special .related .single .post {
    width: 90%;
    margin: 0 5% 30px 5%;
  }
  #modalEspec .content .close {
    top: -5px;
    right: -5px;
  }
  #modalEspec .content img.mobile {
    display: inline-block;
  }
  #modalEspec .content img.desktop {
    display: none;
  }
}

/* VersÃ£o 2 */

main.special.v2 .center {
  background: transparent;
}

main.special.v2 .posts {
  padding: 0;
  margin-top: -80px;
}

main.special.v2 .posts .item {
  max-width: 100%;
  min-width: 100%;
  padding: 0;
  margin-bottom: 40px;
}

main.special.v2 .posts .item .title {
  width: auto;
  display: inline-block;
  font-size: 24px;
  position: relative;
}
/* main.special.v2 .posts .item .title:after {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  background: #f00;
  width: 20px;
  height: 120%;
} */

main.special.v2 .posts .item .box {
  padding: 0;
}

main.special.v2 .posts .item .boxText {
  background: #000;
  padding: 10px 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main.special.v2 .posts .item .boxText h1 {
  font-size: 20px;
}

main.special.v2 .posts .item .boxText p {
  font-size: 14px;
  color: #fff;
  line-height: 160%;
}

main.special.v2 .posts .item .boxText .buttons {
  flex-direction: column;
  /* max-width: 240px;
  min-width: 240px; */
  padding: 10px 0 10px 30px;
}

main.special.v2 .posts .item .box .buttons a {
  padding: 15px 20px;
  margin-bottom: 10px;
  white-space: nowrap;
}

main.special.v2 .posts .item .box .buttons a:last-child {
  margin-bottom: 0;
}

main.special.v2 .black {
  background: transparent;
  padding: 10px 10px 50px 10px;
}

main.special.v2 .posts .item .boxText ul {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

main.special.v2 .posts .item .boxText ul li {
  list-style: none;
  margin-right: 10px;
}

main.special.v2 .posts .item .boxText ul li span {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

main.special.v2 .posts .item .boxText .description {
  flex: 1;
}
main.special.v2 .posts .item .boxText .description h2 {
  font-size: 20px;
  margin: 0;
}
main.special.v2 .posts .item .boxText .description p,
main.special.v2 .posts .item .boxText .description ul {
  font-size: 14px;
  margin: 10px 0 0 0;
}
main.special.v2 .posts .item .boxText .description ul {
  margin: 10px 0 0 0;
}

@media screen and (max-width: 1180px) {
  main.special.v2 .posts {
    padding: 0 10px;
  }
  main.special.v2 .posts .item .boxText {
    padding: 16px;
    flex-direction: column;
  }

  main.special.v2 .posts .item .boxText ul {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 -2px
  }

  main.special.v2 .posts .item .boxText ul li:nth-child(1) {
    max-width: 100%;
    min-width: 100%;
  }

  main.special.v2 .posts .item .boxText .description,
  main.special.v2 .posts .item .boxText .buttons {
    max-width: 100%;
    min-width: 100%;
  }
  main.special.v2 .posts .item .boxText .buttons {
    flex-direction: row;
    padding: 10px 10px 0 10px;
  }
  main.special.v2 .posts .item .box .buttons a {
    padding: 12px 15px;
    margin: 0 3px !important;
    font-size: 12px;
  }

  main.special.v2 .posts .item .title {
    font-size: 16px;
    padding: 8px 10px;
  }

  main.special.v2 .posts .item .boxText ul li {
    margin: 2px;
  }

}
main.special.v2 .black .icons .item .icon {
  border: 6px solid #000;
  box-sizing: content-box;
}
main.special.v2 .posts .item .box .vid {
  position: relative;
  overflow: hidden;
}

main.special.v2 .black .arrow:before, main.special.v2 .black .arrow:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}


main.special.v2 .black .cta .button {
	margin: 0;
	border: 7px solid rgba(0,0,0,0.1);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
}
main.special.v2 .black .cta .button a {
	background: #3bb900;
  color: #fff;
  height: auto;
	padding: 12px 30px;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
  border-radius: 30px;
  border: 0;
  margin: 0;
	border-bottom: 3px solid rgba(0,0,0,0.3);
}
main.special.v2 .black .cta .button a i {
	width: 42px;
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-radius: 50px;
	background: rgba(0,0,0,0.1);
	margin: 0 15px 0 0;
}

/* VersÃ£o 2 */

/* BLOQUEIO */
main.special #exclusive {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background: rgba(0,0,0,0.6);
	transform: translateX(-110%);
	-o-transform: translateX(-110%);
	-ms-transform: translateX(-110%);
	-moz-transform: translateX(-110%);
	-webkit-transform: translateX(-110%);
}
main.special #exclusive.active {
	transform: translateX(0%);
	-o-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
}
main.special #exclusive .line {
	width: 100%;
	height: auto;
	background: #f95500;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #a9a9a9;
	text-align: center;
	padding: 60px 0;
}
main.special #exclusive .line .title {
  color: #fff;
  background-color: transparent;
	background-image: url(../img/line.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 5px 10px 20px 10px;
	display: inline-block;
	font-size: 34px;
	font-weight: 900;
	text-transform: uppercase;
}
main.special #exclusive .line .subtitle {
	color: #ffdc33;
	font-size: 18px;
	margin: 15px 0;
}
main.special #exclusive .line .action {
	margin: 0;
	border: 7px solid rgba(0,0,0,0.1);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
}
main.special #exclusive .line .action a {
	background: #3bb900;
	color: #fff;
	padding: 12px 20px;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	border-bottom: 3px solid rgba(0,0,0,0.3);
}
main.special #exclusive .line .action a i {
	width: 42px;
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-radius: 50px;
	background: rgba(0,0,0,0.1);
	margin: 0 15px 0 0;
}
main.special #exclusive .line .action a:hover {
  text-shadow: 0 0 10px #fff;
  color: #fff;
  background: #3dc000;
}

@media screen and (max-width:1000px) {

  main.special #exclusive .line {
    padding: 30px 0;
  }
  main.special #exclusive .line .title {
    padding: 0 5px 12px 5px;
    font-size: 17px;
    background-size: contain;
  }
  main.special #exclusive .line .subtitle {
    font-size: 13px;
    margin: 10px 0;
  }
  main.special #exclusive .line .action {
    border: 4px solid rgba(0,0,0,0.1);
  }
  main.special #exclusive .line .action a {
    padding: 8px 16px;
    font-size: 20px;
  }
  main.special #exclusive .line .action a i {
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin: 0 10px 0 0;
  }

  main.special.v2 .posts .item .boxText .description h2 {
    font-size: 18px;
  }
  main.special.v2 .posts .item .boxText .description p,
  main.special.v2 .posts .item .boxText .description ul {
    font-size: 13px;
    margin: 10px 0 0 0;
  }
  main.special.v2 .posts .item .boxText .description ul {
    margin: 10px 0 0 0;
  }

  main.special.v2 .posts .item {
    margin-bottom: 20px;
  }

}</pre></body></html>