<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.margin-bottom-mobile {
  margin-bottom: 60px !important;
}

.bg-orange {
  background-color: #ff5a33;
}

.opaque {
  opacity: 0.8;
}

body.mfp-zoom-out-cur &gt; div {
  background-color: rgba(5, 19, 78, 0.7) !important;
}

.button-subscription {
  display: inline-block;
  border-radius: 35px;
  text-transform: uppercase;
  padding: 20px 75px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.4);
}

.button-subscription.finished {
  opacity: 0.7;
  padding: 20px 13px;
}

.button-subscription.link-table {
  padding: 13px 29px;
}

.button-link {
  position: relative;
}

section#video .button-link, section#subscription .button-link {
  margin: 0px 20px;
}

.button-link:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid #FFFFFF;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.color-orange {
  color: #ff5a33;
}

#header {
  position: relative;
  overflow: hidden;
  height: 88vw;
}

#header video {
  position: absolute;
  height: 100%;
  z-index: 1;
}

#header .pattern {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/pattern.png);
  z-index: 2;
  opacity: 0.6;
}

#header .logo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/logo.png);
  background-position: center 32%;
  background-size: 215%;
  background-repeat: no-repeat;
  z-index: 3;
}

#video {
  padding: 90px 0;
  background-color: #05134e;
}

#video h3 {
  margin-bottom: 45px;
}

#video .video_container {
  position: relative;
  padding-bottom: 56.2%;
}

#video .video_container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

#modalities {
  padding: 90px 0;
  background-color: #00103b;
}

#modalities &gt; .center &gt; .row &gt; .modalities_container {
  padding-right: 32.5px;
  padding-left: 32.5px;
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality {
  padding: 0 2.5px;
  margin-bottom: 5px;
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div {
  padding-bottom: 129.288%;
  background-color: #cccccc;
  background-size: cover;
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div .titulo {
  position: absolute;
  bottom: 40px;
  right: 30px;
  left: 30px;
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div .titulo h3 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  cursor: default;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0px;
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div.futebol {
  background-image: url(../img/modalidades/Miniatura_Futebol.png);
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div.basquete {
  background-image: url(../img/modalidades/Miniatura_Basquete.png);
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div.voleibol_misto {
  background-image: url(../img/modalidades/Miniatura_Volei.png);
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div.ginastica_trampolim {
  background-image: url(../img/modalidades/Miniatura_Ginastica.png);
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div.futsal {
  background-image: url(../img/modalidades/Miniatura_Futsal.png);
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div.handebol {
  background-image: url(../img/modalidades/Miniatura_Handebol.png);
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div.atletismo {
  background-image: url(../img/modalidades/Miniatura_Atletismo.png);
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div.natacao {
  background-image: url(../img/modalidades/Miniatura_Natacao.png);
}

#modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div.sinuca {
  background-image: url(../img/modalidades/Miniatura_Sinuca.png);
}

#dates {
  padding: 65px 0;
  background-color: #05134e;
}

#dates em {
  font-style: normal;
}

.button-back {
  padding-left: 30px;
  color: #FFFFFFCC;
}

.button-back:before {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #ff5a33;
  position: absolute;
  top: 9px;
  left: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.button-back:after {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #ff5a33;
  position: absolute;
  top: 19px;
  left: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#results {
  padding: 65px 0;
  background-color: #00103b;
}

#ratings {
  padding: 0 0 65px;
  background-color: #00103b;
}

#ratings .ranking {
  padding: 30px;
  border-radius: 30px;
  background-color: #05134e;
}

#ratings .ranking &gt; ul &gt; li:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #ff5a33;
  left: 0;
  top: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#ratings .ranking &gt; ul &gt; li:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 16px;
  top: 5px;
  left: 7px;
  background-color: #ff5a33;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#ratings .ranking &gt; ul &gt; li.active:after {
  height: 2px;
  top: 12px;
}

#ratings .ranking ul {
  position: relative;
}

#ratings .ranking ul &gt; li {
  padding-left: 36px;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
}

#ratings .ranking ul &gt; li.active ul {
  display: block;
}

#ratings .ranking ul &gt; li &gt; ul {
  display: none;
  margin-top: 10px;
}

#ratings .ranking ul &gt; li &gt; ul:not(.decoration-none):before {
  content: '';
  position: absolute;
  left: 0;
  border: 1px solid #ff5a33;
  top: 7px;
  bottom: 2px;
}

