nav{
  width: 73%;
  background-color: #2B3238;
  height: 93px;
  border-bottom: 7px solid #F38B0D;
  margin: 0 auto;
  margin-top: 70px;
  z-index: 3;
}

nav .container-fluid img{
  width: 90px;
 
}

.logosNome{
  padding-left: 68px;
}

nav .nameLinks{
  color: #D65D00 !important;
  font-size: 22px;
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif;
}

nav .nameLinks b{
  color: #FFFFFF;
  font-size: 22px;
}


nav #navbarSupportedContent a{
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding-right: 46px;
  padding-left: 46px;
  border-right: 2px solid #FF951E;
  font-family: "Bai Jamjuree", sans-serif;
}

nav #navbarSupportedContent .active{
  padding-left: 204px;
  padding-right: 46px;
}

#navbarSupportedContent .navContato{
  border-right: none;
}

.navbar-light .navbar-toggler {
  border-color: white;
}

nav:hover {
  -webkit-transform: scale(1.01);
   transform: scale(1.01);
}

.sectionInit {
  height: 897px;
  width: 100%;
  background-image:url(../img/bg_banner_home_0.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.sectionInit .bgHome1{
  position: absolute;
  width: 100%;
  background-image: url(../img/BG_Home_1.png);
  height: 1072px;
  background-size: cover;
}

@media(max-width: 1023px){
  nav{
    position: relative !important;
  }
}

@media(max-width: 424px) {
  nav{
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  nav .container-fluid img{
    width: 45px;
  }
  .logosNome{
    padding-left: 10px;
  }
  nav .nameLinks{
    font-size: 15px;
  }
  nav .nameLinks b{
    font-size: 15px;
  }
  nav #navbarSupportedContent .active {
    padding: 0;
  }
  nav #navbarSupportedContent .nav-link{
    padding-bottom: 20px;
  }
  nav #navbarSupportedContent a{
    text-align: center;
    border: none;
    padding: 0;
    padding-bottom: 10px;
  }
  nav #navbarSupportedContent .navbar-nav{
    margin-top: 20px;
  }
  .sectionInit{
    margin-top: -190px;
  }
  .sectionInit .bgHome1{
   background-image: none;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  nav{
    height: 100%;
  }
  nav{
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  nav .container-fluid img{
    width: 45px;
  }
  .logosNome{
    padding-left: 34px;
  }
  nav .nameLinks{
    font-size: 17px;
  }
  nav .nameLinks b{
    font-size: 17px;
  }
  nav #navbarSupportedContent .active {
    padding: 0;
  }
  nav #navbarSupportedContent .nav-link{
    padding-bottom: 20px;
  }
  nav #navbarSupportedContent a{
    text-align: center;
    border: none;
    padding: 0;
    padding-bottom: 10px;
  }
  nav #navbarSupportedContent .navbar-nav{
    margin-top: 20px;
  }
  .sectionInit .bgHome1{
   background-image: none;
 }
}

@media(min-width: 768px) and (max-width:1023px) {
  nav{
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  nav .container-fluid img{
    width: 45px;
  }
  .logosNome{
    padding-left: 34px;
  }
  nav .nameLinks{
    font-size: 17px;
  }
  nav .nameLinks b{
    font-size: 17px;
  }
  nav #navbarSupportedContent .active {
    padding: 0;
  }
  nav #navbarSupportedContent .nav-link{
    padding-bottom: 20px;
  }
  nav #navbarSupportedContent a{
    text-align: center;
    border: none;
    padding: 0;
    padding-bottom: 10px;
  }
}

@media(min-width: 1024px) and (max-width:1439px) {
  nav{
    width: 85%;
  }
  .logosNome{
    padding-left: 17px;
  }
  nav #navbarSupportedContent .active {
    padding-left: 19px;
    padding-right: 17px;
  }
  nav #navbarSupportedContent a {
    padding-left: 17px;
    padding-right: 17px;
  }
  nav .nameLinks {
    font-size: 14px;
  }
  nav .nameLinks b{
    font-size: 14px;
  }
}

@media(min-width: 1440px) and (max-width:1896px) {
  nav{
    width: 85%;
  }
  .logosNome{
    padding-left: 46px;
  }
  nav #navbarSupportedContent .active {
    padding-left: 100px;
    padding-right: 46px;
  }
  nav #navbarSupportedContent a {
    padding-left: 46px;
    padding-right: 46px;
  }
  nav .nameLinks {
    font-size: 18px;
  }
  nav .nameLinks b{
    font-size: 18px;
  }
}

.sectionInit .bgHome1 img{
  width: 100%;
}

.sectionInit .containerHeader {
  padding-top: 70px;
  position: relative;
}
.sectionInit .containerHeader .row {
    width: 73%;
    height: 400px;
    margin-top: 102px;
    justify-content: center;
    margin: 0 auto;
    padding-top: 204px;
    font-weight: bold;
}

.containerHeader a{
  text-decoration: none;
}


.divConteudo {
  width: 87%;
  height: 352px;
}
.divConteudo h3 {
  font-size: 48px;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
  padding-right: 13px;
  line-height: 50px;
}

@media(max-width: 424px) {
  .sectionInit .containerHeader .row{
    padding-top: 200px;
    height: 100% !important;
    padding-bottom: 100px;
  }
  .divConteudo h3 {
   font-size: 25px;
 }
 .imgCapacete{
   width: 100%;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .sectionInit .containerHeader {
    padding-top: 200px;
}
  .sectionInit .containerHeader .row{
    height: 100% !important;
    padding-top: 0;
    padding-bottom: 100px;
  }
  .divConteudo h3 {
   font-size: 25px;
 }
 .imgCapacete{
  width: 250px;
}
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionInit .containerHeader {
    padding-top: 200px;
}
  .sectionInit .containerHeader .row{
    padding-top: 0;
  }
  .divConteudo h3 {
    font-size: 32px;
  }
  .imgCapacete{
    width: 248px;
  }
}

.divConteudo h3 b{
  font-weight: bold;
  color: #F7910D;
}

.divIconArrow{
  width: 64px;
  height: 64px;
  border: 2px solid #E9860E;
  margin-top: 11px;
  text-align: center;
}

.divConteudo i{
  font-size: 40px;
  padding-top: 16%;
  color: #E9860E;
  
}

.doubleArrow{
  width: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 118px;
}

.doubleArrow a, .doubleArrow a:visited{
  text-decoration: none !important;
  color: #262426;
}

.doubleArrow i {
  transform: scaleX(2.5);
}

#arrowDown{
  margin-top: 10px;
}

#arrowUp{
  position:absolute;
}

.doubleArrow i{
  font-size: 20px;
}

.quemSomos{
  height: 527px;
  width: 100%;
}

.quemSomos .bgHome2{
  position: absolute;
  width: 100%;
  background-image: url(../img/BG_Home_2.png);
  height: 1199px;
  margin-top: 168px;
  z-index: 1;
  background-size: cover;
}

