@font-face {
  font-family: "PraiaCortada";
  src: url("fonts/PraiaCortada-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "PraiaReta";
  src: url("fonts/PraiaCortada-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "PraiaNumbers";
  src: url("fonts/PraiaNumeros-Regular.ttf") format("opentype");
}
:root {
  --darkblue: #001d44;
  --blue: #004a99;
  --yellow: #ffc700;
  --cnvs-btn-skew: 15deg;
  --year: 60px;
}
.fpraia-cortada {
  font-family: "PraiaCortada";
}
.fpraia-reta {
  font-family: "PraiaReta";
}
.fpraia-numbers {
  font-family: "PraiaNumbers";
}
.f-georgia {
  font-family: "georgiapro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.f-georgia i {
  font-style: italic;
}
.f-darkblue {
  color: var(--darkblue) !important;
}
.f-blue {
  color: var(--blue) !important;
}
.f-yellow {
  color: var(--yellow) !important;
}
.bg-darkblue {
  background-color: var(--darkblue) !important;
}
.bg-blue {
  background-color: var(--blue) !important;
}
.bg-yellow {
  background-color: var(--yellow) !important;
}
.bg-gdb {
  background: linear-gradient(
    180deg,
    rgba(247, 248, 249, 1) 0%,
    rgba(247, 248, 249, 1) 50%,
    rgba(0, 29, 68, 1) 50%,
    rgba(0, 29, 68, 1) 100%
  );
}
.vw-90 {
  max-width: 90vw !important;
}
p {
  font-weight: 300;
}
.slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0 0 0 / 40%) 30%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.slider-caption h2,
.slider-caption .h2 {
  font-family: "PraiaCortada";
  font-size: 2.5rem;
  line-height: normal;
}
.slider-caption p {
  font-size: 18px;
}
.slider-caption {
  padding: 120px 0;
}
.dark.bg-color {
  background-color: var(--darkblue) !important;
}
#header:not(.transparent-header) #header-wrap,
.sticky-header #header-wrap {
  background-color: var(--blue) !important;
}
.is-expanded-menu .style-3 .menu-container > .menu-item.current > .menu-link {
  background-color: #fff;
}
.menu-item.current > .menu-link {
  color: var(--blue);
}
header:not(.transparent-header) #logo .logo-dark,
header #logo .logo-default {
  height: 90px !important;
  margin-top: -40px;
}
header:not(.transparent-header).sticky-header #logo .logo-dark,
header:not(.transparent-header) #logo .logo-default,
.fix-notopbar {
  margin-top: 10px !important;
  margin-bottom: -20px !important;
}
header .oficial-label .name {
  font-size: 12px;
}
header .oficial-label .oficial {
  font-size: 11px;
}
header .header-misc .menu-item .menu-link {
  border: 0;
}
header:not(.transparent-header) .header-misc .btn-bilheteira,
header.sticky-header .header-misc .btn-bilheteira {
  background-color: var(--yellow);
  color: var(--darkblue);
  transition: 0.2s ease;
}
header:not(.transparent-header) .btn-bilheteira,
header.sticky-header .header-misc .btn-bilheteira {
  color: var(--blue) !important;
}
header.transparent-header:not(.sticky-header) .cls-1 {
  fill: #fff;
}
header.transparent-header.sticky-header .cls-1 {
  fill: var(--blue);
}
header.transparent-header .btn-bilheteira:hover .cls-1,
header .btn-bilheteira .cls-1 {
  fill: var(--blue);
}
header.transparent-header .oficial {
  color: #fff !important;
  opacity: 0.7 !important;
}
.is-expanded-menu .style-3 .menu-container > .menu-item > .menu-link {
  margin: 0;
  border-radius: 0;
}
#content {
  background-color: #f7f8f9;
}
.match-row {
  display: flex;
  align-items: center;
}
.match-row .label-result {
  background: #f7f8f9;
}
.team-icon img {
  max-height: 60px;
}
/*
 .team-icon.home:before {
     content: '';
     width: 100%;
     height: 1px;
     background: rgba(0, 0, 0, .15);
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translateY(-50%);
}
 .team-icon.away:before {
     content: '';
     width: 100%;
     height: 1px;
     background: rgba(0, 0, 0, .15);
     position: absolute;
     right: 50%;
     top: 50%;
     transform: translateY(-50%);
}
*/
.page-title .team-icon.home:before,
.page-title .team-icon.away:before {
  background: rgba(255, 255, 255, 0.3);
}
.result-div {
  padding: 0 10px;
}
.label-competition {
  color: #000;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}
.label-date {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.label-date-home {
  font-size: 14px;
  text-transform: uppercase;
}
.label-stadium {
  font-size: 14px;
  opacity: 0.5;
}
.team-name {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.competition-logo {
  max-height: 40px;
}
.button-border-blue {
  border-color: var(--blue) !important;
  text-transform: uppercase;
  color: var(--blue) !important;
}

.button-border-white {
  border-color: #fff !important;
  text-transform: uppercase;
  color: #fff !important;
  background-color: transparent;
}

.button-blue {
  background-color: var(--blue);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.button-subscribe {
  background-color: var(--yellow);
  color: var(--darkblue);
  height: 100%;
  margin: 0;
  transition: 0.2s ease;
  text-transform: uppercase;
}
.input-group {
  flex-wrap: nowrap;
}
.form-check-label {
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
.input-bg {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.input-bg input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.input-bg input {
  --bs-body-color: rgba(255, 255, 255, 1);
}
footer ul,
.menu-desktop ul {
  list-style-type: none;
}
.widget ul li {
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.mainsponsors-footer img {
  max-height: 100px;
}
.officialsponsors-footer img {
  max-height: 90px;
}
.officialpartners-footer img {
  max-height: 80px;
}
.mainsponsors-footer img,
.officialsponsors-footer img,
.officialpartners-footer img {
  opacity: 1;
  transition: 0.2s ease;
}
.mainsponsors-footer img:hover,
.officialsponsors-footer img:hover,
.officialpartners-footer img:hover {
  opacity: 0.7;
}
.dark#footer .footer-widgets-wrap a {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footer .section {
  background-color: var(--darkblue);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.table > :not(caption) > * > * {
  padding: 12px;
  vertical-align: middle;
}
.logo-team-table {
  max-height: 45px;
}
.table-striped > tbody > tr.estoril-pos > *,
.table > tbody > tr.estoril-pos > * {
  --bs-table-bg-type: var(--yellow);
  color: #000;
}
.top-table th {
  background: transparent;
  text-transform: uppercase;
  font-weight: 500;
}
.top-table th {
  background: transparent;
  text-transform: uppercase;
  font-weight: 500;
}
.ucl-pos {
  border-left: 3px solid #0a2cff;
}
.uel-pos {
  border-left: 3px solid #ff6900;
}
.uconfl-pos {
  border-left: 3px solid #ff6900;
}
.prerel-pos {
  border-left: 3px solid #ffb02e;
}
.rel-pos {
  border-left: 3px solid #ed474e;
}
.mega-menu-style-2 {
  color: rgba(0, 0, 0, 0.6);
}
.mega-menu-style-2 .border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.mega-menu-style-2 a {
  color: rgba(0, 0, 0, 1);
}
.mega-menu-style-2 .sub-menu-container li a {
  color: #000;
}
.mega-menu-style-2 li a {
  color: #000 !important;
  opacity: 0.6;
}
.sub-menu-container .menu-item > .menu-link {
  font-weight: 400 !important;
}
.is-expanded-menu .sub-menu-container .menu-item > .menu-link {
  padding: 0 0 10px;
}
.page-menu-row {
  display: flex;
  justify-content: space-between;
}
#select-season,
#select-competition {
  height: 100%;
  font-size: 14px;
  padding: 0 12px 0px 10px;
}
.form-select-div label {
  position: absolute;
  left: 10px;
  font-size: 12px;
  margin: 0;
}
.table.bg-transparent {
  --bs-table-bg: transparent !important;
}
#home-team-table tr td img {
  max-height: 25px;
}
.page-title {
  transition: 0.2s ease;
}
.sticky-page-menu .page-title {
  padding: 35px 0;
}
.sticky-page-menu .page-title .parallax-bg {
  opacity: 0 !important;
}
#game-div .team-icon img {
  max-height: 90px;
  position: relative;
}
.toggle-institucional span,
.toggle-institucional p b {
  font-size: 14px;
}
.link-modalidades {
  color: #444444;
  transition: 0.2s ease;
}
.link-modalidades:hover {
  opacity: 0.6;
}
.tabs-bb .nav-link {
  font-family: "PraiaCortada";
  opacity: 0.2;
  transition: 0.2s ease;
  font-size: 1.125rem;
}
.tabs-bb .nav-link.active,
.tabs-bb .nav-link:hover {
  opacity: 1;
}
.player-card {
  position: relative;
  text-align: center;
}
.player-card:not(.active):hover .player-1 {
  opacity: 0;
  display: none;
}
.player-card:not(.active):hover .player-2 {
  opacity: 1;
  display: block;
  animation: fadeIn 0.3s ease;
}
.player-card .player-1 {
  opacity: 1;
  transition: 0.1s ease;
  display: block;
}
.player-card:not(.active) .player-2 {
  opacity: 0;
  transition: 0.1s ease;
  display: none;
}
.player-card:hover .player-name {
  transform: translateY(-5px);
}
.player-card:hover .player-number {
  transform: translateY(-6px);
}
.background-shape {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.player-card .background-shape::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #ffc300;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin: 0 auto;
  z-index: 1;
  transform: rotate(180deg) scale(0.9);
  opacity: 0;
  transition: 0.3s ease;
}
.player-card:hover:not(.nophoto2) .background-shape::before,
.player-card:not(.nophoto2).active .background-shape::before {
  opacity: 1;
  transform: rotate(180deg) scale(1);
}
.player-photo {
  width: 100%;
  z-index: 2;
  position: relative;
}
.player-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  position: absolute;
  bottom: 0px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 3;
  transition: 0.2s ease;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(0, 29, 68, 0) 0%,
    rgba(0, 29, 68, 1) 100%
  );
}
.player-number {
  background-color: #004a99;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.5s ease;
}
.player-number span {
  font-family: "PraiaCortada";
  font-size: 14px;
  color: #fff;
  transform: translateY(-1px);
}
.player-name {
  font-family: "PraiaCortada";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 0px;
  transition: 0.3s ease;
}
.player-mobile .player-number {
  width: 40px;
  height: 40px;
}
.player-mobile .player-number span {
  font-size: 18px;
}
.player-mobile .player-name {
  font-size: 28px;
}
.player-mobile .player-info {
  padding-bottom: 20px;
}
.player-number-back {
  display: none;
}
.player-card:hover .player-number-back {
  display: block;
  font-family: "PraiaCortada";
  color: #ffffff;
  position: absolute;
  top: 40px;
  font-size: 100px;
  left: 50%;
  transform: translateX(-40%);
  z-index: 1;
  opacity: 0.3;
}
#pos-text-div {
  position: absolute;
  top: 50%;
  transform: translateY(-31%);
}
#pos-text {
  font-size: 5vw;
  color: #fff !important;
  opacity: 0.02;
}
.toggle-bg .toggle-header {
  background-color: rgb(0 74 153 / 5%);
  margin: 0;
  padding: var(--cnvs-toggle-content-padding);
  border-radius: 4px;
}
#select-season,
#select-competition {
  background-color: #f7f8f9;
  border: 0;
  border-radius: 5px;
  color: #0c0c0cb3;
}
.modalidade .player-info {
  height: 30%;
  background: linear-gradient(
    180deg,
    rgba(0, 29, 68, 0) 0%,
    rgb(248 249 250) 100%
  );
}
.modalidade .player-name {
  color: var(--blue);
}
#content .text ul {
  margin-left: 18px;
}
.news-category-label {
  color: var(--blue);
  font-size: 14px !important;
  text-transform: uppercase;
}
.entry-title h3 {
  color: #2a262d;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
}
.date-label,
.price-label {
  font-size: 14px;
  color: #2a262d;
  opacity: 0.65;
  transition: 0.2s ease;
}
.entry-image {
  border-radius: var(--cnvs-post-image-rounded);
  overflow: hidden;
}
.entry-image img {
  transition: 0.4s ease;
}
.entry:hover img {
  transform: scale(1.03);
}
.data-read {
  position: relative;
}
.slider-inner,
#teste {
  background-color: var(--blue);
}
#teste {
  opacity: 0;
  animation: slide-down 2s ease-in-out;
}
@keyframes slide-down {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.read-news {
  opacity: 0;
  position: absolute;
  top: 12px;
  left: 1px;
  transition: 0.4s ease;
  color: var(--blue);
  font-size: 14px;
}
.entry:hover .date-label,
.product:hover .price-label {
  opacity: 0;
}
.entry:hover .read-news,
.product:hover .read-news {
  opacity: 1;
  top: 0;
}
.grid-item .bg-overlay-content {
  top: auto;
  bottom: -40px;
  transition: bottom 0.3s ease;
}
.grid-item:hover .bg-overlay-content {
  bottom: 0;
}
.grid-item:hover .btn-more {
  opacity: 1;
}
.sub-menu-container .menu-item-title h5 {
  font-size: 14px;
}
.sub-menu-container.mega-menu-column {
  display: flex !important;
}
ul.sub-menu-container li a:hover {
  opacity: 0.3 !important;
}
.title-news {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px !important;
  width: 115%;
}
.title-news a,
.title-news span {
  color: #fff !important;
  background: #004a99;
  text-transform: uppercase;
}
.title-news.dark span {
  color: #004a99 !important;
  background: #fff;
  text-transform: uppercase;
}
.pagination .page-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}
.pagination .page-link.active,
.active > .page-link,
.pagination .page-link:hover {
  background-color: #004a99 !important;
  border-color: #004a99 !important;
}
.pagination .page-link {
  background-color: inherit;
}
.modalitie-button {
  position: relative;
  overflow: hidden;
}
.modalitie-img {
  border-radius: 0.25rem;
}
.modalitie-button img {
  transition: 0.2s ease;
}
.modalitie-button:hover img {
  transform: scale(1.05);
}
.modalitie-button h5 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
}
.modalitie-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.fix-yeardiv {
  margin-top: calc(-1 * var(--year) / 2);
}
.history .year {
  font-size: var(--year);
}
.history .yearwimage {
  transform: translateY(50%);
}
.history-img {
  border: 16px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.square-shape {
  height: 12px;
  width: 12px;
  background: var(--blue);
  transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(247, 248, 249, 1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(247, 248, 249, 1);
  box-shadow: 0px 0px 0px 5px rgba(247, 248, 249, 1);
}
.video-background {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.content {
  padding: 25px;
  background-color: rgba(#000, 0.3);
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.mouseDown {
  font-size: 0.9em;
  border: 2px solid rgba(255, 255, 255, 1);
  display: block;
  width: 1.7em;
  height: 2.8em;
  border-radius: 0.9em;
  margin: 0 auto;
  text-decoration: none;
  transition: border 0.2s ease-out;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.mouseDown:hover {
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.mouseDown span {
  display: block;
  background: #fff;
  width: 0.2em;
  height: 0.3em;
  margin: 0.7em auto 0;
  border-radius: 0.4em;
}
.mouseDown span {
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  will-change: transform;
}
.reveal-content .owl-drag + .canvas-cursor {
  --cnvs-cursor-size: 80px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  width: var(--cnvs-cursor-size);
  height: var(--cnvs-cursor-size);
  left: calc(var(--cnvs-cursor-size) / -2);
  top: calc(var(--cnvs-cursor-size) / -2);
  border-radius: 50%;
  z-index: 99999;
  border: 1px solid #fff;
  mix-blend-mode: difference;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out,
    top 0.4s ease-in-out, left 0.4s ease-in-out, opacity 0.3s 0.1s ease-in-out;
}
.device-touch .reveal-content .owl-drag + .canvas-cursor {
  display: none;
}
.reveal-content:hover .owl-drag + .canvas-cursor {
  visibility: visible;
  opacity: 1;
}
.reveal-content .owl-drag + .canvas-cursor .canvas-cursor-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 80%;
  color: #fff;
  font-family: var(--cnvs-primary-font);
  will-change: transform;
}
.reveal-content .owl-drag.owl-grab + .canvas-cursor .canvas-cursor-text {
  opacity: 0;
  visibility: hidden;
}
.reveal-content .owl-drag.owl-grab + .canvas-cursor {
  --cnvs-cursor-size: 50px;
}
.reveal-content .owl-drag + .canvas-cursor .icon-caret-left,
.reveal-content .owl-drag + .canvas-cursor .icon-caret-right {
  --cnvs-arrow-pos: 50px;
  color: #fff;
  font-size: 24px;
  transition: transform ease-in-out 0.4s;
}
.reveal-content:hover .owl-drag.owl-grab + .canvas-cursor .icon-caret-left,
.reveal-content:hover .owl-drag.owl-grab + .canvas-cursor .icon-caret-right {
  --cnvs-arrow-pos: 10px;
}
.reveal-content .owl-drag + .canvas-cursor .icon-caret-left {
  transform: translateX(calc(-1 * var(--cnvs-arrow-pos)));
}
.reveal-content .owl-drag + .canvas-cursor .icon-caret-right {
  transform: translateX(var(--cnvs-arrow-pos));
}
.reveal-content .owl-drag .owl-item {
  transition: transform 0.25s ease-in-out;
}
.reveal-content .owl-drag.owl-grab .owl-item {
  transform: scale(0.92);
}
.product:hover .product-desc h2 {
  font-style: italic;
}
.circular-text {
  position: absolute;
  width: 180px;
  height: 180px;
  top: -90px;
  right: -90px;
}
.circular-text-rotate {
  font-size: 13px;
  font-family: var(--cnvs-body-font) !important;
  opacity: 0.5;
  text-transform: uppercase;
}
.skrollable {
  transition: all 0.2s linear;
  transform-style: preserve-3d;
}
.play-btn {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid #fff;
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 74, 153, 0.7);
  animation: pulse 1.5s infinite;
  transition: transform 0.1s ease-in;
  transform: translateX(-50%) translateY(-50%);
}
.product-image:hover .play-btn {
  background-color: var(--blue);
  color: #fff;
  border-color: var(--blue);
  transform: scale(1.1) translateX(-50%) translateY(-50%);
}
.next-player:hover .next-btn {
  background-color: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.next-btn {
  z-index: 100;
  left: 50%;
  top: 50%;
  border: 1px solid #fff;
  width: 48px !important;
  height: 48px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  transition: transform 0.1s ease;
}
.block-slider-2 .swiper-pagination {
  --color: #fff;
  --gap: 10px;
  --line-width: 100px;
  display: flex;
  width: auto;
  justify-content: center;
  counter-reset: item;
  bottom: 38px !important;
  transform: translateX(-50%);
  align-items: center;
  left: 20px;
}
.block-slider-2 .swiper-pagination::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: var(--color, #fff);
}
.block-slider-2 .swiper-pagination span::before {
  content: "0" counter(item);
  counter-increment: item;
  font-weight: 700;
  color: var(--color, #fff);
  transform: rotate(270deg);
}
.block-slider-2 .swiper-pagination::after {
  content: attr(swiper-slides-total);
  bottom: -20px;
  font-weight: 700;
  color: var(--color, #fff);
  opacity: 0.6;
  transform: rotate(0deg);
  position: absolute;
}
.block-slider-2 .swiper-pagination span {
  position: absolute;
  top: -20px;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-slider-2 .swiper-pagination span:not(.swiper-pagination-bullet-active) {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.block-slider-2
  .swiper-pagination
  span.swiper-pagination-bullet-active
  ~ .swiper-pagination-bullet {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.block-slider-2 .swiper-pagination span,
.block-slider-2 .swiper-pagination span:hover,
.block-slider-2 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: transparent !important;
  border: 0;
  transform: rotate(0deg);
}
.arrows-slider {
  position: absolute;
  left: 72px;
  bottom: 20px;
  z-index: 100;
  display: flex;
}
.dark .product-carousel .product-title a {
  color: #fff;
}
#content .bg-darkblue a {
  color: #fff !important;
}
.card-homepage {
  background-color: #fff;
  border-color: #ededed;
}
.table-homepage td {
  padding: 9px;
}
.table-homepage .logo-team-table {
  max-height: 25px;
}
.table-homepage tr:last-child td {
  border-bottom: 0;
}
.title-link {
  font-size: 14px;
}
.transparent-header #header-wrap {
  backdrop-filter: blur(0.5rem);
}
.ticker-wrap {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  left: 0;
}
.ticker-item {
  font-family: "PraiaReta";
  font-size: 110px !important;
  color: #fff;
}
.ticker-item.outline {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
.owl-dots {
  background-color: #0000001a;
  max-width: 100%;
  margin: auto;
  width: 100%;
  height: 3px !important;
  display: flex;
  max-width: 1320px;
  margin: inherit;
  margin-top: 35px;
}
header.transparent-header #logo img {
  transform: translateY(0px);
}
.owl-dot {
  height: 3px !important;
  display: block;
  background: #eaeaea !important;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 0 !important;
  margin-top: 0 !important;
}
.dark .owl-dot,
.dark .owl-dots {
  background: rgb(255 255 255 / 10%) !important;
}
.owl-dot.active {
  background: var(--blue) !important;
}
.button.disabled,
.button:disabled {
  background-color: #acacac;
}
.gallery-homepage .swiper-slide {
  display: flex;
  align-items: flex-end;
}
.swiper-thumbs {
  width: auto !important;
  right: 10%;
  padding: 40px 0;
}
.swiper-thumbs .swiper-slide {
  align-items: stretch;
}
.homepage-slider {
  padding-bottom: 20px !important;
  z-index: 6 !important;
}
.swiper-thumbs .swiper-slide {
  opacity: 0.7;
}
.swiper-slide-thumb-active {
  border: 3px solid var(--blue);
  opacity: 1 !important;
}
.vimeo-player {
  height: 100vh !important;
  z-index: 100;
}
#video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  z-index: 10;
  background-color: var(--blue);
  animation: slide-left 1.5s ease-in-out forwards;
  animation-delay: 1.5s;
}
@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.vh100-fix {
  min-height: calc(100vh - 116.7px);
}
.number-player-page {
  font-size: 3.5rem;
  opacity: 0.4;
}
.number-player-page::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(
    180deg,
    rgba(0, 29, 68, 0) 0%,
    rgba(0, 29, 68, 1) 100%
  );
}
.row-gap-10 {
  padding-bottom: 10 !important;
}
.p-gallery-fix:first-child {
  padding-bottom: calc(var(--cnvs-custom-gutter) / 2);
}
.p-gallery-fix:last-child {
  padding-top: calc(var(--cnvs-custom-gutter) / 2);
}
.circle-live {
  fill: #fff;
  will-change: opacity;
  animation: live 1.8s infinite;
}
.bg-live {
  background-color: #ff334b;
}
.bg-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-trigger-icon {
  animation: pulse 1.5s infinite !important;
}
.overlay-trigger-icon:hover {
  background-color: var(--blue) !important;
}
.overlay-trigger-icon:hover i {
  color: #fff !important;
}
.fluid-width-video-wrapper {
  position: initial !important;
}
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fluid-width-video-wrapper iframe {
  transform: scale(1.5);
}
.rounded-circle.file {
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid rgb(0 0 0 / 10%);
  transition: 0.2s ease;
}
a:hover .rounded-circle.file {
  background-color: var(--blue);
  color: #fff;
}
.files span {
  font-size: 16px;
  color: #212529;
  font-weight: 200;
}

.label-result {
  font-size: 16px;
  font-family: "PraiaCortada";
}

.btn-border {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.2s ease;
}

.btn-border:hover {
  background: #fff;
  color: var(--blue);
}

.btn-white {
  background: #fff;
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.2s ease;
}

.btn-white:hover {
  background: rgba(255, 255, 255, 0.6);
  color: var(--blue);
}

.input-group-btn {
  display: flex;
  align-items: center;
}

.input-group-btn .btn {
  font-size: 14px;
  border-radius: 0;
  height: 100%;
}

.input-group-btn .btn-file {
  display: flex;
  align-items: center;
}

.socio-table th {
  white-space: nowrap !important;
}

.sponsors-imgdiv {
  width: 90%;
  border: solid 2px #eeeeee;
  background-color: white;
  margin: auto;
  z-index: 100;
  position: relative;
}

.text-sponsorsdiv {
  transform: translateY(-30px);
  padding: 50px 20px 20px 20px;
  background-color: rgb(238 240 242);
}

.text-sponsorsdiv h4 {
  font-size: 16px;
}

.sponsors-pagediv img {
  transition: 0.2s ease;
}
.sponsors-pagediv:hover img {
  opacity: 0.6;
}

.top-table th {
  text-transform: inherit !important;
}

.top-table span {
  opacity: 0.6;
  font-size: 14px;
}

.left-div {
  background-color: var(--blue);
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  min-height: 50vh;
}

.form-group > label.error {
  display: block !important;
  text-transform: none;
}

.form-group input.valid ~ label.error,
.form-group input[type="text"] ~ label.error,
.form-group input[type="email"] ~ label.error,
.form-group input[type="number"] ~ label.error,
.form-group select ~ label.error,
.form-group textarea ~ label.error,
#membro-telefone-error {
  display: none !important;
}

.fileinput-upload {
  display: none !important;
}

.iti {
  width: 100%;
}

.btn-file span {
  font-size: 14px;
}

.btn.btn-primary.btn-file i,
.fileinput-remove i {
  display: none;
}

.file-input .btn {
  line-height: inherit;
}

.form-widget .form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff !important;
  border: 1px solid #e2e2e2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-validator .form-check-label {
  color: #212529;
  font-size: 16px;
}

span.declaracao {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.zerozero-data {
  height: 50px;
}

.fixplay {
  left: 50% !important;
  top: 50% !important;
  z-index: 100 !important;
  opacity: 1 !important;
}
.nextgame-slider .swiper-pagination {
  bottom: 20px !important;
  --cnvs-swiper-bar-color: var(--cnvs-contrast-300);
  --cnvs-swiper-bar-active-color: var(--cnvs-contrast-900);
  --cnvs-swiper-bar-title-color: var(--cnvs-contrast-800);
  --cnvs-swiper-bar-width: 140px;
  --cnvs-swiper-bar-height: 4px;
  --cnvs-swiper-bar-gap: 25px;
  --cnvs-swiper-autoplay-speed: 5000ms;
}

.nextgame-slider
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-right: var(--cnvs-swiper-bar-gap);
  background: transparent !important;
}

.nextgame-slider .swiper-pagination span.swiper-pagination-bullet-active,
.nextgame-slider .swiper-pagination span:hover {
  background-color: transparent !important;
}

.nextgame-slider .swiper-pagination span {
  position: relative;
  width: var(--cnvs-swiper-bar-width);
  height: auto;
  text-align: left;
  border-radius: 3px;
  opacity: 1;
  border: 0;
}

.nextgame-slider .swiper-pagination-bullet {
  opacity: 0.5 !important;
}

.nextgame-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.nextgame-slider .swiper-pagination div.slider-name {
  color: var(--cnvs-swiper-bar-title-color);
  background: transparent !important;
  padding: 14px 20px;
}

.nextgame-slider .swiper-pagination div.slider-name p:first-child {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.nextgame-slider .swiper-pagination div.slider-name p:last-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.nextgame-slider .swiper-pagination span.slider-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: rgb(255 255 255 / 25%);
  overflow: hidden;
  border-radius: 0px;
}
.nextgame-slider .swiper-pagination span.slider-bar-active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  border-radius: 0px;
  height: 2px;
  background-color: var(--blue) !important;
}

.nextgame-slider .swiper-pagination span:hover span.slider-bar {
  opacity: 1;
}

.nextgame-slider .swiper-pagination-bullet-active {
  background-color: transparent;
}
.nextgame-slider .swiper-pagination-bullet-active span.slider-bar-active {
  animation-name: swiperBarAnim;
  animation-duration: var(--cnvs-swiper-autoplay-speed);
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.nextgame-slider .swiper-slide-active .swiper-slide-bg {
  -webkit-animation: kenburns-top 14s ease-out both;
  animation: kenburns-top 14s ease-out both;
}

.nextgame-slider
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.nextgame-slider
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}

.nextgame-slider .slider-caption p {
  font-size: 17px;
  opacity: 0.8 !important;
}

.nextgame-slider .slider-caption h2,
.nextgame-slider .slider-caption .h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 2.25rem;
}

.nextgame-teamleft {
  transform: translateX(20%);
  height: 80px;
}

.nextgame-teamright {
  transform: translateX(-20%);
  height: 80px;
}

.nextgame {
  background: #08253f;
  height: 100px;
  display: flex;
  align-items: center;
}

.nextgame h3 {
  font-size: 18px;
}

.include-nextgame {
  min-height: calc(100vh - 100px) !important;
}

.nextgame-data,
.nextgame-hora {
  font-family: "PraiaReta";
}

.fixplay {
  left: 50% !important;
  top: 50% !important;
  z-index: 100 !important;
  opacity: 1 !important;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(210, 237, 249, 1);
    box-shadow: 0 0 0 0 rgba(210, 237, 249, 1);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(210, 237, 249, 0);
    box-shadow: 0 0 0 10px rgba(210, 237, 249, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(210, 237, 249, 0);
    box-shadow: 0 0 0 0 rgba(210, 237, 249, 0);
  }
}
@keyframes live {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll {
  0%,
  20% {
    -webkit-transform: translateY(0) scaleY(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1.2em) scaleY(1.5);
    opacity: 0.01;
  }
}
@keyframes scroll {
  0%,
  20% {
    transform: translateY(0) scaleY(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(1.2em) scaleY(1.5);
    opacity: 0.01;
  }
}

@keyframes swiperBarAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

@media (min-width: 992px) {
  .slider-contentv {
    margin-left: calc(50% - 480px);
    width: 100vw;
  }
  #footer .section {
    padding: 40px 0 !important;
  }
  .nextgame-slider .swiper-pagination span {
    width: calc(960px / 3);
  }
  .nextgame-slider .slider-caption {
    max-width: 75% !important;
  }
}
@media (min-width: 1200px) {
  .slider-contentv {
    margin-left: calc(50% - 570px);
    width: 100vw;
  }
  .nextgame-slider .swiper-pagination span {
    width: calc(1140px / 4);
  }
  .nextgame-slider .slider-caption {
    max-width: 50% !important;
  }
}
@media (min-width: 1400px) {
  .slider-contentv {
    margin-left: calc(50% - 660px);
    width: 100vw;
  }
  .label-result {
    font-size: 20px;
  }
  .nextgame-slider .swiper-pagination span {
    width: calc(1320px / 4);
  }
}
@media (min-width: 1700px) {
  .gallery-homepage {
    max-width: 1740px;
  }
  .block-slider-2 .swiper-pagination {
    left: 160px;
  }
}
@media (max-width: 1699.9px) {
  .homepage-slider {
    padding: 20px 45px !important;
  }
}
@media (max-width: 1400px) {
  .gallery-homepage {
    max-width: 100vw;
  }
  .swiper-thumbs {
    padding: 80px 0;
  }
}
@media (min-width: 991px) {
  .slider-caption:not(#slider-caption-modalidade) {
    max-width: 1340px;
    justify-content: end;
    height: 100%;
    padding: 0;
  }
  .w-team {
    width: 40%;
  }
  .w-result {
    width: 20%;
  }
  .sticky-page-menu .page-menu-row:not(.justify-content-center) {
    padding-left: 3rem !important;
  }
  .transform-skew {
    transform: skew(calc(-1 * var(--cnvs-btn-skew)));
  }
  .transform-skew > * {
    display: inline-block;
    transform: skew(var(--cnvs-btn-skew));
  }
  .team-name {
    font-size: 1rem;
  }
  header.transparent-header .menu-item .menu-link {
    border-left: 1px solid rgba(255, 255, 255, 0);
  }
  header.transparent-header .menu-item:last-child .menu-link {
    border-right: 1px solid rgba(255, 255, 255, 0);
    border-left: 1px solid rgba(255, 255, 255, 0);
  }
  header:not(.transparent-header) .menu-item .menu-link,
  header.transparent-header.sticky-header .menu-item .menu-link {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 0;
  }
  header:not(.transparent-header) .menu-item:last-child .menu-link,
  header.transparent-header.sticky-header .menu-item:last-child .menu-link {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 991px) {
  :root {
    --year: 50px;
  }
  .sub-menu {
    opacity: 0.8;
  }
  .transparent-header {
    background-color: var(--blue);
  }
  header:not(.transparent-header) #logo .logo-dark,
  header #logo .logo-default {
    height: 90px !important;
    margin-top: 5px;
  }
  .header-row {
    align-items: center;
    flex-wrap: wrap;
    justify-content: inherit;
  }
  .side-panel-trigger {
    margin-left: auto;
  }
  .match-row-buttons .info {
    flex-grow: 1;
  }
  .match-row-buttons .buy {
    flex-grow: 2;
  }
  .w-team,
  .w-result {
    width: 33.33%;
  }
  header #logo .logo-dark,
  header #logo .logo-default {
    margin-top: 10px;
    margin-bottom: -20px;
  }
  .page-menu-row {
    overflow-x: scroll;
  }
  .page-menu-nav .page-menu-container {
    flex-wrap: nowrap;
    justify-content: start;
  }
  .content-wrap,
  #footer .footer-widgets-wrap {
    padding: 60px 12.5px;
  }
  .officialsponsors-footer img,
  .officialpartners-footer img {
    max-height: 60px;
  }
  .page-title-parallax {
    --cnvs-page-title-padding: 4rem !important;
  }
  .slider-caption {
    padding: 60px 0;
  }
  #pos-text-div {
    display: none;
  }
  #pos-text {
    opacity: 1;
    font-size: 1.25rem;
    color: var(--yellow) !important;
    margin-top: 20px;
  }
  .player-name {
    font-size: 14px;
  }
  .player-number span {
    font-size: 12px;
  }
  .player-number {
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
  }
  .tab-content-classificao,
  .tab-content-socios {
    overflow-x: scroll;
  }

  .team-name {
    white-space: nowrap;
  }
  .logo-team-table {
    max-height: 30px;
    max-width: inherit;
  }
  #select-season,
  #select-competition {
    height: 40px;
    background-color: #ffffff;
    border: 1px solid hsl(0deg 0% 5% / 10%);
    border-radius: 5px;
    color: #0c0c0cb3;
  }
  .cw-pt-20 {
    padding-top: 20px;
  }
  .toggle-header,
  .accordion-header {
    align-items: center;
  }
  .toggle-header .toggle-title {
    font-size: 16px;
    font-weight: 500;
  }
  .canvas-alt-tabs {
    flex-direction: row;
  }
  .section {
    padding: 60px 0;
    margin: 60px 0;
  }
  .title-news {
    font-size: 24px !important;
    width: 100%;
  }
  .entry {
    margin-bottom: 2rem;
  }
  .owl-dots {
    margin-top: 15px;
  }
  .homepage-slider {
    padding: 20px 15px;
  }
  .table-homepage td {
    padding: 10px 4px;
  }
  #footer .section {
    padding: 30px 0;
  }
  .blue-bg-mobile {
    background-color: var(--blue);
  }
  .sub-menu a {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .side-panel-trigger {
    width: 50px;
  }
  #side-panel-trigger-close {
    width: 50px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #side-panel-trigger-close a {
    color: #fff;
  }
  .side-panel-trigger .cnvs-hamburger {
    margin: auto;
  }
  .sub-menu.active .sub-menu-indicator {
    transform: rotate(45deg);
    transition: 0.2s ease-in-out;
  }
  .gallery-homepage .slider-caption {
    padding: 20px 20px !important;
    justify-content: end;
    margin: 0;
  }
  .mainsponsors-footer img {
    max-height: 80px;
  }
  #slider {
    height: calc(100vh - 90px);
  }
  .ticker-item {
    font-size: 70px !important;
  }
  .fluid-width-video-wrapper iframe {
    transform: scale(3);
  }
  .padding-social {
    padding: 8px 15px;
  }
  .social-icon {
    --cnvs-socialicon-size: 2.125rem;
  }
  .blog-page .page-title {
    border: 0;
  }
  .blog-page #content {
    background-color: #fff;
  }
  .blog-page .content-wrap {
    padding-top: 0;
  }
  .slider-caption h2,
  .slider-caption .h2 {
    font-size: 1.5rem;
  }
  .left-div {
    min-height: 30vh !important;
    padding: 10px !important;
  }
  .socio-check {
    font-size: 14px !important;
    line-height: 16px;
  }
  .cw-fix {
    padding: 12.5px 12.5px 60px 12.5px;
  }
  .include-nextgame {
    min-height: calc(100vh - 20vh - 75px) !important;
  }

  .nextgame {
    height: 20vh;
  }

  .nextgame h3 {
    font-size: 14px;
  }
  .nextgame-teamleft,
  .nextgame-teamright {
    height: 60px;
  }
  .nextgame-data,
  .nextgame-hora {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 300;
  }
}
@media (max-width: 768px) {
  * {
    --cnvs-header-height: 85px;
  }
  .fluid-width-video-wrapper iframe {
    transform: scale(4);
  }
  #logo {
    margin: auto;
  }
  #slider {
    height: calc(100vh - 76px);
  }
  .table-mobile {
    overflow-x: scroll !important;
  }
}
@media (max-width: 575.98px) {
  .page-title-content h1,
  .page-title-content .h1 {
    font-size: 1.75rem;
  }
  #logo a {
    transform: translateX(25px);
    width: inherit;
    margin: auto;
  }
  .zerozero-data {
    height: 45px;
  }
}