#ratings .ranking ul &gt; li &gt; ul &gt; li {
  margin-bottom: 5px;
  padding-left: 12px;
}

#ratings .ranking ul &gt; li &gt; ul &gt; li:not(.modality-title) {
  color: #ffffffcc;
}

#ratings .ranking ul &gt; li &gt; ul &gt; li a {
  color: #FFFFFF;
}

#subscription {
  padding: 120px 0 100px;
  background-image: url(../img/subscription.jpg);
}

#games {
  position: relative;
  padding: 90px 0;
  background-color: #00103b;
}

#games .diagonal-lines {
  position: absolute;
  top: 96px;
  left: 0;
  width: 52%;
  padding-bottom: 2.4%;
  background-image: url(../img/riscos-diago.svg);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 88% 87%;
  opacity: 0.1;
}

#games .diagonal-lines-right {
  position: absolute;
  top: 40%;
  right: 0;
  width: 28%;
  padding-bottom: 2.4%;
  background-image: url(../img/riscos-diago.svg);
  background-repeat: no-repeat;
  background-size: 242%;
  background-position: 17% 66%;
  opacity: 0.1;
}

#games.lines-after:after {
  content: '';
  width: 85%;
  height: 7%;
  position: absolute;
  background-image: url(../img/riscos-horiz.svg);
  background-size: cover;
  background-position: 38% 59%;
  background-repeat: no-repeat;
  right: 0;
  opacity: 0.1;
}

#games ul {
  list-style: none;
}

#games ul li {
  display: inline-block;
  margin: 0 10px;
}

#games ul li a {
  position: relative;
}

#games ul li a:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#games ul li a.active:before, #games ul li a:hover:before {
  bottom: -5px;
  opacity: 1;
}

#games [data-games] {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

#games .game {
  padding: 25px;
  border-radius: 20px;
  background-color: #05134e;
  width: 100%;
}

#games .game .times span:before {
  content: 'x';
  position: relative;
  color: #ff5a33;
  margin: 0 10px;
}

#games .game .infos span:not(:first-child):before {
  content: '\2022';
  position: relative;
  color: #ff5a33;
  margin: 0 10px;
}

#games .game.tabela span:before {
  color: #FFFFFF;
  margin: 0px;
}

#games .game.tabela em {
  color: #ff5a33;
  margin: 0 5px;
  font-style: normal;
  font-size: 1.3em;
}

#gallery {
  padding: 90px 0;
  background-color: #05134e;
  overflow: hidden;
}

#gallery .center {
  overflow: initial;
}

#gallery ul {
  list-style: none;
}

#gallery ul li {
  display: inline-block;
  margin: 0 10px;
}

#gallery ul li a {
  position: relative;
}

#gallery ul li a:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #ff5a33;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#gallery ul li a.active:before, #gallery ul li a:hover:before {
  bottom: -5px;
  opacity: 1;
}

#contact {
  padding: 90px 0;
  background-color: #00103b;
}

#contact p {
  line-height: 35px;
}

.glitch {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.glitch:before, .glitch:after {
  display: block;
  content: attr(data-glitch);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
}

.glitch:after {
  color: #231A58;
  z-index: -2;
}

.glitch:before {
  z-index: -1;
}

.modality.green .glitch:before {
  color: #9BFD28;
}

.modality.orange .glitch:before {
  color: #F98700;
}

.modality.red .glitch:before {
  color: #FF5A38;
}

.modality.blue .glitch:before {
  color: #1BFFFC;
}

.modality:hover .glitch:before {
  -webkit-animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
          animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
}

.modality:hover .glitch:after {
  animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
}

@media only screen and (max-width: 30px) {
  .gallery-swiper {
    margin-right: -15px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-container-h .swiper-slide {
    height: 32.8% !important;
  }
  .gallery-swiper {
    padding-bottom: 133% !important;
    margin-right: -30px;
  }
  .navigation-button {
    display: none;
  }
  #games .diagonal-lines {
    padding-bottom: 5.4%;
    background-size: 240%;
  }
  #games .diagonal-lines-right {
    padding-bottom: 5.4%;
    background-size: 484%;
    background-position: 18% 66%;
  }
}

