body {
  overflow-x: hidden;
}

@media screen and (max-width: 1600px){
  header ul li a{
    font-size: 12px;
  }

  .apresentacao-box .swiper-text h3{
    padding-bottom: 55px;
  }

  .tecnologia{
    display: inline-block;
    width: 100%;
  }
  .tecnologia h2{
    margin-top: 20px;
  }

  .sobre-box{
    margin: 0 20px;
  }

  .apresentacao-box .swiper-text{
    align-items: flex-start;
  }

  .produtos-box-block1,
  .produtos-box-block2{
    display: none;
  }
}

@media screen and (max-width: 1430px){
  .apresentacao-box .swiper-text{
    display: inline;
  }

  .apresentacao-box .swiper-text img{
    object-fit: cover;
    object-position: top;
    height: 500px;
  }


  .produtos-container{
    padding-top: 70px;
  }
  .tecnologia-container{
    padding-bottom: 150px;
  }
  .sobre-container{
    padding-top: 90px;
  }
  .contato-container{
    padding-bottom: 140px;
  }

}

@media screen and (max-width: 1024px){
  /*menu responsivo*/
  header .social{
    display: none;
  }

  header div.container{
    width: 100%;
    display: inline-block;
    padding-top: 10px;
  }

  header ul{
    display: inline-block;
    padding-top: 110px;
    text-align: center;
  }

  header ul li a{
    font-size: 16px;
  }

  header ul li a:hover{
    -webkit-transition: all ease 0.7s;
    transition: all ease 0.7s;
    background-color: transparent;
    color: #2E5E8A;
  }

  header ul li:hover{
    background-color: #22A3CC;
  }

  header ul li:hover a{
    -webkit-transition: all ease 0.7s;
    transition: all ease 0.7s;
    color: #fff;
    border-radius: 0;
    width: 100%;
  }

  header div.container img{
    margin: 0 auto;
  }

  .header-nav, .produtos-left{
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    line-height: 3.5;
  }

  .nav-icon, 
  .nav-icon-close{
    position: absolute;
    top: 39px;
    display: block;
    right: 20px;
    width: 30px;
    height: 30px;
    background-image: url('../img/icons-nav.png');
    background-position: 0 0;
    z-index: 2;
  }

  .nav-icon-close{
    top: 39px;
    right: 21px;
    background-repeat: no-repeat;
    background-position: -30px 0;
  }

  .produtos-box .item{
    display: inline;
  }

  .produtos-box .item p{
    margin: 0 20px;
  }

  .produtos-box .item img,
  .produtos-box .swiper-text .line{
    margin: 0 auto;
  }

  .produtos-box .swiper-text{
    margin-top: 20px;
  }

  .produtos-box .swiper-text h3{
    text-align: center;
  }

  .produtos-box .item p{
    padding: 0;
    padding-top: 20px;
  }

  .produtos p{
    margin-left: 0;
  }

  /**/
  .apresentacao-box{
    display: inline;
  }

  .apresentacao-box .swiper-container{
    margin-top: 150px;
  }

  .apresentacao-box .swiper-text img{
    object-fit: cover;
    object-position: top;
    height: 400px;
  }

  .sobre-box{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 45px 10px;
  }

  .sobre-box .line-sobre-box{
    margin:10px auto 15px auto;
  }

  .sobre-box .box{
    margin-bottom: 30px;
  }

  .sobre-container{
    padding-bottom: 20px;
  }

  .tecnologia-container{
    padding-top: 0;
    padding-bottom: 120px;
  }

  .tecnologia{
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding-top: 50px;
  }

  .produtos{
    display: inline;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }


  .contato-container{
    padding-top: 220px;
  }

  .contato,
  .copyright{
    display: inline;
  }

  .contato-right{
    margin-top: 20px;
  }

  .copyright p, .copyright a{
    text-align: center;
  }

  p{
    text-align: justify !important;
  }

  .apresentacao-box .swiper-text h2,
  .apresentacao-box .swiper-text h3{
    margin-left: 20px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 750px){
  .form{
    width: 100%;
    display: inline-block;
  }

  .form .col-8{
    width: -webkit-fill-available;
    margin-right: 0;
  }

  select{
    background-position: 460px
  }
}

@media screen and (max-width: 500px){
  h1, h2{
    font-size: 35px;
  }

  h3 {
    font-size: 24px;
  }

  .apresentacao-box .swiper-text h2{
    font-size: 30px;
  } 

  .apresentacao-box .swiper-text h3{
    font-size: 25px
  }

  .apresentacao::after, .tecnologia-container::after, .contato-container::after{
    height: 125px;
  }

  .contato-container::after {
    display: none;
  }

  .contato-container{
    padding-bottom: 30px;
  }

  header div.container img {
    margin: 0;
  }

  .nav-icon, 
  .nav-icon-close{
    top: 57px;
  }
}