.row {
  margin: 0; }

.blocco .darker {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 100%;
  height: auto;
  min-height: inherit;
  padding: 24px;
  transition: background-color 0.2s; }

.blocco .darker:hover {
  background-color: transparent; }

.blocco .darker h1 {
  background-color: transparent;
  padding: 16px;
  transition: background-color .2s; }

.blocco .darker p {
  opacity: 0;
  transition: opacity .2s; }

.blocco .darker:hover p {
  opacity: 1; }

.blocco .darker:hover h1 {
  background-color: #222; }

.blocco .lighter {
  background-color: rgba(255, 255, 255, 0.4);
  color: #222;
  width: 100%;
  height: 100%; }

.blocco {
  min-height: inherit;
  /*background-color: #fff;*/
  text-align: center;
  background-size: cover;
  background-position: center;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  -webkit-flex-direction: column; }
  .blocco.content {
    background-color: #FCFCFC;
    padding: 0 12px;
    color: #333;
    z-index: 10;
    text-align: left; }
    .blocco.content.left:before {
      content: "";
      z-index: -10;
      position: absolute;
      height: auto;
      min-height: inherit;
      width: 48%;
      transform: SkewX(-20deg);
      transform-origin: bottom;
      background: inherit; }
    .blocco.content.right:before {
      content: "";
      z-index: -10;
      position: absolute;
      height: auto;
      min-height: inherit;
      width: 62%;
      transform: SkewX(-20deg);
      transform-origin: top;
      background: inherit; }
    .blocco.content.left-top:before {
      content: "";
      z-index: -10;
      position: absolute;
      height: auto;
      min-height: inherit;
      width: 42%;
      transform: SkewX(20deg);
      transform-origin: top;
      background: inherit; }
    .blocco.content.right-top:before {
      content: "";
      z-index: -10;
      position: absolute;
      height: auto;
      min-height: inherit;
      width: 30%;
      transform: SkewX(20deg);
      transform-origin: bottom;
      background: inherit; }
    .blocco.content p {
      width: auto;
      max-width: 25vw;
      padding: 36px 0;
      text-align: justify; }

.blocco.row {
  width: 100%;
  flex-direction: row;
  -webkit-flex-direction: row; }

.blocco.top {
  align-items: flex-start;
  -webkit-align-items: flex-start; }

.blocco.lg {
  height: 50%; }

.blocco.xl {
  height: 100%; }

.blocco.image {
  height: 100%;
  width: 100%;
  min-height: inherit; }

.blocco.image.float {
  width: 75%;
  box-shadow: 0px 43px 101px -23px rgba(0, 0, 0, 0.59);
  -webkit-box-shadow: 0px 43px 101px -23px rgba(0, 0, 0, 0.59); }

.blocco.img {
  border: 8px solid #fff; }

.blocco.container {
  max-width: 960px; }

.blocco.after:before {
  content: ' ';
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: inherit;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

.blocco.before:after {
  content: ' ';
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: inherit;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

/*div[class*=col] {
	padding: 0;
}*/
.h10 {
  min-height: 10vh;
  height: auto; }

.h20 {
  min-height: 20vh;
  height: auto; }

.h30 {
  min-height: 30vh;
  height: auto; }

.h40 {
  min-height: 40vh;
  height: auto; }

.h50 {
  min-height: 50vh;
  height: auto; }

.h60 {
  min-height: 60vh;
  height: auto; }

.h70 {
  min-height: 70vh;
  height: auto; }

.h80 {
  min-height: 80vh;
  height: auto; }

.h90 {
  min-height: 90vh;
  height: auto; }

.h100 {
  min-height: 100vh;
  height: auto; }

.w10 {
  width: 10%;
  float: left;
  margin: 0; }

.w20 {
  width: 20%;
  float: left;
  margin: 0; }

.w30 {
  width: 30%;
  float: left;
  margin: 0; }

.w40 {
  width: 40%;
  float: left;
  margin: 0; }

.w50 {
  width: 50%;
  float: left;
  margin: 0; }

.w60 {
  width: 60%;
  float: left;
  margin: 0; }

.w70 {
  width: 70%;
  float: left;
  margin: 0; }

.w80 {
  width: 80%;
  float: left;
  margin: 0; }

.w90 {
  width: 90%;
  float: left;
  margin: 0; }

.w100 {
  width: 100%;
  float: left;
  margin: 0; }

.w1 {
  width: 8.33%;
  float: left;
  margin: 0; }

.w2 {
  width: 16.66%;
  float: left;
  margin: 0; }

.w3 {
  width: 25%;
  float: left;
  margin: 0; }

.w4 {
  width: 33.33%;
  float: left;
  margin: 0; }

.w5 {
  width: 41.66%;
  float: left;
  margin: 0; }

.w6 {
  width: 50%;
  float: left;
  margin: 0; }

.w7 {
  width: 58.33%;
  float: left;
  margin: 0; }

.w8 {
  width: 66.66%;
  float: left;
  margin: 0; }

.w9 {
  width: 75%;
  float: left;
  margin: 0; }

.w10 {
  width: 83.33%;
  float: left;
  margin: 0; }

.w11 {
  width: 91.66%;
  float: left;
  margin: 0; }

.w12 {
  width: 100%;
  float: left;
  margin: 0; }

/* Iphone */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  h1.big {
    font-size: 3em; }

  #testimonials .w4 {
    border-right: 0px solid #fff;
    border-bottom: 1px solid #E8E8E8;
    padding: 36px; }
  #testimonials .w4:nth-last-child(1) {
    border-bottom: 1px solid #fff; }

  #footer h1 {
    font-size: 3em; }

  .blocco.content.left:before, .blocco.content.right:before, .blocco.content.left-top:before, .blocco.content.right-top:before {
    display: none;
    visibility: hidden; }
  .blocco.content p {
    max-width: 90vw; }

  .h30,
  .h50,
  .h70,
  .h100 {
    min-height: 50vh;
    height: auto; }

  .w50,
  .w40,
  .w30,
  .w70,
  .w4 {
    width: 100%; }

  .blocco.darker,
  .blocco .darker,
  .blocco .lighter {
    min-height: inherit; }

  .blocco.row {
    flex-direction: column;
    -webkit-flex-direction: column; } }

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