


/* 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;
    margin-top: -60px;
    margin-bottom: 2rem;
    top: 0px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
  }


  .full-img{
  min-height: 50vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  }

  .text-mob{
    padding: 5rem 1rem 1rem 1rem;
  }

  .top-img-home{
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 90vh;
  }

  .top-img-home-caption {
    font-size: 1.4rem;
    font-weight: 400;
    position: absolute;
    padding: 1rem;
    text-align: center;
    min-height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content:center;
  }

  .top-img-home-caption-2 {
    font-weight: 400;
    position: absolute;
    padding: 1rem;
    text-align: center;
    min-height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content:flex-start;
  }

  .final-button {
    color: #FFFFFF!important;
    background-color: #343a40;
    border-color: #343a40;
    font-weight: 700;
    text-transform: uppercase;
    padding: .5rem 1rem;
    border-radius: .2rem;
  }

  .cella-img-5 {
    height: 40vh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .img-sezione-articolo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 50vh;
    max-height: 50vh;
  }

  .side-box-banner {
    margin: 1rem;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 60vh;
  }

}







/* Laptop & PCs */
@media screen and (min-width: 993px) {


  .index-img-header {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 40vh;
    margin-top: -70px;
    padding: 0rem 15rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
  }

  .riga-articoli {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .sezione-articolo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding: 3rem;
  }

  .img-articolo {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 30vh;
  }

  .side-box {
    border: 1px solid #999;
    padding: 2rem 3rem;
    margin: 5rem 1rem 1rem 1rem;
  }

  .side-box-banner {
    margin: 2rem 1rem 1rem 1rem;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 50vh;
  }

  .img-sezione-articolo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 50vh;
    max-height: 50vh;
  }

  .riga-pad-5 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0rem 0rem 0rem 3rem;
    background-color: #FFFFFF;
  }

  .riga-pad-5-sub {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  .cella-text-5 {
    width: 50vw;
    display: flex;
    text-align: left;
    align-items: flex-start;
    flex-direction: column;
    padding: 5rem 3rem 2rem 3rem;
    min-height: 60vh;
    justify-content: flex-start;
    background-color: #FFFFFF;
  }

  .cella-img-5 {
    width: 50vw;
    height: 40vh;
    min-height: 40vh;
    margin-top: 5rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }


}
