/* Mobile / Tablets (≥ 768px) */
  @media screen and (max-width: 768px) {
    #solucoes{
        display: none;
            
    }
    .bg-cel{
        position: relative;
        background-image: url('../img/bg-1.png');
        background-color: black;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }
    .img-cel{

        max-width: 70%;
    }

  }
  
  /* Desktops médios (≥ 992px) */
  @media screen and (max-width: 1199px) {
    .contato{

        margin-top: 50px;
    }
    .bg-1{
        position: relative;
        background-image: url('../img/bg-1.png');
        background-color: black;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

  }
  
  /* Desktops grandes (≥ 1200px) */
  @media screen and (min-width: 1200px) {
    .contato{

        margin-top: 50px;
    }
    .bg-1{
        position: relative;
        background-image: url('../img/bg-1.png');
        background-color: black;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
 
  }
/* para todos os layouts */
.bg-2{

    background-color: black;
}
.btn-azul{
    background-color: #0098DA;
    color: white;
}
.btn-azul:hover{
    background-color: #585570;
    color: white;
}