@media(max-width: 424px) {
  .quemSomos{
    background-color: #F98E0E;
  }
  .quemSomos .container {
    padding-top: 34px;
  }
  .quemSomos .bgHome2{
    background-color: #F98E0E;
    background-image: none;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .quemSomos{
    background-color: #F98E0E;
  }
  .quemSomos .container {
    padding-top: 34px;
  }
  .quemSomos .bgHome2{
    background-color: #F98E0E;
    background-image: none;
 }
}

@media(min-width: 1024px) and (max-width:1439px) {
  .doubleArrow{
    display: none;
  }
}


.container .divQuemSomos{
  height: 527px;
  background-color: #FFFFFF;
  width: 80%;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.colImage{
  flex-direction: row;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#colImageEspecialidades a{
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Bai Jamjuree", sans-serif;
  text-decoration: none;
  justify-content: flex-end;
}



#colImageEspecialidades .caixaButton{
  width: 53px;
  height: 53px;
  border: 2px solid #E9860E;
  margin-top: -13px;
  margin-left: 16px;
}

.divQuemSomos .col{
  width: 100%;
  align-self: center;
  padding-left: 40px;
  padding-right: 40px;
}

.quemSomos .container{
  z-index:2;
  position: relative;
}

.divQuemSomos img{
  width: 100%;
}

.divQuemSomos h3{
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif;
  color: #393F45;
}

@media(max-width: 424px) {
  .divQuemSomos h3 {
   font-size: 18px;
   line-height: 28px;
 }
 #colImageEspecialidades a {
  margin-right: 21px;
}
}

@media(min-width: 425px) and (max-width:767px) {
  .divQuemSomos h3 {
    font-size: 18px;
    line-height: 28px;
  }
  #colImageEspecialidades{
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  #colImageEspecialidades a {
    margin-right: 26px ;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  .container .divQuemSomos {
    height: 100%;
  }
  .divQuemSomos .col {
    padding-bottom: 30px;
  }
  #colImageEspecialidades {
    padding-top: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
  }
  #colImageEspecialidades a {
    margin-right: 34px;
  }
}

@media(min-width: 1024px) and (max-width:1439px) {
  .divQuemSomos h3{
    font-size: 28px;
  }
  .divQuemSomos h3 b{
    font-size: 28px;
  }
  #colImageEspecialidades a {
    margin-right: 49px;
  }
  .divEspecialidades .linha1 {
    display: none;
  }
}

.divQuemSomos h3 b{
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif;
  color: #F7910D;
}

@media(max-width: 424px) {
  .divQuemSomos h3 b{
   font-size: 18px;
   line-height: 34px;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .divQuemSomos h3 b{
    font-size: 18px;
    line-height: 34px;
  }
}

.divQuemSomos p{
  font-family: "Bai Jamjuree", sans-serif;
  color: #393F45;
  font-size: 16px;
  line-height: 24px;
}

@media(max-width: 424px) {
  .divQuemSomos p{
    font-size: 13px;
   line-height:normal;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .divQuemSomos p{
    font-size: 13px;
   line-height:normal;
 }
}

.divQuemSomos a{
  font-size: 15px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: bold;
  color: #393F45;
  font-family: "Bai Jamjuree", sans-serif;
  border: 2px solid #E9860E;
  width: 154px;
  height: 43px;
  border-radius: 0;
}

#iconSaibaMais{
  font-size: 20px;
  margin-left: 18px;
  padding-top: 2px;
  color: #F18A0E;
}

.sectionAtuacao .bgHome3{
  position: absolute;
  width: 100%;
  background-image: url(../img/BG_Home_3.png);
  height: 945px;
  
}



.sectionAtuacao #iconSaibaMais{
  color: #FFFFFF;
}

.sectionAtuacao{
  height: 930px;
  width: 100%;
}

.sectionAtuacao .container{
  padding-top: 128px;
  z-index:2;
  position: relative;
}

.sectionAtuacao .doubleArrow{
  padding-bottom: 128px;
  margin-top: 0;
}

.sectionAtuacao h3{
  font-size: 48px;
  line-height: 50px;
  color: #393F45;
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif;
  text-align: center;
  margin-bottom: 94px;
}

.sectionAtuacao h3 b{
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
}

@media(max-width: 424px) {
  .sectionAtuacao{
    background-color: #F98E0E;
    height: 1334px;
  }
  .sectionAtuacao h3{
   font-size: 35px;
   line-height: 34px;
   margin-bottom: 43px;
 }

 .sectionAtuacao h3 b{
  font-size: 35px;
  line-height: 34px;
 }
 .sectionAtuacao .bgHome3{
  background-image: none;
  background-color: #F98E0E;
  height: 1189px;
}
}

@media(min-width: 425px) and (max-width:767px) {
  .sectionAtuacao{
    background-color: #F98E0E;
    height: 1334px;
  }
  .sectionAtuacao h3{
   font-size: 35px;
   line-height: 34px;
   margin-bottom: 43px;
 }

 .sectionAtuacao h3 b{
  font-size: 35px;
  line-height: 34px;
 }
 .sectionAtuacao .bgHome3{
  background-image: none;
  background-color: #F98E0E;
  height: 1189px;
}
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionAtuacao .container{
    padding-top: 233px;
  }
}

.sectionAtuacao .row{
  width: 90%;
  height: 197px;
  margin: 0 auto;
}

@media(max-width: 424px) {
  .sectionAtuacao .row{
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
 .sectionAtuacao p{
   font-size: 18px !important;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .sectionAtuacao .row{
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
 .sectionAtuacao p{
   font-size: 18px !important;
 }
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionAtuacao .row{
    height: 100%;
  }
}

.sectionAtuacao .col{
  text-align: center;
    
}

.sectionAtuacao p{
  font-size: 22px;
  color: #393F45;
  line-height: 24px;
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif;
}

.sectionAtuacao a{
  font-size: 15px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: bold;
  color: #393F45;
  font-family: "Bai Jamjuree", sans-serif;
  border: 2px solid #FFFFFF;
  width: 154px;
  height: 43px;
  border-radius: 0;
  margin-top: 109px;
}

.sectionAtuacao .doubleArrow a{
  border: none;
}

@media(max-width: 424px) {
  .sectionAtuacao a{
    margin-top: 28px;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .sectionAtuacao a{
    margin-top: 28px;
 }
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionAtuacao a {
    margin-top: 20px;
  }
}

.sectionObrasRealizadas{
  background-color: yellowgreen;
  width: 100%;
  height: 623px;
}

.sectionObrasRealizadas .bgHome4{
  position: absolute;
  width: 100%;
  background-image: url(../img/BG_Home_3.png);
  height: 945px;
  z-index: 1;
  margin-top: -93px;
  background-size: cover;
}

@media(max-width: 424px) {
  .sectionObrasRealizadas{
    height: auto;
    padding-bottom: 50px;
    background-color: #333D43;
  }
  .sectionObrasRealizadas .bgHome4 {
    margin-top: -164px;
    background-image: none;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .sectionObrasRealizadas{
    height: auto;
    padding-bottom: 50px;
    background-color: #333D43;
  }
  .sectionObrasRealizadas .bgHome4 {
    margin-top: -164px;
    background-image: none;
 }
}

.sectionObrasRealizadas .container{
  z-index: 2;
  position: relative;
}

.divObrasRealizadas{
  width: 80%;
  height: 623px;
  justify-content: center;
  margin: 0 auto;
  padding: 45px 54px 39px 55px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.divObrasRealizadas h3{
  color: #393F45;
  font-size: 43px;
  line-height: 50px;
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif;
}

@media(max-width: 424px) {
  .divObrasRealizadas{
    height: auto;
    padding: 20px 40px 20px 26px;
  }
  .divObrasRealizadas h3{
    font-size: 26px;
   line-height: 29px;
 }
 .sectionObrasRealizadas .container {
   padding-top: 40px;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .divObrasRealizadas{
    height: auto;
    padding: 20px 40px 20px 26px;
  }
  .divObrasRealizadas h3{
    font-size: 26px;
   line-height: 29px;
 }
 .sectionObrasRealizadas .container {
  padding-top: 40px;
}
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionObrasRealizadas .container {
    padding-top: 110px;
  }
  .divObrasRealizadas{
    height: 716px;
    padding: 20px 40px 20px 26px;
  }
  .divObrasRealizadas h3{
    font-size: 26px;
   line-height: 29px;
 }
 .divObrasRealizadas h3 b{
  font-size: 26px !important;
}
}

.divObrasRealizadas h3 b{
  color: #F38B0D;
  font-size: 43px;
  line-height: 50px;
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif;
}

@media(max-width: 424px) {
  .divObrasRealizadas h3 b{
    font-size: 26px;
   line-height: 29px;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .divObrasRealizadas h3 b{
    font-size: 26px;
   line-height: 29px;
 }
}

.divObrasRealizadas .itensTopo{
  padding-bottom: 15px;
  border-bottom: 1px solid #F38B0D;
}

@media(max-width: 424px) {
  .divObrasRealizadas .itensTopo img{
    display: none;
  }
}

@media(min-width: 425px) and (max-width:767px) {
  .divObrasRealizadas .itensTopo img{
    display: none;
  }
}

.divObrasRealizadas .row{
  align-items: center;
  margin-top: 48px;
}

.divObrasRealizadas .row h5{
  color: #393F45;
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif;
}

.flickity-enabled.is-draggable .flickity-viewport {
  height: 360px !important;
}

@media(max-width: 424px) {
  .divObrasRealizadas .row{
    padding-top: 50px;
    margin-top: 0;
 }
  .divObrasRealizadas .row h5{
    font-size: 27px;
    line-height: 30px;
 }
 .divObrasRealizadas .row p{
   margin-bottom: 15px !important;
   font-size: 13px !important;
   line-height: normal !important;
 }
 .flickity-enabled.is-draggable .flickity-viewport {
   height: 500px !important;
 }
 .flickity-enabled.is-draggable .flickity-viewport .carousel-cell {
   width: 100% !important;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .divObrasRealizadas .row{
    margin-top: 20px;
    flex-direction: column;
    padding-top: 45px;
 }
  .divObrasRealizadas .row h5{
    font-size: 27px;
    line-height: 30px;
 }
 .divObrasRealizadas .row p{
   margin-bottom: 15px !important;
   font-size: 13px !important;
   line-height: normal !important;
 }
 .flickity-enabled.is-draggable .flickity-viewport {
   height: 588px !important;
 }
 .flickity-enabled.is-draggable .flickity-viewport .carousel-cell {
  width: 100% !important;
}
}

@media(min-width: 768px) and (max-width:1023px) {
  .divObrasRealizadas .row{
    padding-top: 45px;
    margin-top: 14px;
 }
 .flickity-enabled.is-draggable .flickity-viewport{
  height: 528px !important;
}
}

@media(min-width: 1024px) and (max-width:1439px) {
  .flickity-enabled.is-draggable {
    height: 100%;
  }
  .flickity-enabled.is-draggable .flickity-viewport{
    height: 100% !important;
  }
}

.divObrasRealizadas .row h6{
  color: #393F45;
  font-size: 24px;
  line-height: 50px;
  font-style: italic;
  font-weight: normal;
  font-family: "Bai Jamjuree", sans-serif;
}

.divObrasRealizadas .row p{
  color: #393F45;
  font-size: 16px;
  line-height: 24px;
  font-family: "Bai Jamjuree", sans-serif;
  margin-bottom: 29px;
}

.divObrasRealizadas .row img{
  width: 73%;
}

.divObrasRealizadas a{
  font-size: 15px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: bold;
  color: #393F45;
  font-family: "Bai Jamjuree", sans-serif;
  border: 2px solid #E9860E;
  width: 154px;
  height: 43px;
  border-radius: 0;
}

.sectionFaleConosco{
  width: 100%;
  height: 945px;
  background-color: gray;
  border-bottom: #F38B0D 3px solid;
}

.sectionFaleConosco .bgHome5{
  position: absolute;
  width: 100%;
  background-image: url(../img/BG_Home_4.png);
  height: 939px;
  z-index: 1;
  margin-top:228px;
  background-size: cover;
}



@media(max-width: 424px) {
  .sectionFaleConosco{
    background-color: #333D43;
    height: auto;
    padding-bottom: 100px;
  }
  .sectionFaleConosco .bgHome5{
   margin-top: -71px;
 }
 .divObrasRealizadas .row img{
   width: 100%;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .sectionFaleConosco{
    background-color: #333D43;
    height: auto;
    padding-bottom: 100px;
  }
  .sectionFaleConosco .bgHome5{
   margin-top: -71px;
 }
 .divObrasRealizadas .row img{
  width: 100%;
}
}

@media(min-width: 768px) and (max-width:1399px){
  #sectionFaleConosco form input{
    width: 100%;
  }
  #sectionFaleConosco form textarea{
    width: 100%;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionFaleConosco{
    height: 100%;
    background-color: #313B41;
  }
  .divObrasRealizadas .row img{
    width: 50%;
  }
  .sectionFaleConosco{
    height: 100%;
  }
}


@media(min-width: 1024px) and (max-width:1439px) {
  .sectionFaleConosco{
    height: 100%;
  }
  
}


.sectionFaleConosco .container{
  z-index: 2;
  position: relative;
}

.sectionFaleConosco .divFaleConosco{
  width: 80%;
  margin: 0 auto;
  padding-top: 129px;
  align-items: center;
}

.sectionFaleConosco .doubleArrow{
  padding-top: 129px;
  margin-top: 0;
}

#sectionFaleConosco .g-recaptcha{
  display: flex;
  justify-content: center;
}

form #iconSaibaMais{
  font-size: 16px;
  margin-left: 7px;
}

@media(max-width: 424px) {
  form .formTelEmail{
    flex-direction: column;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  form .formTelEmail{
    flex-direction: column;
 }
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionFaleConosco .container {
    padding-top: 196px;
  }
  form{
    padding-top: 100px;
    margin-bottom: 40px;
  }
}

@media(min-width: 1024px) and (max-width:1439px) {
  form .text-center{
    text-align: left;
    padding-bottom: 40px;
  }
}

.divFaleConosco .col h4{
  color: #FFFFFF;
  font-size: 44px;
  line-height: 50px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
  margin-top: 26px;
}

.divFaleConosco .col h4 b{
  color: #F7910D;
  font-size: 44px;
  line-height: 50px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
}

.divFaleConosco .col p{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-family: "Bai Jamjuree", sans-serif;
}



.img24{
  margin-top: 33px;
}


#inputname{
  width: 532px;
  height: 49px;
  color: white;
}

#inputtel{
  width: 187px;
  height: 48px;
  margin-right: 19px;
  color: white;
}

#inputemail{
  width: 325px;
  height: 48px;
  color: white;
}

#text_area_msg{
  width: 532px;
  height: 152px;
  color: white;
}

.divFaleConosco input{
  border-radius: 5px;
  background-color: #40474C;
  border: 2px solid #E9860E;
  margin-bottom: 18px;
}

@media(max-width: 424px) {
  #inputname {
   width: 100%;
 }
 #inputtel {
   width: 100%;
 }
 #inputemail {
   width: 100%;
 }
 #text_area_msg {
   width: 100%;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  #inputname {
    width: 100%;
  }
  #inputtel {
    width: 100%;
  }
  #inputemail {
    width: 100%;
  }
  #text_area_msg {
    width: 100%;
  }
}

.divFaleConosco textarea{
  border-radius: 5px;
  background-color: #40474C;
  border: 2px solid #E9860E;
  margin-bottom: 18px;
}

.divFaleConosco input::placeholder{
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
}

.divFaleConosco textarea::placeholder{
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
}

.divFaleConosco input:focus{
  border-radius: 5px;
  background-color: #40474C;
  border: 2px solid #E9860E;
  margin-bottom: 18px;
}

.divFaleConosco textarea:focus{
  border-radius: 5px;
  background-color: #40474C;
  border: 2px solid #E9860E;
  margin-bottom: 18px;
}

.divFaleConosco .btnEnviar{
  width: 117px;
  height: 43px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
  border: 2px solid #E9860E;
  border-radius: 0;
}

.divFaleConosco .colInfo{
  padding-right: 109px;
}

@media(max-width: 424px) {
  .divFaleConosco .col p {
    font-size: 13px;
  }
  .divFaleConosco .colInfo{
  padding-right: 0px;
  padding-bottom: 100px;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .divFaleConosco .col p {
    font-size: 13px;
  }
  .divFaleConosco .colInfo{
  padding-right: 0px;
  padding-bottom: 100px;
 }
}

@media(min-width: 1024px) and (max-width:1439px) {
  .divFaleConosco .colInfo {
    padding-bottom: 50px;
  }
  
}

.textoContato{
  padding-right: 28px;
  margin-bottom: 32px;
  font-weight: 300;
}

.colInfo .d-flex p{
  margin: 0 0 0 10px;
  font-weight: 600;
}

.colInfo .d-flex p a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-family: "Bai Jamjuree", sans-serif;
}

.colInfo .d-flex{
  align-items: center;
  margin-bottom: 11px;
}

footer{
  width: 100%;
  height: 233px;
  background-color: #262426;
  z-index: 3;
  position: relative;
  border-top: #F38B0D 3px solid;
}

