/* $c_primary: #FFFFFF;
$c_secondary: #1C1C1C;
$c_tertiary: #303030;
$c_four: #f0e404; */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: grid;
}

@font-face {
  font-family: "ABC Camera";
  src: url(assets/font/ABCCamera-Bold.woff2) format("woff2"), url(/assets/font/ABCCamera-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* a {
  color: inherit;
  text-decoration: inherit;
}

body {
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

.container {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.logo {
  background-image: url(assets/img/mohole_white.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3em;
}

#index {
  position: relative;
  color: #FFFFFF;
  z-index: 100;
  font-family: "ABC Camera", serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3em;
  background-color: #168ac9;
  width: 100%;
  height: 95vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
  transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
}
#index p {
  font-size: 3em;
  font-weight: 500;
}
#index a:hover {
  color: #1C1C1C;
  text-decoration: underline;
  -webkit-transition: all 0.5s cubic-bezier(0.335, 0.01, 0.03, 1.36);
  transition: all 0.5s cubic-bezier(0.335, 0.01, 0.03, 1.36);
}
#index path:hover {
  fill: #1C1C1C;
}
#index .crediti {
  font-size: 0.8em;
  font-family: "Inter";
}

#index.open {
  opacity: 1;
  visibility: visible;
}

.index-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.default::-webkit-scrollbar {
  display: none;
}

.default {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3em;
  gap: 1.66em;
  overflow: hidden;
}
.default h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 1.66em;
}
.default p {
  font-size: 1.8em;
}
.default .media img {
  width: 100%;
}

.referenti .referenti1 {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-size: 0.8em;
}
.referenti p {
  font-family: "Inter";
  font-weight: 300;
  font-size: 0.6em;
  padding: 0.33em;
}
.referenti a {
  font-family: "Inter";
}

body.hide {
  overflow: hidden;
}

.calciobalilla.hide {
  overflow: hidden;
}

.ping-pong.hide {
  overflow: hidden;
}

.buttons {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0.66em;
  width: 100%;
}
.buttons a {
  cursor: pointer;
}

.button1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: fontsize_xxs;
}

.ping-pong {
  position: relative;
  /* position: fixed;
    width: 50%;
    top: 0;
    left: 0; */
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 110px;
}
.ping-pong a.button1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 12px;
  border: 1.5px solid #000;
  text-decoration: none;
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ping-pong a.button1:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

#ics {
  position: absolute;
  width: 30px;
  height: auto;
  top: 1.66em;
  right: 1.66em;
  cursor: pointer;
}

#cbics {
  position: absolute;
  width: 30px;
  height: auto;
  top: 1.66em;
  right: 1.66em;
  cursor: pointer;
}

#indexics {
  position: absolute;
  width: 30px;
  height: auto;
  top: 1.66em;
  right: 1.66em;
  cursor: pointer;
}
#indexics path {
  fill: #FFFFFF;
}

.rules {
  color: #FFFFFF;
}
.rules path {
  fill: #FFFFFF;
}

.rules::-webkit-scrollbar {
  display: none;
}

.rules .default {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#pprules {
  z-index: 100;
  position: fixed;
  width: 50%;
  height: 95vh;
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3em;
  gap: 1.66em;
  background-color: #168ac9;
  line-height: 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
  transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
}
#pprules h2,
#pprules h3 {
  font-family: "ABC Camera", serif;
}
#pprules p {
  font-size: 16px;
}

#pprules.open {
  opacity: 1;
  visibility: visible;
}

.calciobalilla {
  position: relative;
  /*  position: fixed;
    width: 50%;
    top: 0;
    right: 0; */
  background-color: #1C1C1C;
  color: #FFFFFF;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 110px;
}
.calciobalilla a.button1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 12px;
  border: 1.5px solid #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calciobalilla a.button1:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

#cbrules {
  z-index: 100;
  position: fixed;
  width: 50%;
  height: 95vh;
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3em;
  gap: 1.66em;
  background-color: #168ac9;
  line-height: 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
  transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
}
#cbrules h2,
#cbrules h3 {
  font-family: "ABC Camera", serif;
}
#cbrules p {
  font-size: 16px;
}

#cbrules.open {
  opacity: 1;
  visibility: visible;
}

.introduzione {
  font-size: 0.6em;
  margin-top: 1.33em;
}
.introduzione a {
  text-decoration: underline;
}

.nav {
  z-index: 200;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #168ac9;
  color: #FFFFFF;
  padding: 1.66em 3em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .index {
  text-align: center;
  cursor: pointer;
}
.nav img {
  width: 25px;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    height: 100%;
  }
  .default {
    overflow-y: hidden;
  }
  .ping-pong {
    height: 100%;
    padding-bottom: 3em;
  }
  .calciobalilla {
    height: 100%;
    padding-bottom: 3em;
  }
  .introduzione {
    font-size: 0.4em;
  }
  #pprules {
    width: 100%;
  }
  #cbrules {
    width: 100%;
  }
  #index {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3em;
    width: 100%;
    height: 100%;
  }
  #index p {
    font-size: 3em;
    font-weight: 500;
  }
  #index .crediti {
    font-size: 0.6em;
    font-family: "Inter";
    padding-bottom: 3em;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */