body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Newsreader', serif;
  font-weight: 600;
}

.intro img{
  width: 100%;
  height: auto;
}

.img_frente{
  border: 5px solid #988780;
}

.jumbotron{
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
}

#logo{
  width: 100%;
  height: auto;
  max-height: 600px;
}

.display-1 {
  font-size: 3.8rem;
}

#myNavbar a{
  color: #fff;
  text-shadow: black 0.1em 0.1em 0.2em;
}

#myNavbar a:hover{
  font-size: 20px;
  text-decoration: overline;
}

.navbar{
  border-bottom: 1px solid rgb(0, 0, 0);
}

.active{
  font-size: 20px;
  text-decoration: overline;
}

.container-menu{
  background-color: #988780;
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
}

 .metalon{
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
 }

.container-imagem {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #988780;
}

.jumbotron {
  background-color: #988780;
}

.parallax {
  padding: 150px 0;
  background: rgba(0, 0, 0, .5) url(imagens/bg-section.jpg) center center fixed no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
}

.btn {
  border-radius: 35px;
  background-color: #695853;
}

.rodape {
  background: #695853;
}

/* SOBRE NÓS */
.wrapper{
  margin-top: 86px;
  padding: 50px 0 30px;
  background: #988780;
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0)
}

.sociais a{
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  line-height: 35px;
  border-radius: 50%;

}

/*Contato*/
.form-control{
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin-bottom: 20px;
}

 textarea.form-control{
   height: 150px;
 }

 .card-info{
   padding: 10px;
   box-shadow: 3px 3px 10px #000;
   border: 1px solid rgb(0, 0, 0);
 }

 .card-info img{
   max-width: 60px;
 }

 .fundo_cont{
  background-color: #988780;
 }

 /* Portfolio*/
 .obj-cover{
   width: 100%;
   height: 100%;
   max-width: 500px;
   object-fit: cover;
   object-position: center;
 }

 .obj-cover2{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

 .card-portfolio{
   background: transparent;
   border: none;
   padding: 5px;
   text-align: left;
   padding-bottom: 50px;
 }

 .card-portfolio:focus{
  outline: none;
 }

 .page-portfolio .box-image{
  overflow: hidden;
  margin-bottom: 20px;
  height: 250px;
  border: 1px solid rgb(0, 0, 0);
 }
 
 .box-image2{
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid rgb(0, 0, 0);
 }

 .modal-header{
  background: linear-gradient(45deg, #988780, #717171);
  }

 .modal-title{
  color: #fff;
  opacity: 1;
  }

 .close{
  color: #000;
  opacity: 1;
 } 

 /* Google Mapa */
.map-responsive{
  overflow:hidden;
  padding-bottom:30%;
  position:relative;
  height:0;
}  
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  margin-top: 40px;
}

/* Carousel */

.carousel{
  background-color: #717171;
}

.carousel h5{
  text-shadow: black 0.1em 0.1em 0.3em;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  outline: #000;
  background-color: #000;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid #000;
}

.carousel-inner > .carousel-item > img {
  max-width: 900px;
  height: 120%; 
}


/* -------- Responsividade -------- */

/* Personalizado, iPhone Retina */ 
@media only screen and (max-width: 320px) {
  .display-3 {
    font-size: 2rem;
  }
  .intro img{
    width: 100%;
    height: auto;
    margin-top: 80px;
  }
}

/* Dispositivos extra pequenos, telefones */ 
@media only screen and (max-width: 426px) {
  .display-3 {
    font-size: 2rem;
  }
  .intro img{
    width: 100%;
    height: auto;
    margin-top: 80px;
  }
}

/* Dispositivos pequenos (modo paisagem) */
@media only screen and (max-width: 576px) {
  .display-1 {
    font-size: rem;
  }
  .display-3 {
    font-size: 2rem;
  }
  .intro img{
    width: 100%;
    height: auto;
    margin-top: 80px;
  }

}

/* Pequenos dispositivos, tablets */
@media only screen and (max-width: 768px) {}

/* Dispositivos médios, desktops */
@media only screen and (max-width: 992px) {}

/* Dispositivos grandes, telas largas */
@media only screen and (max-width: 1200px) {}