@media(max-width: 424px) {
  footer{
   height: auto !important;
 }
 footer .divFooter{
   height: auto !important;
 }
 .divFooter .colImg {
   margin-bottom: 40px;
 }
 .divFooter .clLinks {
   border-left: none !important;
   padding-bottom: 30px;
 }
 .divFooter .clDados {
   padding: 0;
  border-left: none !important;
 }
 .clDados .colDados{
   font-size: 13px;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  footer{
    height: auto !important;
  }
  footer .divFooter{
    height: auto !important;
    flex-direction: column;
  }
  footer .divFooter .wrDados{
    text-align: center;
  }
  .divFooter .colImg {
    margin-bottom: 40px;
  }
  .divFooter .clLinks {
    border-left: none !important;
    padding-bottom: 30px;
  }
  .divFooter .clDados {
    padding: 0;
   border-left: none !important;
  }
  .clDados .colDados{
    font-size: 13px;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  footer{
    height: auto !important;
  }
  footer .divFooter{
    height: auto !important;
  }
}

footer .divFooter{
  width: 80%;
  height: 101px;
  margin: 0 auto;
  padding-top: 42px;
}

.divFooter .col p{
  color: #8F8C8B;
}

footer a{
  text-decoration: none;
}

.colLinks{
  font-size: 13px;
  line-height: 25px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
  margin-bottom: 1px;
}

.colDados{
  font-size: 12px;
  line-height: 25px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
}

footer .colDados a{
  font-size: 12px;
  line-height: 25px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
  color: #8F8C8B;
}

.divFooter .clLinks{
  border-left: 2px solid #8F8C8B;
}

.clLinks{
  display: flex;
  justify-content: center;
}

.wrapper{
  display: flex;
  width: 50%;
  flex-direction: column;
}

@media(max-width: 424px) {
  .wrapper{
   width: auto;
 }
}

@media(min-width: 425px) and (max-width:767px) {
  .wrapper{
    width: auto;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  .wrapper{
    width: auto;
  }
}

.divFooter .colImg{
  display: flex;
  justify-content: center;
}

.divFooter .clDados p{
  margin-bottom: 11px;
}

.divFooter .clDados{
  border-left: 2px solid #8F8C8B;
  display: flex;
  justify-content: center;
}

.divFooter .wrDados{
  width: 70%;
}

.divFaleConosco .btnEnviar:hover{
  width: 117px;
  height: 43px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
  border: 2px solid #E9860E;
  border-radius: 0;
  background-color: #E9860E;
}

.flickity-prev-next-button.previous {
  display: none;
}

.flickity-prev-next-button.next {
  display: none;
}

.divObrasRealizadas .flickity-page-dots .dot {
  width: 21px;
  height: 21px;
  margin: 0 16px;
  background-color: #393F45;
  opacity: 1;
}

.divObrasRealizadas .flickity-page-dots {
  width: 100%;
  bottom: -80px;
}

@media(min-width: 1024px) and (max-width:1439px) {
  .divObrasRealizadas .flickity-page-dots {
    bottom: -124px;
  }
}

.divObrasRealizadas .flickity-page-dots .dot.is-selected {
  background-color: #F38B0D;
}



.sectionInit2{
  height: 1575px;
  background-image: url(../img/bg_banner_quemsomos.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.sectionInit2 .bgQuemSomos1{
  position: absolute;
  width: 100%;
  background-image: url(../img/BG_Quem_Somos_1.png);
  height: 1150px;
  z-index: 1;
  background-size: cover;
}

.sectionInit2 .container{
  z-index: 2;
  position: relative;
}

.textSomos{
  margin: 0 auto;
  width: 80%;
  padding-top: 300px;
}

.textSomos h3{
  font-size: 48px;
  line-height: 50px;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
}

@media(max-width: 424px) {
  .textSomos{
    padding-top: 180px;
  }
  .textSomos h3{
    color: black;
    font-size: 26px;
  }
  .textSomos h3 b{
    font-size: 26px !important;
  }
  .sectionInit2{
    background-image: none;
    background-color: #E4E4E4;
    height: 100%;
  }
  .sectionInit2 .bgQuemSomos1{
    background-image: none;
  }
  .doubleArrow{
    display: none;
  }
  
}

@media(min-width: 425px) and (max-width:767px) {
  .textSomos{
    padding-top: 50px;
  }
  .textSomos h3{
    color: black;
    font-size: 26px;
  }
  .textSomos h3 b{
    font-size: 26px !important;
  }
  .sectionInit2{
    background-image: none;
    background-color: #E4E4E4;
    height: 100%;
  }
  .sectionInit2 .bgQuemSomos1{
    background-image: none;
  }
  .doubleArrow{
    display: none;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionInit{
    height: 100%;
  }
  .sectionInit2 .bgQuemSomos1 {
    background-image: none;
    background-color: #E4E4E4;
    z-index: -1;
  }
  .sectionInit2 {
    background-image: none;
    background-attachment: unset;
    background-color: #E4E4E4;
  }
  .textSomos h3 {
    color: black;
  }
}



.textSomos h3 b{
  font-size: 48px;
  line-height: 50px;
  color: #F7910D;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
}



.sectionInit2 .divSobreNos{
  height: 490px !important;
  width: 85% !important;
  margin-top: 276px !important;
  padding-top: 0px !important;
  font-weight: normal !important;
}

.sectionInit2 .container .doubleArrow{
  margin-top: 43px;
}

.divSobreNos p{
  color: #393F45;
  font-size: 18px;
  line-height: 24px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  text-align: justify;
}

.divSobreNos img{
  padding-top: 36px;
}

@media(max-width: 424px) {
  .divSobreNos img{
    width: 100%;
  }
  .sectionInit2 .divSobreNos {
    margin-top: 0 !important;
  }
}

@media(min-width: 425px) and (max-width:767px) {
  .divSobreNos img{
    width: 100%;
  }
  .sectionInit2 .divSobreNos {
    margin-top: 0 !important;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionInit2 .divSobreNos{
    height: 100% !important;
    margin-top: 88px !important;
  }
}

@media(min-width: 1024px) and (max-width:1439px) {
  .divSobreNos img{
    width: 100%;
  }
  .sectionInit2 .divSobreNos {
    margin-top: 195px !important;
  }
  .divSobreNos p {
    font-size: 16px;
    padding-left: 20px;
    line-height: 20px;
  }

}
  

#parCol{
  padding: 0px;
}

.sectionMissao{
  height: 578px;
  width: 100%;
  background-color: gray;
}

.sectionMissao .bgQuemSomos2{
  position: absolute;
  width: 100%;
  background-image: url(../img/BG_Quem_Somos_2.png);
  height: 852px;
  margin-top: -426px;
  z-index: 1;
  background-size: cover;
}

@media (max-width:424px){
  .sectionMissao{
    background-color: #313B41;
    height: 100%;
  }
  .sectionMissao .divMissao {
    height: 1151px !important;
  }
  .sectionMissao .bgQuemSomos2{
    background-image: none;
    height: 100%;
  }
  .sectionMissao .container{
    padding-top: 50px;
  }
}

@media(min-width: 425px) and (max-width:767px) {
  .sectionMissao{
    background-color: #313B41;
    height: 100%;
  }
  .sectionMissao .divMissao {
    height: 1151px !important;
  }
  .sectionMissao .bgQuemSomos2{
    background-image: none;
    height: 100%;
  }
  .sectionMissao .container{
    padding-top: 50px;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionMissao{
    background-color: #313B41;
    height: 100%;
  }
  .sectionMissao .bgQuemSomos2{
    background-image: none;
  }
  .sectionMissao .divMissao {
    height: 100% !important;
  }
  .sectionMissao .container {
    padding-top: 77px;
  }
}

.sectionMissao .container{
  z-index: 3;
  position: relative;
}

.sectionMissao .divMissao{
  height: 341px;
  margin: 0 auto;
  width: 80%;
}

.sectionMissao .divMissao h3{
  color: #F98E0E;
  font-size: 32px;
  line-height: 24px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
  margin-top: 33px;
  margin-bottom: 15px;
}

.sectionMissao .divMissao p{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
}

.sectionMissao .divMissao p b{
  font-weight: 700;
}

.sectionMissao .doubleArrow{
  color: #F98E0E;
}

.sectionAreasAtuacao{
  width: 100%;
  height: 849px;
  background-color: gray;
}

.bgQuemSomos3{
  position: absolute;
  width: 100%;
  background-image: url(../img/BG_Quem_Somos_3.png);
  height: 1165px;
  z-index: 2;
  margin-top: -153px;
  background-size: cover;
}

@media(max-width: 424){
  .bgQuemSomos3 {
    background-image: none;
    background-color: #313B41;
  }
  
}

.sectionAreasAtuacao .container{
  z-index: 2;
  position: relative;
}

.sectionAreasAtuacao .divAreasAtuacao{
  width: 80%;
  height: 849px;
  background-color: #F7910D;
  margin: 0 auto;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.titleAreasAtuacao{
  margin-left: 55px;
  margin-right: 55px;
  padding-top: 42px;
  border-bottom: 1px solid #393F45;
  padding-bottom: 9px;
}

@media(max-width:424px){
  .sectionAreasAtuacao {
    height: 100%;
    background-color: #E4E4E4;
  }
  .sectionAreasAtuacao .divAreasAtuacao{
    height: 100%;
  }
  .titleAreasAtuacao img{
    display: none;
  }
  .titleAreasAtuacao h3{
    line-height: 28px !important;
    text-align: center;
    font-size: 25px !important;
  }
  .divAreasAtuacao h4 {
    font-size: 18px !important;
  }
  #itensAreaAtuacao {
    height: 100% !important;
  }
}

@media(min-width: 425px) and (max-width:767px) {
  .sectionAreasAtuacao {
    height: 100%;
    background-color: #E4E4E4;
  }
  .sectionAreasAtuacao .divAreasAtuacao{
    height: 100%;
  }
  .titleAreasAtuacao img{
    display: none;
  }
  .titleAreasAtuacao h3{
    text-align: center;
    line-height: 30px !important;
    font-size: 25px !important;
  }
  .divAreasAtuacao h4 {
    font-size: 18px !important;
  }
  #itensAreaAtuacao {
    height: 100% !important;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionAreasAtuacao {
    background-color: #E4E4E4;
    height: 100%;
  }
  .sectionAreasAtuacao .divAreasAtuacao{
    height: 100%;
  }
  #itensAreaAtuacao {
    height: 100% !important;
  }
}

.titleAreasAtuacao h3{
  font-size: 43px;
  line-height: 50px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif;
}

#itensAreaAtuacao{
  height: 471px;
  width: 70%;
  margin:0 auto
}

.divAreasAtuacao h4{
  text-align: center;
  font-size: 23px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
  padding-top: 69px;
  padding-bottom: 80px;
}

#itensAreaAtuacao img{
  padding-bottom: 29px;
}

#itensAreaAtuacao p{
  font-size: 22px;
  font-weight: bold;
  color: #393F45;
  line-height: 24px;
  font-family: "Bai Jamjuree", sans-serif;
}

.sectionSegmentacaoObras{
  width: 100%;
  height: 793px;
  background-color: gainsboro;
}

.bgQuemSomos4{
  position: absolute;
  width: 100%;
  background-image: url(../img/BG_Quem_Somos_4.png);
  height: 1809px;
  z-index: 1;
  margin-top: 161px;
  background-size: cover;
}

@media(max-width: 424px){
  .bgQuemSomos4{
    background-image: none;
    margin-top: 0;
  }
}

@media(min-width: 425px) and (max-width:767px) {
  .bgQuemSomos4{
    background-image: none;
    margin-top: 0;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  .bgQuemSomos4 {
    background-image: none;
  }
}

.sectionSegmentacaoObras .container{
  z-index: 2;
  position: relative;
}

.sectionSegmentacaoObras .divTiposSegmentacao{
  height: 465px;
  width: 70%;
  margin: 0 auto;
}

@media(max-width: 424px){
  .sectionSegmentacaoObras{
    height: 100%;
    background-color: #E4E4E4;
  }
  .sectionSegmentacaoObras .divTiposSegmentacao {
    height: 100%;
  }
  .divTiposSegmentacao .row{
    height: 100%;
  }
  .divTiposSegmentacao .row .col-12{
    padding-bottom: 30px;
  }
}

@media(min-width: 425px) and (max-width:767px) {
  .sectionSegmentacaoObras{
    background-color: #E4E4E4;
    height: 100%;
  }
  .sectionSegmentacaoObras .divTiposSegmentacao {
    height: 100%;
  }
  .divTiposSegmentacao .row{
    height: 100%;
  }
  .divTiposSegmentacao .row .col-12{
    padding-bottom: 30px;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionSegmentacaoObras {
    background-color: #E4E4E4;
    height: 100%;
  }
  .sectionSegmentacaoObras .divTiposSegmentacao {
    height: 100%;
  }
  .divTiposSegmentacao .row .col-12{
    padding-bottom: 30px;
  }
}

.sectionSegmentacaoObras .containerSegmentacaoObras{
  padding-top: 54px;
}

.sectionSegmentacaoObras .doubleArrow{
  color: #F98E0E;
}

.containerSegmentacaoObras .doubleArrow{
  margin-top: 0;
  padding-bottom: 105px;
}

.divTiposSegmentacao h3{
  font-size: 48px;
  font-weight: bold;
  line-height: 50px;
  color: #393F45;
  font-family: "Bai Jamjuree", sans-serif;
  padding-top: 8px;
  padding-bottom: 77px;
}

@media(max-width: 424px){
  .divTiposSegmentacao h3{
    font-size: 32px;
  }
}

@media(min-width: 425px) and (max-width:767px) {
  .divTiposSegmentacao h3{
    font-size: 32px;
  }
}

.divTiposSegmentacao p{
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #393F45;
  font-family: "Bai Jamjuree", sans-serif;
}

.divTiposSegmentacao img{
  margin-bottom: 8px;
}

.divTiposSegmentacao .col-4{
  margin-bottom: 62px;
}

.sectionEspecialidades{
  height: 948px;
  width: 100%;
  background-color:#F7910D;
  border-bottom: #F38B0D 3px solid;
}

.sectionEspecialidades .container{
  z-index: 2;
  position: relative;
}

.sectionEspecialidades .divEspecialidades{
  width: 80%;
  background-color: #393F45;
  height: 634px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

@media(max-width:424px){
  .sectionEspecialidades .container {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .sectionEspecialidades{
    height: 100%;
  }
  .sectionEspecialidades .divEspecialidades {
    height: 100%;
  }
}

@media(min-width: 425px) and (max-width:767px) {
  .sectionEspecialidades .container {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .sectionEspecialidades{
    height: 100%;
  }
  .sectionEspecialidades .divEspecialidades {
    height: 100%;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionEspecialidades{
    height: 100%;
  }
  .sectionEspecialidades .divEspecialidades {
    height: 100%;
  }
  .sectionEspecialidades .container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media(min-width: 1024px) and (max-width:1439px) {
  .sectionEspecialidades{
    height: 100%;
  }
  .sectionEspecialidades .divEspecialidades {
    height: 100%;
    padding-bottom: 30px;
  }
  .sectionEspecialidades .container {
    padding-bottom: 100px;
  }
}

#colTextEspecialidades{
  padding-top: 183px;
  padding-left: 67px;

}

#colTextEspecialidades img{
  padding-bottom: 23px;
}

#colTextEspecialidades h3{
  font-size: 48px;
  text-align: left;
  line-height: 50px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
}

#colTextEspecialidades h3 b{
  font-size: 48px;
  text-align: left;
  line-height: 50px;
  font-weight: bold;
  color: #F7910D;
  font-family: "Bai Jamjuree", sans-serif;
}

@media (max-width: 424px){

  #colTextEspecialidades{
    padding-top: 20px;
    padding-left: 15px;
  }
  #colTextEspecialidades h3 {
    font-size: 19px;
    line-height: 25px;
  }
  #colTextEspecialidades h3 b{
    font-size: 19px;
    line-height: 25px;
  }
  #colImageEspecialidades{
    padding-right: 10px !important;
    padding-top: 0 !important;
    text-align: center !important;
  }
  #colImageEspecialidades img {
    width: 100%;
  }
  #colImageEspecialidades p {
    text-align: center !important;
    padding-left: 0 !important;
  }
}

