*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Rubik", sans-serif, "Comic Sans MS", "Comic Sans", cursive;
}

a {
  text-decoration: none !important;
}

hr {
  height: 2px;
  border-width: 0;
  background-color: #d5d5d5c7;
}

/* ------------------------ MENU ------------------------ */

.logo {
  display: block;
  float: left;
  width: 100px;
  height: auto;
}

.pulsantiera {
  position: relative;
  float: right;
  margin: 10px 0 0 0;
}

.pulsantiera a {
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
  padding-bottom: 3px;
}

.pulsantiera ul li a:hover {
  color: #d1232a;
}

.pulsantiera label {
  display: none;
  cursor: pointer;
}

.pulsantiera input[type="checkbox"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pulsantiera ul li {
  position: relative;
  display: inline;
  float: left;
}

#menu {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 20px;
}

.menuHomepage {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.menuAltro {
  background: #327273;
}

.larg_100_menu {
  width: 100%;
}

#menu .corpo {
  overflow: visible;
}

#pulsantiera {
  margin: 0px;
}

#pulsantiera .current a {
  color: #1abc9c;
}

.current {
  color: #1abc9c !important;
}

/* ------------------------ HOMEPAGE ------------------------ */

.homepage {
  color: white;
  text-align: center;
  padding: 200px 0;
  height: 900px;
}

.immagineHome {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background-image: url("../images/Sfondo_home.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  height: 900px;
  width: 100%;
  background-color: #54bec1;
}

/* ------------------------ CURVE ------------------------ */

.curva0,
.curva1,
.curva2 {
  fill: #fff;
  stroke: #fff;
  position: absolute;
  left: 0;
  z-index: 1;
}

.curva0 {
  margin-top: -90px;
}

.curva1 {
  margin-top: -100px;
}

.curva2 {
  margin-bottom: -100px;
}

.curva3 {
  margin-top: -100px;
}

.curva3 {
  fill: #327273;
  stroke: #327273;
  position: absolute;
  left: 0;
  z-index: 1;
}

/* ------------------------ DOVE ------------------------ */

address {
  font-style: normal;
}

address div {
  position: relative;
  margin-top: 40px;
}

address span {
  color: #484f58;
  font-size: 18px;
}

address p {
  margin-top: 3px;
  margin-bottom: 3px;
}

.iconaContatti {
  border-right: 2px solid white;
  float: left;
  height: 50px;
  margin: 0 20px 0 0;
  width: 40px;
}

.larghezzaImmagini {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

/* ------------------------ PRODOTTI ------------------------ */

.cerchioIcona {
  display: inline-block;
  padding: 15px;
  color: #484f58;
  background: transparent;
  -webkit-box-shadow: 0 0 0 2px #484f58;
  -moz-box-shadow: 0 0 0 2px #484f58;
  box-shadow: 0 0 0 2px #484f58;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.zoom:hover .cerchioIcona {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.margineProdotti {
  margin-top: 25px;
  padding-top: 25px;
}

.larghezzaImmaginiProdotti {
  width: 100px;
  height: 100px;
}

.margineTestoProdotti {
  margin-top: 70px;
  padding: 0 5px;
}

/* ------------------------ ALTRO ------------------------ */

#chi #prodotti {
  background-color: white;
}

#cosa,
#dove {
  background-color: #54bec1;
  color: white;
}

.corpo {
  width: 100%;
  max-width: 1140px;
  min-width: 755px;
  margin: 0 auto;
  overflow: hidden;
}

.corpo:after {
  content: "";
  display: table;
  clear: both;
}

[class*="larg_"] {
  float: left;
  padding-right: 20px;
}

.larg_100 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.larg_50 {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.larg_25 {
  width: 25%;
}

.contenitore {
  padding: 100px 50px;
  margin-right: auto;
  margin-left: auto;
}

.contenuto {
  margin-right: -20px;
  margin-left: -20px;
}

.contenuto:before,
.contenuto:after {
  display: table;
  content: " ";
}

.contenuto:after {
  clear: both;
}

.titolo {
  text-align: center;
}

.immagine {
  display: block;
  max-width: 100%;
  height: auto;
}

#copyright {
  background-color: #327273;
  padding-bottom: 20px;
  font-size: 12px;
}

/* ------------------------ RIDIMENSIONABILI ------------------------ */

@media (min-width: 916px) {
  .larg_30 {
    width: 30%;
  }
  .larg_70 {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .contenitore {
    width: 1200px;
  }
}

@media handheld, only screen and (max-width: 916px) {
  #menu {
    position: absolute;
    padding: 8px 0;
  }

  .posizioneLogo {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }

  .corpo {
    width: 100%;
    min-width: 0;
    margin: 0px;
  }

  [class*="larg_"] {
    width: 100%;
    float: none;
    margin-left: 10px 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pulsantiera {
    float: none;
  }

  .pulsantiera ul {
    display: none;
    height: 100%;
  }

  .pulsantiera a {
    margin-left: 0;
  }

  .pulsantiera label {
    position: absolute;
    display: block;
    right: 0;
    top: -5px;
    color: #fff;
    font-size: 22px;
    margin: 0;
  }

  .pulsantiera label:after {
    position: absolute;
    right: 10px;
    top: 0;
    content: "\2261";
    font-size: 40px;
  }

  .pulsantiera input[type="checkbox"]:checked ~ ul {
    display: block;
  }

  .pulsantiera input[type="checkbox"]:checked ~ ul > li {
    width: 100%;
    text-align: left;
    padding: 25px 0;
  }
}
