html {
    --colorePrimarioFont: #283a3a;
  }
  @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
  @font-face {
    font-family: "El_Capitan";
    src: url("/template/fonts/El_Capitan.otf");
  }

  .wrap10 {
    height: 10px;
  }

  .wrap20 {
    height: 20px;
  }

  .wrap30 {
    height: 30px;
  }

  .wrap40 {
    height: 40px;
  }

  .wrap50 {
    height: 50px;
  }

  .wrap60 {
    height: 60px;
  }

  .wrap70 {
    height: 70px;
  }

  .wrap80 {
    height: 80px;
  }

  .wrap90 {
    height: 90px;
  }

  .wrap100 {
    height: 100px;
  }


  .nostileLink,
  .nostileLink:hover {
    text-decoration: none;
    color: unset;
  }

  body {
    color: var(--colorePrimarioFont);
  }
  a, h1, h2, h3, h4, h5{
    font-family: "El_Capitan";
  }
  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .navbar-trapanicomix21 {
    background-color: #ffdca9;
    margin-top: 60px;
    height: 80px;
  }

  .navbar-brand>img {
    width: 200px;
  }

  .navbar-nav {
    padding-left: 230px;
    font-size: 20px;
    align-items:center;
  }

  .iconaMenuAttivo {
    width: 30px;
    visibility: hidden;
    transition: all linear .2s;
    opacity: 0;
  }

  .nav-item:hover .iconaMenuAttivo {
    visibility: visible;
    opacity: 1;
  }

  .pulsanteBiglietto{
    width:200px;
    transition: all linear .2s;
  }
  .pulsanteBiglietto:hover g .sfondoBiglietto{
    fill:#de4f4c;
  }
  .pulsanteBiglietto g .sfondoBiglietto{fill:#28343A;}
  .pulsanteBiglietto g .testoBiglietto{fill:#FFFFFF;}
  
  .navbar-toggler{
    border-color: #e1504c;
    border-width: 2px;
  }
  .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28219, 78, 75, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
  }

  @media (min-width: 768px) {
    .navbar-brand{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.infoPrivacy{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1126;
  background-color: #fff;
  transform: translate(-50% ,-50%);
  padding: 20px;
  border-radius: 10px; 
}
.overlayPrivacy{
  z-index: 1125;
  content: "";
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
}
.cd-transition-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}

.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  height: 100%;
  width: 2500%;
  background: url(/template/img/ink.png) no-repeat 0 0;
  background-size: 100% 100%
}


.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sprite .8s steps(24);
  -moz-animation: cd-sprite .8s steps(24);
  animation: cd-sprite .8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sprite-reverse .8s steps(24);
  -moz-animation: cd-sprite-reverse .8s steps(24);
  animation: cd-sprite-reverse .8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.no-cssanimations .cd-transition-layer {
  display: none
}

.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible
}

@-webkit-keyframes cd-sprite {
  0% {
      -webkit-transform: translateY(-50%) translateX(-2%)
  }

  100% {
      -webkit-transform: translateY(-50%) translateX(-98%)
  }
}

@-moz-keyframes cd-sprite {
  0% {
      -moz-transform: translateY(-50%) translateX(-2%)
  }

  100% {
      -moz-transform: translateY(-50%) translateX(-98%)
  }
}

@keyframes cd-sprite {
  0% {
      -webkit-transform: translateY(-50%) translateX(-2%);
      -moz-transform: translateY(-50%) translateX(-2%);
      -ms-transform: translateY(-50%) translateX(-2%);
      -o-transform: translateY(-50%) translateX(-2%);
      transform: translateY(-50%) translateX(-2%)
  }

  100% {
      -webkit-transform: translateY(-50%) translateX(-98%);
      -moz-transform: translateY(-50%) translateX(-98%);
      -ms-transform: translateY(-50%) translateX(-98%);
      -o-transform: translateY(-50%) translateX(-98%);
      transform: translateY(-50%) translateX(-98%)
  }
}

