/*
Theme Name: Santa Luzia FC
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Special+Elite&family=Staatliches&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::selection {
  background-color: #000;
  color: #c0c0c0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #202020;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 45px;
  /* 102.273% */
}

h2 {
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

address {
  font-style: normal;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.main-container {
  max-width: 1360px;
  margin: 0 auto;
}

.sm-container {
  max-width: 728px;
  margin: 0 auto;
}

main {
  padding-top: 86px;
}

.single-academia main,
.page-template-page-clube main,
.page-template-page-contactos main {
  overflow-x: hidden;
}

/*
** AJUSTES
*/

.ml-30n {
  margin-left: -30px;
}

.mt-30 {
  margin-top: 30px;
}

.color-yellow {
  color: #ffe90b;
}

.color-white {
  color: #fff;
}

.color-dark {
  color: #202020;
}

.title-tape {
  color: #fff;
  font-family: "Special Elite";
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  transform: rotate(2deg);
  background-image: url(assets/images/icons/icon-title-tape.webp);
  padding: 20px 53px 15px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: fit-content;
  margin: 0 auto 15px auto;
  white-space: nowrap;
}

.title-tape.large {
  background-image: url(assets/images/icons/icon-title-tape-large.webp);
  padding: 25px 22px 20px 25px;
}

.subtitle {
  color: #fff;
  text-align: center;
  font-family: "Staatliches";
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  /* 115% */
}

.text-center {
  text-align: center;
}

/*
** PAGE
*/
.page-banner {
  background-color: #1a1a1a;
  padding: 53px 0 47px 0;
}

.page-banner h1 {
  text-align: center;
}

.page-container {
  max-width: 812px;
  margin: 0 auto;
}

.page-content {
  padding: 50px 0 150px 0;
  counter-reset: section;
}

.page-content h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 15px;
}

.page-content h2::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero) ". ";
  color: #efc900;
}

.page-content h3 {
  color: #c0c0c0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  margin-bottom: 15px;
}

.page-content p {
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
}

.page-content p:has(+ h2) {
  margin-bottom: 30px !important;
}

.page-content p:not(:last-child) {
  margin-bottom: 15px;
}

.page-content table {
  margin: 30px 0;
  display: block;
  overflow-x: auto;
}

.page-content td,
.page-content th {
  color: #b9b9b9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  padding: 8px;
}

.page-content thead td,
.page-content thead th {
  color: #efc900;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  padding: 8px 8px 14px 8px;
}

.page-content tbody tr:nth-child(odd) {
  background-color: #313131;
}

/*
** FOOTER
*/

footer {
  border-radius: 10px;
  background: #202020;
  box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.4);
  background-image: url(assets/images/bg/bg-footer-santaluziafc.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  padding: 83px 0 25px 0;
  background-size: contain;
}

footer::before {
  content: "";
  position: absolute;
  right: 5%;
  top: -112px;
  height: 112px;
  width: 425px;
  background-image: url(assets/images/footer-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.to-top {
  position: absolute;
  top: -35px;
  right: 13%;
  background-color: #fce400;
  border: none;
  cursor: pointer;
  border-radius: 50%;
}

.to-top:hover > svg {
  border-radius: 50%;
}

.to-top:hover svg {
  animation: pulse-footer infinite 1s;
}

.footer-grid {
  display: grid;
  grid-template-columns: 40% 30% 25%;
}

.footer-grid > div {
  position: relative;
}

.footer-grid > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #626262;
}

.footer-first-column {
  display: flex;
  gap: 47px;
  padding-right: 70px;
  padding-top: 15px;
}

.footer-first-column > address {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.footer-mail {
  color: #fce400;
  font-family: "Staatliches";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 7px;
  transition: all 0.2s;
}

address a {
  transition: all 0.2s;
}
address a:hover {
  color: #efc900;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 14px;
}

.footer-socials a {
  transition: all 0.2s;
}

.footer-socials a:hover {
  scale: 1.1;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
  gap: 20px;
  flex-wrap: wrap;
}

.menu-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15%;
}

.menu-footer a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  transition: all 0.2s;
}

.menu-footer a:hover {
  color: #fce400;
}

footer h1,
footer h3 {
  color: #fff;
  font-family: "Staatliches";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}

.menu-footer-bottom {
  display: flex;
  gap: 6px 20px;
  flex-wrap: wrap;
}

.menu-footer-bottom a {
  color: #919191;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  transition: all 0.2s;
}

.menu-footer-bottom a:hover {
  color: #fff;
}

.footer-second-column {
  padding: 29px 55px 0 64px;
}

.footer-third-column {
  padding-top: 15px;
  padding-left: 47px;
  display: flex;
  flex-direction: column;
}

.footer-button {
  position: relative;
  width: fit-content;
  margin: 9px 0 44px 0;
  padding: 2px;
  background-color: #fce400;
  border-radius: 10px;
  transition: all 0.2s;
}

.footer-button > span {
  color: #202020;
  font-family: "Staatliches";
  font-size: 23px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #fce400;
  padding: 12px 28px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  transition: all 0.2s;
}

.footer-button:hover,
.footer-button:hover > span {
  background-color: #fff;
}

/*
** HEADER
*/

header {
  background: #202020;
  box-shadow: 0px 4px 73px 0px rgba(0, 0, 0, 0.65);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header-navigation {
  display: flex;
  align-items: baseline;
}

.menu-header {
  display: flex;
  align-items: baseline;
  gap: 32px;
}

.menu-header > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  position: relative;
}

.menu-header > li > a::before {
  content: "";
  transition: all 0.2s;
  position: absolute;
  top: -45px;
  left: -20px;
  width: calc(100% + 40px);
  display: block;
  height: 102px;
  background-color: #323232;
  opacity: 0;
  z-index: -1;
}

.menu-header > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.menu-header > li.menu-item-has-children > a::after {
  content: "";
  height: 7px;
  width: 7px;
  background-image: url(assets/images/icons/icon-has-children.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-header > li.current-menu-ancestor > a::before,
.menu-header > li.current-menu-item > a::before,
.menu-header > li > a:hover::before {
  opacity: 1;
}

.menu-header > li {
  padding: 40px 0;
  position: relative;
}

.only-mobile {
  display: none;
}

.menu-header > li > .sub-menu {
  position: absolute;
  width: 220px;
  background-color: #d9d9d9;
  top: 96px;
  left: -18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s;
}

.menu-header > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-header > li > .sub-menu a {
  color: #202020;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  padding: 14px 24px;
  border-bottom: 1px solid #c5c5c5;
  display: block;
  width: 100%;
}

.menu-header > li > .sub-menu > li.current-menu-item a,
.menu-header > li > .sub-menu a:hover {
  background-color: #c5c5c5;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  position: relative;
}

.header-badge {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}

.header-logo.scrolled .header-badge {
  scale: 0.4;
  transform-origin: top left;
  top: -6px;
}

.custom-logo-link {
  margin-left: 120px;
  transition: all 0.5s;
}

.header-logo.scrolled .custom-logo-link {
  margin-left: 50px;
}

.header-navigation-extra {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-left: 43px;
}

.header-button {
  color: #191919;
  text-align: center;
  font-family: "Staatliches";
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  background-color: #fce400;
  transition: all 0.2s;
}

.header-button:hover {
  background-color: #fff;
}

.header-button-search {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #303030;
  padding: 16px;
  transition: all 0.2s;
}

.header-button-search:hover {
  background-color: #fce400;
}

.header-button-search > img {
  transition: all 0.2s;
}

.header-button-search:hover > img {
  filter: invert(1);
}

.menu-live > a {
  display: flex;
  color: #ffe90b;
  align-items: center;
  gap: 8px;
}

.menu-live > a::after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: rgb(255, 233, 11);
  border-radius: 50%;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 233, 11, 0.2);
  }

  100% {
    box-shadow: 0 0 0 5px rgba(255, 233, 11, 0);
  }
}

@keyframes pulse-footer {
  0% {
    box-shadow: 0 0 0 0px #fce400;
  }

  100% {
    box-shadow: 0 0 0 8px #2020200e;
  }
}

.ham {
  display: none;
}

/*
** CORPOS SOCIAIS
*/

.organizational-department ul {
  display: flex;
  background-color: #323232;
  width: fit-content;
  margin: 22px auto 50px auto;
  border-radius: 10px;
}

.organizational-department li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.2s;
}

.organizational-department li.selected {
  background-color: #fce400;
  color: #202020;
  border-radius: 10px;
}

.organizational-list {
  display: none;
  flex-direction: column;
  align-items: center;
}

.organizational-department-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  max-width: 610px;
  margin: 0 auto 50px auto;
}

.organizational-list.selected {
  display: flex;
}

.organizational-list > h3 {
  color: #fff;
  text-align: center;
  font-family: "Staatliches";
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 18px;
}

.organizational-list > img {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #464646;
}

