@media only screen and (max-width : 2560px) {
 .bg-black{
    margin-top: -127px;
    padding: 125px 15px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .image-circle{
    margin-left: 40px;
    margin-top: -55%;
  }
  .header-servicos{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .bg-servicos,
  .bg-som{
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
  }
  .text-conheca{
    padding-top: 10px;
  }
  .slick-next{
    right: 46%;
  }
  .slick-prev {
    left: 46%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .image-circle{
    margin-left: 40px;
    margin-top: -40%;
  }
   .header-servicos{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .header-servicos{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
  
  .bg-som {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-conheca{
    padding-top: 10px;
  }
  .text-conheca h4{
    font-size: 16px;
  }
  .box-servicos{
    padding-top: 0;
    padding-bottom: 0;
  }
  .slick-next{
    right: 40%;
  }
  .slick-prev {
    left: 40%;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  footer img{
    padding-top: 25px;
  }
  .header-servicos{
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .image-circle{
    margin-left: 35px;
    margin-top: -60%;
  }
  .bg-servicos {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .vinheta-padrao h2{
    text-align: center;
  }
  .text-conheca{
    padding-top: 10px;
  }
  .input-padrao.input-assunto{
    margin-top: 10px;
  }
  .input-padrao{
    margin-top: 10px;
  }
  .pad-contato h4{
    text-align: center;
  }
  .slick-next{
    right: 40%;
  }
  .slick-prev {
    left: 40%;
  }
  .min-height{
    min-height: 0;
  }
  .navbar-toggle {
    padding: 0px 10px;
  }
}
@media only screen and (max-width : 375px) {
  .image-circle {
    margin-left: 44px;
    width: 200px;
    height: 200px;
  }
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
  footer img{
    padding-top: 40px;
  }
    .image-circle {
    margin-left: 15px;
  }
  .slick-next{
    right: 39%;
  }
  .slick-prev {
    left: 39%;
  }
}