@charset "UTF-8";
/*G.B. Palumbo Editore*/
/*PER FABRIZIO*** QUESTO FOGLIO STILE È GENERATO DA SASS E NON DEVE MAI ESSERE MODIFICATO. 
PER EVENTUALI MODIFICHE UTILIZZA CUSTOM.CSS CHE HA PRIORITÀ SU QUESTO CSS*/
/* Variabili - BLU DEFAULT #04305e*/
/*reset*/
a, a:visited, a:active, a:focus, a:hover {
  color: #585858;
  text-decoration: none;
  outline: none;
  font-weight: 400; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin: 0;
  padding: 0; }
  ol li {
    margin-bottom: 0.5em; }

em {
  color: inherit; }

html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  font-family: Montserrat, sans-serif;
  line-height: 120%;
  background-color: #585858; }

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center; }

.flexstretch {
  display: flex;
  justify-content: center;
  align-items: stretch; }

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

.flexstart {
  justify-content: flex-start; }

.centrato {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.nascosto {
  display: none; }

.relative {
  position: relative; }

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

.solomobile {
  display: none; }

.bg-colore1 {
  background-color: #585858;
  color: #fff; }

.bg-blended {
  background-color: rgba(88, 88, 88, 0.1); }

.testo-grigio {
  color: #666; }

.ancora {
  position: relative;
  top: -220px; }

.corpo120 {
  font-size: 1.2em;
  line-height: 1.4em; }

.corpo150 {
  font-size: 1.5em;
  line-height: 1.4em; }

.spaziati > * + * {
  margin-left: 0.5em; }

.separatore {
  border-top: 1px solid #999;
  margin: 2em 0;
  clear: both;
  display: block; }

/*LAYOUT*/
* {
  box-sizing: border-box; }

/*TESTATA*/
.testata {
  height: calc(100vh - 10rem);
  position: relative;
  overflow: hidden; }
  .testata .logo {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 200px;
    text-align: center;
    /*background: linear-gradient(to bottom, rgba(#98bfe8,1) 40%,rgba(#98bfe8,0) 100%);*/ }
    .testata .logo img {
      margin-top: 20px;
      max-width: 65vw;
      width: 300px; }
  .testata .comingsoon {
    position: absolute;
    font-size: 2.5em;
    line-height: 1em;
    z-index: 10;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
    font-weight: 600;
    padding: 1em; }
  .testata .carousel-item {
    text-align: right; }
    .testata .carousel-item img {
      transition: all 15s linear;
      width: 100%;
      height: calc(100vh - 10rem);
      object-fit: cover;
      object-position: center 20%; }
    .testata .carousel-item h2 {
      position: absolute;
      bottom: 80px;
      color: #fff;
      width: 100%;
      text-align: center;
      text-shadow: 0 0 20px #000;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 5em; }
    .testata .carousel-item.left img, .testata .carousel-item.right img {
      transform: scale(1); }
    .testata .carousel-item.active img {
      transform: scale(1.2); }
    .testata .carousel-item.active.kenstart img {
      transform: scale(1); }
  .testata .carousel-control-prev, .testata .carousel-control-next {
    width: 50px; }

.carousel-indicators {
  bottom: 50px; }
  .carousel-indicators li {
    background-color: #fff;
    user-select: none;
    height: 10px;
    width: 10px;
    border-radius: 100%; }

/*FOOTER*/
#footer {
  background-color: #585858;
  padding: 2rem 1em;
  color: #fff;
  position: relative;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.25rem;
  text-align: center;
  position: relative; }
  #footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #00b9ed 0%, #aa85d1 25%, #ff6666 50%, #f4b300 100%); }
  #footer strong {
    font-weight: 600;
    font-size: 1.2em; }
  #footer img.logo {
    max-width: 150px;
    margin-bottom: 0.5em; }

/* TIPOGRAFIA */
body {
  color: #333;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
  color: #585858;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 0.5em;
  letter-spacing: -0.035em; }
  .bg-colore1 h1, .bg-colore1 h2, .bg-colore1 h3, .bg-colore1 h4, .bg-colore1 h5, .bg-colore1 h6 {
    color: #fff; }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 2em; }

h4, h5, h6 {
  color: #0d0d0d; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1.1em; }

.sottotitolo {
  margin-top: -0.5em; }

/*RESPONSIVE MAX*/
@media (max-width: 575px) {
  .testata .carousel-item h2 {
    font-size: 2.5em; }
  .testata .carousel-item.eventi img {
    object-position: 40% center; }

  #footer {
    font-size: 12px; } }

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