body {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background: #89FF94;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  /* Shrink - rimpicciolisci */
  .hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: all;
  }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  
img {
    max-width: 100%;
}


a:link {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #43b693;
}
h1, h2 {
    font-size: 3.4em;
}

h3, h4 {
    font-size: 2.2em;
}

p {
    font-size: 1.4em;
    line-height: 1.3;
}

.contenitore-principale {
  max-width: 90%;
  margin: 0 auto;
}

.flex-container {
  display: flex;
}

.header .flex-container{
  justify-content: space-between;
}

.header i{
  font-size: 25 px;
}

.header{
  padding: 20px 0;
}

.banner{
  position: relative;
}

.banner h1 {
  color: #317e69;
  text-transform: uppercase;
  text-align: center;
  
}

.banner img{
  margin:0 auto;
  margin-top:-170px;
  display: block;
}
.banner h2 {
  font-weight: 400;
  font-size:2.4em;
  color: #D47D1A;

}

.pulsante {
  display: inline-block;
  padding: 10px 20px;
  background: #D47D1A;
  color: #FFFFFF ;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
  font-size: 1.2em;

}
.pulsante i {
  margin-left: 30px;
}

.banner .flex-container {
  justify-content: space-between;
  align-items: center;
}

.tabs{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  text-transform:uppercase ;
  padding: 50px 0;
  justify-content: space-between;

}
 .tabs .attivo{
  padding: 5px 10px;
  color: green;
  background: #fff;
  box box-shadow: 0px 5px rgba(65,131,64,0.2);
 }

 .griglia-2-colonne{
  flex-wrap: wrap;
 }
 
 .griglia-2-colonne .prodotto {
  flex-basis: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  position: relative;
  background: #FFFFFF;
  border-radius: 5px;
  box box-shadow: 0px 5px rgba(65,131,64,0.2); 
 }

 .prodotto .padding {
  padding: 10px;

 }

 .prodotto .fa-heart{
  position:absolute;
  top: 7px;
  right: 7px:
 }

 .prodotto .prezzo-cta{
justify-content: space-between;
align-items:center ;
 }

 .prodotto h5{
  font-size: 1.4em;
  color: #43b693;
  font-weight: 300;
  margin: 0;
 }

.newsletter{
  background: #ffe6d4;
  padding: 50px 0;
  margin-top: 50px;

}

button {
  border:none;
  padding: 20px;
  background-color: #196550;
  color: #fff;
  border-radius: 5px;
  box box-shadow: 0px 5px rgba(65,131,64,0.2);
  margin-left: 5px;
  font-size: 1.2em;

}
input {
  border:none;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  box box-shadow: 0px 5px rgba(65,131,64,0.2);
  font-size: 1.2em;
  min-width: 66%;
}
