@import url("https://fonts.googleapis.com/css?family=Oxanium:200,400,600");
/**************************************************
*
*  Base
*
**/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/** Body a tutta pagina, centrato */
BODY {
  background: #444444;
  color: #dddddd;
  font-family: Oxanium, sans-serif;
  font-size: 16pt;
  text-align: center;
  width: 100%;
  margin: 0;
  position: absolute;
}

/** Titoli */
H1, H2, H3, H4 {
  color: #ff9900;
  font-weight: bold;
  padding: 2rem auto 1rem;
}

H1 {
  padding: 2rem 0;
  font-size: 36px;
}

H2 {
  font-size: 24px;
}

H3 {
  font-size: 18px;
  padding: 0.5rem 0rem 0.5rem;
}

/** Elementi di base */
TABLE {
  border-collapse: collapse;
}

UL :first-child,
OL :first-child {
  margin-top: 0;
}

P {
  hyphens: auto;
}

CODE {
  color: #00a600;
}

LI {
  margin: 1rem 2rem;
}

A {
  color: #ff9900;
  font-size: inherit;
}

A#back-to-top {
  display: inline-block;
  padding: 2rem 0 1rem;
}

LABEL {
  font-weight: bold;
  text-transform: capitalize;
}

LABEL:after {
  margin-right: 0.5rem;
  content: ":";
}

/** Menu */
NAV.menu A {
  display: inline-block;
  font-weight: bold;
  color: #ff9900;
}

NAV#menu-lang IMG {
  border: none;
  width: 24px;
  margin-left: 1rem;
}

NAV#menu-lang A.corrente IMG {
  filter: drop-shadow(2px 4px 6px black);
}

SECTION {
  overflow: auto;
  padding-bottom: 1rem;
}

/** Niente bordo per l'ultima sezione */
/**************************************************
*
*  Elementi della pagina
*
**/
MAIN, HEADER, FOOTER {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  position: relative;
  padding: 0px;
}

BODY.page MAIN {
  padding: 150px 0 3rem;
}

BODY.page HEADER {
  text-align: left;
  backdrop-filter: blur(10px);
  height: 150px;
  position: fixed;
  z-index: 20;
  top: 0;
  left: calc((100% - 1280px) / 2);
}

/**************************************************
*
*  Header
*
**/
HEADER IMG#logo {
  display: inline-block;
  position: relative;
  height: 150px;
  margin: 0px 0px 0 0px;
}

HEADER NAV#menu-header {
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 2rem;
  border-bottom: solid 1px #999;
}

HEADER NAV#menu-header A {
  text-decoration: none;
  font-weight: 400;
  font-size: 16pt;
  padding: 0 5px;
}

HEADER NAV#menu-header A.corrente {
  position: relative;
  bottom: -2rem;
  color: #ffffff;
  font-weight: bold;
}

/**************************************************
*
*  Footer
*
**/
FOOTER {
  text-align: left;
  border-top: solid 2px #8E8E8E;
  padding: 2rem 0;
  min-height: 120px;
}

NAV.post {
  width: 1280px;
  height: 80px;
}

NAV.post A {
  width: 40%;
  display: inline-block;
  position: relative;
  font-size: 0.95rem;
  padding: 1rem;
}

NAV.post A#prev {
  border-left: solid 1px #999999;
  text-align: left;
  float: left;
}

NAV.post A#next {
  border-right: solid 1px #999999;
  text-align: right;
  float: right;
}

FOOTER DIV#contatti {
  display: inline-block;
}

FOOTER DIV#contatti SPAN {
  display: block;
  font-size: 0.95rem;
  line-height: 2;
}

FOOTER DIV#contatti SPAN#ragione-sociale {
  color: #ff9900;
  font-weight: bold;
  font-size: 1.2rem;
}

FOOTER NAV {
  position: relative;
  display: inline-block;
}

FOOTER NAV#menu-lang {
  float: right;
}

FOOTER NAV#menu-footer {
  left: 0;
  font-size: 0.95rem;
}

FOOTER NAV#menu-footer A {
  text-decoration: none;
  font-weight: 400;
  font-size: 16pt;
}

/**************************************************
*
*  Articolo
*
**/
ARTICLE {
  display: block;
  display: inline-block;
  margin: auto auto 0 auto;
  overflow: auto;
  position: relative;
  padding: 0 0 2rem 0;
  width: 633px;
}

ARTICLE HEADER H2 {
  color: #ffffff;
}

ARTICLE HEADER H3 {
  margin: 1rem auto;
}

ARTICLE H2 {
  margin-top: 1rem;
}

ARTICLE DIV.img IMG {
  max-width: 100%;
  max-height: 400px;
}

