body {
  background-color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=button]:focus,
select:focus,
textarea:focus,
div:focus,
button {
  outline: none;
}
.sessaoPrincipal {
  margin: 20px 0 40px 0;
}

.painel {
  height: 490px;
  width: 100%;
  max-width: 1350px;
  margin: auto;
}

#msg {
  color: red;
  padding: 0 0 20px 0;
  font-weight: 700;
  font-size: 16px;
}

.iconPainel {
  font-size: 42px !important;
}

.topoHome {
  background-color: #FFFFFF;
  height: 145px;
}

.topoLeft {
  height: 115px;
  width: 49%;
  float: left;
  margin-top: 25px;
}
.topoLeft img {
  max-width: 220px;
  float: right;
  margin-top: 25px;
}
.topoLeft p {
  float: left;
  height: 70px;
  width: 145px;
  float: right;
  margin: 23px 100px 0 85px;
  font-size: 14px;
  color: #56575b;
  line-height: 20px;
  font-weight: 500;
}

.topoRight {
  height: 145px;
  background-color: #e5bb22;
  clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%);
  padding: 60px 0 0 60px;
  color: #FFFFFF;
  font-size: 16px;
  width: 51%;
  float: right;
}
.topoRight ul {
  padding: 0;
  margin: 0;
}
.topoRight ul li {
  list-style-type: none;
  float: left;
  text-align: center;
  padding: 3px 30px 8px 30px;
  margin: 0;
}
.topoRight ul li a {
  text-decoration: none;
  color: #FFFFFF;
}
.menuRig {
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 3px;
}
.menuRig:hover {
  background-color: rgba(0,0,0, .06);
  cursor: pointer;
}
.topoRight i {
  font-size: 26px;
  position: relative;
  top: 3px;
  right: 7px;
  color: #FFFFFF;
}
.topoRight span {
  font-weight: 600;
}

.barraMenu {
  background-color: #56575b;
  height: 55px;
}

.barraHome {
  background-color: #e5bb22;
  height: 108px;
  padding: 22px;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  width: 100%;
}

.barraHome2 {
  background-color: #56575b;
  height: 108px;
  padding: 24px;
  text-align: left;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 80px 0;
}
.barraHome2 img {
  float: left;
  margin: -60px 0 0 40px;
}


.homeTit1 {
  font-size: 33px;
  text-align: center;
  font-weight: 600;
  color: #56575b;
  margin: 30px 0 0 0;
}

.homeTitSub {
  font-size: 21px;
  text-align: center;
  color: #56575b;
  margin: 0 0 10px 0;
  font-weight: 400;
}

.homeTxt {
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  color: #000000;
  margin: 40px 0 50px 0;
  line-height: 27px;
}
.homeTxt p {
  margin: 40px 100px 40px 120px;
  font-weight: 700;
  border-left: 10px #DDDDDD solid;
  padding-left: 15px;
}

.homeTxt h1 {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.homeTxt h1 b {
  font-weight: 600;
  color: #000000;
  line-height: 32px;
}
.homeTxt h1 span {
   font-size: 30px;
   font-weight: 800;
   color: #000000;
   line-height: 60px;
}



.boxAtuacao {
  background-color: #DDDDDD;
  height: 305px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  width: 97%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease, filter 0.2s ease;
}
.boxAtuacao:hover {
  background-size: 110%;
  filter: brightness(0.6);
}
.boxAtuacao h1 {
  background-color: #56575b;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  padding: 10px 50px 0 50px;
  font-size: 22px;
  font-weight: 700;
  border-radius: 10px 0;
  margin: 270px 0 0 0;
  position: relative;
  z-index: 99;
  height: 52px;
  transition: 0.2s ease;
}
.boxAtuacao h1:hover {
  background-color: #646569;
}

.boxAtuacao p {
  background-color: #e5bb22;
  height: 10px;
  width: 90%;
  margin-left: 5%;
  margin-top: -28px;
  border-radius: 30px 15px 0 0;
  position: relative;
}

.barra2 {
  background-color: #e5bb22;
  height: 7px;
  width: 140%;
  left: -20%;
  top: 9px;
  border-radius: 30px 15px 0 0;
  position: relative;
}

.menu {
  text-align: center;
}
.menu ul {
  padding: 0;
  margin: 0;
}
.menu li {
  list-style-type: none;
  display: inline-block;
  padding: 16px 35px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  border: 0;
}
.menu li i {
  font-size: 18px;
}
.menu li:hover {
  background-color: #e5bb22;
}

#boxProjetos {
  background-color: #CCCCCC;
  height: 300px;
  margin: 20px 0 0 0;
}

