/* Gerais */
body {
  font-family: 'Azeret Mono', monospace;
}

.row {
  text-align: center;
  justify-content: center;
  margin: 0;
}
.avalia{
  color: #D19C40;
  text-decoration: none;
}
.avalia:hover{
  color: #D19C40;
  text-decoration: none;
}
.container {
  padding: 70px 0;
}

p, li {
  color: #444;
  font-size: 14px;
}

/* Barra de navegação */
header, .navbar {
  background-color: #D19C40;
}

#nav-container {
  padding-top: 0;
  padding-bottom: 0;
}

#logo {
  width: 75px;
}

.navbar-brand {
  padding: 0;
  color: #FFF;
}

.navbar-brand:hover {
  color: #FFF;
}

#navbar-links a {
  color: #FFF;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem .8rem;
}

.nav-item.active {
  border-bottom: 3px solid #FFF;
}

/* Slider */

.container-fluid {
  padding: 0;
}

#mainSlider .carousel-inner, #mainSlider .carousel-item {
  height: auto;
}

#mainSlider .carousel-caption {
  top: 275px;
  width: 0px;
}
.w-100{
  width: 100%;
  height: 550px;
}
#mainSlider .carousel-caption img {
  width: 240px;
}
.img-fluids{
width: 500px;
height: 500px;
}
.img-fluid{
  height: 550px;
}

#mainSlider .carousel-caption p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 100px;
  color: #FFF;
}

.main-btn {
  background-color: #D19C40;
  color: #FFF;
  text-transform: uppercase;
  width: 200px;
  height: 60px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 3px solid transparent;
  transition: .2s;
}

.main-btn:hover {
  text-decoration: none;
  color: #FFF;
  background-color: transparent;
  border-color: #D19C40;
}

.carousel-indicators .active {
  background-color: #D19C40;
}

/* Sobre a empresa */

#about-area {
  background-color: #F9F9F9;
}

.main-title {
  color: #444;
  margin: 0 0 65px 0;
  font-size: 40px;
  text-align: center;
}

.main-title::after {
  content: "";
  border-top: 2px solid #333;
  width: 15%;
  position: absolute;
  top: 60px;
  left: 42.5%;
}

.about-title {
  font-size: 17px;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
}

#about-list {
  list-style: none;
  padding-left: 0;
}

#about-list li {
  line-height: 30px;
}

#about-list i {
  color: #D19C40;
  margin-right: 15px;
}

/* Serviços */

.service-box {
  text-align: center;
  margin-bottom: 50px;
}

.service-box i, .service-box h4 {
  transition: .5s;
}

.service-box i {
  font-size: 36px;
  margin-bottom: 20px;
  color: #444;
}

.service-box h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.service-box:hover > i, .service-box:hover > h4 {
  color: #D19C40;
}

#contact-area {
  height: 500px;
}

#contact-area .container-fluid, #contact-area .row {
  height: 100%;
}

#contact-area .apply-box {
  padding: 70px 50px;
  text-align: center;
}

#company-img {
  background-size: cover;
  height: 100%;
}

#pattern-img h4, #pattern-img p {
  color: #FFF;
}

#pattern-img h4 {
  margin-top: 8%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#pattern-img p {
  margin-bottom: 20px;
}

#apply-btn {
  display: block;
  height: auto;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: transparent;
  border-color: #FFF;
}

#apply-btn:hover {
  border-color: #D19C40;
  background-color: #D19C40;
}

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

#filter-btn-box {
  margin-bottom: 50px;
  text-align: center;
}

#obra-area .filter-btn {
  color: #444;
  border: 1px solid #444;
  background-color: transparent;
  text-transform: none;
  margin: 0 15px;
  min-width: 100px;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

#obra-area .filter-btn.active, #obra-area .filter-btn:hover {
  color: #FFF;
  border: 1px solid #D19C40;
  background-color: #D19C40;
}


/* Call To Action */

#call-area {
  background-color: #D19C40;
  text-transform: uppercase;
}

#call-area .container {
  padding: 40px 100px;
}

#call-area .row {
  display: block;
  text-align: center;
}

#call-area p {
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
  letter-spacing: 2px;
  display: inline;
}

#call-area #call-btn {
  background-color: #FFF;
  color: #D19C40;
  font-weight: bold;
  margin-left: 30px;
  font-size: 20px;
  width: auto;
  letter-spacing: 2px;
}

