


/* 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;
  }

  .line{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  .sx{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
  }

  .dx{
    display: flex;
    align-items: flex-end;
    margin-left: 1rem;
    justify-content: flex-start;
  }

  .line_social{
    min-height: 20vh;
    background-color: #F5F5F5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0rem;
    flex-direction: column;
  }

  .icon_social{
    height: 60px;
    min-height: 60px;
    width: 60px;
    min-width: 60px;
    border: 1px solid #000;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 30px;
    padding: 15px;
    background-origin: content-box;
  }

  .altri_simple{
    text-align: center;
    margin-top: 3rem;
  }

  .altri_simple a{
    text-align: center;
    position: relative;
    white-space: normal;
    word-wrap: normal;
    background-color: #BED031;
    color:  #FFF;
    padding: .8rem 1.6rem;
    border-radius: .2rem;
    text-decoration: none;
    font-weight: 700;
  }

  .altri_simple a:hover{
    color: #FFFFFF!important;
    background-color: #343a40!important;
    border-color: #343a40!important;
  }

  .riga-pad2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: #BED031;
  }

  .cella-text-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: left;
    color: #343A40;
    text-align: center;
    margin: 1rem 0rem;
  }

  #checkboxes input[type=checkbox]{
    display: none;
  }

  #checkboxes input[type=checkbox]:checked + .whatever{
  background-color: rgba(190,208,49,0.2);
  background-image: url('../img/icon/square_checked.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto;
  }

  .checkbox {
  background-image: url('../img/icon/square_unchecked.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto;
  text-align: left;
  padding-left: 36px;
  font-size: 1rem;
  }


}





/* Laptop & PCs */
@media screen and (min-width: 993px) {


  .riga-pad {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 80vh;
    padding: 4rem 0rem 4rem 4rem;
    background-color: #FFFFFF;
  }

  .cella-sx {
    width: 55vw;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding: 0rem 3rem;
    height: 60vh;
    min-height: 60vh;
    justify-content: center;
    background-color: #FFFFFF;
  }

  .cella-dx {
    font-size: 1rem;
    width: 45vw;
    height: 60vh;
    min-height: 60vh;
    min-height: 24px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .index-img-header {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 60vh;
    margin-top: -70px;
    z-index: 1;
  }

  .line{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  .sx{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
  }

  .dx{
    display: flex;
    align-items: flex-end;
    margin-left: 1rem;
    justify-content: flex-start;
  }

  .line_social{
    min-height: 20vh;
    background-color: #F5F5F5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0rem;
    flex-direction: column;
  }

  .icon_social{
    height: 60px;
    min-height: 60px;
    width: 60px;
    min-width: 60px;
    border: 1px solid #000;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 30px;
    padding: 15px;
    background-origin: content-box;
  }

  .altri_simple{
    text-align: center;
    margin-top: 3rem;
  }

  .altri_simple a{
    text-align: center;
    position: relative;
    white-space: normal;
    word-wrap: normal;
    background-color: #BED031;
    color:  #FFF;
    padding: .8rem 1.6rem;
    border-radius: .2rem;
    text-decoration: none;
    font-weight: 700;
  }

  .altri_simple a:hover{
    color: #FFFFFF!important;
    background-color: #343a40!important;
    border-color: #343a40!important;
  }

  .riga-newsletter {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 20vh;
    background-color: #BED031;
  }

  .cella-text-newsletter-dx {
    width: 60vw;
    display: flex;
    align-items: center;
    padding: 0rem 1rem;
    height: 20vh;
    min-height: 20vh;
    justify-content: center;
  }

  .cella-text-newsletter-sx {
    width: 40vw;
    display: flex;
    text-align: right;
    align-items: center;
    padding: 0rem 1rem;
    height: 20vh;
    min-height: 20vh;
    justify-content: center;
  }

  #sezione_news_ins a:hover{
    color: #000;
  }

  #checkboxes input[type=checkbox]{
    display: none;
  }

  #checkboxes input[type=checkbox]:checked + .whatever{
  background-color: rgba(190,208,49,0.2);
  background-image: url('../img/icon/square_checked.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto;
  }

  .checkbox {
  background-image: url('../img/icon/square_unchecked.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto;
  text-align: left;
  padding-left: 36px;
  font-size: 1rem;
  }

}