ARTICLE BLOCKQUOTE {
  font-style: italic;
  text-align: left;
  color: #00a600;
  padding: 1rem;
  margin-bottom: 1rem;
}

ARTICLE P,
ARTICLE DIV.testo {
  text-align: justify;
  line-height: 1.5;
  padding-bottom: 1rem;
}

ARTICLE B,
ARTICLE STRONG,
ARTICLE P EM {
  color: #ffffff;
  font-weight: 600;
}

ARTICLE P IMG {
  margin: 20px auto;
  padding: 4px;
  border: solid 1px #8E8E8E;
  max-width: 90%;
  display: block;
}

/** Cornici per le immagini */
ARTICLE P:has(> IMG) {
  text-align: center;
}

ARTICLE UL,
ARTICLE OL {
  margin: 1rem auto 1rem auto;
  padding-left: 1rem;
  font-size: 1em;
  text-align: left;
  display: inline-block;
}

ARTICLE PRE {
  display: block;
  overflow-x: scroll;
}

ARTICLE PRE CODE {
  color: #00a600;
  font-size: 12pt;
  text-align: left;
  display: inline-block;
  padding: 1rem;
  margin-bottom: 1rem;
}

/** Tabelle negli articoli  */
ARTICLE TABLE {
  margin: 1rem auto 2rem;
}

ARTICLE TABLE.ioc {
  margin-bottom: 3rem;
}

ARTICLE TABLE TR TD {
  text-align: left;
  padding: 0.25rem 0.5rem;
}

ARTICLE TABLE TR TD:first-of-type {
  text-align: right;
  font-weight: bold;
  color: #ffffff;
  min-width: 10rem;
  vertical-align: top;
}

/**************************************************
*
*  Index
*
**/
BODY.index HEADER,
BODY.index FOOTER {
  text-align: center;
  border: none;
  height: 30vh;
  padding: 16px;
  margin: 0 auto;
}

BODY.index HEADER IMG#logo {
  margin: auto;
}

BODY.index HEADER P.motto {
  font-size: 0.9rem;
  color: #ffffff;
}

BODY.index MAIN {
  position: relative;
  padding: 0;
  height: 40vh;
  width: 1280px;
  overflow: hidden;
}

BODY.index DIV#menu-cont {
  display: block;
  text-align: center;
  width: 100%;
  top: calc((100% - 52px) / 2);
  position: relative;
}

BODY.index NAV#menu-lang {
  float: none;
  top: calc(100% - 30px);
}

NAV#menu-index {
  background-color: rgba(255, 255, 255, 0);
  height: 3.2rem;
  position: relative;
  width: 100%;
}

NAV#menu-index SPAN {
  background-color: rgba(255, 255, 255, 0);
  display: inline-block;
  font-size: 16pt;
  line-height: 1.2;
  width: 10%;
  padding: 1rem;
  position: absolute;
  text-transform: uppercase;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: 2; /* deve essere un numero pari */
}

NAV#menu-index SPAN A {
  color: #ff9900;
  font-weight: 200;
  text-decoration: none;
  transition: bold 1s;
}

NAV#menu-index SPAN A:hover {
  color: #ffaa00;
  font-weight: 400;
}

/** Animazione degli elementi del menu */
BODY.index SPAN#menu-1 {
  left: 5%;
  animation-name: menu-1;
  animation-delay: 0s;
}

BODY.index SPAN#menu-2 {
  left: 25%;
  animation-name: menu-2;
  animation-delay: 2s;
}

BODY.index SPAN#menu-3 {
  left: 45%;
  animation-name: menu-3;
  animation-delay: 4s;
}

BODY.index SPAN#menu-4 {
  left: 65%;
  animation-name: menu-4;
  animation-delay: 4s;
}

BODY.index SPAN#menu-5 {
  left: 85%;
  animation-name: menu-5;
  animation-delay: 4s;
}

/**************************************************
*
*  Movie Captcha
*
**/
DIV#frm-captcha {
  margin: 2rem auto;
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
}

DIV#frm-captcha.hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

IMG#img-captcha {
  width: 200px;
  height: 300px;
  line-height: 300px;
  border: solid 1px;
  display: block;
  margin: 0 auto;
}

INPUT#tit-captcha {
  font-size: 1rem;
  width: 300px;
  margin: 1rem auto;
  border: solid 1px #999;
  padding: 0.25rem;
}

INPUT#btt-ok,
INPUT#btt-captcha {
  background-color: #ff9900;
  color: #fff;
  padding: 0.5rem;
  border: solid 1px #999;
  border-bottom-right-radius: 10px;
  font-family: Verdana, sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0.25rem 0.5rem;
  width: auto;
}

INPUT#btt-ok {
  display: none;
  margin-top: 2rem;
}

