


/* 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;
  }

  .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;
  }


}







/* 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;
  }

  .index-img-mid {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 60vh;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    padding: 0rem 15rem;
  }

  .index-img-end {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 80vh;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .riga-pad-5 {
    display: flex;
    align-items: center;
    min-height: 80vh;
    padding: 0rem 0rem 0rem 4rem;
    background-color: #FFFFFF;
  }

  .riga-pad-5-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .cella-text-4 {
    width: 50vw;
    display: flex;
    text-align: right;
    align-items: flex-end;
    flex-direction: column;
    padding: 0rem 3rem;
    height: 60vh;
    min-height: 60vh;
    justify-content: center;
    background-color: #F5F5F5;
  }

  .cella-text-5 {
    width: 50vw;
    display: flex;
    text-align: left;
    align-items: flex-start;
    flex-direction: column;
    padding: 3rem 3rem;
    min-height: 60vh;
    justify-content: center;
    background-color: #FFFFFF;
  }

  .cella-img-4 {
    width: 50vw;
    height: 60vh;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .cella-img-5 {
    width: 50vw;
    height: 60vh;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .riga-pad-4 {
    display: flex;
    align-items: center;
    min-height: 80vh;
    padding: 0rem 4rem 0rem 0rem;
    background-color: #F5F5F5;
  }

  .riga-pad-4-sub {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .final-button {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: .2rem;
  }




}
