body {
  background: white !important;
  overflow-x: hidden;
}

a.btn.btn_discover {
    display: block;
    width: 40%;
    margin: 40px auto;
    padding: 10px;
}


.btn{
   position: relative;
   display: inline-block;
   font-weight: bold;
   padding: 0.25em 0;
   text-decoration: none;
   color: #67c5ff;
   background: #f6f6f6;
   box-shadow: none;
}

.btn:before{
   position: absolute;
   content: '';
   width: 100%;
   height: 4px;
   top:100%;
   left: 0;
   border-radius: 3px;
   background:#67c5ff;
   transition: .2s;
}

.btn:hover:before {
    top: -webkit-calc(100% - 3px);
    top: calc(100% - 3px);
    box-shadow: none;
}

.header {
  width: 100%;
  height: 500px;
  background-image: url('/myatl/assmod/new_site_public/sustainability/banner_soste.jpg');
  /* background-size: cover;
  background-position: center; */
  background-size: contain;
    background-repeat: no-repeat;
    background-position: ;
    align-items: center;
    background-position-x: center;
}

.intro {
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
}
.highlight {
    background-color: #fff2ac;
    background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%);
}

.intro p {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  line-height: 38px;
}
hr.line_short {
  border-top: 1px solid #8c8b8b;
  width: 50%;
  margin: 25px auto;
}

