#app {
  /*  max-width: 1280px; */
  margin: 0 0;
  padding: 0 0;
  font-weight: normal;
  min-height: 100vh;
  width: 100%;
  font-family: "aktiv-grotesk-condensed", sans-serif !important;
  line-height: 1;
}

/* color palette from <https://github.com/vuejs/theme> */
:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;
  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;
  --vt-c-indigo: #2c3e50;
  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}

/* semantic color variables for this project */
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);
  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);
  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);
  --section-gap: 160px;
}


/* banner skin */
:root {
  --bg-image-desktop: "";
  --bg-image-mobile: "";
  --top-bg-position: 110px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);
    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);
    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

body {
  display: flex;
  flex-direction: column;
  place-items: start;
  min-height: 100vh;
  width: 100%;
  color: white;
  background: #222222 !important;
  transition: color 0.5s, background-color 0.5s;
  font-family: "aktiv-grotesk-condensed", sans-serif !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

img {
  max-width: 100%;
}
/* background-image: url(/img/sfondi/sfondo_gr1.png);
  background-position: center 5rem;
  background-repeat: no-repeat;
  background-size: contain; */

a {
  color: white !important;
  text-decoration: none !important;
}

.bg-fitp {
  background-color: #00205c;
}

.text-fitp {
  color: #00205c !important;
}

.text-gold {
  color: #e1ad4e !important;
}

.border-fitp {
  border: 0.5px solid #00205c !important;
}

.text-supertennis {
  color: #ccd900;
}

.cc-content-category-st {
  color: #ccd900;
}

.bg-supertennis {
  background-color: #ccd900;
}

.bg-black {
  background-color: #000000;
}

.bg-grigio-scuro {
  background-color: #222224 !important;
}

.bg-grigio-chiaro {
  background-color: #626262;
}

.bg-ricerca-colore {
  background-color: #e9eef5;
}

.bg-azzurro {
  background-color: #5cdaf2 !important;
}

.row {
  max-width: 100%;
  margin: auto;
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}

.vw-100 {
  width: 100vw;
}

@media screen and (min-width: 1400px) {
  .h-xxl-100 {
    height: 100% !important;
  }
}

.vh-100 {
  height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.bg-myfitp {
  background-color: #6faae9;
}

.text-myfitp {
  color: #6faae9;
}

.text-active {
  color: #05ecff;
}

@media (max-width: 576x) {
  .fs-6 {
    font-size: 0.8rem !important;
  }
}

.btn-fitp {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #00205c !important;
  --bs-btn-border-color: #00205c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00205c;
  --bs-btn-hover-border-color: #00205c;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00205c;
  --bs-btn-active-border-color: #00205c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00205c;
  --bs-btn-disabled-border-color: #00205c;
  font-size: 20px !important;
}

.btn-newsletter {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #003fb5 !important;
  --bs-btn-border-color: #003fb5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #003fb5;
  --bs-btn-hover-border-color: #003fb5;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #003fb5;
  --bs-btn-active-border-color: #003fb5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #003fb5;
  --bs-btn-disabled-border-color: #003fb5;
  white-space: nowrap;
  font-size: 20px;
}

.btn-supertennis {
  --bs-btn-color: #222222 !important;
  --bs-btn-bg: #cbd902 !important;
  --bs-btn-border-color: #cbd902;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #cbd902;
  --bs-btn-hover-border-color: #cbd902;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #cbd902;
  --bs-btn-active-border-color: #cbd902;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222222;
  --bs-btn-disabled-bg: #cbd902;
  --bs-btn-disabled-border-color: #cbd902;
  white-space: nowrap;
  font-size: 20px;
}

.btn-outline-sup {
  --bs-btn-color: #222222 !important;
  --bs-btn-bg: #fff !important;
  --bs-btn-border-color: #cbd902;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #cbd902;
  --bs-btn-hover-border-color: #cbd902;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #cbd902;
  --bs-btn-active-border-color: #cbd902;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #cbd902;
  --bs-btn-disabled-border-color: #cbd902;
  white-space: nowrap;
  font-size: 20px;
}

.btn-transparent-sup {
  --bs-btn-color: #cbd902 !important;
  --bs-btn-bg: #222222 !important;
  --bs-btn-border-color: #cbd902 !important;
  --bs-btn-hover-color: #cbd902;
  --bs-btn-hover-bg: #222222;
  --bs-btn-hover-border-color: #cbd902 !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #cbd902;
  --bs-btn-active-bg: #222222;
  --bs-btn-active-border-color: #cbd902 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #cbd902;
  --bs-btn-disabled-bg: #222222;
  --bs-btn-disabled-border-color: #222222;
  white-space: nowrap;
  font-size: 20px;
}

.scroll-x {
  overflow-x: scroll;
}

.titolo-sezione {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 0.5rem !important;
}

.border-short {
  padding-top: 1rem;
  border-top: solid 3px #ccd900;
  width: 4rem;
  place-self: center;
}

@media (max-width: 992px) {
  .titolo-sezione {
    text-align: center;
    margin: 0rem;
  }
}
@media (min-width: 992px) {
.border-short {
  place-self: start;
}}

@media (max-width: 992px) {
  .titolo-sezione {
    text-align: center;
    margin: 0rem;
  }
  .border-short {
    place-self: left;
  }
}

.bg-img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 16 / 9 !important;
}

.bg-img-news {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 3/2 !important;
}

@media (max-width: 1400px) {
  .bg-img {
    aspect-ratio: 16 / 8 !important;
  }
}

@media (max-width: 576px) {
  .bg-img {
    aspect-ratio: 8 / 12 !important;
  }
}

.fs-6 {
  font-size: 1.1rem !important;
}

@media (min-width: 992px) {
  .aside-enabled.aside-fixed.toolbar-fixed .toolbar {
    background: #97b2e7 !important;
  }
  .page-title {
    color: white !important;
  }
  /* .footer {
      background-color: #97b1e6;
  } */
}

@media (min-width: 992px) {
  main::-webkit-scrollbar-thumb,
  span::-webkit-scrollbar-thumb,
  ol::-webkit-scrollbar-thumb,
  ul::-webkit-scrollbar-thumb,
  pre::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    background-color: #c6cddf;
  }
  main:hover::-webkit-scrollbar-thumb,
  span:hover::-webkit-scrollbar-thumb,
  ol:hover::-webkit-scrollbar-thumb,
  ul:hover::-webkit-scrollbar-thumb,
  pre:hover::-webkit-scrollbar-thumb,
  div:hover::-webkit-scrollbar-thumb {
    background-color: #97b2e6;
  }
}