@media(min-width: 425px) and (max-width:767px) {
  #colTextEspecialidades{
    padding-top: 20px;
    padding-left: 15px;
  }
  #colTextEspecialidades h3 {
    font-size: 19px;
    line-height: 25px;
  }
  #colTextEspecialidades h3 b{
    font-size: 19px;
    line-height: 25px;
  }
  #colImageEspecialidades img {
    width: 100%;
  }
  #colImageEspecialidades p {
    text-align: center !important;
    padding-left: 0 !important;
  }
}

@media(min-width: 1024px) and (max-width:1439px) {
  #colTextEspecialidades{
    padding-top: 55px;
  }
  #colImageEspecialidades {
    text-align: left !important;
    padding-left: 54px;
    padding-right: 0 !important;
  }
  #colImageEspecialidades p {
    padding-left: 0 !important;
  }
}

#colImageEspecialidades{
  text-align: right;
  padding-top: 41px;
  padding-right: 54px;
}

#colImageEspecialidades img{
  margin-bottom: 10px;
}

#colImageEspecialidades p{
  font-size: 20px;
  text-align: left;
  line-height: 24px;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
  padding-left: 88px;
  margin-bottom: 35px;
  font-weight: 300;
}

#colImageEspecialidades #iconSaibaMais{
  margin-left: -33px;
}