/* VALORI ------------------------------------ */
.main_box {
    width: 70%;
    margin: 0 auto;
    height: 300px;
    background: #d3d3d336;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.box {
  width: 100%;
  height: 100%;
  /* border: 1px solid red; */
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
ul.elenco_cert {
    display: flex;
}
ul.elenco_cert li {
    margin: 0px 30px;
}
.valori {
  background-image: url('/myatl/assmod/new_site_public/sustainability/caps.jpg');
  background-size: cover;
  background-position: center;
}
.goal {
  background-image: url('/myatl/assmod/new_site_public/sustainability/prateria.jpg');
  background-size: cover;
  background-position: center;
}
.testo h3::first-letter {
  text-transform: uppercase;
}
.testo h3 {
    text-transform: lowercase;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
}
.testo p {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}


/* SEZIONI */
hr.line {
  border-top: 1px solid #8c8b8b;
  margin: 50px auto;
  width: 80%;
}

.project_comparsa, .people_comparsa, .planet_comparsa, .product_comparsa{
  display: none;
  width: 100%;
  height: auto;
  background: #d3d3d336;
      padding: 25px;
      line-height: 25px;
}

.people {
  background-image: url('https://images.unsplash.com/photo-1529333166437-7750a6dd5a70?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1349&q=80');
  background-size: cover;
}
.project {
  background-image: url('https://images.unsplash.com/photo-1529651737248-dad5e287768e?ixlib=rb-1.2.1&auto=format&fit=crop&w=701&q=80');
  background-size: cover;
}
.planet {
  background-image: url('https://images.unsplash.com/photo-1528543413928-5447744645a0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=967&q=80');
  background-size: cover;
  background-position: center;
}
.product {
  /* background-image: url('https://images.unsplash.com/photo-1527903789995-dc8ad2ad6de0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1307&q=80'); */
    background-image: url('/myatl/assmod/new_site_public/sustainability/fabric.jpg');
  background-size: cover;
}

.scarica {
  background-image: url('https://cdn.pixabay.com/photo/2018/01/11/21/27/laptop-3076957_960_720.jpg');
  background-size: cover;
  background-position: center;
}


/* IMM_TESTI */
.immg_text {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row;
}
.immg_text img {
  width: 100px;
  margin: 0px 25px;
}


/* CERTIFICATI ____________________________________________________________*/
.certificati_section {
  margin: 30px auto;
  width: 100%;
  height: 500px;
  background-image: url('/myatl/assmod/new_site_public/sustainability/Certificates.jpg');
  background-size: cover;
  background-position: center;

  display: flex;
  justify-content: center;
  align-items: center;
}

.left_side, .right_side {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.left_side {
  padding-right: 50px;
}
.right_side {
    padding-left: 50px;
}

.certificato {
  height: 100px;
  width: 100px;
  border: 1px solid white;
  /* background-image: url('/myatl/assmod/new_site_public/sustainability/CERTIFICATI SITO/Certificate_Sedex-white.png'); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px 10px;
  padding: 5px;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.certificato:hover {
  cursor: pointer;
  background: #00000095;
}

.linko {
  background: #00000063;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.certificato a {
  background: #00000063;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}


.certificato img {
  width: 100%;
  z-index: 20;
}
.title_certificati {
  margin: 50px auto;
}
.title_certificati h2 {
  text-align: center;
    margin: 25px auto;
    font-size: 40px;
    line-height: 44px;
    color: #202c54;
    font-weight: 500;
}
.title_certificati p {
  font-size: 23px;
    line-height: normal;
    font-weight: 500;
    color: #001f60;
    padding: 0px 60px;
    text-align: center;
}


a.elenco_link_certificati {
    color: #616161;
    font-size: 15px;
    font-weight: 600;
}

a.elenco_link_certificati:hover {
background: #add8e6;
  text-decoration: none;
}

.elenco_cert li {
    margin: 9px auto;
}

/* TESTI CERTIFICATI */
h4.text_ethic {
    color: white;
    position: absolute;
    top: -32px;
    /* background: red; */
    left: 15px;
    font-size: 15px;
}
.box_etica {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-left: 30px;
}

.box_certified {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-right: 30px;
}

h4.text_certified {
  color: white;
  position: absolute;
  top: -32px;
  left: 15px;
  font-size: 15px;
}


/* MODAL */
/* .aeo_header {
    background-image: url('/myatl/assmod/new_site_public/sustainability/network.jpg');
    background-size: COVER;
    background-repeat: no-repeat;
    background-position-y: -270px;
    height: 300px;
} */
.modal-body {
    padding: 35px;
}

.cert_pic {
  width: 30%;
}

.main_titolone {
  display: none;
}


/* MEDIA QUERY--------------------------------------------- */
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1300px) {

  .header {
    width: 100%;
    height: 600px;
    background-image: url(/myatl/assmod/new_site_public/sustainability/Sustainability.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header h1 {
      font-size: 145px;
      font-family: impact;
      color: white;
  }
  .main_titolone {
    display: block;
  }

  .certificato {
      height: 110px;
      width: 110px;
  }
}


/* IPAD PRO */
@media (min-width: 1025px) and (max-width: 1366px) {


}

/* IPAD */

@media (min-width: 768px) and (max-width: 1024px) {

  .header {
    width: 100%;
    height: 600px;
    background-image: url(/myatl/assmod/new_site_public/sustainability/Sustainability.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header h1 {
      font-size: 86px;
      font-family: impact;
      color: white;
  }
  .main_titolone {
    display: block;
  }

  .certificati_section {
      flex-direction: column;
  }
  .box_etica {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-left: 0px;
  }
  .box_certified {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-right: 0px;
  }
  .right_side {
    padding-left: 0px;
  }
  .left_side {
    padding-right: 0px;
  }

  .certificato {
    height: 110px;
    width: 110px;
  }
  .certificato {
    height: 90px;
    width: 90px;
  }

}


@media (min-width: 320px) and (max-width: 480px) {

  .header {
    width: 100%;
    height: 400px;
    background-image: url(/myatl/assmod/new_site_public/sustainability/Sustainability.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header h1 {
      font-size: 40px;
      font-family: impact;
      color: white;
  }
  .main_titolone {
    display: block;
  }
  .intro {
    width: 100%;
    margin: 40px auto;
  }
  .intro p {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
  }
  .main_box {
      width: 100%;
      height: 300px;
      flex-direction: column;
  }
  .cambia {
    flex-direction: column-reverse;
  }
  .box {
    width: 100%;
    height: 100%
  }
  ul.elenco_cert {
    display: flex;
    flex-direction: column;
  }


  .certificati_section {
    margin: 100px auto;
    width: 100%;
    height: 500px;
    background-image: url(/myatl/assmod/new_site_public/sustainability/Certificates.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .left_side, .right_side {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .left_side {
    padding-right: 0px;
  }
  .right_side {
    padding-left: 0px;
  }

}

@media (min-width: 320px) and (max-width: 480px) {

  .immg_text {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: COLUMN;
  }

  .certificati_section {
    margin: 100px auto;
    width: 100%;
    height: auto;
    background-image: url(/myatl/assmod/new_site_public/banner_blu.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .left_side {
    padding-right: 0px;
    margin-bottom: 65px;
  }
  .box_etica {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 0px;
  }
  h4.text_ethic {
    color: white;
    position: absolute;
    top: -50px;
    /* background: red; */
    left: 0px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .certificato {
    height: 200px;
    width: 200px;
    border: 1px solid white;
    /* background-image: url(/myatl/assmod/new_site_public/sustainability/CERTIFICATI SITO/Certificate_Sedex-white.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 10px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 7px auto;
    overflow: hidden;
  }
  .right_side {
    padding-left: 0px;
  }
  .box_certified {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 0px;
  }
  h4.text_certified {
    color: white;
    position: absolute;
    top: -50px;
    left: 0px;
    font-size: 15px;
    /* display: block !important; */
    width: auto;
    /* background: red; */
    /* margin: 15px auto; */
  }
  .certificati_section {
    padding: 100px 15px;
  }
}