.organizational-list > span {
  color: #686868;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

/*
** CONTACTOS
*/

.contacts {
  background-position: top left;
  background-repeat: no-repeat;
  padding: 140px 0 25% 0;
  position: relative;
}

.contacts::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-image: url(assets/images/bg/bg-contacts.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  pointer-events: none;
}

.contacts-grid {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

.contacts-grid p {
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 5px;
}

.contacts-grid > div {
  flex: 0 0 362px;
  margin-left: 120px;
}

.contacts-mail {
  color: #fce400;
  font-family: "Staatliches";
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  margin: 25px 0 7px 0;
  display: block;
}

.contacts-grid address {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.contacts-socials {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  position: relative;
}

.contacts-socials > a {
  transition: all 0.2s;
}

.contacts-socials > a:hover {
  scale: 1.1;
}

.contacts-follow-us {
  color: #d7d7d7;
  font-family: "Special Elite";
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
  transform: rotate(-4deg);
  position: relative;
  left: 10px;
  top: 10px;
}

.contacts-follow-us::before {
  content: "";
  position: absolute;
  top: -22px;
  height: 15px;
  width: 30px;
  background-image: url(assets/images/icons/icon-arrow-follow-us.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#contacts-form {
  flex: 0 0 47%;
}

.contacts-form-subject {
  display: flex;
  gap: 15px 5px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.contacts-form-subject label {
  border-radius: 6px;
  background-color: #2e2e2e;
  padding: 5px 11px;
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.contacts-form-subject input:checked ~ label,
.contacts-form-subject label:hover {
  background-color: #e6e6e6;
  color: #202020;
  font-weight: 700;
}

.contacts-form-subject input {
  display: none;
}

/*
** FORM
*/

textarea:focus,
input:focus {
  outline: none;
}

.input-form {
  position: relative;
  margin-bottom: 10px;
}

.input-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.textarea-form {
  position: relative;
}

.response-ajax {
  font-size: 13px;
  color: #fff;
  margin: 5px;
}

.response-ajax.error {
  color: red;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #202020 inset !important;
  -webkit-text-fill-color: #fff;
  -webkit-background-clip: text;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #202020;
}

.textarea-form textarea,
.input-form input {
  border-radius: 10px;
  border: 1px solid #424242;
  height: 57px;
  width: 100%;
  background-color: #202020;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  padding: 12px 20px 0 20px;
}

.textarea-form label,
.input-form label {
  position: absolute;
  color: #686868;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  top: 22px;
  left: 20px;
  transition: all 0.2s;
}

.textarea-form label.error,
.input-form label.error {
  color: red;
}

.textarea-form label.label-float,
.input-form label.label-float {
  top: 8px;
}

.textarea-form textarea {
  resize: none;
  height: 160px;
  padding-top: 25px;
}

.form-footer {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.form-policy input[type="checkbox"] {
  appearance: none;
  border-radius: 2px;
  border: 1px solid #424242;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.form-policy input[type="checkbox"]:checked {
  background-color: #fff;
  border: 1px solid #fff;
}

.form-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.form-policy label {
  color: #b9b9b9;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.form-policy label > a {
  font-weight: 500;
  color: #fff;
}

.btn-submit {
  border: none;
  background-color: #333;
  color: #fff;
  font-family: "Staatliches";
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}

.btn-submit:hover {
  background-color: #fce400;
  color: #202020;
}

/*
** FAQ
*/

.faq {
  margin-top: -50px;
  padding-bottom: 150px;
}

.faq-subtitle {
  display: flex;
  align-items: baseline;
  gap: 5px 16px;
  position: relative;
  flex-wrap: wrap;
}

.faq-subtitle > p {
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.faq-container {
  position: relative;
}

.btn-scroll {
  border-radius: 50%;
  border: 2px solid #575757;
  background-color: #202020;
  height: 40px;
  width: 40px;
  background-image: url(assets/images/icons/icon-scroll-arrow.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 8px;
  background-position: center;
  transition: all 0.2s;
}

.btn-scroll-top {
  margin-top: 100px;
}

.btn-scroll-absolute {
  position: absolute;
  top: 50%;
}

.btn-scroll:hover {
  border: 2px solid #fce400;
  background-color: #fce400;
  background-blend-mode: difference;
}

.btn-scroll-left {
  left: -50px;
}

.btn-scroll-right {
  right: -20px;
  scale: -1;
}

.faq-items {
  display: flex;
  gap: 20px;
  padding-top: 30px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-right: 40px;
}

.faq-item {
  flex: 0 0 325px;
  padding: 25px 12px 25px 20px;
  background-color: #292929;
  border-radius: 10px;
}

.faq-item > h3 {
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.faq-item > p {
  color: #a2a1a1;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

/*
** CLUBE
*/
.trophies-flex {
  display: flex;
}

.trophies-left {
  background-color: #fce400;
  padding: 90px 0 122px 0;
  flex: 0 0 48%;
}

.trophies-left-content {
  max-width: 545px;
  margin-left: calc((100vw - 1360px) / 2);
}

.trophies-left-content > h2 {
  color: #202020;
  max-width: 450px;
}

.trophies-right {
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 5%;
  padding-right: 3%;
}

.trophies-right::before {
  content: "";
  position: absolute;
  bottom: 68px;
  left: -68px;
  height: 135px;
  width: 135px;
  background-image: url(assets/images/x.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.trophies-item {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  background-image: url(assets/images/bg/bg-trophy.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 140px;
  height: 140px;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}

.trophies-item.selected {
  display: flex;
}

.trophies-item:nth-child(even) {
  margin-top: 10%;
}

.trophies-list {
  margin-top: 12px;
}

.trophies-list > li {
  color: #202020;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  border-bottom: 1px solid #e4c036;
  padding: 8px 21px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trophies-list > li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #fff;
  display: block;
  transition: all 0.5s;
}

.trophies-list > li::after {
  content: "";
  width: 6px;
  height: 12px;
  background-image: url(assets/images/icons/icon-scroll-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
  scale: -1;
  opacity: 0;
  transition: all 0.5s;
}

.trophies-list > li.selected::after,
.trophies-list > li:hover::after {
  opacity: 1;
}

.trophies-list > li.selected::before,
.trophies-list > li:hover::before {
  width: 100%;
}

.club-info {
  padding: 123px 0 172px 0;
  background-image: url(assets/images/bg/bg-club-texture.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.club-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.club-info-grid > li {
  border-radius: 10px;
  background: #202020;
  box-shadow: 0px -58px 68.2px 0px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  color: #b9b9b9;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 80px 32px 45px 32px;
}

.club-info-grid > li > span {
  color: #fff;
  text-align: center;
  font-family: "Staatliches", sans-serif;
  font-size: 87px;
  font-weight: 400;
  line-height: 44px;
}

.club-info-grid > li > a {
  color: #fce400;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.club-info-grid > li > a::after {
  content: "";
  height: 12px;
  width: 16px;
  background-image: url(assets/images/icons/icon-arrow-more.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.club-flex {
  display: flex;
  align-items: center;
  background-image: url(assets/images/bg/bg-clube-v2.webp);
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.club-flex.secondary {
  background-image: none;
}

.club-flex::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(32, 32, 32, 1) 80%,
    rgba(32, 32, 32, 1) 100%
  );
  z-index: -1;
}

.club-president {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

.club-president-item {
  color: #b9b9b9;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.club-president-item > h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.club-left {
  flex: 0 0 50%;
}

.club-left-content {
  max-width: 500px;
  margin-left: calc((100vw - 1360px) / 2);
}

.club-left-content > p {
  color: #b9b9b9;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 15px;
}

.club-left-content > p:first-of-type {
  margin-top: 15px;
}

.club-right-content {
  background-color: #202020;
}

.history {
  position: relative;
  padding-top: 100px;
}

.history::before {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  top: -65px;
  left: 0;
  background-image: url(assets/images/texture.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.history-container {
  max-width: 1108px;
  margin: 0 auto;
}

.history-figure {
  position: relative;
  margin: 80px 0;
}

.history-figure > img:first-child {
  transform: rotate(3.5deg);
}

.history-figure > img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-4.5deg);
  box-shadow: 0px 4px 22.8px 0px #000;
}

.history-chronology {
  display: flex;
  flex-direction: column;
  max-width: 848px;
  margin: 0 auto 145px auto;
  gap: 70px;
  padding-top: 100px;
  position: relative;
}

.history-chronology.active .history-chronology-item {
  pointer-events: none;
  user-select: none;
}

.history-chronology::after {
  content: "";
  position: absolute;
  top: -80px;
  right: 50%;
  width: 1px;
  height: 98%;
  background-color: #939393;
}

.history-chronology-item {
  width: 290px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.history-chronology-item::before {
  content: "";
  position: absolute;
  background-color: #efefef;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: block;
  top: 0;
  z-index: 1;
}

.history-chronology-item.visible::before {
  background-color: #efc900;
}

.history-chronology-item:nth-child(odd)::before {
  left: -50%;
  transform: translateX(3px);
}

.history-chronology-item:nth-child(even):before {
  right: -50%;
  transform: translateX(-4px);
}

.history-chronology-item:nth-child(odd) {
  align-self: flex-end;
}

.history-chronology-item:nth-child(even) {
  align-items: flex-end;
}

.history-chronology-item:nth-child(even) > p {
  text-align: end;
}

.history-chronology-item > span {
  color: #fce400;
  font-family: "Staatliches", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
  /* 132.353% */
}

.history-chronology-item > p {
  color: #e7e7e7;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  /* 152.941% */
}

/*
** ACADEMIA
*/

.academy-intro-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.padding-intro-academy {
  padding: 110px 0 50px 0;
}

.academy-intro-label {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  /* 116.667% */
  border-radius: 4px;
  background-color: #171717;
  padding: 4px 11px;
  border-radius: 4px;
  margin: 5px 0 10px 0;
  width: fit-content;
}

.academy-intro-flex-left {
  flex: 0 0 25%;
  margin-left: calc((100% - 1360px) / 2);
}

.academy-intro-flex > figure {
  flex: 0 0 50%;
}

.academy-intro-content > p {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  margin-bottom: 15px;
}

.academy-form-container {
  max-width: 646px;
  margin: 0 auto;
}

.academy-team {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.single-academia .academy-team {
  display: none;
}

.academy-team-container {
  max-width: 812px;
  margin: 0 auto;
  counter-reset: item;
}

#academy-form {
  margin-top: 30px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.academy-formation-container {
  max-width: 1088px;
  margin: 0 auto;
  width: 100%;
}

.academy-form {
  background-color: #171717;
  padding: 70px 0 80px 0;
}

.academy-details {
  padding-bottom: 115px;
  overflow-x: hidden;
}

.academy-details.secondary {
  padding: 65px 0;
}

.academy-details-flex-right {
  flex: 0 0 34%;
}

.academy-details-content {
  margin: 15px 0 30px 0;
}

.academy-details-content li,
.academy-details-content > p {
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 15px;
  /* 157.143% */
}

.academy-details-content > ul {
  list-style-type: disc;
  margin-top: 10px;
  padding-left: 20px;
}

.academy-details-content li {
  margin-bottom: 0;
}

.academy-local > h4,
.academy-training > h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  /* 152.941% */
}

.academy-training > small {
  color: #939393;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  display: block;
  margin: 5px 0 9px 0;
}

.academy-training-items {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
}

.academy-training-item {
  color: #b9b9b9;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  /* 173.333% */
  padding-right: 48px;
  border-right: 1px solid #777;
}

.academy-training-item:not(:first-child) {
  padding-left: 48px;
}

.academy-training-item > h4 {
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  /* 162.5% */
}

.academy-local > p {
  color: #b9b9b9;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  /* 173.333% */
}

.academy-details-flex {
  display: flex;
  gap: 15%;
}

.academy-details-flex.secondary {
  align-items: center;
}

.academy-details-flex.secondary {
  gap: 10%;
}

.academy-details-flex.justify-end {
  justify-content: flex-end;
}

.academy-form-container > p,
.academy-formation-container > p {
  max-width: 534px;
  margin: 0 auto;
  color: #b9b9b9;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
  margin-top: 10px;
}

.academy-formation-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.academy-formation-item {
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  /* 107.143% */
  flex: 0 0 255px;
  min-height: 173px;
  border-radius: 10px;
  background-color: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-align: center;
}

.academy-formation-item::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero) ".";
  position: absolute;
  top: 45%;
  left: 0;
  color: #191919;
  text-align: center;
  font-family: "Staatliches", sans-serif;
  font-size: 10vw;
  font-weight: 400;
  width: 100%;
  height: 100%;
  line-height: 30px;
  z-index: -1;
}

.academy-gallery {
  padding-top: 150px;
  position: relative;
}

.academy-gallery::before {
  content: "";
  background-image: url(assets/images/before-gallery.webp);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.academy-gallery .slick-slider {
  margin: 0;
}

.academy-gallery .slick-list {
  max-width: 100%;
}

.academy-gallery .slick-track {
  display: flex;
  gap: 15px;
}

.academy-gallery img {
  filter: saturate(0);
}

.gallery-part-1 {
  margin-bottom: 15px !important;
}

/*
** ESTATUTO
*/

.section-padding {
  padding: 73px 0 114px 0;
}

.custom-content > p {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  margin: 10px auto 30px auto;
  text-align: center;
  max-width: 570px;
}

.custom-box {
  background-color: #181818;
  border-radius: 10px;
  padding: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 15px;
  flex-wrap: wrap;
  width: 100%;
}

.custom-box > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.custom-box h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
}

.custom-box p {
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
}

.custom-box ~ small {
  color: #939393;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  max-width: 570px;
  margin: 20px auto 0 auto;
  display: block;
}

.btn-download {
  border-radius: 10px;
  background-color: #333;
  color: #fff;
  font-family: "Staatliches";
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  /* 147.368% */
  letter-spacing: 0.38px;
  text-transform: uppercase;
  padding: 7px 48px 7px 28px;
  white-space: nowrap;
  background-image: url(assets/images/icons/icon-download.svg);
  background-size: 16px;
  background-position: 85%;
  background-repeat: no-repeat;
  transition: all 0.2s;
}

.btn-know-more {
  border-radius: 10px;
  background-color: #333;
  color: #fff;
  font-family: "Staatliches";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 147.368% */
  letter-spacing: 0.38px;
  text-transform: uppercase;
  padding: 10px 12px;
  transition: all 0.2s;
}

.btn-know-more:hover {
  color: #fce400;
}

.btn-download.small {
  font-size: 14px;
  padding: 5px 36px 5px 20px;
}

.btn-download:hover {
  color: #fce400;
  background-position: 85% 15px;
}

.bylaw small {
  color: #939393;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  text-align: center;
  max-width: 570px;
  display: block;
  margin: 24px auto 0 auto;
}

/* 
** FICHEIROS 
*/
.file-content {
  border-radius: 10px;
  background-color: #181818;
  padding: 40px;
}

.file-content > h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  /* 173.333% */
  padding: 16px 20px;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}

.file-content > h3 ~ .file-item {
  display: none;
}

.file-content > h3 ~ .file-item.show {
  display: flex;
}

.file-content > h3::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  background-image: url(assets/images/icons/icon-filter-arrow.svg);
  background-repeat: no-repeat;
  filter: contrast(20);
  transition: all 0.2s;
}

.file-content > h3.toggle::after {
  scale: -1;
  transform: translateY(50%);
}

.file-content > h3.toggle,
.file-content > h3:hover {
  border-left: 3px solid #fce400;
  background-color: #353535;
}

.file-content > h3.toggle {
  margin-bottom: 30px;
}

.file-item {
  padding: 10px 0;
  border-bottom: 1px solid #494949;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 533px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 7px 15px;
}

.file-item > h4 {
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}

.file-item > span {
  color: #646464;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  /* 145.455% */
}

/* 
** NOTÍCIAS
*/
figure img {
  width: 100%;
  height: 100%;
  transform: translateZ(20px);
  object-fit: cover;
  transition: all 0.2s;
}

.news {
  padding-top: 140px;
}

.news-header {
  display: flex;
  align-items: baseline;
  gap: 5px 18px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.news-header > p {
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
}

.news-header-filters {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.news-section {
  padding-bottom: 120px;
}

.news-grid {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 20px;
}

.news-content {
  display: flex;
  flex-flow: column;
}

.news-content-description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.news-content .news-content-button {
  margin-top: auto;
}

.news-content-first {
  grid-column: span 2;
  position: relative;
  display: flex;
}

.news-content-first::after {
  content: "";
  height: 20px;
  width: 100%;
  background-color: #fce400;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-content-first::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  display: block;
  background: linear-gradient(
    to top,
    #171717 24.71%,
    rgba(32, 32, 32, 0) 137.84%
  );
  transition: all 1s;
}

.news-content-first:hover::before {
  height: 55%;
}

.news-content-first-description {
  position: absolute;
  bottom: 0;
  left: 35px;
  background-color: #202020;
  max-width: 327px;
  padding: 30px;
  z-index: 1;
}

.news-content-first-description > h2 {
  color: #fff;
  font-family: "Staatliches";
  font-size: 31px;
  font-weight: 400;
  line-height: 31.713px;
  /* 102.273% */
}

.news-content-date {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  /* 100% */
  letter-spacing: 0.24px;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #7b7b7b;
  padding: 10px 15px;
  display: flex;
  width: fit-content;
  margin: 13px 0;
}

.news-content-description > h2 {
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  /* 123.333% */
  transition: all 0.2s;
}

.news-content:hover .news-content-description > h2 {
  color: #fce400;
}

.news-content-first-description > p,
.news-content-description > p {
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
  margin: 5px 0 14px 0;
}

.news-content-first-button,
.news-content-button {
  color: #fce400;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.42px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 7px;
}

.news-content-first-button {
  font-size: 12px;
}

.news-content-first-button::after,
.news-content-button::after {
  content: "";
  background-image: url(assets/images/icons/icon-search-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  opacity: 0.5;
  transition: all 0.2s;
}

.news-content-first:hover .news-content-first-button::after,
.news-content:hover .news-content-button::after {
  transform: translateX(10px);
}

.news-content-first-date {
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  /* 100% */
  letter-spacing: 0.169px;
  text-transform: uppercase;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 10px;
  display: flex;
  width: fit-content;
  margin-bottom: 7px;
}

.news-content figure {
  aspect-ratio: 5 / 4;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.news-content:hover figure > img {
  rotate: 2deg;
  scale: 1.05;
}

/* SINGLE NOTÍCIAS*/
.other-news {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.other-news-section {
  margin: 50px 0 120px 0;
}

.other-news > h2 {
  color: #fff;
  font-family: "Staatliches";
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  /* 115% */
}

.btn-see-all {
  color: #fff;
  font-family: "Staatliches";
  font-size: 23px;
  font-weight: 400;
  line-height: 20px;
  /* 86.957% */
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 14px 33px;
  transition: all 0.2s;
}

.btn-see-all:hover {
  background-color: #fff;
  color: #202020;
}

.title-tape-secondary {
  color: #fff;
  font-family: "Special Elite";
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  transform: rotate(2deg);
  background-image: url(assets/images/icons/icon-tape-news.webp);
  padding: 25px;
  background-repeat: no-repeat;
  display: block;
  width: fit-content;
  white-space: nowrap;
}

.single-news {
  position: relative;
}

.single-news-cta {
  position: sticky;
  top: 150px;
  height: fit-content;
  display: block;
}

.cta-horizontal {
  display: none;
}

.single-breadcrumb {
  display: flex;
  align-items: center;
  padding-top: 140px;
  position: relative;
  margin-bottom: 80px;
  padding-left: 10%;
  gap: 10px;
}

.single-breadcrumb.secondary {
  padding-left: 0;
}

.single-breadcrumb > li {
  display: flex;
}

.single-breadcrumb a {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  /* 81.642% */
  letter-spacing: 0.22px;
  text-transform: uppercase;
}

.single-breadcrumb a:hover {
  color: #efc900;
}

.single-breadcrumb > li:first-child > a {
  border-radius: 8px;
  background-color: #202020;
  padding: 8px 12px;
  transition: all 0.2s;
}

.single-breadcrumb > li:first-child > a:hover {
  background-color: #fff;
  color: #202020;
}

.single-breadcrumb > li:not(:first-child)::before {
  content: "";
  background-image: url(assets/images/icons/icon-filter-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 8px;
  width: 10px;
  margin-right: 6px;
  transform: rotate(-90deg);
}

.single-news-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
}

.single-news-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    #202020 16%,
    rgba(32, 32, 32, 0.9) 42%,
    rgba(32, 32, 32, 0) 170%
  );
  display: block;
}

.single-news-container {
  max-width: 810px;
  margin: 0 auto;
}

.single-news-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 512px;
  margin: 0 auto;
}

.single-news-header > h1 {
  text-align: center;
}

.single-news-content {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #373737;
}

.single-news-lead > p {
  color: #f2f2f2;
  font-size: 17px;
  font-weight: 600;
  line-height: 29px;
  /* 170.588% */
}

.single-news-lead {
  border-left: 3px solid #fce400;
  padding-left: 18px;
  margin-bottom: 22px;
  color: #f2f2f2;
}

.single-news-content > p {
  color: #e1e1e1;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  /* 186.667% */
  margin-bottom: 15px;
}

.single-news-content li {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  /* 186.667% */
}

.single-news-content > h2,
.single-news-content > h3,
.single-news-content > h4 {
  color: #fce400;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
}

.single-news-content > h3 {
  font-size: 20px;
}

.single-news-content > h4 {
  font-size: 18px;
}

.single-news-content ul,
.single-news-content ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.single-news-content img {
  width: 100%;
  height: auto;
  display: block;
}

.single-news-date {
  border-radius: 9.063px;
  background: rgba(32, 32, 32, 0.6);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.218px;
  text-transform: uppercase;
  padding: 9px 13px;
  margin-top: 8px;
  display: block;
  width: fit-content;
}

.single-news-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  /* 100% */
  letter-spacing: 0.24px;
  text-transform: uppercase;
  margin-top: 20px;
}

.single-news-tag > .tag-item {
  border-radius: 10px;
  border: 1px solid #7b7b7b;
  padding: 10px 15px;
  margin-right: 8px;
  transition: all 0.2s;
  display: inline-block;
}

.single-news-share {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
}

.single-news-share.clicked {
  filter: grayscale(1);
}

.single-news-share::after {
  content: "";
  height: 40px;
  width: 40px;
  background-image: url(assets/images/icons/icon-share.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.single-news-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}

.single-news-tag > span {
  margin-right: 15px;
}

.single-news-grid {
  display: grid;
  grid-template-columns: 61% 250px;
  gap: 35px;
  justify-content: flex-end;
  margin-top: 136px;
}

/* SLICK*/
.slick-slider {
  position: relative;
  margin: 40px 0 50px 0;
}

.slick-slide {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  height: 30px;
  width: 30px;
  border: 1px solid transparent;
  background-color: #202020;
  border-radius: 50%;
  transform: translateY(-50%);
  background-image: url(assets/images/icons/icon-pagination.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  cursor: pointer;
  transition: all 0.2s;
}

.slick-arrow:hover {
  border: 1px solid #818181;
}

.slick-prev {
  left: 0;
  scale: -1;
  transform: translateY(50%);
}

.slick-next {
  right: 0;
}

.slick-list {
  max-width: 90%;
  margin: 0 auto !important;
}

/* Image with legend */

.single-news-content .wp-caption {
  width: 100% !important;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.single-news-content .wp-caption img {
  margin: 30px 0 0 0;
}

.image-caption,
.single-news-content .wp-caption-text {
  color: #ccc;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  line-height: 12px;
  /* 109.091% */
  background-color: #171717;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 23px 10px 15px;
  display: flex;
  gap: 9px;
}

.single-news-content .wp-caption-text::before {
  content: "Crédito";
  font-style: normal;
  font-weight: 300;
}

/*
** PAGINAÇÃO
*/

.pagination {
  margin: 44px 0 100px 0;
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.page-numbers {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  /* 100% */
  letter-spacing: 0.478px;
}

.page-numbers:hover {
  color: #fff;
}

.page-numbers.current {
  color: #f2f2f2;
  font-size: 15px;
  font-weight: 500;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  border-radius: 50%;
}

.page-numbers.prev,
.page-numbers.next {
  height: 25px;
  width: 25px;
  border: 1px solid #333;
  border-radius: 50%;
  background-image: url(assets/images/icons/icon-pagination.svg);
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
  background-color: #333;
}

.page-numbers.prev {
  scale: -1;
}

/*
** SEARCH
*/

.page-search {
  background-image: url(assets/images/bg/bg-search.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 144px 0 300px 0;
}

.page-search h1 {
  font-size: 30px;
}

.page-search-form {
  position: relative;
}

.page-search-form-icon {
  background-image: url(assets/images/icons/icon-search.svg);
  background-color: rgba(255, 255, 255, 0.15);
  background-repeat: no-repeat;
  height: 54px;
  width: 54px;
  background-position: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}

.page-search-form-icon:hover {
  background-color: #fce30086;
}

.page-search-form input {
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  height: 84px;
  padding: 35px 66px 35px 35px;
  color: #929292;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.28px;
  border: none;
}

.page-search-label {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 8.981px;
  /* 81.642% */
  letter-spacing: 0.22px;
  text-transform: uppercase;
  border-radius: 7.5px;
  background: rgba(190, 190, 190, 0.2);
  padding: 12px;
  margin: 21px 0 16px 0;
  display: block;
  width: fit-content;
}

.page-search-result {
  border-bottom: 1px solid #616161;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 26px 15px 16px;
  transition: all 0.2s;
}

.page-search-result:hover {
  border-bottom: 1px solid #f2f2f2;
}

.page-search-result:hover .page-search-button::after {
  transform: translateX(10px);
}

.page-search-button {
  color: #e3e3e3;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  /* 150% */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 7px;
}

.page-search-button::after {
  content: "";
  background-image: url(assets/images/icons/icon-search-arrow.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 22px;
  transition: all 0.2s;
}

.page-search-result > div {
  display: flex;
  flex-direction: column;
  max-width: 85%;
}

.page-search-result h2 {
  color: #fce400;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
  text-transform: uppercase;
}

.page-search-result p {
  color: #fafafa;
  font-family: "Staatliches", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  /* 133.333% */
  letter-spacing: 0.42px;
  text-transform: uppercase;
}

.container-secondary {
  max-width: 1090px;
  margin: 0 auto;
}

/*
** 404 
*/
.page-404 {
  background-image: url(assets/images/bg/bg-404.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 200px 0;
}

.page-container-404 {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-container-404 svg {
  width: 100%;
  margin-bottom: 20px;
  overflow: visible;
}

.page-container-404 svg path:last-child {
  animation: tilt 1s infinite alternate forwards;
}

@keyframes tilt {
  from {
    rotate: 0;
  }

  to {
    rotate: 7deg;
  }
}

.page-container-404 p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin: 2px 0 18px 0;
}

.button-404 {
  color: #191919;
  font-family: "Staatliches";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 86.957% */
  text-transform: uppercase;
  border-radius: 10px;
  border: 2px solid #fff;
  background-color: #fff;
  padding: 14px 25px 14px 33px;
  transition: all 0.2s;
}

.button-404:hover {
  background-color: #fce400;
}

/*
** PATROCÍNIO
*/
.partners {
  background-position: right bottom;
  background-repeat: no-repeat;
}

.sponsor-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 65px;
  margin: 45px 0;
}

.sponsor-grid img {
  transition: all 0.2s;
  width: 100%;
  height: auto;
}

.sponsor-grid > a:hover img {
  scale: 1.05;
}

.partners-grid > a,
.sponsor-grid > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 45px;
  gap: 35px 10%;
}

.slider-grid img,
.partners-grid img {
  filter: opacity(0.5);
  transition: all 0.2s;
}

.slider-grid .slick-slide:hover > img,
.partners-grid > a:hover > img {
  filter: opacity(1);
}

.slider-grid .slick-slider {
  margin: 50px 0;
}

.slider-grid .slick-list {
  max-width: 100%;
}

.slider-grid .slick-track {
  display: flex;
  align-items: center;
}

.slider-grid .slick-slide {
  padding: 50px 0;
  border: 1px solid #393939;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-grid .slick-slide:hover {
  border-color: #fff;
}

/* 
** LIVE
*/
.live {
  padding: 60px 0;
  background-image: url(assets/images/bg/bg-live.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  background-color: #171717;
  position: relative;
}

.live::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(assets/images/bg/bg-logo-outline.svg);
  background-repeat: no-repeat;
  background-position: right;
  pointer-events: none;
}

.live-grid {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.live-grid-right > img {
  width: 100%;
  height: auto;
}

.live-grid-left {
  flex: 0 0 30%;
}

.live-grid-left > p {
  color: #b9b9b9;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  margin: 10px 0 30px 0;
}

.live-grid-right {
  flex: 1;
}

.live-grid-right iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.btn-live {
  border-radius: 8px;
  background-color: #323232;
  color: #ffe90b;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.42px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 7px 11px;
}

.btn-live::after {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #ffe90b;
}

.replay-teams,
.live-game {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 13.2px;
  /* 105.882% */
  letter-spacing: 0.873px;
  margin: 13px 0 9px;
  text-transform: uppercase;
}

.replay-championship,
.live-championship {
  text-transform: uppercase;
  color: #747474;
  font-size: 13px;
  font-weight: 400;
  line-height: 13.2px;
  /* 105.882% */
  letter-spacing: 0.873px;
}

.replay {
  padding: 40px 0 140px 0;
}

.replay-grid {
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 18px;
}

.replay-items {
  display: flex;
  gap: 20px;
  flex: 1;
  overflow: auto;
  scrollbar-width: none;
}

.replay-item {
  flex: 0 0 32.3%;
}

.replay-item > iframe,
.replay-item > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.replay-date {
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 9px;
  /* 100% */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  border-radius: 7.5px;
  background-color: #383838;
  padding: 7px 11px;
  margin-top: 13px;
  display: block;
  width: fit-content;
}

.replay-score {
  color: #ffe90b;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.42px;
  text-transform: uppercase;
  margin-top: 9px;
  display: block;
}

/* SÓCIO */
.associate {
  padding-top: 45px;
  overflow: hidden;
}

.associate-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.associate-grid-left {
  flex: 0 0 30%;
  padding-left: 3%;
}

.associate-grid-left.template-part {
  z-index: 1;
}

.associate-grid-left-content > p {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  margin: 10px 0 15px 0;
}

.associate-grid-left-content {
  margin-left: 30px;
}

.associate-grid-right {
  position: relative;
  right: -10%;
  bottom: -5px;
  display: block;
  flex: 1;
  width: 100%;
}

.associate-grid-right > img {
  width: 135%;
}

.associate-grid-right::after,
.associate-grid-right::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.associate-grid-right::before {
  top: 45%;
  left: 15%;
  width: 20%;
  height: 40%;
  background-image: url(assets/images/plan-blur.webp);
}

.associate-grid-right::after {
  top: 0;
  right: 22%;
  width: 20%;
  height: 40%;
  background-image: url(assets/images/plan-blur-1.webp);
  background-repeat: no-repeat;
}

.associate-grid-right.template-part::after,
.associate-grid-right.template-part::before {
  display: none;
}

.btn-plan,
.btn-effect {
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 20px;
  /* 86.957% */
  text-transform: uppercase;
  padding: 14px 33px;
  display: block;
  background-color: #202020;
  width: fit-content;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.2s;
  overflow: hidden;
}

.btn-effect {
  position: relative;
}

.btn-effect > .btn-effect-hover {
  position: absolute;
  bottom: -50%;
}

.btn-effect-hover,
.btn-effect-text {
  transition: all 0.2s;
}

.btn-effect:hover > .btn-effect-hover,
.btn-effect:hover > .btn-effect-text {
  transform: translateY(-190%);
}

.btn-plan {
  font-size: 20px;
}

.btn-plan:hover {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
  color: #656565;
}

.associate-container {
  max-width: 812px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  counter-reset: section;
}

.associate-container > p {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  max-width: 520px;
  text-align: center;
  margin: 10px 0 20px 0;
}

.plan-section {
  padding: 70px 0 80px 0;
  background-color: #171717;
}

.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 23px;
}

.plan {
  border-radius: 15px;
  border: 3px solid #202020;
  background: #202020;
  padding: 36px;
  display: flex;
  flex-direction: column;
  min-height: 310px;
}

.plan:hover {
  border-color: #313131;
}

.plan-option {
  color: #797979;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 114.286% */
  display: flex;
  gap: 5px;
  text-transform: uppercase;
}

.plan-option::after {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
}

.plan-title {
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  /* 105.882% */
  text-transform: uppercase;
  margin: 5px 0;
}

.plan-description {
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
}

.plan > div {
  display: flex;
  margin-top: auto;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.plan-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.plan-price > small {
  color: #919191;
  font-size: 12px;
  font-weight: 300;
  line-height: 18.667px;
  /* 157.143% */
  padding: 4px 8px;
  background-color: #171717;
  border-radius: 6px;
}

.plan-price > small > strong {
  color: #c8c8c8;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.667px;
  /* 115.789% */
}

.plan-price > p > strong {
  color: #fce400;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  /* 100% */
}

.plan-price > p {
  color: #606060;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  /* 122.222% */
}

.plan-form {
  padding-top: 30px;
}

#plan-form {
  width: 80%;
  margin: 40px 0 60px 0;
}

/* FRONTPAGE */
.frontpage-hero {
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 45px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.frontpage-hero::before {
  content: "";
  position: absolute;
  height: 50vh;
  width: 100%;
  display: block;
  background: linear-gradient(
    to top,
    #202020 7.69%,
    rgba(32, 32, 32, 0) 94.22%
  );
}

.frontpage-hero-grid {
  display: grid;
  grid-template-columns: 550px 1fr 1fr;
  position: relative;
  gap: 2px;
}

.frontpage-first-new {
  background-color: #202020;
  padding: 35px 35px 25px 40px;
}

.frontpage-first-new:hover > h4 {
  color: #eee;
}

.frontpage-first-new:hover > .news-content-button::after {
  transform: translateX(5px);
}

.frontpage-first-new > time {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  /* 100% */
  letter-spacing: 0.24px;
  text-transform: uppercase;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 12px;
}

.frontpage-first-new > h4 {
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 45px;
  /* 102.273% */
  transition: all 0.2s;
}

.frontpage-first-new > p {
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
  margin: 7px 0 12px 0;
}

.frontpage-others-news {
  background-color: #e7e7e7;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  height: fit-content;
  align-self: flex-end;
  padding: 25px;
}

.frontpage-others-news > img {
  width: 115px;
  height: 115px;
}

.frontpage-others-news-content {
  display: flex;
  flex-direction: column;
}

.frontpage-others-news-content:hover > h4 {
  color: #000;
}

.frontpage-others-news:hover > img {
  filter: saturate(0.5);
}

.frontpage-others-news-content > time {
  color: #202020;
  font-size: 9px;
  font-weight: 700;
  line-height: 8.981px;
  /* 100% */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  border-radius: 7px;
  background: #d5d5d5;
  padding: 7px 11px;
  width: fit-content;
}

.frontpage-others-news-content > h4 {
  color: #202020;
  font-family: "Staatliches", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  /* 113.636% */
  margin: 8px 0 3px 0;
}

.frontpage-others-news-content > p {
  color: #202020;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  /* 141.667% */
}

.frontpage-block {
  background-image: url(assets/images/bg/bg-frontpage-logo-outline.svg);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  margin-top: 100px;
  background-size: 11%;
}

.frontpage-block::before {
  content: "";
  height: 428px;
  width: 100%;
  position: absolute;
  top: -75px;
  left: 0;
  background-image: url(assets/images/bg/bg-frontpage-texture.webp);
  background-repeat: no-repeat;
  z-index: -1;
}

.frontpage-player-grid {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  scrollbar-width: none;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

.frontpage-player-grid::-webkit-scrollbar {
  display: none;
}

.frontpage-academy {
  padding: 195px 0 205px 0;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}

.frontpage-academy-container {
  max-width: 552px;
  margin: 0 auto;
}

.frontpage-academy-container > h2 {
  color: #202020;
  text-align: center;
}

.frontpage-academy-container > p {
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin: 4px 0 13px 0;
}

.frontpage-player-grid > .member-card {
  flex: 0 0 calc(25% - 15px);
}

.btn-frontpage-know-more {
  color: #202020;
  font-family: "Staatliches", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 20px;
  /* 86.957% */
  text-transform: uppercase;
  background-color: #efefef;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 14px 52px;
  margin: 0 auto;
  transition: all 0.2s;
}

.btn-frontpage-know-more:hover {
  background-color: #202020;
  color: #efefef;
}

/* Single Staff / Jogadores*/
.team {
  background-image: url(assets/images/bg/bg-single-team.webp);
  background-position: right top;
  background-size: 65%;
  background-repeat: no-repeat;
  background-color: #171717;
  padding-bottom: 260px;
}

.player-flex {
  display: flex;
  align-items: center;
  gap: 11%;
}

.player-flex-left {
  flex: 0 0 29%;
  margin-left: 10%;
}

.player-flex h1 {
  margin-bottom: 5px;
}

.player-flex-left > p {
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
}

.player-flex-left > p:not(:last-child) {
  margin-bottom: 15px;
}

.player-flex-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 47%;
  position: relative;
  z-index: 1;
}

.player-flex-right::before {
  content: "";
  width: 100%;
  background-color: #202020;
  height: 80%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.single-player-number::after {
  content: attr(data-number);
  color: #202020;
  font-family: "Staatliches", sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 45px;
  /* 60% */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px;
  background-color: #fce400;
  border-radius: 10px;
  position: absolute;
  top: 7%;
  right: 5%;
}

.single-player-img {
  width: 72%;
  z-index: 1;
}

.single-player-figure {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

.single-player-figure::after,
.single-player-figure::before {
  content: attr(data-number);
  font-family: "Staatliches", sans-serif;
  font-size: 20vw;
  font-weight: 400;
  line-height: 45px;
  position: absolute;
  top: 57%;
}

.single-player-figure::after {
  color: #171717;
  right: 5%;
}

.single-player-figure::before {
  top: 57%;
  left: 5%;
  -webkit-text-stroke-color: #8a8a8a;
  -webkit-text-stroke-width: 0.5px;
  color: transparent;
}

.title-season {
  display: flex;
  align-items: flex-end;
  gap: 23px;
}

.title-season > span {
  position: relative;
  color: #a8a8a8;
  font-family: "Special Elite";
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  /* 200% */
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.title-season > span::before {
  content: "";
  position: absolute;
  top: -15px;
  height: 15px;
  width: 30px;
  background-image: url(assets/images/icons/icon-arrow-follow-us.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.grid-team {
  display: flex;
  overflow-x: scroll;
  gap: 15px;
  scrollbar-width: none;
}

.grid-team > .member-card {
  flex: 0 0 11.5%;
}

.team-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
  margin-top: 10px;
}

.players {
  margin-top: -180px;
  position: relative;
  z-index: 1;
}

.player-content {
  opacity: 0;
  margin-top: 8px;
  transition: all 0.6s;
}

.member-card:hover > .player-content {
  opacity: 1;
}

.player-table {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 22px;
}

.player-table > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  /* 130.769% */
  text-transform: uppercase;
  border: 1px solid #393939;
  padding: 20px;
}

.player-table > div > span {
  color: #fce400;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  /* 127.273% */
}

.members {
  padding: 140px 0 70px 0;
}

.members-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.members-flex > ul {
  display: flex;
  background-color: #323232;
  width: fit-content;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.members-effect {
  background-color: #fce400;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.members-flex li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 1s;
}

.members-flex li.selected {
  border-radius: 10px;
  padding: 15px 20px;
  color: #202020;
}

.members-flex li.hover {
  color: #202020;
}

.members-flex li > a {
  padding: 15px 20px;
  border-radius: 10px;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.member-content {
  margin-top: 25px;
}

.frontpage-member-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.member-content > h3 {
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  /* 100% */
  text-transform: uppercase;
}

.player-content > h3 {
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.68px;
  /* 131.556% */
}

.member-content > h4 {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.42px;
  text-transform: uppercase;
  display: block;
  margin: 5px 0;
}

.member-card > figure {
  position: relative;
  transform-style: preserve-3d;
}

.member-card > figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  width: 100%;
  background-color: #292929;
  display: block;
  z-index: -1;
  transition: all 0.2s;
}

.member-card:hover > figure::before {
  height: 90%;
}

.member-card:hover .btn-more::after {
  transform: translateX(10px);
}

.btn-more {
  color: #fce400;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.42px;
  text-transform: uppercase;
  display: flex;
  gap: 9px;
}

.btn-more::after {
  content: "";
  height: 18px;
  width: 20px;
  background-image: url(assets/images/icons/icon-arrow-more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.btn-more.small {
  color: #9b9b9b;
  font-size: 9px;
  align-items: center;
}

.btn-more.small::after {
  filter: grayscale(1);
  height: 10px;
  width: 10px;
}

.last-game {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.last-game-content {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.last-game-content > .last-game-date {
  color: #fff;
  text-align: center;
  font-family: "Staatliches", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32.267px;
  /* 110% */
}

.last-game-content > p,
.last-game-content > h4 {
  color: #747474;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  /* 105.882% */
  letter-spacing: 0.873px;
  text-transform: uppercase;
}

.last-game-content .last-game-scoreboard,
.last-game-content .timer-display {
  color: #ffe90b;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.42px;
  text-transform: uppercase;
}

.last-game-content > p {
  color: #fff;
  font-weight: 800;
}

.last-games {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 5%;
  margin-top: 75px;
}

.last-game-teams {
  display: flex;
  gap: 40px;
  position: relative;
  justify-content: space-between;
}

.last-game-team {
  height: 120px;
  width: 120px;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid #7e7e7e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.last-game-teams::after {
  content: "X";
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  line-height: 44px;
  /* 169.231% */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.last-game-team > img {
  max-height: 90px;
  aspect-ratio: 1;
  object-fit: contain;
}

.all-matches {
  margin: 70px 0;
}

.all-matches-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.match-grid {
  display: flex;
  flex-wrap: wrap;
}

.match-grid:nth-child(odd) {
  background: #303030;
}

.match-grid:nth-child(odd) {
  margin: 8px 0;
}

.match-grid > div {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.match-grid > div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #7e7e7e;
  display: block;
}

.match-team {
  display: flex;
  align-items: center;
  gap: 10px;
}

.match-grid > div.match-teams {
  padding: 0 50px;
  flex: 1 0 606px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.match-score {
  margin: 0 auto;
}

.match-grid > div.match-championship {
  font-weight: 300;
  flex: 1 0 26%;
}

.match-grid > div.match-championship::after {
  display: none;
}

.match-team > figure {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #7e7e7e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-team > span {
  display: none;
}

.match-team img {
  height: 33px;
  width: 33px;
  object-fit: contain;
}

.match-date {
  padding-left: 73px;
  padding-right: 59px;
  white-space: nowrap;
  flex: 0 0 220px;
}

.match-hour {
  padding-left: 59px;
  flex: 0 0 160px;
}

.match-championship {
  padding: 0 60px;
}

@media screen and (max-width: 1680px) {
  .subtitle,
  .other-news > h2 {
    font-size: 38px;
    line-height: 1.3;
  }

  .organizational-list > h3 {
    font-size: 25px;
    line-height: 1.2;
  }

  .academy-intro-flex-left {
    flex: 0 0 35%;
  }

  .academy-details-flex {
    gap: 10%;
  }

  /* CLUBE */
  .club-info {
    padding: 90px 0 100px 0;
  }

  .club-left-content {
    max-width: 440px;
  }

  .club-left {
    flex: 0 0 45%;
  }

  .club-president-item > h3 {
    font-size: 16px;
  }

  .club-president-item {
    font-size: 14px;
  }

  /* FRONTPAGE */
  .frontpage-first-new > h4 {
    font-size: 40px;
    line-height: 1;
  }
}

@media screen and (max-width: 1500px) {
  .main-container,
  .container {
    padding: 0 6%;
  }

  .academy-intro-flex-left {
    padding: 90px 0 60px 6%;
  }

  h1 {
    font-size: 40px;
    line-height: 1.1;
  }

  h2 {
    font-size: 36px;
    line-height: 1.1;
  }

  /* HEADER */
  .header-badge > img {
    width: 90px;
  }

  .custom-logo {
    width: 190px;
  }

  .header-button {
    font-size: 18px;
  }

  .header-navigation-extra {
    gap: 20px;
  }

  .header-button-search {
    padding: 12px;
  }

  .menu-header {
    gap: 25px;
  }

  .contacts-grid > div,
  .custom-logo-link {
    margin-left: 110px;
  }

  /* FOOTER */
  footer h1,
  .footer-mail,
  footer h3 {
    font-size: 26px;
    line-height: 1.3;
  }

  .footer-first-column {
    padding-right: 40px;
  }

  .footer-third-column {
    padding-left: 40px;
  }

  .footer-second-column {
    padding: 29px 40px 0 40px;
  }

  /* 404 */
  .page-container-404 svg {
    width: 70%;
    height: auto;
  }

  /* NOTÍCIAS */
  .news-content-first-description > h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .news-content-description > h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .news-content-date {
    font-size: 10px;
  }

  .news-content-first-button,
  .news-content-button,
  .news-content-first-description > p,
  .news-content-description > p {
    font-size: 13px;
  }

  .single-news-lead > p {
    font-size: 16px;
    line-height: 1.5;
  }

  .single-news-content > p {
    font-size: 14px;
    line-height: 1.8;
  }

  .subtitle,
  .other-news > h2 {
    font-size: 36px;
  }

  /* CORPOS SOCIAIS */
  .organizational-list > h3 {
    font-size: 23px;
  }

  /* CONTACTOS */
  .faq-item {
    flex: 0 0 32%;
  }

  .contacts-grid > div {
    flex: 0 0 330px;
  }

  .btn-submit {
    font-size: 19px;
  }

  /* JOGADOR */
  .match-grid > div.match-teams {
    padding: 0 30px;
    flex: 0 0 365px;
    display: block;
  }

  .match-grid > div {
    font-size: 12px;
  }

  .match-score {
    display: none;
  }

  .match-team > span {
    display: block;
    margin-left: auto;
  }

  /* SÓCIO */
  .associate-grid-right {
    right: 0;
    margin-top: auto;
  }

  .associate-grid-left {
    flex: 0 0 35%;
    padding: 65px 0 65px 3%;
  }

  .btn-plan,
  .btn-effect {
    font-size: 20px;
  }

  .member-content > h3,
  .plan-title {
    font-size: 32px;
    line-height: 1.1;
  }

  .associate-grid-right::after {
    top: -55px;
  }

  /* CLUBE */
  .club-info-grid > li {
    font-size: 14px;
    padding: 60px 25px 30px 25px;
  }

  .club-info-grid > li > span {
    font-size: 65px;
  }

  .club-info {
    padding: 75px 0 95px 0;
  }

  .club-left {
    padding: 80px 6% 50px 6%;
    flex: 0 0 50%;
  }

  .trophies-left {
    padding-left: 6%;
    flex: 0 0 50%;
  }

  .history-chronology-item > span {
    font-size: 30px;
  }

  .history-chronology-item > p {
    font-size: 16px;
  }

  .page-template-page-clube .section-padding {
    padding-top: 0;
  }

  /* FRONTPAGE */
  .last-game-team {
    height: 100px;
    width: 100px;
  }

  .last-game-team > img {
    max-height: 68px;
  }

  .last-game-content > .last-game-date {
    font-size: 28px;
  }

  .frontpage-hero-grid {
    grid-template-columns: 40% 1fr 1fr;
  }

  .frontpage-first-new > h4 {
    font-size: 36px;
  }

  .to-top {
    top: -26px;
  }

  .to-top > svg {
    width: 50px;
    height: 50px;
  }

  /* CLUBE */
  .club-left-content > p {
    font-size: 17px;
  }
}

@media screen and (max-width: 1376px) {
  h1 {
    font-size: 37px;
  }

  h2 {
    font-size: 34px;
  }

  /* HEADER */
  .header-navigation-extra {
    margin-left: 25px;
    gap: 15px;
  }

  .header-button {
    padding: 8px 15px;
  }

  /* PAGE */
  .page-banner {
    padding: 53px 0 35px 0;
  }

  /* FOOTER */
  .footer-grid {
    grid-template-columns: 40% 1fr 25%;
  }

  footer h1,
  .footer-mail,
  footer h3 {
    font-size: 24px;
  }

  .footer-button > span {
    font-size: 20px;
  }

  .footer-first-column {
    gap: 30px;
  }

  .menu-footer a {
    font-size: 14px;
  }

  /* NOTÍCIAS */
  .subtitle,
  .other-news > h2 {
    font-size: 34px;
  }

  .btn-see-all {
    font-size: 21px;
    padding: 12px 30px;
    text-wrap: nowrap;
  }

  /* CORPOS SOCIAIS */
  .organizational-list > h3 {
    font-size: 21px;
  }

  .organizational-list > span {
    font-size: 15px;
  }

  /* CONTACTOS */
  .contacts-form-subject label {
    font-size: 11px;
  }

  /* SÓCIO */
  .member-content > h3,
  .plan-title {
    font-size: 30px;
  }

  .associate-grid-right > img {
    width: 150%;
  }

  /* SINGLE JOGADOR*/
  .player-flex {
    gap: 8%;
  }

  .player-flex-left {
    flex: 1;
    margin-left: 0;
  }

  .grid-team > .member-card {
    flex: 0 0 13.1%;
  }

  .single-player-number::after {
    padding: 30px;
    font-size: 65px;
  }

  /* ACADEMIA */
  .academy-intro-flex-left {
    padding-left: 0;
    margin-left: 6%;
  }

  .academy-details-flex > figure > img {
    object-fit: contain;
  }

  .academy-details-flex-right {
    flex: 0 0 50%;
  }

  .academy-details-flex {
    gap: 6%;
  }

  /* CLUBE */
  .club-info-grid {
    gap: 15px;
  }

  .trophies-left-content,
  .club-left-content {
    margin-left: 0;
  }

  .trophies-left {
    flex: 0 0 55%;
  }

  .trophies-item {
    font-size: 22px;
    width: 124px;
    height: 124px;
  }

  .academy-details {
    padding-bottom: 70px;
  }

  .history-chronology-item > span {
    font-size: 28px;
  }

  .history-chronology-item > p {
    font-size: 15px;
  }

  /* FRONTPAGE */
  .last-game-content > .last-game-date {
    font-size: 26px;
  }

  .frontpage-first-new > h4 {
    font-size: 32px;
  }

  /* JOGADOR */
  .match-date {
    padding-left: 40px;
    padding-right: 45px;
  }

  .match-hour {
    padding-left: 45px;
    flex: 0 0 130px;
  }

  .match-grid > div.match-teams,
  .match-championship {
    padding: 0 35px;
  }

  /* SINGLE */
  .single-news-grid {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  .container-secondary {
    padding: 0 6%;
  }

  /* HEADER */
  .menu-header > li > a::before {
    left: -10px;
    width: calc(100% + 20px);
    height: 90px;
  }

  .menu-header > li > .sub-menu {
    top: 85px;
  }

  .custom-logo {
    width: 165px;
  }

  .header-badge > img {
    width: 75px;
  }

  .contacts-grid > div,
  .custom-logo-link {
    margin-left: 90px;
  }

  .menu-header > li {
    padding: 30px 0;
  }

  /* SEARCH */
  .page-search-form-icon {
    height: 40px;
    width: 40px;
    background-size: 20px;
  }

  .page-search-form input {
    height: 60px;
  }

  /* NOTÍCIAS */
  .single-breadcrumb {
    padding-top: 80px;
  }

  .news-content-first-description > h2 {
    font-size: 26px;
  }

  .news-content-description > h2 {
    font-size: 24px;
  }

  .single-news-content > h2 {
    font-size: 20px;
  }

  .single-news-content > h3 {
    font-size: 18px;
  }

  .single-news-content > h4 {
    font-size: 16px;
  }

  .subtitle,
  .other-news > h2 {
    font-size: 32px;
  }

  /* CONTACTOS */
  .faq-item > h3 {
    font-size: 20px;
  }

  /* LIVE */
  .live-grid {
    gap: 10%;
  }

  .live-grid-left > p {
    font-size: 14px;
  }

  /* SÓCIO */
  .associate {
    padding-top: 0;
  }

  .plan-title {
    font-size: 28px;
  }

  .associate-grid-right::after {
    display: none;
  }

  .associate-grid-right::before {
    width: 30%;
  }

  /* STAFF */
  .members-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .member-content > h3 {
    font-size: 26px;
  }

  .members {
    padding: 100px 0 70px 0;
  }

  /* CLUBE */
  .trophies-right::before {
    height: 105px;
    width: 105px;
  }

  /* FRONTPAGE */
  .last-game-content > .last-game-date {
    font-size: 24px;
  }

  .last-game-team {
    height: 85px;
    width: 85px;
  }

  .last-game-team > img {
    max-height: 50px;
  }

  .frontpage-others-news-content > h4 {
    font-size: 20px;
  }

  .news-content-button {
    font-size: 12px;
  }

  .frontpage-first-new > time {
    font-size: 10px;
  }

  .frontpage-others-news > img {
    width: 100px;
    height: 100px;
  }

  .last-games {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1180px) {
  /* HEADER */
  .header-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 2;
  }

  .custom-logo {
    width: 175px;
  }

  .contacts-grid > div,
  .custom-logo-link {
    margin-left: 0;
  }

  .header-badge {
    left: 0;
    position: relative;
  }

  .header-logo.scrolled .header-badge {
    scale: 1;
    transform-origin: 0;
    top: 0;
  }

  .header-logo.scrolled .custom-logo-link {
    margin-left: 0;
  }

  .header-badge > img {
    width: 45px;
  }

  .header-button {
    font-size: 15px;
    padding: 6px 14px;
  }

  .menu-header a {
    font-size: 12px;
  }

  .header-button-search > img {
    width: 18px;
  }

  /* FOOTER */
  footer {
    padding: 55px 0 25px 0;
  }

  .footer-logo > img {
    width: 85px;
  }

  .footer-button > span {
    padding: 10px 24px;
    font-size: 18px;
  }

  footer h1,
  .footer-mail,
  footer h3 {
    font-size: 22px;
  }

  .menu-footer a {
    font-size: 13px;
  }

  .footer-socials img {
    width: 35px;
  }

  .menu-footer-bottom a {
    font-size: 12px;
  }

  /* SEARCH */
  .page-search {
    padding: 70px 0 160px 0;
  }

  /* NOTÍCIAS */
  .news-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .other-news ~ .news-grid > .news-content:last-child {
    display: none;
  }

  /* CORPOS SOCIAIS */
  .organizational-list > h3 {
    font-size: 19px;
  }

  /* CONTACTOS */
  .btn-submit {
    font-size: 17px;
    padding: 8px 20px;
  }

  .contacts {
    padding: 70px 0 25% 0;
  }

  /* SÓCIO */
  .associate-grid-left-content > p {
    font-size: 14px;
  }

  .associate-grid-left-content {
    margin-left: 0;
  }

  /* STAFF */
  .member-content > h3 {
    font-size: 24px;
  }

  .members {
    padding: 50px 0 70px 0;
  }

  .grid-team > .member-card {
    flex: 0 0 15.2%;
  }

  /* CLUBE */
  .history-container {
    padding: 0 6%;
    overflow-x: hidden;
  }

  .history-chronology {
    gap: 35px;
    padding-top: 25px;
  }

  .trophies-list > li {
    font-size: 14px;
    line-height: 1.5;
  }

  .trophies-left-content {
    max-width: 435px;
  }

  .trophies-left {
    flex: 0 0 50%;
  }

  /* FRONTPAGE */
  .frontpage-news-grid .news-content:last-child {
    display: none;
  }

  .last-games {
    column-gap: 2%;
  }

  .last-game-content > .last-game-date {
    font-size: 22px;
  }

  .frontpage-others-news > img {
    display: none;
  }

  /* JOGADOR */
  .match-date {
    padding-left: 35px;
    padding-right: 25px;
    flex: 0 0 130px;
  }

  .match-hour {
    padding-left: 30px;
    flex: 0 0 100px;
  }

  .title-tape-secondary {
    font-size: 15px;
  }
}

@media screen and (max-width: 1150px) {
  /* HEADER */
  .header-navigation {
    display: none;
  }

  header {
    padding-top: 10px;
  }

  .only-mobile {
    display: flex;
  }

  .ham {
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    user-select: none;
    position: relative;
    top: -4px;
    left: 20px;
    z-index: 2;
  }

  .hamRotate.active {
    transform: rotate(45deg);
  }

  .hamRotate180.active {
    transform: rotate(180deg);
  }

  .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
  }

  .hamType .top {
    stroke-dasharray: 40 160;
  }

  .hamType .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
  }

  .hamType .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
  }

  .hamType.active .top {
    stroke-dashoffset: -64px;
  }

  .hamType.active .middle {
    transform: rotate(90deg);
  }

  .hamType.active .bottom {
    stroke-dashoffset: -64px;
  }

  .header-navigation {
    display: flex;
    top: 0;
    position: absolute;
    height: 100vh;
    z-index: 1;
    right: -50vw;
    width: 50vw;
    background-color: #202020;
    flex-direction: column;
    justify-content: space-between;
    padding: 85px 6%;
    background-image: url(assets/images/santa-luzia.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    transition: all 1s;
  }

  .hamType.active ~ .header-navigation {
    right: 0;
  }

  .menu-header {
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-bottom: 25px;
    overflow-y: auto;
    z-index: 1;
    scrollbar-width: none;
  }

  .menu-header::scrollbar-width {
    display: none;
  }

  .menu-header > li {
    width: 100%;
    border-bottom: 1px solid #999;
    padding: 0;
    cursor: pointer;
  }

  .menu-header > li.current-menu-item {
    border-left: 5px solid #efc900;
  }

  .header-navigation-extra {
    margin-left: 0;
    width: 100%;
  }

  .header-button {
    flex: 1;
    font-size: 18px;
    padding: 10px;
  }

  .menu-header > li > a {
    font-size: 15px;
    padding: 30px 0 25px 15px;
    display: flex;
    cursor: pointer;
  }

  .menu-header > li > a::before {
    display: none;
  }

  .menu-header > li > .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2;
  }

  .menu-header > li:hover > .sub-menu {
    display: none;
  }

  .menu-header > li.show > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
  }

  .menu-header > li.menu-item-has-children > a {
    pointer-events: none;
    justify-content: space-between;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1090px) {
  body {
    overflow-x: hidden;
  }

  html.no-overflow {
    overflow: hidden;
  }

  main {
    transition: all 1s;
  }

  main.menu-opened {
    filter: blur(5px) opacity(0.5);
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  .btn-effect:hover > .btn-effect-hover,
  .btn-effect:hover > .btn-effect-text {
    transform: translateY(-170%);
  }

  /* 404 */
  .page-container-404 svg {
    width: 60%;
  }

  .page-404 {
    padding: 75px 0 120px 0;
  }

  .button-404 {
    font-size: 20px;
    padding: 10px 20px 8px 25px;
  }

  /* PAGE */
  .page-banner {
    padding: 35px 0;
  }

  .section-padding {
    padding: 45px 0 135px 0;
  }

  /* FOOTER */
  .footer-grid {
    grid-template-columns: 40% 1fr 1fr;
  }

  .menu-footer {
    column-gap: 20px;
  }

  .to-top {
    right: 6%;
  }

  /* SEARCH */
  .page-search-result p {
    font-size: 20px;
  }

  /* NOTÍCIAS*/
  .news {
    padding-top: 60px;
  }

  .single-news-grid {
    grid-template-columns: calc(100% - 285px) 250px;
    margin-top: 65px;
  }

  .single-breadcrumb {
    padding-top: 45px;
    padding-left: 0;
  }

  .subtitle,
  .other-news > h2 {
    font-size: 30px;
  }

  /* PATROCÍNIO */

  .sponsor-grid > a {
    flex: 0 0 100px;
  }

  /* CONTACTOS */
  .contacts {
    padding: 45px 0 25% 0;
  }

  .contacts-mail {
    font-size: 18px;
  }

  #contacts-form {
    flex: 1;
  }

  .faq-items {
    gap: 10px;
  }

  .faq-item {
    flex: 0 0 32.5%;
  }

  .faq-item > h3 {
    font-size: 18px;
  }

  .faq-item > p {
    font-size: 13px;
    line-height: 1.5;
  }

  .btn-scroll {
    height: 30px;
    width: 30px;
  }

  .faq-items {
    margin-right: 0;
  }

  .btn-scroll-right {
    right: -15px;
  }

  .btn-scroll-left {
    left: -20px;
  }

  /* SÓCIO */
  .btn-plan,
  .btn-effect {
    font-size: 18px;
    padding: 12px 24px;
  }

  /* STAFF */
  .btn-more {
    font-size: 12px;
  }

  /* SINGLE JOGADOR */
  .player-flex {
    align-items: flex-start;
  }

  .single-player-number::after {
    padding: 20px;
    font-size: 50px;
  }

  /* ACADEMIA */
  .academy-intro-flex-left {
    flex: 1;
  }

  .academy-formation-container {
    padding: 0 6%;
  }

  .academy-formation-item {
    font-size: 24px;
    min-height: 150px;
    flex: 0 0 210px;
  }

  .academy-formation-item::before {
    font-size: 130px;
  }

  /* CLUBE */
  .club-left-content > p {
    font-size: 16px;
    line-height: 1.3;
  }

  .trophies-left {
    flex: 0 0 55%;
  }

  .trophies-item {
    font-size: 19px;
    width: 105px;
    height: 105px;
  }

  .history-chronology {
    flex-direction: row;
    margin-bottom: 70px;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    min-width: 100vw;
    padding-top: 55px;
    margin-left: -6%;
    cursor: grab;
  }

  .history-chronology.active {
    cursor: grabbing;
  }

  .history-chronology-item:first-child {
    margin-left: 6%;
  }

  .history-chronology-item:nth-child(even) {
    align-items: flex-start;
  }

  .history-chronology-item:nth-child(odd) {
    align-self: flex-start;
  }

  .history-chronology-item:nth-child(even) > p {
    text-align: start;
  }

  .history-chronology::after {
    display: none;
  }

  .history-chronology-item {
    flex: 0 0 280px;
  }

  .history-chronology-item:nth-child(odd)::before {
    left: auto;
    transform: none;
  }

  .history-chronology-item:nth-child(even):before {
    right: auto;
    transform: none;
  }

  .history-chronology-item::before {
    top: -40px;
  }

  .history-chronology-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: -33px;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #fff;
    display: block;
  }

  .history-chronology-item:last-child {
    padding-right: 6%;
  }

  .history-chronology-item > span {
    font-size: 26px;
  }

  .history-chronology-item > p {
    font-size: 14px;
  }

  /* FRONTPAGE */
  .btn-frontpage-know-more {
    font-size: 20px;
    padding: 14px 35px;
  }

  .last-games {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .last-game:last-child {
    display: none;
  }

  .frontpage-first-new > h4 {
    font-size: 30px;
  }

  .frontpage-hero {
    min-height: 50vh;
  }

  .history-chronology-item.visible::before {
    background-color: #fff;
  }
}

@media screen and (max-width: 940px) {
  /* FOOTER */
  .footer-bottom {
    margin-top: 40px;
  }

  .footer-logo > img {
    width: 70px;
  }

  .footer-second-column {
    padding: 29px 26px 0 26px;
  }

  .footer-first-column {
    padding-right: 25px;
  }

  .footer-third-column {
    padding-left: 25px;
  }

  /* NOTÍCIAS */
  .single-news-grid {
    grid-template-columns: calc(100% - 225px) 190px;
  }

  .subtitle,
  .other-news > h2 {
    font-size: 28px;
  }

  .title-tape,
  .custom-content > p,
  .title-tape-secondary {
    font-size: 15px;
  }

  .replay-item {
    flex: 0 0 49%;
  }

  /* SÓCIO */
  .associate-grid-right::after {
    display: block;
    width: 25%;
    right: 25%;
    top: -30%;
  }

  /* JOGADOR */
  .grid-team > .member-card {
    flex: 0 0 19%;
  }

  /* ACADEMIA */
  .academy-team-container {
    padding: 0 6%;
  }

  /* CLUBE */
  .club-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .club-info {
    padding: 45px 0 55px 0;
  }

  .trophies-flex {
    flex-direction: column;
  }

  .trophies-left {
    padding: 45px 6%;
  }

  .trophies-left-content {
    max-width: 100%;
  }

  .trophies-right {
    min-height: 500px;
    padding-right: 0;
  }

  .trophies-right::before {
    bottom: auto;
    left: auto;
    top: -50px;
    right: 35px;
  }

  .history::before {
    top: -20px;
  }

  /* FRONTPAGE */
  .frontpage-first-new > h4 {
    font-size: 25px;
  }

  /* JOGADOR */
  .match-grid > div.match-teams {
    flex: 1 0 100%;
    order: 1;
    display: flex;
  }

  .match-team > span {
    display: none;
  }

  .match-score {
    display: block;
  }

  .match-grid {
    row-gap: 10px;
    padding: 10px 0;
  }

  .match-grid > div.match-teams::after {
    display: none;
  }

  .match-team {
    flex: 0 0 30%;
  }
}

@media screen and (max-width: 880px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .associate-container {
    padding: 0 6%;
  }

  /* PAGE */
  .page-content h2 {
    font-size: 24px;
  }

  .page-container {
    padding: 0 6%;
  }

  .page-content h3 {
    font-size: 18px;
  }

  /* FOOTER */
  footer {
    padding: 40px 0 25px 0;
  }

  .footer-grid {
    grid-template-columns: 50% 50%;
    row-gap: 20px;
  }

  .footer-first-column {
    grid-column: span 2;
  }

  .footer-grid > div:first-child::after {
    display: none;
  }

  .footer-second-column {
    padding: 29px 45px 0 0;
  }

  .footer-logo > img {
    width: 85px;
  }

  .footer-third-column {
    padding-left: 45px;
  }

  /* SEARCH */
  .page-search-button {
    font-size: 11px;
  }

  .page-search-button::after {
    background-size: contain;
    height: 14px;
    width: 18px;
  }

  .page-search-result p {
    font-size: 19px;
  }

  /* NOTÍCIAS */
  .news-content-first-description > h2 {
    font-size: 24px;
  }

  .news-content-description > h2 {
    font-size: 22px;
  }

  .news-content-first-button,
  .news-content-button,
  .news-content-first-description > p,
  .news-content-description > p {
    font-size: 12px;
  }

  /* FICHEIROS */
  .file-content {
    padding: 25px;
  }

  /* CONTACTOS */
  .faq-item {
    flex: 0 0 49%;
  }

  .contacts-grid > div {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 10%;
  }

  .contacts-grid {
    flex-direction: column;
    gap: 35px;
  }

  .contacts-mail {
    margin-top: 0;
  }

  .contacts-grid address {
    flex: 0 0 40%;
  }

  .input-form input {
    height: 45px;
  }

  .textarea-form label,
  .input-form label {
    top: 16px;
  }

  /* LIVE */
  .live-grid {
    flex-direction: column;
    gap: 35px;
  }

  .live-grid-right {
    width: 100%;
  }

  /* STAFF */
  .member-content > h3 {
    font-size: 22px;
  }

  .members {
    padding: 50px 0 25px 0;
  }

  /* CLUBE */
  .club-info {
    padding: 55px 0 65px 0;
  }
}

@media screen and (max-width: 845px) {
  /* SÓCIO */
  .associate-grid {
    flex-direction: column;
  }

  .associate-grid-right > img {
    width: 100%;
  }

  .associate-grid-left {
    padding: 45px 0 0 0;
  }

  .associate-grid-right::before {
    width: 30%;
    height: 45%;
    left: 0px;
  }

  .associate-grid-right::after {
    display: block;
    top: -5%;
    height: 45%;
  }

  /* SINGLE JOGADOR */
  .single-breadcrumb.secondary {
    margin-bottom: 0;
  }

  .player-flex {
    flex-direction: column;
    row-gap: 45px;
  }

  .team {
    padding-bottom: 235px;
  }

  .player-flex-left {
    order: 1;
    width: 100%;
  }

  .player-flex-right {
    margin: 0 auto;
  }

  .player-content {
    opacity: 1;
  }

  .grid-team > .member-card {
    flex: 0 0 172px;
  }

  .single-player-number::after {
    right: -35px;
  }

  .player-flex-right.single-player-number {
    max-width: 325px;
    width: 100%;
    margin: 0;
  }

  .single-player-figure::after,
  .single-player-figure::before {
    font-size: 190px;
  }

  /* ACADEMIA */
  .academy-details-flex > figure {
    order: 1;
  }

  .academy-intro-flex-left {
    order: 1;
    padding: 0 6%;
    margin: -40px 0 45px 0;
    z-index: 1;
  }
  .academy-intro-flex-left.padding-intro-academy {
    padding-top: 80px;
  }

  .academy-details-flex {
    flex-direction: column;
    row-gap: 40px;
  }

  .academy-intro-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .ml-30n {
    margin-left: 0;
  }

  /* CLUBE */
  .club-flex {
    flex-direction: column;
    align-items: flex-start;
    background-size: cover;
  }

  .club-left {
    order: 1;
    padding: 50px 6%;
  }

  .club-flex::after {
    display: none;
  }

  .academy-details {
    padding-bottom: 25px;
  }

  .club-left-content {
    max-width: 100%;
  }

  /* FRONTPAGE */
  .frontpage-first-new {
    grid-column: span 2;
  }

  .frontpage-others-news:last-child {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sm-container {
    padding: 0 6%;
  }

  /* FOOTER */
  .page-content h2 {
    font-size: 22px;
  }

  /* NOTÍCIAS */
  .news-content-first-description > h2 {
    font-size: 22px;
  }

  .news-content-description > h2 {
    font-size: 20px;
  }

  .single-news-grid {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .single-news-cta {
    position: relative;
    top: 0;
  }

  .cta-vertical {
    display: none;
  }

  .cta-horizontal {
    display: block;
  }

  /* CORPOS SOCIAIS */
  .organizational-list > h3 {
    font-size: 17px;
  }

  /* SÓCIOS */
  .plan {
    padding: 25px;
    min-height: 276px;
  }

  .plan-title {
    font-size: 26px;
  }

  .btn-plan,
  .btn-effect {
    font-size: 16px;
    padding: 12px 20px;
  }

  .plan-price {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .plan-price > p {
    font-size: 16px;
  }

  .plan > div {
    margin-top: 30px;
  }

  #plan-form {
    width: 100%;
    margin: 10px 0 40px 0;
  }

  .associate-container > p {
    font-size: 15px;
  }

  .associate-grid-right.template-part {
    padding-bottom: 35px;
  }

  .associate-grid-right.template-part > img {
    scale: 1.4;
  }

  /* STAFF */
  .member-content > h3 {
    font-size: 20px;
  }

  .member-content > h4 {
    font-size: 13px;
  }

  .members-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* ACADEMIA */
  .academy-form-container {
    padding: 0 6%;
  }

  .academy-details.secondary {
    padding: 45px 0;
  }

  /* FRONTPAGE */
  .last-games {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    margin-top: 25px;
  }

  .frontpage-others-news:last-child,
  .last-game:last-child {
    display: flex;
  }

  .frontpage-hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .frontpage-hero {
    min-height: auto;
    padding-top: 350px;
  }

  .frontpage-player-grid {
    gap: 10px;
    margin-bottom: 50px;
  }

  .frontpage-player-grid > .member-card {
    flex: 0 0 calc(35% - 15px);
  }

  .all-matches {
    margin-bottom: 0;
  }

  .frontpage-others-news {
    align-self: flex-start;
  }

  .to-top > svg {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 650px) {
  /* HEADER */
  .header-navigation {
    width: 100vw;
    padding-top: 100px;
    right: -100vw;
  }

  .menu-header > li > a {
    font-size: 14px;
  }

  /* FOOTER */
  .footer-grid {
    grid-template-columns: 55% 45%;
  }

  /* SEARCH */
  .page-search-button {
    font-size: 0;
  }

  .page-search-result p {
    font-size: 17px;
  }

  /* NOTÍCIAS */
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .news-content-first {
    flex-direction: column;
  }

  .news-content-first img {
    aspect-ratio: 5 / 3;
  }

  .news-content-first-description {
    position: relative;
    bottom: 20px;
    padding: 20px;
    left: 0;
    max-width: 100%;
  }

  .news-content-first-description > h2 {
    font-size: 20px;
  }

  .news-content-description > h2 {
    font-size: 18px;
  }

  .other-news ~ .news-grid > .news-content:last-child {
    display: block;
  }

  .subtitle,
  .other-news > h2 {
    font-size: 26px;
  }

  /* FICHEIROS */
  .file-item > h4 {
    flex: 0 0 100%;
  }

  .organizational-list > span,
  .file-content > h3 {
    font-size: 14px;
  }

  /* CORPOS SOCIAIS */
  .organizational-department-list {
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
  }

  /* CONTACTOS */
  .contacts-grid > div {
    flex-direction: column;
    row-gap: 27px;
  }

  .btn-submit {
    font-size: 15px;
    padding: 8px 15px;
  }

  .btn-scroll {
    display: none;
  }

  /* SÓCIO */
  .plan {
    padding: 25px 20px;
  }

  .plan-price > p {
    font-size: 14px;
  }

  .plan-title {
    font-size: 24px;
  }

  /* JOGADORES */
  .grid-team {
    width: 100vw;
    margin-left: -6%;
    padding-right: 6%;
  }

  .grid-team > .member-card:first-child {
    margin-left: 6%;
  }

  /* ACADEMIA */
  .academy-formation-items {
    gap: 15px;
  }

  /* CLUBE */
  .trophies-right::before {
    width: 75px;
    height: 75px;
    top: -35px;
  }

  .history-figure {
    margin: 50px 0;
  }

  .history {
    padding-top: 45px;
  }

  /* FRONTPAGE */

  .title-tape,
  .custom-content > p,
  .title-tape-secondary {
    font-size: 14px;
  }

  .frontpage-news-grid .news-content:last-child {
    display: block;
  }

  .frontpage-academy-container {
    padding: 0 6%;
  }

  .btn-frontpage-know-more {
    font-size: 18px;
    padding: 12px 30px;
  }

  .frontpage-academy {
    padding: 150px 0 100px 0;
    margin-top: 50px;
  }

  .sponsor-grid {
    overflow-x: auto;
    padding: 0 6%;
    gap: 30px;
    justify-content: flex-start;
  }

  .sponsor-grid::-webkit-scrollbar,
  .partners-grid::-webkit-scrollbar {
    display: none;
  }

  .partners .container {
    padding: 0;
  }
  .sponsor-grid > a {
    flex: 0 0 95px;
  }

  .partners-grid {
    display: flex;
    overflow-x: auto;
    padding: 0 6%;
  }

  .partners-grid > a {
    flex: 0 0 95px;
  }

  .partners .sm-container {
    padding: 0;
  }

  .section-padding {
    padding: 45px 0 100px 0;
  }
}

@media screen and (max-width: 580px) {
  /* SÓCIO */
  .plan-section {
    padding: 50px 0;
  }

  .plans {
    grid-template-columns: 100%;
  }

  .plan {
    min-height: auto;
  }

  /* FRONTPAGE */
  .frontpage-player-grid > .member-card {
    flex: 0 0 calc(50% - 10px);
  }
}

@media screen and (max-width: 540px) {
  /* 404 */
  .page-container-404 {
    padding: 0 6%;
  }

  /* FOOTER */
  footer::before {
    top: -60px;
    height: 60px;
    width: 215px;
  }

  .footer-grid {
    grid-template-columns: 100%;
    row-gap: 30px;
  }

  .footer-first-column {
    grid-column: auto;
  }

  .footer-third-column,
  .footer-second-column {
    padding: 0;
  }

  .footer-bottom {
    margin-top: 0;
  }

  .footer-grid > div::after {
    display: none !important;
  }

  .footer-socials img {
    width: 30px;
  }

  .menu-footer {
    padding: 20px 0;
    border-top: 1px solid #626262;
    border-bottom: 1px solid #626262;
  }

  /* SEARCH */
  .page-search-result {
    padding: 15px;
  }

  .page-search-result p {
    font-size: 16px;
  }

  /* NOTÍCIAS */
  .single-news-header {
    padding: 0 6%;
  }

  /* PARTNERS */
  .partners-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* CORPOS SOCIAIS */
  .organizational-department li {
    font-size: 12px;
    padding: 15px;
  }

  /* FAQ */
  .faq-item {
    flex: 0 0 75%;
  }

  .faq-item:first-child {
    margin-left: 6%;
  }

  .faq-items {
    min-width: 100vw;
    padding-right: 12%;
    margin-left: -6%;
  }

  /* LIVE */
  .replay-item {
    flex: 0 0 100%;
  }

  /* SÓCIO */
  .associate-grid-right {
    right: 0;
    margin-top: 60px;
    left: 55px;
  }

  .associate-grid-right.template-part > img,
  .associate-grid-right > img {
    width: 100%;
    scale: 2;
  }

  /* STAFF */
  .members-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* ACADEMIA */
  .grid-3 {
    grid-template-columns: 100%;
  }

  .grid-3 .member-card {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 20px;
    align-items: center;
  }

  .grid-3 .member-content {
    margin-top: 0;
  }

  .academy-team {
    row-gap: 40px;
  }

  /* FRONTPAGE */
  .last-games {
    grid-template-columns: 100%;
  }

  /* JOGADOR */
  .match-team > span,
  .match-grid > div.match-teams {
    display: block;
  }

  .match-team:first-child {
    margin-bottom: 10px;
  }

  .match-score {
    display: none;
  }

  .match-grid > div.match-teams,
  .match-championship {
    padding: 0 25px;
  }

  .match-date {
    padding-left: 25px;
  }
}

@media screen and (max-width: 500px) {
  .academy-form {
    padding: 40px 0;
  }

  .academy-team {
    padding: 40px 0 50px 0;
  }

  .academy-formation-items {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: flex-start;
  }

  .club-info-grid {
    grid-template-columns: 1fr;
  }

  /* FRONTPAGE */
  .frontpage-hero {
    padding-top: 200px;
  }

  .frontpage-first-new {
    padding: 25px;
  }

  .frontpage-news-grid {
    display: flex;
    overflow-x: auto;
    padding: 0 6%;
  }

  .frontpage-news-grid::-webkit-scrollbar {
    display: none;
  }

  .frontpage-news-grid .news-content {
    flex: 0 0 200px;
  }

  .last-news.main-container {
    padding: 0;
  }

  .last-news .members-flex {
    padding: 0 6%;
  }

  .last-news .title-tape-secondary {
    margin: 0 6%;
  }
}

@media screen and (max-width: 430px) {
  /* HEADER */
  .custom-logo {
    width: 160px;
  }

  /* FOOTER */
  .footer-logo > img {
    width: 70px;
  }

  /* SEARCH */
  .page-search {
    padding: 45px 0 160px 0;
  }

  /* NOTÍCIAS */
  .news-content-first-description > h2 {
    font-size: 19px;
  }

  .news-content-description > h2 {
    font-size: 17px;
  }

  /* FICHEIROS */
  .file-content {
    padding: 20px;
  }

  /* CONTACTOS */
  .form-footer {
    flex-direction: column;
  }

  .form-policy {
    justify-content: flex-start;
  }

  /* FORM*/
  .input-flex {
    grid-template-columns: 100%;
    gap: 0;
  }

  .player-table > div > span {
    font-size: 9px;
  }

  /* SINGLE */

  .cta-vertical {
    display: block;
  }

  .cta-horizontal {
    display: none;
  }

  .last-game-team {
    height: 70px;
    width: 70px;
  }
  h2 {
    font-size: 25px;
  }
}