.divEspecialidades .linha1{
  width: 924px;
  height: 1px;
  background-color: #F38B0D;
  margin: 0 auto;
}

#sectionInitObras{
  height: 734px;
  background-image: url(../img/bg_banner_home.png);
}

.bgObras1{
  position: absolute;
  width: 100%;
  background-image: url(../img/BG_Obras_1.png);
  height: 1109px;
  z-index: 1;
  background-size: cover;
}

#sectionInitObras .itensObras{
  padding-top: 204px;
  width: 69%;
  font-weight: normal;
}

#sectionInitObras .itensObras h3{
  font-size: 48px;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
  margin-bottom: 13px;
}

#sectionInitObras .itensObras p{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
  margin-bottom: 16px;
}

@media(max-width: 424px){
  #sectionInitObras{
    background-attachment: unset;
    height: 100%;
    background-color: #E4E4E4;
  }
  #sectionInitObras .itensObras {
    height: 100%;
  }
  .bgObras1 {
    background-image: none;
  }
  #sectionInitObras .itensObras h3 {
    font-size: 38px;
  }
}

@media(min-width: 425px) and (max-width:767px) {
  #sectionInitObras{
    background-attachment: unset;
    height: 100%;
    background-color: #E4E4E4;
  }
  #sectionInitObras .itensObras {
    padding-top: 135px;
    height: 100%;
  }
  .bgObras1 {
    background-image: none;
  }
  #sectionInitObras .itensObras h3 {
    font-size: 38px;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  #sectionInitObras {
    height: 100%;
  }
  #sectionInitObras .itensObras {
    padding-top: 46px;
    height: 100%;
  }
}



.itensObras .divIconArrow{
  border-color: #FFFFFF;
}

.itensObras i{
  font-size: 40px;
  padding-top: 16%;
  color: #FFFFFF;
}

.divImgObras img{
  width: 499px;
  image-rendering: -webkit-optimize-contrast;
}

@media(max-width: 424px){
  .divImgObras img {
    width: 100%;
  }
  .divImgObras{
    margin-top: 40px !important;
  }
}


@media(min-width: 425px) and (max-width:767px) {
  .divImgObras img {
    width: 100%;
  }
  .divImgObras{
    margin-top: 40px !important;
  }
}

.sectionCardsObras{
  width: 100%;
  height: 1872px;
  background-color: gray;
  border-bottom: #F38B0D 3px solid;
}

.sectionCardObras2{
  height: 100%;
  background-color: #E4E4E4;
}

.bgObras2{
  position: absolute;
  width: 100%;
  background-image: url(../img/BG_Obras_2.png);
  height: 1604px;
  z-index: 1;
  margin-top: 373px;
  background-size: cover;
}

.bgObras3{
  background-image: none;
  background-color: #E4E4E4;
  height: 100% !important;
  width: 100%;
  position: unset;
  margin-top: 0;
}

.sectionCardsObras .container{
  z-index: 2;
  position: relative;
}

.sectionCardsObras .divCardsObras{
  width: 63%;
  height: 1482px;
  margin: 0 auto;
}

@media(max-width:424px){
  #idCardsObras{
    background-color: #393F45 !important;
  }
  .sectionCardsObras .divCardsObras {
    height: 100%;
  }
  .divCardsObras .cardCol {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  .bgObras2 {
    height: 100%;
    margin-top: 0;
  }
  .sectionCardsObras .container{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


@media(min-width: 425px) and (max-width:767px) {
  #idCardsObras{
    background-color: #393F45 !important;
  }
  .sectionCardsObras .divCardsObras {
    height: 100%;
  }
  .divCardsObras .cardCol {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  .bgObras2 {
    height: 100%;
    margin-top: 0;
  }
  .sectionCardsObras .container{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  .bgObras2{
    height: auto;
    margin-top: 0;
  }
  .sectionCardsObras .divCardsObras {
    height: 100%;
  }
  .sectionCardsObras .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sectionCardObras2 .containerDetalhesObras{
    padding-top: 149px;
  }
  .divCardsObras .cardCol {
    width: 46% !important;
  }
}

@media(min-width: 1024px) and (max-width:1439px) {
  .sectionCardsObras .container{
    padding-top: 117px;
  }
  .divCardsObras .cardCol {
    margin-bottom: 25px;
    width: 46% !important;
  }
  .sectionCardsObras .divCardsObras {
    height: auto;
  }
}




.divCardsObras .cardCol{
  height: 334px;
  background-color: #FFFFFF;
  padding: 0;
  width: 31%;
  margin-left: 7.5px;
  margin-right: 7.5px;
  border-radius: 6px;
  box-shadow: 0px 3px 6px #00000029;
}

.divCardsObras .cardObras h3{
  color: #393F45;
  font-size: 20px;
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif;
  padding-left: 18px;
  margin: 0;
}

.divCardsObras .cardObras h4{
  color: #F7910D;
  font-size: 16px;
  font-style: italic;
  font-family: "Bai Jamjuree", sans-serif;
  padding-left: 18px;
  margin: 0;
}

#iconObra{
  width: 25px;
  height: 25px;
  margin-right: 18px;
}

.cardObras a{
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  color: #393F45;
  font-family: "Bai Jamjuree", sans-serif;
  border: 2px solid #E9860E;
  width: 112px;
  height: 37px;
  border-radius: 0;
  padding-left: 10px;
}

.cardObras .justify-content-between{
  margin-top: 10px;
}

.divCardsObras .cardImg{
  height: 200px;
  display: flex;
  justify-content: center;
  position: relative;
}

.cardImg .emblemaImg{
  position: absolute;
  right: 8px;
  width: 73px;
  top: 11px;
}

.cardImg .emblemaImg img{
  margin: 0 auto;
  align-self: flex-start;
}

.cardObras .botaoSaiba{
  text-align: center;
  padding-top: 26px;
}

.cardObras .botaoSaiba #iconSaibaMais{
 margin-left: 2px;
 font-size: 15px;
}

#sectionFaleConosco{
  height: 1128px;
  background-image: url(../img/bg_banner_home2.png);
  border-bottom: #F38B0D 3px solid;
}