.barra3 {
  border-top: 6px #e5bb22 solid;
  margin: 70px 0 50px 0;
  width: 100%;
  height: 6px;
}
.barra3 ul {
  padding: 0 0 0 5px;
  margin: -16px 0 0 0;
  float: right;
  background-color: #FFFFFF;
  display: inline-block;
  height: 24px;
}
.barra3 ul li {
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background-color: #e5bb22;
  list-style-type: none;
  float: left;
  margin-left: 10px;
}

.barra4 {
  border-top: 6px #e5bb22 solid;
  margin: -16px 0 50px 0;
  width: 100%;
}
.barra4 ul {
  padding: 0 5px 0 0;
  margin: -16px 0 0 0;
  float: left;
  display: inline-block;
  height: 24px;
}
.barra4 ul li {
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background-color: #e5bb22;
  list-style-type: none;
  float: left;
  margin-right: 10px;
}

#footer {
  background-color: #56575b;
  min-height: 200px;
}

.footerLogo {
  text-align: center;
  padding: 20px;
}

.footerContato {
  text-align: center;
  padding: 5px;
  color: #FFFFFF;
}
.footerContato ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.footerContato li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: left;
}
.footerContato i {
  color: #FFFFFF;
  font-size: 26px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  margin-left: 40px;
}
.footerContato span {
  font-weight: 600;
}
.footerDivulg {
  text-align: right;
  color: #FFFFFF;
  font-size: 10px;
  padding: 60px 0 20px 0;
  font-weight: 500;
}
.footerDivulg img {
  width: 100%;
  max-width: 60px;
  margin: -6px 0 0 5px;
}

.boxEndereco {
  font-size: 23px;
  color: #56575b;
  line-height: 42px;
}
.boxEndereco i {
  width: 40px;
  font-size: 25px;
  padding-top: 2px;
  text-align: center;
}
.boxEndereco h1 {
  font-weight: 700;
  font-size: 35px;
  width: 80%;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 25px;
}
.boxEndereco h2 {
  margin-left: 40px;
  font-size: 21px;
  margin-bottom: 10px;
}

.boxMap {
  background-color: #DDDDDD;
  height: 320px;
  margin-bottom: 30px;
}

.barraLeft {
  border-top: 6px #e5bb22 solid;
  width: 40%;
  position: relative;
  bottom: -76px;
}

.barraRight {
  border-top: 6px #e5bb22 solid;
  width: 40%;
  position: relative;
  float: right;
}

.slider {
  width: 100%;
  margin-top: 20px;
}

.slick-slide {
  margin: 0;
}

.slick-slide img {
  height: 300px;
  transition: filter 0.2s ease;
}

.slick-slide img:hover {
  filter: brightness(0.6);
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.scrollTop {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #e5bb22;
  color: #FFFFFF;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  padding-top: 12px;
  cursor: pointer;
  display: none;
}
.scrollTop i {
  font-size: 23px;
}

#menuMobControl {
  display: none;
}


