
/* Smartphone & Tablet */
@media screen and (min-width: 0px) and (max-width: 992px) {

  .index-img-header {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 75vh;
    top: 0px;
    margin-top: -60px;
    z-index: 1;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }

  .index-img-header-text{
    width:100%; text-align: center; position:absolute; bottom:3rem;
    word-wrap: normal; padding: 2rem;
  }


  .buono_regalo{
    background-color: #FFFFFF;
    border: 2px #BED031 solid;
    border-radius: .25rem;
    margin: 1rem;
    padding: 2rem;
  }

  .buono_regalo_anteprima{
    background-image: url('../img/buono_regalo.png');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 4rem 4rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    display: none;
    color:#343A40;
    border: 1px #BED031 dashed;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .buono_regalo_anteprima_preview{
    background-color: #FFF;
    border: 1px #BED031 dashed;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;

  }

  .col-buono{
    padding: 2rem;
  }

  .col-spazio-buono{
    padding-top: 3rem;
    padding-bottom: 6rem;
    margin-bottom: 2rem;
  }

  .col-buono-title{
    text-align:center; margin-bottom:2rem;
  }

  .contenitore_buoni {
    padding: 2rem;
    background-color: #F5F5F5;
  }

  .btn_buono{
    position:absolute; bottom:0;
    width: calc(100% - 2rem);
  }
}




/* Laptop & PCs */
@media screen and (min-width: 993px) {

  .index-img-header {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 60vh;
    margin-top: -70px;
    z-index: 1;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }

  .index-img-header-text{
    width:100%; text-align: center; position:absolute; bottom:0rem;
    padding: 4rem 8rem;
  }

  .contenitore_buoni {
    padding: 5rem;
    background-color: #F5F5F5;
  }

  .col-buono{
    padding: 3rem;
  }

  .col-buono-title{
    text-align:center; margin-top:-2rem; margin-bottom:3rem;
  }

  .btn_buono{
    position:absolute; bottom:0; right:15px;
  }


}
