.margens_footer{
    margin-top: 20px;
    margin-bottom: 25px;
}

.copyright-text{
    color: rgb(151, 151, 151);
}

.services{
    background-color:  rgba(66, 30, 0, 0.658);
}

.pd_img_sobre{
    padding: 0px;
}

.serv_padd{
    padding-left: 28px;
}

.img_about{
    height:650px;
}



 /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
 @media (max-width: 1024px) {
    .img_gallery{
    display: none;
    }

    .margin_serv{
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .padding_serv{
        padding-right: 20px;
    }
}

@media (max-width: 1024px) {
    .img_about{
        height:620px;
    }

    .image-block .col-lg-6 {
        padding: 70px;
      }
}

@media (max-width: 852px) {

    .image-block .col-lg-6 {
        padding: 60px;
      }

      .img_about{
        height:590px;
    }
}

@media (max-width: 824px) {

    .image-block .col-lg-6 {
        padding: 50px;
      }

      .img_about{
        height:590px;
    }
}

@media (max-width: 753px) {

    .image-block .col-lg-6 {
        padding: 50px;
      }

      .img_about{
        height:500px;
    }
}

@media (max-width: 537px) {
    .image-block .col-lg-6 {
        padding: 50px;
      }

    .parallax-container {
      background-position-x: center !important;
    }
}
      

@media (min-width: 537px) {
    .parallax-container {
      background-position-x: left !important;
    }
}
      