body {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background: rgb(205,247,198);
  background: linear-gradient(180deg, rgba(205,247,198,1) 18%, rgba(43,153,24,0.949544783733806) 89%);
}

.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: black;
}
a:hover {
    text-decoration: none;
    color:rgb(71, 226, 71);
}
h1, h2{
    font-size: 3.4em;
    font-weight: 600;
}

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

p {
    font-size: 1.4em;
    line-height: 1.3;
}
.flex-container {
  display: flex;
}
.contenitore-principale {
max-width: 90%;
margin: 0 auto;
}

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

}

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

.header {
  padding:20px 0;
}

.banner h1 {
  color:#24614D;
  text-transform: uppercase;
  text-align: center;
}
.banner h2 {
  color:#CB2828;
  font-size: 2em; 

}

.banner img {
  margin:0 auto;
  display: block;
  margin-top: -170px;
}

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

.pulsante {
  display: inline-block;
  padding: 20px;
  border-radius: 5px;
  background-color: #CB2828;
  color: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  font-size: 1.2em;

}

.pulsante {
  margin-left: 30px;
}

li {
  list-style: none;
  display: flex;


}
.contenitore-principale .tabs {
  
}

.tabs {
  display: flex;
  align-content: space-between;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  justify-content: space-between;
  padding: 50px 0;
  
}
.tabs .attivo {
  background: #ffffff;
  color: rgb(33, 213, 153);
  padding: 5px 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2)
}
.griglia-2-colonne {

flex-wrap: wrap;

}

.griglia-2-colonne .prodotto {
  flex-basis: 48%;
  margin-left: 1%;
  margin-right: 1%;
  position: relative; 
  background: #ffff; 
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  Border-radius: 5px;
  margin-bottom: 2%;


}     

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

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

.prodotto h5 {
  font-size: 1.4em;
  color:chartreuse;
  font-weight: 300;
  margin: 0;
}
.prodotto a.fa-heart:hover {

}

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

}
.newsletter h3 {
  color: #ffffff;
  margin-top: 0;
  text: bold; 
}
.input {
padding: 20px;
border: none;
font-size: 1.2em;
min-width: 60%;
border-radius: 5px;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

button {
  border: none;
  padding: 20px;
  background: ;
  border-radius: 5px;
  margin-left: 5px;
  color: aqua;
  font-size: 1.2em;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}