/**************************************************
*
*  List
*
**/
SECTION.list {
  background: #aaa;
}

NAV.list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-bottom: 1rem;
}

NAV.list > DIV.post {
  background: #666666;
  padding: 1rem;
  min-height: 485px;
  border-bottom: solid 0px #fff;
  border-bottom-right-radius: 20px;
}

NAV.list DIV.post DIV.img {
  min-height: 185px;
}

NAV.list DIV.post DIV.img IMG {
  height: 100%;
  max-width: 100%;
}

NAV.list DIV.post DIV.info {
  font-size: 0.9em;
  padding: 1rem 0 3rem;
}

NAV.list DIV.post P.data {
  font-size: 10pt;
  margin: 0 0 0.5rem;
  text-align: center;
}

NAV.list DIV.post H2 {
  font-size: 14pt;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

NAV.list DIV.post H3 {
  margin: 0 0 0.5rem;
  padding: 0;
}

NAV.list DIV.post P.excerpt {
  font-size: 1em;
  margin-top: 0.5rem;
  text-align: justify;
}

NAV.list DIV.post I.fa {
  margin-left: 10px;
}

/**************************************************
*
*  Responsive
*
**/
@media (max-width: 1023px) {
  BODY.index DIV#menu-cont {
    top: 0;
  }
  NAV#menu-index {
    height: auto;
  }
  NAV#menu-index SPAN {
    display: block;
    font-size: 16pt;
    line-height: 1.2;
    width: auto;
    padding: 1rem;
    position: relative;
  }
  BODY.index NAV#menu-index SPAN {
    left: auto;
    animation-name: unset;
    animation-delay: unset;
  }
  BODY.index NAV#menu-index SPAN#menu-1 {
    animation-name: menu-mobile-dx;
  }
  BODY.index NAV#menu-index SPAN#menu-2 {
    animation-name: menu-mobile-sx;
  }
  BODY.index NAV#menu-index SPAN#menu-3 {
    animation-name: menu-mobile-dx;
  }
  BODY.index NAV#menu-index SPAN#menu-4 {
    animation-name: menu-mobile-sx;
  }
  BODY.index NAV#menu-index SPAN#menu-5 {
    animation-name: menu-mobile-dx;
  }
  BODY.index NAV#menu-index SPAN#menu-6 {
    animation-name: menu-mobile-sx;
  }
  BODY.index NAV#menu-lang {
    top: calc((100% - 30px) / 2);
  }
  ARTICLE {
    display: block;
    margin: 16px 16px 32px 16px;
    width: auto;
  }
  ARTICLE {
    overflow: auto;
  }
  LI {
    padding-bottom: 0.5rem;
  }
  /** Tabelle nella pagina di Modella */
  MAIN TABLE TR TD {
    display: block;
  }
  MAIN TABLE TR TD:first-of-type {
    text-align: left;
  }
  HEADER {
    text-align: center;
    padding: 16px;
    height: auto;
  }
  HEADER IMG#logo {
    display: block;
    margin: auto;
    margin-bottom: 1rem;
  }
  HEADER NAV#menu-header {
    display: block;
    position: relative;
    bottom: unset;
  }
  HEADER NAV#menu-header A {
    width: 22%;
  }
  HEADER NAV#menu-header A.corrente {
    position: absolute;
    width: auto;
  }
  A#menu-1.corrente {
    left: 0%;
  }
  A#menu-2.corrente {
    left: 15%;
  }
  A#menu-3.corrente {
    left: 40%;
  }
  A#menu-4.corrente {
    left: 60%;
  }
  A#menu-5.corrente {
    left: 80%;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  BODY.index MAIN,
  BODY.index HEADER,
  BODY.index FOOTER {
    height: auto;
    min-height: 120px;
  }
  BODY.index NAV#menu-lang {
    top: 45px;
  }
}
@keyframes menu-mobile-dx {
  0% {
    left: 0%;
  }
  100% {
    left: 10%;
  }
}
@keyframes menu-mobile-sx {
  0% {
    left: 0%;
  }
  100% {
    left: -10%;
  }
}
@keyframes menu-1 {
  0% {
    left: 5%;
  }
  100% {
    left: 15%;
  }
}
@keyframes menu-2 {
  0% {
    left: 25%;
  }
  100% {
    left: 35%;
  }
}
@keyframes menu-3 {
  0% {
    left: 45%;
  }
  100% {
    left: 55%;
  }
}
@keyframes menu-4 {
  0% {
    left: 65%;
  }
  100% {
    left: 75%;
  }
}
@keyframes menu-5 {
  0% {
    left: 85%;
  }
  100% {
    left: 95%;
  }
}

/*# sourceMappingURL=screen.css.map */