/* Typo */
* {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main {
  display: block; }

mark, rp, rt, ruby, summary, time {
  display: inline; }

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
  background: transparent;
  border: 0 none;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top; }

a {
  text-decoration: none;
  outline: none !important;
  vertical-align: baseline; }

b, strong {
  font-weight: bold; }

q {
  quotes: none; }

table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse; }

img {
  vertical-align: top;
  max-width: 100%; }

embed {
  vertical-align: top; }

input, textarea {
  font-family: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

input, button {
  outline: none;
  background: transparent; }

button::-moz-focus-inner {
  border: 0; }

th {
  text-align: left; }

textarea {
  outline: none !important; }

button {
  cursor: pointer;
  color: inherit; }

html, body {
  min-height: 100%; }

fieldset, legend, label, select, textarea, form, button, optgroup {
  -webkit-appearance: none !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

div.clear {
  clear: both; }

* {
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none; }


html {
  font-size: 16px;
  background-color: #0A0A0C; }

html,
body {
  height: 100%;
  text-rendering: optimizeSpeed;
  -webkit-text-rendereing: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff; }

.clearfix {
  clear: both;
  display: block; }

h1,
h2,
h3,
h4,
p {
  line-height: normal;
  margin: 0; }
  h1.bold,
  h2.bold,
  h3.bold,
  h4.bold,
  p.bold {
    font-weight: 600; }

p {
  font-size: 18px;
  line-height: 22px;
  color: #fff; }

a {
  text-decoration: none; }
  a:hover, a:focus, a:visited {
    text-decoration: none; }

.space {
  height: 50px; }

.font-regular {
  font-weight: 400; }
.white{
	background-color:#fff;
	color:#000;
}
.container-fluid {
  border-radius: 20px;
}
.container-fluid .container{
	margin:0 auto;
  padding:25px 0;
}
.white h3{
	color:#0983B4;
	margin:25px 0;
}
.white p{
	color:#000;
}
button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  button:focus {
    outline: none; }

img {
  max-width: 100%; }
  img.img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.w-100 {
  width: 100%; }

.ml-auto {
  margin-left: auto; }

.pb-0 {
  padding-bottom: 0 !important; }

.d-flex {
  display: flex; }

.flex-100 {
  flex: 0 0 100%; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-column {
  flex-direction: column; }

.flex-grow-1 {
  flex-grow: 1; }

.justify-content-center {
  justify-content: center; }

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

.justify-content-space-around {
  justify-content: space-around; }

.flex-clear {
  flex-basis: 100%;
  height: 0; }

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

.align-self-end {
  align-self: flex-end; }

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

.show-full {
  display: block; }

.show-mobile {
  display: none !important; }

.show-mobile-flex {
  display: none; }

.no-margin-top {
  margin-top: 0 !important; }

.margin-top50 {
  margin-top: 50px; }

.margin-tb50 {
  margin: 50px auto !important; }

.margin-bottom50 {
  margin-bottom: 50px !important; }

.padding-tb-50 {
  padding: 50px 0; }

.container {
  width: 90%;
  max-width: 1280px;
  margin: -90px auto 75px auto; }
  .container.sez-video .row {
    margin: 50px auto; }

.no-margin {
  margin: 0 auto; }

.col {
  float: left;
  padding: 0 15px; }
  .col.padding25 {
    padding: 25px; }
  .col.col__dx {
    float: right;
    width: 50%;
    padding: 0; }
  .col.col__sx {
    float: left;
    width: 50%;
    padding: 0; }

.menu-top, .barra-fixed {
  position: absolute;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  z-index: 51;
  left: 0;
  right: 0; }
  .menu-top .btn-dona, .barra-fixed .btn-dona {
    position: relative;
    right: 75px;
    background-color: #B4091D;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 15px;
    max-width: max-content;
    margin-top: 15px;
    float: right; }
    .menu-top .btn-dona img, .barra-fixed .btn-dona img {
      width: 60px;
      margin-right: 15px; }
  .menu-top .logo-pc-gaming, .barra-fixed .logo-pc-gaming {
    position: absolute;
    width: 120px; }
  .menu-top .btn-decadi, .barra-fixed .btn-decadi {
    color: #fff;
    position: relative;
    top: 35px; }

.menu-top--sx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%; }
.menu-top--dx {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%; }

.barra-fixed {
  background-color: rgba(28, 28, 28, 0.9);
  height: 80px;
  width: 100%;
  z-index: 51;
  display: none; }
  .barra-fixed .btn-dona {
    margin-top: 0; }

/* BTN */
.btn {
  border-radius: 10px;
  position: relative;
  z-index: 50;
  font-size: 16px; }
  .btn svg.arrow-btn {
    top: 3px;
    position: relative;
    left: 10px; }
  .btn.btn--light {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 40px;
    max-width: max-content;
    margin: 25px;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .btn.btn--light:hover {
      background-color: #19578f;
      border: 2px solid #19578f;
      color: #fff;
      -webkit-transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .btn.btn--dark {
    background-color: #0083B4;
    border: 2px solid #0083B4;
    color: #fff;
    padding: 15px 40px;
    margin: 25px;
    max-width: max-content;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .btn.btn--dark:hover {
      background-color: #19578f;
      border: 2px solid #19578f;
      color: #fff;
      -webkit-transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      .btn.btn--dark-selected {
        background-color: darkblue;
      }
      .btn.btn--dark-selected:hover {
        background-color: green;
      }

/* Typo */
.title {
  font-size: 51px;
  line-height: 61px;
  color: #fff;
  margin: 25px 0;
  font-weight: bold; }
  .title a {
    color: #fff; }

.subtitle {
  font-size: 35px;
  line-height: 54px;
  color: #fff;
  font-weight: bold;
  margin: 0px 0;
}

.subtitle-sez {
  font-size: 31px;
  line-height: 41px;
  font-weight: bold;
  margin: 0 0 25px 0;}

p.autore {
  font-size: 20px;
  font-weight: bold;
  color: #0983B4;
  line-height: 31px;
  margin-top: 15px; }
p.spec {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400; }
p.anno {
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
  margin-top: 15px; }

.banner-pagina-interna {
  background-image: url("../images/slide-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  width: 100%; }

.menu-interno {
  background-color: rgba(19, 18, 18, 0.9);
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  transition: all .5s ease;
  width: 100%;
  z-index: 50; }
  .menu-interno span {
    margin: 0 15px; }
    .menu-interno span a {
      color: #fff; }
      .menu-interno span a:hover {
        color: #0983B4; }
      .menu-interno span a.active {
        color: #0983B4;
        text-decoration: none; }
    .menu-interno span.divider {
      width: 2px;
      height: 20px;
      background-color: #fff;
      display: inline-block; }
  .menu-interno #menu {
    position: relative; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  transition: all .5s ease; }

.anni .row {
  margin: 35px 0; }
.anni p {
  font-size: 17px;
  line-height: 27px; }
.anni .title-anni {
  color: #0983B4;
  font-weight: 600;
  font-size: 28px;
  padding-top: 20px;
  line-height: 37px;
}



  .modal-content {
    background-color: #000;
  border-radius: 0; }
  .modal-content .modal-header {
  border: 0; }
  .modal-content .modal-header .close {
    float: right;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
  opacity: 1; }

/* Footer */
footer .show-full-footer {
  display: flex; }
footer .show-mobile-footer {
  display: none; }

footer {
  font-weight: 400;
  color: #fff;
  padding: 20px 0 20px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 20px; }
  footer a {
    margin: 0 10px;
    color: #fff; }
  footer .footer-powered {
    position: absolute;
    right: 30px; }
    footer .footer-powered span {
      position: relative;
      top: 10px;
      right: 10px; }
  footer .logo-footer {
    width: 50px;
    margin-right: 15px; }
	
	.navigazione-anni {
    display: flex!important;
    align-items: center;
	margin:25px 0!important;
	z-index:1;
}
img.navigazione-anni__icona {
    width: 30px;
    margin-left: 15px;
}

@media (max-width: 768px) {
  footer p {
    margin: 10px 0; }
  footer .footer-powered {
    position: relative;
    right: 0; } }
.intro-home {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #fff; }
  .intro-home .cover-video {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10; }
    .intro-home .cover-video img {
      box-sizing: border-box;
      height: 56.25vw;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      width: 177.77777778vh;
      object-fit: cover; }
  .intro-home .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.35); }
  .intro-home .claim-home {
    width: 100%;
    height: 100%;
    z-index: 20;
    position: absolute;
    top: 5%;
    color: #fff;
    text-align: center; }
    .intro-home .claim-home .main-title {
      font-size: 75px;
      font-weight: bold; }
    .intro-home .claim-home .pre-title {
      font-size: 18px;
      font-weight: bold; }
    .intro-home .claim-home .logo-intel {
      width: 105px; }
    .intro-home .claim-home .pre-logo-intel {
      font-size: 14px;
      line-height: 22px;
      font-weight: regular;
      margin-right: 15px; }
      .intro-home .claim-home .divider-plus {
        width: auto;
        margin: 0 50px;
        display: flex;
        align-items: center;
        font-size: 30px;
        justify-content: center;
        text-align: center;
        background-color: transparent;
      }
      .intro-home .claim-home .divider {
        background-color: #fff;
        height: 75px;
        width: 2px;
      margin: 0 25px; }
    .divider-plus::before{
      content:'\002B';
    }
    .intro-home .claim-home .logo-vgp-intro {
      width: 155px;
      height: 50px;
    }

@media (max-width: 768px) {
  .intro-home .claim-home {
    top: 0;
    padding: 0 25px; }
    .intro-home .claim-home .main-title {
      font-size: 45px; }
    .intro-home .claim-home .logo-intel {
      width: 100px; }
    .intro-home .claim-home .divider-plus {
      margin: 15px 50px; }
    .intro-home .claim-home .btn-row-intro {
      display: block !important; }
      .intro-home .claim-home .btn-row-intro .btn {
        padding: 15px 10px;
        max-width: 100%; }

  .video {
    margin-top: 50px; } }
#slider .owl-carousel .item {
  height: calc(100vh - 80px); }
  #slider .owl-carousel .item .text-slide {
    position: absolute;
    z-index: 50;
    top: 20%;
    left: 5%; }
    #slider .owl-carousel .item .text-slide p {
      font-size: 17px;
      line-height: 27px; }
    #slider .owl-carousel .item .text-slide img {
      width: 250px; }
    #slider .owl-carousel .item .text-slide .btn--dark {
      margin: 15px 0;
      font-size: 16px; }
  #slider .owl-carousel .item .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.6); }
#slider .owl-carousel .owl-nav.disabled, #slider .owl-carousel .owl-dots.disabled {
  display: none; }

@media (max-width: 768px) {
  #slider .owl-carousel .item {
    height: 100%;
    max-height: 100%;
    height: calc(100vh - 170px); }
    #slider .owl-carousel .item .text-slide {
      top: 30%; } }
.intro-home__interno {
  position: relative;
  width: 100%;
  height: 80vh;
  background-color: #fff; }
  .intro-home__interno .cover-video {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10; }
    .intro-home__interno .cover-video img {
      box-sizing: border-box;
      height: 56.25vw;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      width: 177.77777778vh;
      object-fit: cover; }
  .intro-home__interno .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.55); }
  .intro-home__interno .claim-home {
    width: 100%;
    height: 100%;
    z-index: 20;
    position: absolute;
    top: 0%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center; }
    .intro-home__interno .claim-home .main-title {
      font-size: 75px;
      font-weight: bold; }
    .intro-home__interno .claim-home .pre-title {
      font-size: 24px;
      font-weight: bold; }
    .intro-home__interno .claim-home .logo-intel {
      width: 105px; }
    .intro-home__interno .claim-home .pre-logo-intel {
      font-size: 14px;
      line-height: 22px;
      font-weight: regular;
      margin-right: 15px; }
    .intro-home__interno .claim-home .logo-vgp-intro {
      width: 150px;
      margin: 0 auto; }
    .intro-home__interno .claim-home .logo-banner-interno {
      width: 350px; }

.logo-intel {
  width: 80px; }

.logo-sticky {
  width: 150px; }

.pre-logo-intel {
  font-size: 14px;
  line-height: 22px;
  font-weight: regular;
  margin-right: 15px; }

.divider {
  background-color: #fff;
  height: 75px;
  width: 1px;
  margin: 0 25px; }

.logo-vgp-intro {
  width: 60px; }

.btn-decadi {
  color: #fff;
  font-size: 18px;
  margin: 15px 0 25px 0; }
  .btn-decadi:hover {
    text-decoration: underline;
    color: #fff; }

.owl-carousel .item {
  padding: 0 ; }
  .owl-carousel.giochi .item {
    padding: 0 10px;
}
.owl-carousel .owl-nav button {
  display: block;
  color: #b4091d !important;
  font-size: 25px !important;
  outline: none; }
  .owl-carousel .owl-nav button:hover {
    background: none !important; }

.barra-fixed .logo-intel {
  width: 80px; }
.barra-fixed .pre-logo-intel {
  font-size: 14px;
  line-height: 22px;
  font-weight: regular;
  margin-right: 15px; }
.barra-fixed .divider {
  background-color: #fff;
  height: 50px;
  width: 1px;
  margin: 0 25px; }
.barra-fixed .logo-vgp-intro {
  width: 60px; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: block; }

@media (max-width: 768px) {
  .menu-top .btn-decadi {
    color: #fff;
    left: 15px;
    position: absolute;
    top: 95px;
    font-size: 18px; }

  .intro-home__interno .claim-home {
    display: flex;
    align-items: center; }
    .intro-home__interno .claim-home .logo-banner-interno {
      width: 280px;
      height: auto;
      object-fit: contain; } }
@media (max-width: 992px) {
	.container {

    margin: 0 auto 75px auto;
}
  .barra-fixed .btn-dona {
    font-size: 14px;
    position: relative;
    width: max-content;
    margin: 0 auto;
    right: 0; }
    .barra-fixed .btn-dona img {
      width: 45px; }

  .menu-interno {
    text-align: center; }
	p.autore{
		margin-top: 35px;
	}
	.spec{
		margin-bottom:10px;
	}
	.container.sez-video .row {
    	margin: 0 auto;
	}
	}
@media (max-width: 768px) {
  .title {
    font-size: 31px;
    line-height: 41px; }

  p {
    font-size: 20px;
    line-height: 30px; }

  .show-full {
    display: none !important; }

  .show-mobile {
    display: block !important; }

  .menu-top {
    position: absolute;
    top: 0;
    align-items: center;
    display: flex;
    justify-content: center; }
    .menu-top .btn-dona {
      position: relative;
      right: 0;
      width: max-content;
      margin: 20px auto;
      max-width: 100%;
      font-size: 14px; }
    .menu-top .logo-sticky {
      width: 150px; }
    .menu-top .logo-intel {
      width: 100px; }

  .menu-interno span.divider {
    display: none; }

  .container-btn-decadi-mobile {
    position: fixed;
    width: 100%;
    background-color: rgba(28, 28, 28, 0.9);
    height: 50px;
    z-index: 51;
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff; }

  .btn-decadi--mobile {
    background-color: #B4091D;
    border-radius: 10px;
    padding: 5px 15px;
    color: #fff;
    margin: 0; }
    .btn-decadi--mobile:hover {
      color: #fff; }

  .barra-fixed .btn-dona {
    margin: 20px auto 0 auto; }

  .menu-top, .barra-fixed {
    height: auto;
    /*.menu-mobile{
    	display:block;
    }*/ }
    .menu-top--sx, .barra-fixed--sx {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
    .menu-top--dx, .barra-fixed--dx {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }

  footer .footer-mobile {
    display: block;
    text-align: center; }
    footer .footer-mobile img {
      margin: 0 auto; }
  footer .footer-privacy {
    position: relative;
    right: 0; } }
@media (max-width: 480px) {
  .menu-top .logo-intel {
    width: 90px; }
  .menu-top .divider {
    background-color: #fff;
    height: 55px;
    width: 1px;
    margin: 0 15px; }
  .menu-top .logo-vgp-intro {
    width: 60px; }

    .center-logo {
      width: 400px;
    }
.menu-interno {
  font-size: 16px; }
    .menu-interno span {
    margin: 0 5px; }

.container-spinner {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100vh;
}
.navigazione-anni {
    display: flex!important;
    align-items: center;
    margin: 25px 0!important;
    width: 110px;
    max-width: 100%!important;
    justify-content: center;
}

}
  
/*# sourceMappingURL=main.css.map */