.bgFaleConosco1{
  position: absolute;
  width: 100%;
  background-image: url(../img/BG_CONTATO.png);
  height: 1361px;
  z-index: 1;
  background-size: cover;
}

@media(max-width: 768px){
  .bgFaleConosco1 {
    background-position: center;
  }
}

@media(min-width: 1024px) and (max-width:1439px) {
  .bgFaleConosco1{
    height: 100%;
  }
}


#sectionFaleConosco .container{
  z-index: 2;
  position: relative;
}

.sectionFaleConosco .doubleArrow{
  color: #F98E0E;
}

#sectionFaleConosco .containerHeader .row {
  padding-top: 136px;
  height: 929px;
}

#sectionFaleConosco input {
  border-radius: 5px;
  background-color: #40474C;
  border: 2px solid #E9860E;
  margin-bottom: 18px;
}

#sectionFaleConosco textarea {
  border-radius: 5px;
  background-color: #40474C;
  border: 2px solid #E9860E;
  margin-bottom: 18px;
}

#sectionFaleConosco .btnEnviar {
  width: 117px;
  height: 43px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
  border: 2px solid #E9860E;
  border-radius: 0;
}

#sectionFaleConosco .btnEnviar:hover {
  color: #FFFFFF;
  border: 2px solid #E9860E;
  border-radius: 0;
  background-color: #E9860E;
}

#sectionFaleConosco input::placeholder{
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
}

#sectionFaleConosco textarea::placeholder{
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  color: #FFFFFF;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
}

#sectionFaleConosco input:focus{
  border-radius: 5px;
  background-color: #40474C;
  border: 2px solid #E9860E;
  margin-bottom: 18px;
}

#sectionFaleConosco textarea:focus{
  border-radius: 5px;
  background-color: #40474C;
  border: 2px solid #E9860E;
  margin-bottom: 18px;
}

@media(max-width: 424px){
  #sectionFaleConosco {
    background-color: #333D43;
    height: 100%;
    background-attachment: unset;
  }
  #sectionFaleConosco .containerHeader .row {
    height: 100%;
    margin-left: 10px;
    width: 100%;
  }
}

@media(min-width: 425px) and (max-width:767px) {
  #sectionFaleConosco {
    background-color: #333D43;
    height: 100%;
    background-attachment: unset;
  }
  #sectionFaleConosco .container {
    padding-bottom: 50px;
  }
  #sectionFaleConosco .containerHeader .row {
    height: 100%;
    margin-left: 10px;
    width: 100%;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  #sectionFaleConosco {
    height: 100%;
    background-attachment: unset;
    background-color: #333D43;
  }
  #sectionFaleConosco .containerHeader .row {
    height: 100%;
  }
}

@media(min-width: 1024px) and (max-width:1439px) {
  #sectionFaleConosco {
    background-color: #333D43;
    height: 100%;
    background-attachment: unset;
  }
  #sectionFaleConosco .containerHeader .row {
    height: 100%;
  }
}

.colInfos .d-flex {
  align-items: center;
  margin-bottom: 11px;
}

.colInfos .d-flex .parDados {
  margin: 0 0 0 10px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
}
.colInfos .d-flex .parDados a{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 600;
}

.colInfos h3{
  color: #FFFFFF;
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  font-family: "Bai Jamjuree", sans-serif;
  margin-bottom: 13px;
}

.colInfos .divIconArrow{
  border-color: #FFFFFF;
  margin-top: 25px;
}

.colInfos i{
  font-size: 40px;
  padding-top: 16%;
  color: #FFFFFF;
}

.colInfos .parFaleCon{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: normal;
}

.colInfos .par1{
  padding-right: 143px;
  font-weight: 300;
}

@media(max-width:424px){
  .colInfos .par1 {
    padding-right: 0px;
  }
  .colInfos .d-flex .parDados {
    font-size: 14px;
  }
  #displayColumn{
    flex-direction: column;
  }
}

@media(min-width: 425px) and (max-width:767px) {
  .colInfos .par1 {
    padding-right: 0px;
  }
  .colInfos .d-flex .parDados {
    font-size: 14px;
  }
  #displayColumn{
    flex-direction: column;
  }
}

.colInfos .par2{
  padding-right: 25px;
  padding-top: 232px;
  font-weight: 300;
}

.colInfos #dadosTel{
  padding-top: 37px;
}

.colForm{
  padding-top: 225px;
}

.sectionCardsObras .divDetalhesObras{
  width: 90%;
  margin: 0 auto;
}

@media(max-width: 424px){
  .sectionCardsObras {
    height: 100%;
    background-color: #E4E4E4;
  }
  .colInfos .par2 {
    padding-top: 31px;
  }
  .colForm {
    padding-top:10px;
  }
  .colInfos #dadosTel {
    padding-top: 92px;
  }
  
}


@media(min-width: 425px) and (max-width:767px) {
  .sectionCardsObras {
    height: 100%;
    background-color: #E4E4E4;
  }
  .colInfos .par2 {
    padding-top: 31px;
  }
  .colForm {
    padding-top:10px;
  }
}

@media(min-width: 768px) and (max-width:1023px) {
  .sectionCardsObras{
    background-color: #E4E4E4;
    height: 100%;
  }
  .colForm{
    padding-top: 10px;
  }
}

@media(min-width: 1024px) and (max-width:1439px) {
  .colForm{
    padding-top: 57px;
  }
}

.divDetalhesObras h2{
  color: #393F45;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Bai Jamjuree", sans-serif;
}

.divDetalhesObras h3{
  color: #F7910D;
  font-size: 32px;
  font-style: italic;
  font-family: "Bai Jamjuree", sans-serif;
}

.divDetalhesObras p{
  font-size: 20px;
}

@media(max-width: 575px){
  .divDetalhesObras p {
    font-size: 18px;
  }
}

.containerDetalhesObras{
  padding-top: 150px;
}

a :hover{
  text-decoration: none !important;
}

a{
  text-decoration: none !important;
}

#imagemObras{
  position:relative;
}

.setaCima{
  top: -35px;
  left: 2px;
  position: absolute;
  width: 100%;
}

.setaBaixo{
  bottom: -35px;
  left: 2px;
  position: absolute;
  width: 100%;
}

#textoObras{
  padding-top: 55px;
}









/*# sourceMappingURL=style.css.map */
