@media (max-width: 750px) {
body {
}

/*CABEÇALHO*/
#cabecalho{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logotipoCab{
  margin-right: 0px;
}
#cabecalho nav{
  margin-top: 0px;
}
.ulCab{
  display: flex;
  justify-content: center;

}

  /*Banner*/
.carrossel1{
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
}
.chamadaBanner{
  order: 2;
  padding-top: 10px;
}

  .chamadaBanner hr{
    margin-bottom: 30px;
    margin-left: 20px;
    width: 100%;
  }

  .chamadaBanner p{
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }


.contImgBanner{
  width: 100%;
  min-width: 50px;
  order: 1;
}

.container1{
  height: 300px;
}

.container1 h2{
  font-size: 30px;
  margin-bottom: 0px;
}

/*SECAO1*/
.secao1 h2, .secao1 h3{
  font-size: 30px;
  padding-left: 0px;
}

.secao1 h2, .secao1 hr{
  margin-top: 0px;
}

#servicos{
  align-self: center;
  font-size: 35px;
  margin-top: 50px;
}

#btWp1, #btCm1{
  width: 80%;
  white-space: nowrap;
}

.secao1 h3{
  width: 100%;
  text-align: left;
}

.secao1 hr{
  width: 100%;
}

.secao1 li{
  margin-bottom: 10px;
}
.secao1 h3{
  margin-bottom: 10px;
}

.secao1 ul{
    width: 90%;
}

/*FOOTER*/
#containerRp1{
  display: flex;
  align-items: center;
  padding: 0%;
  flex-direction: column;
}
#containerRp1 h2{
  right: auto;
}
#containerRp1 img{
  margin-top: 30px;
}

.secaorp2{
  flex-direction: column;
  align-items: center;
}

.colrp{
  display: flex;
  align-items: flex-start;
  min-width: 30px;
  margin: 0px;
}
}