/* Footer */
.all-footer{
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
footer{
  border-top: 4px solid #D19C40;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  width: 100%;
  height: 300px;
  /*background-color: #D19C40;*/
}

.all-footer{
  padding-left: 0.5em;
}
.container2{
  text-align: start;
  margin-top: 20px;
}
footer h4{
font-size: medium;
}
footer p{
  font-size: medium;
}
footer a{
  font-size: medium;
}
footer{
  flex-direction: column;
  align-items: center;
}
.copyright-p{
width: 100%;
background-color: #D19C40;
margin-top: 40px;
}
  
footer img{
  width: 100px;
  height: 100px;
}
footer a{
  text-decoration: none;
  color:black;
  font-size: larger;
}
.copyright{
  font-weight: bold;
}
footer a:hover{
  color: #D19C40;
  text-decoration: none;
}
footer li{
  list-style-type: none;
  padding: 10px;
}
.contatos{
  text-align: center;
}
footer h4{
  font-size: larger;
  font-weight: bolder;
}
.sociais{
  text-align: center;
}
.sociais i{
  font-size:50px;
}
.contatos{
  margin-top: 25px;
}
.contatos span.orange {
  color: #D19C40;
  font-weight: bold;
}

.container2 ul li {
  margin-left: -40px;
  margin-top: 8px
}
/* responsive */
@media(max-width: 800px) {
  
  /* geral */
  .container {
    padding: 20px 0;
  }
  .container2 ul li {
    margin-left: -40px;
    margin-top: 8px
  }
  /* slider */
  #mainSlider .carousel-inner, #mainSlider .carousel-item {
    height: auto;
  }
  
  .w-100{
    width: 100%;
    height: 400px;
  }
  
  #mainSlider .carousel-caption img {
    width: 150px;
    margin-top: -50px;
  }

  #mainSlider .carousel-caption h2 {
    font-size: 28px;
  }

  #mainSlider .carousel-caption p {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .carousel-caption {
    left: 10%;
    right: 10%;
  }
  .img-fluid{
    height: 400px;
  }
  /* about */
  .img-fluids{
    width: 350px;
    height: 400px;
  }
  /* data */
  .circle-box div {
    padding: 0 10px;
  }

  #data-area p {
    font-size: 16px;
  }
  
  /* team */
  .card-title {
    font-size: 14px;
  }

  .card-text {
    font-size: 12px;
  }

  /* apply */
  #contact-area .apply-box {
    padding: 50px 25px;
  }

  /* news */
  #news-area p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #email-input {
    width: 70%;
  }

  #call-area .container {
    padding: 30px;
  }

  #call-area p, #call-area #call-btn {
    font-size: 16px;
  }
  
  .all-footer{
    width: 100%;
    text-align: center;
    padding-left: 0.5em;
  }
  .container2{
    text-align: start;
  }
  footer h4{
font-size: medium;
  }
  footer p{
    font-size: medium;
  }
  footer a{
    font-size: medium;
  }
  footer{
    flex-direction: column;
    text-align: center;
}
.copyright-p{
  width: 100%;
  background-color: #D19C40;
  margin-top: 40px;
}
}


@media(max-width: 460px) {
  /* slider */

  .w-100{
    width: 100%;
    height: 220px;
  }
  #mainSlider .carousel-caption img {
    width: 100px;
    margin-top: 75px;
}
  #mainSlider .carousel-caption {
    top: 5%;
  }

  #mainSlider .carousel-caption h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  #mainSlider .carousel-caption p {
    display: none;
  }

  .carousel-caption .main-btn {
    
    font-size: 14px;
  }

  /* about */
  .main-title {
    font-size: 30px;
  }
  .main-title::after
  {display: none;
  }
  #about-area img {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #about-area .main-title {
    font-size: 27px;
}
  #call-area .row p{
    font-size: 12px;
  }
  /* data */
  .circle-box {
    width: 50%;
  }

  #team-area .col-md-3 {
    width: 50%;
    margin-bottom: 30px;
  }

  /* apply */
  #contact-area {
    height: auto;
  }

  #company-img {
    display: none;
  }

  /* filter */
  #obra-area .filter-btn {
    margin-bottom: 20px;
  }

  .project-box {
    width: 50%;
  }

  /* news */
  #news-area .main-title {
    font-size: 24px;
  }

  #news-area p {
    font-size: 16px;
  }

  #email-input {
    width: 80%;
  }

  #call-area p, #call-area #call-btn {
    font-size: 14px;
    letter-spacing: 0;
  }

  #call-area p, #call-area #call-btn {
    margin: 0;
    width: 50%;
  }
  /* contact */
  .contact-box {
    border: none;
    margin-bottom: 0;
  }

  .container2 ul li {
    margin-top: 8px
  }
  .all-footer{
    padding-left: 0.5em;
  }
  .container2{
    text-align: start;
    width: 30%;
  }
  footer h4{
font-size: medium;
  }
  footer p{
    font-size: medium;
  }
  footer a{
    font-size: medium;
  }
  footer{
    flex-direction: column;
    text-align: center;
}
.copyright-p{
  width: 100%;
  background-color: #D19C40;
  margin-top: 25px;
  font-size: 11px;
}
.contatos{
  width: 75%;
}
.container2{
  height: 100%;
}
.copyright-p{
  margin-top: 30px;
}
  #home-menu, #about-menu, #contact-menu, #obra-menu{
    font-size: 15px;
  }
  .container2{
    margin-top: 60px;
  }
  .contatos p{
    font-size: 13px;
  }
}