@media only screen and (max-width: 500px) {
  .glitch {
    font-size: 3em;
  }
  .modalities_container .col-xs-6 {
    width: 100%;
  }
}

@media only screen and (min-width: 500px) {
  #modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div .titulo h3 {
    font-size: 27px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 730px) and (max-width: 1023px) {
  #modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div .titulo h3 {
    font-size: 35px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 768px) {
  /*.swiper-container-h .swiper-slide {
		height: 54.6% !important;
	}

	.gallery-swiper {
		padding-bottom: 80% !important;
	}*/
}

@media only screen and (min-width: 600px) {
  #header .logo {
    width: 487px;
    height: 316px;
    background-position: center -70px;
    background-size: 255%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-243px, -158px);
            transform: translate(-243px, -158px);
  }
}

@media only screen and (min-width: 769px) {
  #games.lines-after:after {
    width: 66%;
    height: 0;
    padding-bottom: 2%;
    background-size: 163%;
    background-position: 0px 59%;
  }
  .button-subscription {
    padding: 20px 100px;
  }
  .button-subscription.finished {
    padding: 20px 30px;
  }
  section#video .button-link, section#subscription .button-link {
    margin: 0px 44px;
  }
}

@media only screen and (max-width: 1023px) {
  #subscription {
    background-position: center -200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  #header {
    height: 650px;
    height: 33.86vw;
    max-height: 650px;
  }
  #header video {
    width: 100%;
    height: auto;
  }
  .margin-bottom-mobile {
    margin-bottom: 0 !important;
  }
  #subscription {
    background-attachment: fixed;
  }
  #ratings .ranking &gt; ul &gt; li:after {
    top: 6px;
  }
  #ratings .ranking &gt; ul &gt; li.active:after {
    top: 13px;
  }
  #ratings .ranking &gt; ul &gt; li:before {
    top: 13px;
  }
}

@media only screen and (min-width: 1366px) {
  #modalities &gt; .center &gt; .row &gt; .modalities_container .modality &gt; div .titulo h3 {
    font-size: 35px;
    line-height: 47px;
  }
  section#video .button-link, section#subscription .button-link {
    margin: 0px 40px;
  }
}

@media only screen and (min-width: 1440px) {
  section#video .button-link, section#subscription .button-link {
    margin: 0px 33px;
  }
}

@-webkit-keyframes glitch {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-5px, 5px);
            transform: translate(-5px, 5px);
  }
  40% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  60% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  80% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes glitch {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-5px, 5px);
            transform: translate(-5px, 5px);
  }
  40% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  60% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  80% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.navigation-button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}

.navigation-button.prev {
  left: -50px;
}

.navigation-button.prev:hover {
  left: -55px;
}

.navigation-button.prev:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navigation-button.prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navigation-button.next {
  right: -50px;
}

.navigation-button.next:hover {
  right: -55px;
}

.navigation-button:before {
  content: '';
  width: 22px;
  height: 2px;
  background-color: #ff5a33;
  position: absolute;
  top: 15px;
  left: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navigation-button:after {
  content: '';
  width: 22px;
  height: 2px;
  background-color: #ff5a33;
  position: absolute;
  top: 30px;
  left: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.gallery-swiper {
  position: relative;
  padding-bottom: 45.6%;
}

.swiper-container {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  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;
}

.swiper-container-h .swiper-slide {
  height: 31%;
  background: #fff;
  background-position: center;
  background-size: cover;
}

.swiper-container-h .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/*# sourceMappingURL=copa.css.map */</pre></body></html>