@font-face {  font-family: 'cubix'; src: url('../fonts/moderndos8x8-webfont.ttf') format('truetype'), url('../fonts/moderndos8x8-webfont.svg#modern_dos_8x8regular') format('svg');-weight: normal; font-style: normal;}
@font-face {  font-family: 'modern_dos_8x14regular'; src: url('../fonts/moderndos8x14-webfont.ttf') format('truetype'), url('../fonts/moderndos8x14-webfont.svg#modern_dos_8x14regular') format('svg');-weight: normal; font-style: normal;}



body {		background-color: #565656;	background-image: url(../imgs/fons-atemporal.png); background-position: top center; background-repeat: repeat-x;}
.similarh2 {    font-family: 'cubix', Arial, Helvetica, sans-serif;    font-size: 95px;    line-height: 90px;   color: #fff!important; font-kerning: } 
.div_seccio1 {background-color: #e2e2e2;color: #212121;}
.div_seccio2 {background-color: #fff;color: #212121;}
.blancos{color: #fff;}

h2 {font-size: 55px; line-height: 60px;font-family: 'cubix'; color:#309796; letter-spacing: -3px;}
h3 {font-size: 47px; line-height: 50px;font-family: 'cubix'; color:#212121; letter-spacing: -3px;}
h4 {font-size: 44px; line-height: 47px;font-family: 'cubix'; color:#309796; letter-spacing: -3px;}

.night {
  position: absolute;
  width: 300px;left: 10%;
  height: 300px;
  z-index: 921;
  transform: rotateZ(45deg);
}

.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #309796, rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px #699bff);
  -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
          animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
.shooting_star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #309796, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
          animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #309796, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
          animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(50% - -63px);
  left: calc(50% - 258px);
  -webkit-animation-delay: 948ms;
          animation-delay: 948ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 948ms;
          animation-delay: 948ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - -61px);
  left: calc(50% - 194px);
  -webkit-animation-delay: 3570ms;
          animation-delay: 3570ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 3570ms;
          animation-delay: 3570ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - 178px);
  left: calc(50% - 10px);
  -webkit-animation-delay: 5267ms;
          animation-delay: 5267ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 5267ms;
          animation-delay: 5267ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - -74px);
  left: calc(50% - 246px);
  -webkit-animation-delay: 1142ms;
          animation-delay: 1142ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 1142ms;
          animation-delay: 1142ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - 195px);
  left: calc(50% - 170px);
  -webkit-animation-delay: 3331ms;
          animation-delay: 3331ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 3331ms;
          animation-delay: 3331ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - 119px);
  left: calc(50% - 193px);
  -webkit-animation-delay: 9836ms;
          animation-delay: 9836ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 9836ms;
          animation-delay: 9836ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - -49px);
  left: calc(50% - 256px);
  -webkit-animation-delay: 8530ms;
          animation-delay: 8530ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 8530ms;
          animation-delay: 8530ms;
}

@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@-webkit-keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

@media (max-width: 1024px) {}


.titProducte {    font-family: 'Rbold', Arial, Helvetica, sans-serif;    font-size: 16px;    line-height: 22px;    color: #32302b;    font-weight: normal;    letter-spacing: 0;}

@media screen and (max-width: 768px) {
  .night {    width: 200px;    left: 5%;    height: 200px;}
}