@-webkit-keyframes cd-sprite-reverse {
  0% {
      -webkit-transform: translateY(-50%) translateX(-98%)
  }

  100% {
      -webkit-transform: translateY(-50%) translateX(-2%)
  }
}

@-moz-keyframes cd-sprite-reverse {
  0% {
      -moz-transform: translateY(-50%) translateX(-98%)
  }

  100% {
      -moz-transform: translateY(-50%) translateX(-2%)
  }
}

@keyframes cd-sprite-reverse {
  0% {
      -webkit-transform: translateY(-50%) translateX(-98%);
      -moz-transform: translateY(-50%) translateX(-98%);
      -ms-transform: translateY(-50%) translateX(-98%);
      -o-transform: translateY(-50%) translateX(-98%);
      transform: translateY(-50%) translateX(-98%)
  }

  100% {
      -webkit-transform: translateY(-50%) translateX(-2%);
      -moz-transform: translateY(-50%) translateX(-2%);
      -ms-transform: translateY(-50%) translateX(-2%);
      -o-transform: translateY(-50%) translateX(-2%);
      transform: translateY(-50%) translateX(-2%)
  }
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

    html,
    body {
      height: 100%;
    }

    .sliderIntro {
      align-items: center;
      justify-content: center;
      overflow: hidden;
      perspective: 1800px;
      text-align: center;
    }

    .sezioneInfoComix {
      background: #004E05;
      position: relative;
      z-index: 2;
      overflow-x: clip;
    }

    .sezioneOspiti {
      background: rgb(250, 187, 82);
      background: linear-gradient(180deg, rgba(250, 187, 82, 1) 0%, rgba(255, 224, 117, 1) 100%);
      position: relative;
    }

    .sezioneProgramma {
      background: #54E2D9;
      /*background-image: url(template/img/bgacqua.jpg);
      background-size: cover;
      background-position: 50% 0;*/
      background-attachment: fixed;
      position: relative;
      overflow: hidden;
    }

    .sezioneContatti {
      background: rgb(0, 109, 142);
      background: linear-gradient(180deg, rgba(0, 109, 142, 1) 0%, rgba(0, 169, 206, 1) 100%);
      position: relative;
      overflow: hidden;
    }

    h1 {
      color: #3e3e42;
      font-size: 32px;
      font-weight: 800;
      letter-spacing: -1px;
      margin-bottom: 30px;
      transform: translateZ(35px);
    }

    h3 {
      color: #eb285d;
      font-size: 16px;
      margin-bottom: 6px;
      transform: translateZ(25px);
    }

    .cards {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.17);
      display: inline-block;
      padding: 30px 35px;
      perspective: 1800px;
      text-align: left;
      transform-origin: 50% 50%;
      transform-style: preserve-3d;
      transform: rotateX(11deg) rotateY(16.5deg);
      min-width: 595px;
    }

    .card {
      border-radius: 15px;
      box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.6);
      display: inline-block;
      height: 250px;
      overflow: hidden;
      perspective: 1200px;
      position: relative;
      transform-style: preserve-3d;
      transform: translatez(35px);
      transition: transform 200ms ease-out;
      width: 175px;
      text-align: center;
    }

    .card:not(:last-child) {
      margin-right: 30px;
    }

    .card__img {}

    .card__bg {
      bottom: -50px;
      left: -50px;
      position: absolute;
      right: -50px;
      top: -50px;
      transform-origin: 50% 50%;
      transform: translateZ(-50px);
      z-index: 0;
    }

    .card__one .card__img {
      top: 14px;
      right: -10px;
      height: 110%;
    }

    .card__one .card__bg {
      background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/62105/3dr_monobg.jpg") center/cover no-repeat;
    }

    .card__two .card__img {
      top: 25px;
    }

    .card__two .card__bg {
      background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/62105/3dr_spirited.jpg") center/cover no-repeat;
    }

    .card__three .card__img {
      top: 5px;
      left: -4px;
      height: 110%;
    }

    .card__three .card__bg {
      background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/62105/3dr_howlbg.jpg") center/cover no-repeat;
    }

    .card__text {
      align-items: center;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
      bottom: 0;
      display: flex;
      flex-direction: column;
      height: 70px;
      justify-content: center;
      position: absolute;
      width: 100%;
      z-index: 2;
    }

    .card__title {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      padding: 0 10px;
      margin-bottom: 3px;
    }

    .notice {
      background: gold;
      border-top-left-radius: 6px;
      bottom: 0;
      font-family: monospace;
      font-size: 14px;
      padding: 8px 10px;
      position: absolute;
      right: -20px;
    }

    .twitter__link {
      cursor: pointer;
      position: absolute;
      right: -10px;
      top: 12px;
      z-index: -1;
      background: #00aced;
      border-radius: 20px;
      height: 30px;
      text-decoration: none;
      padding-right: 10px;
      justify-content: space-between;
      font-weight: 600;
      display: flex;
      align-items: center;
      color: #fff;
      font-size: 14px;
      width: 74px;
      opacity: 0.4;
    }

    .twitter__link:hover {
      opacity: 1;
    }

    .twitter__icon {
      height: 30px;
    }

    .wrapLuogo img {
      width: 250px;
    }

    .wrapDate img {
      width: 250px;
    }

    .wrapLuogo {
      position: absolute;
      left: 20%;
      bottom: 33%;
      z-index: 10;
    }

    .wrapDate {
      position: absolute;
      left: 20%;
      bottom: 20%;
      z-index: 10;
    }

    .separatoreAlberi {
      position: absolute;
      bottom: 0;
      width: 100%;
      transform: translateY(50%);
    }

    .albero {
      width: 100%;
    }

    .albero img {
      width: 100%;
    }

    .wrapOspiti {
      background-image: url("/template/img/base-ospiti.svg");
    }

    .wrapTesoro {
      width: 300px;
      position: relative;
      right: 5%;
      bottom: 5%;
    }

    .colonnaTrapani {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background-image: url(/template/img/provasfondo-unito.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    }

    .colonnaTrapani img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      display: none;
    }

    .scendiamo {
      transform: scale(1.2);
      transition: all linear .2s;
    }
    .wrapOspiti{
      margin: 10px;
      transition: all linear .2s;
    border-radius: 10px;
    }
    .wrapOspiti:hover{
      box-shadow: -4px 5px 12px 2px rgb(0 0 0 / 30%);
      transform: scale(1.1);
    }
    .wrapOspiti img{
      border-radius: 10px;
    }
    
    .galleggia {
      animation: galleggia 2s infinite ease;
    }

    @keyframes galleggia {
      0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
      }

      50% {
        transform: translateY(1rem);
        -webkit-transform: translateY(1rem);
      }

      100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
      }
    }
    body {
        --dimPirata: 500px;
      }

      .gruppoPirata {
        position: absolute;
        margin: 0 auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        image-rendering: -webkit-optimize-contrast;
        transition: all linear .2s;
      }

      .pirataPrincipale {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
      }

      .pirataPrincipale img {
        width: var(--dimPirata);
      }

      .piratiSecondari {
        position: absolute;
        bottom: 2px;
        transform: translateX(-50%);
        left: 50%;
        z-index: 2;
      }

      .piratiSecondari img {
        width: calc(var(--dimPirata) * 1.48);
      }
      .contenitoreInfo{
        text-align:center;
      }
      .titoloComix{
        text-transform: uppercase;
        color: white;
        font-size: 2.5rem !important;
      }
      .coloreErba{
       color: #acb807;
       font-family: "Roboto";
       font-size: 1.3rem;
      }
      .coloreSabbia{
        color:#AA723F;
        font-family: "Roboto";
       font-size: 1.3rem;
      }
      .coloreAcqua{
        color: #005773;
        font-family: "Roboto";
        font-size: 1.3rem;
      }
      .colore0 {
        fill: #233224;
      }

      .colore1 {
        fill: #314F35;
      }

      .colore2 {
        fill: #A7CB5A;
      }

      .colore3 {
        fill: #D3E5AC;
      }

      .colore4 {
        fill: #7D9835;
      }

      .colore5 {
        fill: #5E7228;
      }

      .colore6 {
        fill: #415D2D;
      }

      .colore7 {
        fill: #CFCFCF;
      }

      .colore8 {
        fill: #FFFFFF;
      }

      .colore9 {
        fill: #ED6400;
      }

      .colore10 {
        fill: #F48E00;
      }

      .colore11 {
        fill: #C05F00;
      }

      .schiuma {
        fill: #A2EDE6;
      }

      .alligatore {
        width: 490px;
        position: absolute;
        bottom: 10%;
        right: -20%;
        animation: nuotaAlligatore linear 30s infinite forwards;
        transform: rotate(0);
        overflow: visible;
      }

      .occhioDx {
        animation: salgonoGliOcchi1 linear alternate 2s infinite;
      }

      .occhioSx {
        animation: salgonoGliOcchi1 linear alternate 2s 1s infinite;
      }

      .occhioalligatore {
        animation: guarda linear alternate 2s infinite;
      }

      @keyframes guarda {
        0% {
          transform: translateX(-2px);
        }

        100% {
          transform: translateX(2px);
        }
      }

      @keyframes salgonoGliOcchi1 {
        0% {
          transform: translateY(0);
        }

        100% {
          transform: translateY(-10px);
        }
      }

      @keyframes nuotaAlligatore {
        0% {
          right: -40%;
          transform: rotate(0);
        }

        49% {
          transform: rotateY(0);
        }

        50% {
          right: 120%;
          transform: rotateY(180deg);
        }

        99% {
          transform: rotateY(180deg);
        }

        100% {
          right: -40%;
          transform: rotateY(0);
        }
      }

      .sfondoAcqua {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background-image: url(/template/img/divisore-mare.svg);
        z-index: 600;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 200px;
        animation: onde linear infinite 20s forwards alternate;
      }

      .separatoreFooter {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background-image: url(/template/img/divisore-fondale.svg);
        z-index: 600;
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 400px;
      }

      @keyframes onde {
        0% {
          background-position: right;
        }

        100% {
          background-position: left;
        }
      }
      .veliero {
        width: 30%;
        position: absolute;
        bottom: 0;
        left: -10%;
        z-index: 50;
      }
  
      .reliquie {
        width: 30%;
        position: absolute;
        bottom: -20%;
        right: -10%;
        z-index: 50;
      }
  
      .fondale {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
      }
  
      footer {
        background-color: #005773;
        color: #fff;
        padding: 20px;
      }
  
      .bubble {
        position: absolute;
        top: 53%;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.8);
      }
  
      .small {
        width: 10px;
        height: 10px;
        left: 50%;
        animation: flow-s 2s linear infinite;
      }
  
      .small-l {
        width: 10px;
        height: 10px;
        left: 43%;
        animation: flow-s-l 0.9s linear infinite;
      }
  
      .s-medium {
        width: 20px;
        height: 20px;
        left: 43%;
        animation: flow-s 1.3s linear infinite;
      }
  
      .medium {
        width: 25px;
        height: 25px;
        left: 45%;
        animation: flow-m 0.8s linear infinite;
      }
  
      .large {
        width: 5px;
        height: 5px;
        left: 57%;
        animation: flow-l 0.7s linear infinite;
      }
  
      @keyframes flow-l {
        0% {
          top: 53%;
          left: 57%;
          opacity: 0;
        }
  
        25% {
          top: 49%;
          left: 57.5%;
          opacity: 1;
        }
  
        50% {
          left: 58%;
          opacity: 1;
        }
  
        75% {
          left: 57.5%;
          opacity: 1;
        }
  
        100% {
          top: 32%;
          left: 57%;
          opacity: 0;
        }
      }
  
      @keyframes flow-s {
        0% {
          top: 53%;
          left: 50%;
          opacity: 0;
        }
  
        25% {
          top: 49%;
          left: 51%;
          opacity: 1;
        }
  
        50% {
          top: 45%;
          left: 52%;
          opacity: 1;
        }
  
        75% {
          top: 41%;
          left: 51%;
          opacity: 1;
        }
  
        100% {
          top: 37%;
          left: 50%;
          opacity: 0;
        }
      }
  
      @keyframes flow-s-m {
        0% {
          top: 53%;
          left: 43%;
          ;
          opacity: 0;
        }
  
        25% {
          top: 49%;
          left: 42.5%;
          opacity: 1;
        }
  
        50% {
          top: 45%;
          left: 42%;
          opacity: 1;
        }
  
        75% {
          top: 41%;
          left: 42.5%;
          opacity: 1;
        }
  
        100% {
          top: 37%;
          left: 43%;
          opacity: 0;
        }
      }
  
      @keyframes flow-m {
        0% {
          top: 53%;
          left: 45%;
          opacity: 0;
        }
  
        25% {
          top: 48%;
          left: 44.5%;
          opacity: 1;
        }
  
        50% {
          top: 43%;
          left: 44%;
          opacity: 1;
        }
  
        75% {
          top: 38%;
          left: 44.5%;
          opacity: 1;
        }
  
        100% {
          top: 33%;
          left: 45%;
          opacity: 0;
        }
      }
  
      @keyframes flow-s-l {
        0% {
          top: 53%;
          left: 48%;
          opacity: 0;
        }
  
        25% {
          top: 48%;
          left: 53%;
          opacity: 1;
        }
  
        50% {
          top: 43%;
          left: 50%;
          opacity: 1;
        }
  
        75% {
          top: 38%;
          left: 46%;
          opacity: 1;
        }
  
        100% {
          top: 33%;
          left: 50%;
          opacity: 0;
        }
      }
  
      .bolleSinistra {
        width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
      }
      .bolleDestra {
        width: 30%;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
      }
      .bolleCentro1 {
        width: 30%;
        position: absolute;
        bottom:-25%;
        left: 30%;
        height: 100%;
      }
      .bolleCentro2 {
        width: 30%;
        position: absolute;
        bottom:-20%;
        right: 30%;
        height: 100%;
      }
      .wrapForm{
        background-color: rgba(255, 255, 255, .15);
      backdrop-filter: blur(5px);
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #005773;
      color:#fff;
      margin-bottom:30px;
      }
  
      .wrapContattiRapidi {
      background-color: rgba(255, 255, 255, .15);
      backdrop-filter: blur(5px);
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 30px;
      color: #fff;
      font-size: 18px;
      border: 1px solid #005773;
  }
  .wrapContattiRapidi p{
    margin:0;
    color: #ffdca9;
  }.wrapContattiRapidi a{
    font-size: 2rem;
    color: #fff;
  }
  .titoliFooter{
    color: #ffdca9;
      font-size: 1.5rem;
  }
  
  @media(max-width: 768px){
    body {
        --dimPirata: 250px;
    }
    .navbar-collapse{
      background: #ffdca9;
    }
    .navbar-collapse .navbar-nav{
      padding-left:0;
    }
    .navbar-brand>img{
      width:94px;
    }
    .iconaMenuAttivo{
      display:none;
    }
    .navbar-trapanicomix21 > .container-fluid{
      background-color: #ffdca9;
    }
    .wrapContattiRapidi a{
      font-size: 1rem;
    }
    .gruppoPirata{
      bottom:110px;
    }
    .infoPrivacy{
      width: 90%;
    }
  }