@media (max-width: 675px) {

  .homeTxt {
    text-align: left;
  }
  .homeTxt p {
    margin: 40px 20px 40px 10px;
    font-weight: 700;
    border-left: 10px #DDDDDD solid;
    padding-left: 15px;
  }

  #menuMobControl {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 27px;
    color: #999999;
    display: block;
    background-color: #FFFFFF;
    z-index: 99999;
  }

  .topoHome {
    background-color: #FFFFFF;
    height: 235px;
  }

  .topoLeft {
    height: 105px;
    width: 100%;
    float: left;
    margin-top: 25px;
    text-align: center;
  }
  .topoLeft img {
    max-width: 190px;
    float: none;
    position: absolute;
    top: 7px;
    left: calc(50% - 95px);
  }
  .topoLeft p {
    float: right;
    height: 40px;
    width: 300px;
    float: none;
    margin: 75px 0 0 calc(50% - 150px);
    font-size: 12px;
    color: #56575b;
    line-height: 18px;
    font-weight: 500;
  }

  .topoRight {
    height: 80px;
    background-color: #e5bb22;
    clip-path: none;
    padding: 8px 0 0 0;
    color: #FFFFFF;
    font-size: 15px;
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
  }
  .topoRight ul {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .topoRight ul li {
    list-style-type: none;
    clear: both;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 19px;
  }
  .topoRight i {
    font-size: 17px;
    position: relative;
    top: 2px;
    right: 7px;
    margin-left: 10px;
    color: #FFFFFF;
  }
  .topoRight span {
    font-weight: 600;
  }

  .painel {
    height: 155px;
    margin-top: -25px;
    margin-bottom: -4px;
  }

  .barraMenu {
    background-color: #56575b;
    height: 278px;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 98px;
    display: none;
  }

  .menu {
    text-align: center;
  }
  .menu ul {
    padding: 0;
    margin: 0;
  }
  .menu li {
    list-style-type: none;
    display: block;
    padding: 16px 35px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px rgba(255,255,255, .4) solid;
  }
  .menu li i {
    font-size: 18px;
  }
  .menu li:hover {
    background-color: #e5bb22;
  }

  .barraHome {
    background-color: #e5bb22;
    height: 113px;
    padding: 10px 5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    width: 100%;
  }

  .homeTit1 {
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    color: #56575b;
    margin: 10px 0 8px 0;
    line-height: 26px;
  }

  .homeTitSub {
    font-size: 16px;
    text-align: center;
    color: #56575b;
    margin: 0 0 10px 0;
    font-weight: 400;
    line-height: 20px;
  }

  .boxAtuacao {
    background-color: #DDDDDD;
    height: 180px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    width: 97%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 0.4s ease, filter 0.2s ease;
  }
  .boxAtuacao:hover {
    background-size: 110%;
    filter: brightness(0.6);
  }
  .boxAtuacao h1 {
    background-color: #56575b;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    padding: 10px 50px 0 50px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px 0;
    margin: 156px 0 0 0;
    position: relative;
    z-index: 99;
    height: 42px;
    transition: 0.2s ease;
  }
  .boxAtuacao h1:hover {
    background-color: #646569;
  }

  .boxAtuacao p {
    background-color: #e5bb22;
    height: 10px;
    width: 90%;
    margin-left: 5%;
    margin-top: -28px;
    border-radius: 30px 15px 0 0;
    position: relative;
  }

  .barra2 {
    background-color: #e5bb22;
    height: 5px;
    width: 140%;
    left: -20%;
    top: 5px;
    border-radius: 30px 15px 0 0;
    position: relative;
  }

  .barraHome2 {
    background-color: #56575b;
    height: 160px;
    padding: 65px 0 0 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 70px 0 30px 0;
  }
  .barraHome2 img {
    width: 120px;
    float: left;
    margin: -200px 0 0 calc(50% - 60px);
  }

  .boxEndereco {
    font-size: 16px;
    color: #56575b;
    line-height: 32px;
    margin-top: -35px;
  }
  .boxEndereco i {
    width: 30px;
    font-size: 19px;
    padding-top: 2px;
    text-align: center;
  }
  .boxEndereco h1 {
    font-weight: 700;
    font-size: 25px;
    width: 80%;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .boxEndereco h2 {
    margin-left: 30px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .boxMap {
    background-color: #DDDDDD;
    height: 320px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .footerContato {
    text-align: center;
    padding: 5px;
    color: #FFFFFF;
  }
  .footerContato ul {
    padding: 0;
    margin: 0;
  }
  .footerContato li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }
  .footerContato i {
    color: #FFFFFF;
    font-size: 26px;
    position: relative;
    top: 3px;
    margin-right: 10px;
    margin-left: 0;
  }
  .footerContato span {
    font-weight: 600;
  }

  .footerDivulg {
    text-align: center;
    color: #FFFFFF;
    font-size: 10px;
    padding: 60px 0 10px 0;
    font-weight: 500;
  }
  .footerDivulg img {
    width: 100%;
    max-width: 60px;
    margin: -6px 0 0 5px;
  }

  .footerLogo {
    text-align: center;
    padding: 30px;
    width: 250px;
    margin: auto;
  }

  .scrollTop {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #e5bb22;
    color: #FFFFFF;
    text-align: center;
    position: fixed;
    right: 40px;
    bottom: 20px;
    z-index: 9999;
    padding-top: 12px;
    cursor: pointer;
    display: none;
  }
  .scrollTop i {
    font-size: 21px;
  }

}