.voce-menu-sup {
  font-size: 18px;
}

.voce-sottomenu :hover {
  color: #ffffff !important;
  font-size: 18.5px;
  padding-bottom: 13px;
}

.voce-sottomenu {
  font-size: 18.5px;
  padding-bottom: 13px;
}

.small {
  font-size: 16px !important;
}

.small,
small {
  font-size: 16px !important;
}

.fw-800 {
  font-weight: 800 !important;
}

/* SKIN HOME */

.skinned-content {
  background: var(--vt-c-black-soft);
  width: 100%;
  justify-self: center;
  margin: auto;
  position: relative;
  z-index: 2;
}

.bg-banner-skin {
  padding-top: 120px;
  background-image: var(--bg-image-mobile);
  background-position: top;
  background-repeat: no-repeat !important;
  width: 100%;
  background-size: contain;
}

@media (min-width: 431px) {
  .bg-banner-skin {
    padding-top: 125px;
    background-image: var(--bg-image-desktop);
    background-attachment: fixed;
    background-position: center var(--top-bg-position);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-size: 2428px !important;
    width: 100%;
  }
}

@media (min-width: 1260px) {
  .bg-banner-skin {
    padding-top: 125px;
    background-image: var(--bg-image-desktop);
    background-attachment: fixed;
    background-position: center var(--top-bg-position);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-size: 2428px !important;
    width: 100%;
  }
  .skinned-content {
    width: 1260px;
  }
}

.full-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.small, small {
  font-size: 14px !important;
}