@font-face {
  font-family: "supermolot";
  src: url("fonts/ttsupermolotneue-condbold-webfont.woff2") format("woff2"), url("fonts/ttsupermolotneue-condbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 23px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 17px;
  }
}

h1, h2, h3 {
  font-family: "supermolot", sans-serif;
  color: #006A25;
}

h1 {
  font-size: 65px;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 60px;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 52px;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 25px;
  }
}

section {
  padding: 65px 0;
}

.title_img {
  margin-bottom: 20px;
}
.title_img img {
  float: left;
  height: 1em;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .title_img img {
    padding-right: 10px;
  }
}
.title_img.two_rows {
  line-height: 1.1em;
}
@media screen and (max-width: 600px) {
  .title_img.two_rows {
    line-height: 1.3em;
  }
}
.title_img.two_rows img {
  height: 2.2em;
}
@media screen and (max-width: 600px) {
  .title_img.two_rows img {
    height: 1.3em;
  }
}
.blue {
  color: #2A53AD;
  line-height: 1.5em;
}
.blue img {
  height: 4em;
}

#intro_landing {
  background-image: url(../img/sfondo_intro.png);
  background-size: cover;
  padding-bottom: 0;
}
#intro_landing #logo_landing {
  max-width: 360px;
  margin: 55px 0 35px;
}
@media screen and (max-width: 600px) {
  #intro_landing #logo_landing {
    width: 250px;
  }
}

#img_azienda {
  margin-bottom: 2rem;
}

#proplanet_calzanetto {
  width: 100px;
  height: auto;
}

#intro_landing #text-row #cunette {
  height: 150px;
  background-image: url(../img/cunette.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  #intro_landing #text-row #cunette {
    height: 35px;
    background-size: 200% 100%;
  }
}
#intro_landing #text-row #text_wrap {
  background-color: rgba(146, 204, 158, 0.86);
  padding: 45px 0;
}
@media screen and (min-width: 600px) {
  #intro_landing #text-row #text_wrap .col-12 {
    padding: 15px 45px;
  }
}

img {
  max-width: 100%;
}

footer {
  background: #E4F0E2;
  font-size: 18px;
  line-height: 50px;
  padding: 25px;
}
footer img {
  max-height: 50px;
  float: left;
}
@media screen and (max-width: 600px) {
  footer img {
    display: block;
    margin: 0 auto 15px;
    float: none;
  }
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
  padding: 0;
  margin-left: 25px;
  float: left;
}
footer ul li:before {
  content: "-";
  position: absolute;
  margin-left: -16px;
}
footer ul li:first-child:before {
  display: none;
}
@media screen and (max-width: 600px) {
  footer ul li {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
    line-height: 1.5em;
  }
  footer ul li:before {
    display: none;
  }
}

#logo_calzanetto {
  max-width: 600px;
  margin-bottom: 30px;
  width: 100%;
}

.btn {
  margin-top: 20px;
  padding: 10px;
  max-width: 600px;
  width: 90%;
}
.btn.btn-green {
  background: #5DBA48;
  color: white;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.btn-green:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5DBA48;
  z-index: -2;
}
.btn.btn-green:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #418432;
  transition: all 0.3s;
  z-index: -1;
}
.btn.btn-green:hover:before {
  width: 100%;
}

.btn.btn-blue {
  background: #2A53AD;
  color: white;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
}
.btn.btn-blue:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A53AD;
  z-index: -2;
}
.btn.btn-blue:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #1b3773;
  transition: all 0.3s;
  z-index: -1;
}
.btn.btn-blue:hover:before {
  width: 100%;
}


.btn.btn-white {
  max-width: 250px;
  background: white;
  color: #006A25;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.btn-white:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -2;
}
.btn.btn-white:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #d9d9d9;
  transition: all 0.3s;
  z-index: -1;
}
.btn.btn-white:hover:before {
  width: 100%;
}

.prodotto_proplanet {
  margin-bottom: 35px;
  color: #006A25;
  font-size: 18px;
  font-weight: bold;
}
.prodotto_proplanet h4 {
  background: #006A25;
  color: white;
  padding: 5px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.prodotto_proplanet img {
  width: auto;
  height: auto;
  margin: 15px auto;
  display: block;
  max-width: 300px;
  max-height: 300px;
}

.seaqual-img {
  padding: 3rem;
}

.img_seaqual {
  padding: 10px 0;
}

#prodotti {
  background: #E4F0E2;
}

#cta {
  background-size: cover;
  background-image: url(../img/cta.jpg);
}
#cta h3 {
  color: white;
}

.link_categoria {
  text-decoration: none;
}
.link_categoria h4 {
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.link_categoria h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006A25;
  z-index: -2;
}
.link_categoria h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #001e0a;
  transition: all 0.3s;
  z-index: -1;
}
.link_categoria h4:hover:before {
  width: 100%;
}
