.bg-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: rgba(0, 0, 0, 0.5);
}
.form-title {
  z-index: 10;
  margin-top: 100px;
}
#parallax-index {
  height: 720px;
}

.banner {
  overflow: hidden;
  margin-top: 20px;
}
.banner .caption-banner {
  top: -150px;
  left: 60%;
  bottom: 160px;
  padding: 20px 0 10px 10px;
  width: 100%;
  height: 160px;
}
.banner .caption-banner img {
  max-height: 50px;
}
.banner .caption-banner h2 {
  font-size: 18px;
}
.banner .caption-banner span {
  font-size: 18px;
}
.banner h5 {
  color: #37b672;
  font-size: 56px;
  text-shadow: #000 0.1em 0.1em 0.2em;
}
.banner h6 {
  font-size: 24px;
  font-weight: 700;
  text-shadow: #000 0.1em 0.1em 0.2em;
}
.banner h6 span {
  font-size: 30px;
  font-weight: 800;
  color: #f58634;
  text-transform: uppercase;
}

.sidebar {
  display: none;
}
.bg-black {
  background: rgba(40, 40, 41, 0.6);
  color: #fff;
  margin: 50px 80px 0;
  padding: 20px;
}

#custom-top {
  float: left;
  width: 100%;
  margin-top: 200px;
}
.form-container {
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
}
.form-container-top {
  width: 100%;
  background: rgba(32, 30, 30, 0.8);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: left;
  padding: 0 20px 20px 20px;
}
.form-container-bottom {
  margin: 0 auto;
  max-width: 45%;
}
.input-col {
  float: left;
}
.input-col-2 {
  float: left;
  width: 49.999%;
}
.intro {
  margin: 30px 0 30px 0;
  padding: 0;
}
.intro h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-shadow: #000 0.1em 0.1em 0.2em;
}
.intro p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-shadow: #000 0.1em 0.1em 0.2em;
}

#center {
  align-self: center;
}
.center {
  display: flex;
  align-items: flex-start;
}
#form-fluid {
  width: 100%;
}
#form-fluid p {
  text-align: center;
  margin: 12px 0 2px 0;
}
#form-fluid .form-container-bottom span {
  margin: 12px 0 2px -25px;
}
#form-fluid .wrap {
  float: left;
  margin: 0 auto;
  background: #debea9;
  padding-bottom: 20px;
  max-width: 1200px;
}
#form-fluid .form-wrapper {
  margin: 0 auto;
  max-width: 500px;
  background: #debea9;
}
#form-fluid .custom-button {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #555;
  text-align: center;
  width: 220px;
  height: 50px;
  background: #222;
  color: #ccc;
}
#form-fluid .btn-search {
  display: inline-block;
  border-radius: 5px;
  border: none;
  text-align: center;
  width: 170px;
  margin-top: 37px;
  margin-left: 10px;
  padding: 13px 20px 13px 20px;
  font-size: 16px;
  background: #debea9;
  color: #fff;
}
#form-fluid .modal-button {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #555;
  text-align: center;
  width: 220px;
  line-height: 37px;
  font-size: 16px;
  background: #222;
  color: #fff;
}

.mobile {
  display: none;
}
#portfolio-title {
  margin-top: 80px;
  margin-bottom: -36px;
  color: #fff;
  background: #222;
}
#portfolio-title h1 {
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0 30px;
}
#portfolio-title span {
  color: #debea9;
}
#portfolio-content {
  position: relative;
  width: 100%;
  height: 400px;
  background: #222;
  overflow: hiden;
}
#portfolio-content .overbutton {
  position: relative;
  width: 250px;
  top: 380px;
  left: 280px;
}
#portfolio-content .full-image .fa-expand {
  position: relative;
  top: -630px;
  right: 20px;
}
#portfolio-content .grid-image .fa1 {
  position: relative;
  right: 20px;
  top: -250px;
}
#portfolio-content .grid-image .fa2 {
  position: relative;
  right: 20px;
  top: -300px;
}
#portfolio-content .grid-image .fa3 {
  position: relative;
  right: 20px;
  top: -300px;
}
#portfolio-content .fa-expand {
  background: rgba(45, 45, 44, 0.7);
  color: #ccc;
  border: 1.7px solid #fff;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}
#grid {
  position: absolute;
  top: 0;
  z-index: 9000;
  width: 100%;
  background: #222;
}
#portfolio-content .full-image {
  float: left;
  width: 49.999%;
  height: 500px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#portfolio-content .full-image img {
  height: 650px;
  object-fit: none;
  object-position: -10px 100% 0px;
  cursor: pointer;
}
#portfolio-content .grid-image {
  float: left;
  width: 24.999%;
  overflow: hidden;
  height: 200px;
  padding: 0;
  margin: 0;
}
#portfolio-content .grid-image img {
  width: 100%;
  object-position: center;
  cursor: pointer;
}
#portfolio-content .grid-image .over-grid {
  position: relative;
  top: -100%;
  left: 39%;
  color: #fff;
  border: 2px solid #debea9;
  border-radius: 24px;
  padding: 6px 14px 6px 14px;
  font-size: 16px;
  background: rgba(45, 45, 44, 0.5);
}
#grid .overbutton {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: #222;
  margin: 0;
  padding: 20px 0 20px 0;
}
#portfolio-content .bt-open-grid {
  position: relative;
  top: -110%;
  margin-left: 33%;
  z-index: 70;
  background: #debea9;
  color: #fff;
}

#video-full .overbuttom-full-video {
  position: absolute;
  top: 50px;
  right: 50px;
  background: rgba(45, 45, 44, 0.5);
  padding: 20px;
  border-radius: 8px;
}
#video-full .overbuttom-full-video .contact {
  margin: 0 20px 0 20px;
  border: 2px solid #fff;
  border-radius: 24px;
  font-size: 17px;
  color: #fff;
  background: rgba(45, 45, 44, 0.5);
  padding: 6px 14px 6px 14px;
  cursor: pointer;
}
#video-full .overbuttom-full-video img {
  height: 70px;
}
#video-full .overbuttom-full-video .opcao-imagem {
  position: relative;
  color: #fff;
  padding: 2px 16px 2px 16px;
  font-size: 34px;
  border: 1px solid #ccc;
  border-radius: 45px;
  background: #debea9;
  top: 7px;
  right: 1px;
}
#portfolio-grid {
  float: left;
  width: 100%;
  background: #111;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  transition: none;
}
#portfolio-grid .grid-title {
  background: #debea9;
  width: 100%;
}
#portfolio-grid .box-img img {
  position: relative;
  bottom: 0;
  top: 0;
  width: 100%;
  margin: auto;
  max-height: 392px;
  vertical-align: center;
}
#portfolio-grid .box-img {
  float: left;
  width: 33.2%;
  height: 400px;
  padding-left: 8px;
  cursor: pointer;
}
#portfolio-grid .modal-content {
  position: relative;
  bottom: 0;
  width: 33%;
  margin: auto;
  vertical-align: center;
}
#portfolio-grid .bt-prev {
  position: fixed;
  top: 20%;
  left: 10%;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
#portfolio-grid .bt-next {
  position: fixed;
  top: 20%;
  right: 10%;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
#portfolio-grid .close {
  background: #debea9;
  padding: 15px;
  z-index: 10;
}

#video {
  position: relative;
  width: 100%;
  height: 730px;
  background: #111;
  left: 0;
  right: 0;
  margin-top: -150px;
  z-index: 999;
}
#video .img-wrapper {
  position: absolute;
  width: 97.5%;
  height: 800px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#video .img-wrapper img {
  width: 100%;
  object-position: center;
}

#video h6 {
  position: relative;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  margin-top: -370px;
  margin-left: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

#video .overbutton-video {
  width: 100%;
  position: relative;
  top: 5px;
  left: 0;
  background: #111;
  padding: 20px 0 20px 0;
}
#video h5 {
  color: #fff;
  background: rgba(48, 48, 41, 0.1);
  font-size: 15px;
  padding: 12px 0 12px 0;
}
#video h5 i {
  color: #debea9;
  font-size: 65px;
}
#video .back {
  background: #debea9;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 12px 10px 12px;
  z-index: 1000;
}
#video .wrap-bt {
  position: relative;
  margin-top: 220px;
  z-index: 999;
  max-width: 150px;
  left: 480px;
  padding: 20px 0 20px 0;
}
#grid {
  float: left;
  width: 100%;
  height: 100%;
}
#grid .light-box {
  float: left;
  width: 24.78%;
  height: 300px;
  overflow: hidden;
  border: 4px solid #222;
}
#grid .light-box img {
  width: 100%;
  height: 350px;
}
#grid {
  float: left;
  width: 100;
}
#grid .overbutton {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: #222;
  margin: 0;
  padding: 20px 0 20px 0;
}
#detalhes {
  float: left;
  width: 100%;
  background: #222;
  padding-bottom: 30px;
  padding-top: 30px;
}
#detalhes .title {
  font-weight: 500;
  font-size: 24px;
}
#detalhes .detalhe-imovel {
  float: left;
  margin-top: 30px;
}
#detalhes .detalhe-imovel h5 {
  font-weight: 500;
  color: #fff;
}
#detalhes .detalhe-imovel .fa-home {
  font-size: 26px;
}
#detalhes .span-details {
  margin-top: 30px;
}
#detalhes .span-details .fa {
  float: left;
  color: #debea9;
  border: 1.9px solid #debea9;
}
#detalhes .span-details p {
  float: right;
  font-size: 14px;
  line-height: 16px;
}
#detalhes .span-details span {
  font-weight: 700;
}
#detalhes .detalhe-imovel {
  margin-top: 20px;
}
#detalhes .detalhe-imovel .info-list {
  float: left;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}
#detalhes .caixa-detalhes ul li {
  width: 100%;
  font-size: 14px;
  border-top: 1px solid #666;
  height: 30px;
}
#detalhes .caixa-detalhes ul li i {
  width: 11.5%;
  color: #fff;
  font-size: 20px;
  padding: 5px 8px 5px 8px;
}

#other-option {
  float: left;
  width: 100%;
  margin-top: 30px;
  background: #111;
  padding-bottom: 30px;
}
#other-option h2 {
  padding: 30px 0 10px 0;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
#other-option button {
  margin-top: 20px;
  background: #debea9;
  color: #fff;
  border-radius: 6px;
}
#other-option .flex-col-3 {
  float: left;
  width: 24.999%;
  overflow: hidden;
}
#other-option .flex-col {
  height: 250px;
  overflow: hidden;
}
#other-option .flex-col:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#other-option h6 {
  margin-top: -110px;
  margin-left: 30px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
#other-option .flex-col img {
  height: 300px;
  object-position: center;
}
#other-option .flex-col span {
  background: #debea9;
  padding: 8px 12px 8px 12px;
  border-radius: 4px;
}
.whatsapp {
  position: fixed;
  top: 20%;
  right: 10px;
  z-index: 1100;
}
.whatsapp p {
  font-size: 14px;
  margin: 0;
}
.whatsapp i {
  font-size: 60px;
  color: green;
  padding: 10px 14px 10px 14px;
  border-radius: 4px;
}

#fixed-bottom,
.menu-fixo {
  width: 100%;
  background: #111;
  z-index: 1000;
  transition: all 20s;
}
.menu-fixo {
  position: fixed;
  bottom: 0;
  z-index: 99;
  transition: all 0.9s;
}

#fixed-bottom .wrapper {
  margin: 0 auto;
  max-width: 100%;
}
#fixed-bottom .contact .icon1 {
  float: left;
  width: 14%;
  color: #debea9;
  font-size: 36px;
}
#fixed-bottom .contact .icon2 {
  float: left;
  width: 16%;
  color: #debea9;
  font-size: 37px;
}
#fixed-bottom .contact .icon3 {
  float: left;
  width: 15%;
  color: #debea9;
  font-size: 37px;
}
#fixed-bottom .contact .text1 {
  float: left;
  width: 80%;
}
#fixed-bottom .contact .text2 {
  float: left;
  width: 80%;
}
#fixed-bottom .contact .text3 {
  float: left;
  width: 80%;
}
#fixed-bottom .contact .text1 h6,
#fixed-bottom .contact .text2 h6,
#fixed-bottom .contact .text3 h6 {
  color: #debea9;
  font-weight: 700;
}
#fixed-bottom .contact .text1 p,
#fixed-bottom .contact .text2 p,
#fixed-bottom .contact .text3 p {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  margin-top: -10px;
}
/* Rodapé */
#footer {
  float: left;
  width: 100%;
  padding: 30px 0 120px 0;
  font-family: "Montserrat", sans-serif;
}
#footer .social-links {
  text-align: center;
}
#footer .social-links p,
#footer .social-links h4 {
  float: left;
}
#footer .social-links h4 {
  float: inherit;
  border: 1px solid #666;
  color: #666;
  border-radius: 20px;
  font-size: 16px;
  padding: 6px 12px 6px 12px;
  max-width: 250px;
  margin: 0 auto;
}
#footer .social-links h4 i {
  font-size: 24px;
}
#footer .social-links img {
  max-height: 30px;
  margin: 0 6px 0;
}
#footer .logo-footer img {
  height: 80px;
}
#footer .social-links-icons {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#footer .icon-footer {
  float: left;
  width: 100%;      
}
#footer .icon-footer i {
  float: left;
  width: 10%;
      
}
#footer .icon-footer span {
  float: left;
  width: 89%;
}

#mobile-footer {
  float: left;
  width: 100%;
  background: #111;
  padding-top: 0;
  display: none;
}
#mobile-footer .contact .icon1 {
  float: left;
  width: 16%;
  color: #debea9;
  font-size: 40px;
}
#mobile-footer .contact .icon2 {
  float: left;
  width: 16%;
  color: #debea9;
  font-size: 42px;
}
#mobile-footer .contact .icon3 {
  float: left;
  width: 16%;
  color: #debea9;
  font-size: 42px;
}
#mobile-footer .contact .text1 {
  float: left;
  width: 80%;
}
#mobile-footer.contact .text2 {
  float: left;
  width: 80%;
}
#mobile-footer.contact .text3 {
  float: left;
  width: 80%;
}
#mobile-footer .contact .text1 h6,
#mobile-footer .contact .text2 h6,
#mobile-footer .contact .text3 h6 {
  color: #debea9;
  font-weight: 700;
}
#mobile-footer .contact .text1 p,
#mobile-footer .contact .text2 p,
#mobile-footer .contact .text3 p {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  margin-top: -10px;
}

@media only screen and (max-width: 1920px) {
  #portfolio-content .full-image {
    width: 49.999%;
    overflow: hidden;
    height: 400px;
  }
  #detalhes {
    float: left;
    width: 100%;
    background: #222;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #other-option {
    float: left;
    width: 100%;
    margin-top: 30px;
    background: #111;
    padding-bottom: 30px;
  }
  #other-option .flex-col {
    height: 350px;
    overflow: hidden;
  }
  #other-option .flex-col img {
    height: 400px;
    object-position: center;
  }
}

@media only screen and (max-width: 1440px) {
  #portfolio-content {
    top: 0;
    width: 100%;
  }
  #portfolio-title {
    margin-top: 90px;
    margin-bottom: -10px;
  }
  #portfolio-title h1 {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
  }
  #portfolio-content .full-image .fa-expand {
    top: -630px;
    right: 20px;
  }
  #portfolio-content .grid-image .fa1 {
    right: 20px;
    top: -185px;
  }
  #portfolio-content .grid-image .fa2 {
    right: 20px;
    top: -220px;
  }
  #portfolio-content .grid-image .fa3 {
    right: 20px;
    top: -220px;
  }
  #portfolio-content .bt-open-grid {
    top: -70%;
    margin-left: 33%;
  }
  #portfolio-content .overbutton {
    width: 250px;
    top: 370px;
    left: 260px;
  }
  #grid .light-box {
    width: 24.78%;
    height: 230px;
    border: 4px solid #222;
  }
  #grid .light-box img {
    width: 100%;
    height: 250px;
  }
  #grid .overbutton {
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0 20px 0;
  }
  #grid {
    top: 0;
    width: 100%;
  }
  #video {
    width: 100%;
    height: 730px;
    left: 0;
    right: 0;
    margin-top: -130px;
  }
  #other-option .flex-col {
    height: 250px;
    overflow: hidden;
  }
  #other-option .flex-col img {
    height: 270px;
    object-position: center;
  }
  #other-option h6 {
    margin-top: -70px;
    margin-left: 30px;
    font-weight: 700;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  #portfolio-content {
    top: 0;
    width: 100%;
    height: 350px;
  }
  #portfolio-title {
    margin-top: 90px;
    margin-bottom: -10px;
  }
  #portfolio-title h1 {
    font-size: 24px;
  }
  #portfolio-content .full-image {
    width: 49.999%;
    height: 350px;
  }
  #portfolio-content .grid-image {
    width: 24.999%;
    height: 175px;
  }
  #portfolio-content .grid-image img {
    width: 100%;
    height: 200px;
  }
  #portfolio-content .full-image .fa-expand {
    top: -630px;
    right: 20px;
  }
  #portfolio-content .grid-image .fa1 {
    right: 20px;
    top: -180px;
  }
  #portfolio-content .grid-image .fa2 {
    right: 20px;
    top: -180px;
  }
  #portfolio-content .grid-image .fa3 {
    right: 20px;
    top: -180px;
  }
  #portfolio-content .bt-open-grid {
    top: -70%;
    margin-left: 25%;
  }
  #grid .overbutton {
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0 20px 0;
  }
  #grid {
    top: 0;
    width: 100%;
  }
  #grid .light-box {
    width: 24.78%;
    height: 190px;
    border: 4px solid #222;
  }
  #grid .light-box img {
    width: 100%;
    height: 190px;
  }
  #video {
    width: 100%;
    height: 730px;
    left: 0;
    right: 0;
    margin-top: -130px;
  }
  #other-option .flex-col {
    height: 250px;
    overflow: hidden;
  }
  #other-option .flex-col img {
    height: 270px;
    object-position: center;
  }
  #other-option h6 {
    margin-top: -70px;
    margin-left: 30px;
    font-weight: 700;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1080px) {
  #portfolio-content {
    top: 0;
    width: 100%;
    height: 350px;
  }
  #portfolio-title {
    margin-top: 90px;
    margin-bottom: -10px;
  }
  #portfolio-title h1 {
    font-size: 24px;
  }
  #portfolio-content .full-image {
    width: 49.999%;
    height: 350px;
  }
  #portfolio-content .grid-image {
    width: 24.999%;
    height: 175px;
  }
  #portfolio-content .grid-image img {
    width: 100%;
    height: 200px;
  }
  #portfolio-content .full-image .fa-expand {
    top: -630px;
    right: 20px;
  }
  #portfolio-content .grid-image .fa1 {
    right: 20px;
    top: -180px;
  }
  #portfolio-content .grid-image .fa2 {
    right: 20px;
    top: -180px;
  }
  #portfolio-content .grid-image .fa3 {
    right: 20px;
    top: -180px;
  }
  #portfolio-content .bt-open-grid {
    top: -70%;
    margin-left: 25%;
  }
  #grid .overbutton {
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0 20px 0;
  }
  #grid {
    top: 0;
    width: 100%;
  }
  #grid .light-box {
    width: 24.78%;
    height: 190px;
    border: 4px solid #222;
  }
  #grid .light-box img {
    width: 100%;
    height: 190px;
  }
  #portfolio-content .overbutton {
    width: 290px;
    top: 330px;
    left: 190px;
  }
  #video {
    width: 100%;
    height: 650px;
    left: 0;
    right: 0;
    margin-top: -130px;
  }
  #video .wrap-bt {
    margin-top: 220px;
    max-width: 150px;
    left: 400px;
  }
  #other-option .flex-col {
    height: 190px;
    overflow: hidden;
  }
  #other-option .flex-col img {
    height: 200px;
    object-position: center;
  }
  #other-option h6 {
    margin-top: -60px;
    margin-left: 25px;
    font-weight: 700;
    font-size: 14px;
  }
  #detalhes .caixa-detalhes ul li {
    width: 100%;
    font-size: 13px;
    border-top: 1px solid #debea9;
    height: 30px;
  }
  #detalhes .caixa-detalhes .info-text {
    width: 24.9%;
    border-bottom: 1px solid #555;
    font-size: 14px;
    line-height: 28px;
  }
  #detalhes .caixa-detalhes .info-label {
    width: 24.9%;
    border-bottom: 1px solid #555;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  #header {
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    background: none;
    z-index: 996;
  }
  #header .logo img {
    min-height: 70px;
    margin-top: 0;
  }
  #header.header-scrolled,
  #header .header-pages {
    background: #222;
    border: none;
    height: 80px;
  }
  #header.header-scrolled .logo img,
  #header.header-pages .logo img {
    min-height: 55px;
  }
  #fixed-bottom {
    display: none;
  }
  #Portfolio .feature-box {
    width: 100%;
    height: 250px;
  }
  #Portfolio .feature-box img {
    width: 100%;
    height: 250px;
  }
  .whatsapp p {
    font-size: 13px;
    margin: 0;
  }
  .whatsapp {
    top: 20%;
  }
  .whatsapp i {
    font-size: 38px;
    color: green;
  }
  #footer {
    padding: 0;
    margin: 0;
  }
  #mobile-footer {
    display: inline-block;
  }
  #mobile-footer .contact .icon1 {
    float: left;
    width: 20%;
    color: #debea9;
    font-size: 40px;
  }
  #mobile-footer .contact .icon2 {
    float: left;
    width: 20%;
    color: #debea9;
    font-size: 42px;
  }
  #mobile-footer .contact .icon3 {
    float: left;
    width: 20%;
    color: #debea9;
    font-size: 42px;
  }
  #mobile-footer .contact .text1 p,
  #mobile-footer .contact .text2 p,
  #mobile-footer .contact .text3 p {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
  }
  #mobile-footer .contact .text1 {
    float: left;
    width: 80%;
  }
  #mobile-footer.contact .text2 {
    float: left;
    width: 80%;
  }
  #mobile-footer.contact .text3 {
    float: left;
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
  .mobile-logo img {
    margin-top: 20px;
    height: 60px;
  }

  .form-container-bottom {
    max-width: 60%;
  }

  .bg-navbar {
    background: rgba(0, 0, 07, 0.6);
    height: 90px;
  }

  #Portfolio .coluna-3 {
    width: 49.99%;
  }
  #Portfolio .bx-img {
    height: 280px;
  }
  #Portfolio .bx-img img {
    width: 100%;
    height: 280px;
  }
  #Portfolio .custom-overlay {
    top: 0;
  }
  #Portfolio .custom-overlay:hover {
    top: 0;
  }
  #Portfolio .custom-overlay h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px 10px 0;
    margin-top: 30px;
    margin-left: -130px;
    font-weight: 400;
  }
  #preloader img {
    left: 36%;
  }
  #Portfolio .feature-box {
    width: 100%;
    height: 180px;
    border-radius: 8px;
  }
  #Portfolio .feature-box img {
    width: 100%;
    height: 180px;
    border-radius: 8px;
  }
  #Portfolio .feature-title h1 {
    font-size: 28px;
    margin-top: 0px;
  }
  #Portfolio .feature-title h1 span {
    font-size: 34px !important;
  }
  #footer h4 {
    width: 100%;
    text-align: center;
    padding: 6px 12px 6px 12px;
    margin: 30px 0 0 0;
  }
  #footer h4 i {
    font-size: 18px;
  }
  #footer .logo-footer {
    margin: 0 auto;
    max-width: 150px;
    float: left;
  }
  #footer .logo-footer img {
    height: 70px;
  }
  #footer .icon-footer-map img {
    height: 20px;
  }
  #footer .icon-footer-phone img {
    height: 18px;
  }
  #footer .icon-footer-mail img {
    height: 18px;
  }
  #footer .text-footer p {
    font-size: 13px;
    margin-left: 6px;
  }

  #mobile-footer .contact .text1 h6,
  #mobile-footer .contact .text2 h6,
  #mobile-footer .contact .text3 h6 {
    font-size: 18px;
  }
  #mobile-footer .contact i {
    font-size: 24px;
  }
  #mobile-footer .contact .text1 p,
  #mobile-footer .contact .text2 p,
  #mobile-footer .contact .text3 p {
    font-size: 13px;
  }

  #mobile-footer .contact .text1 h6,
  #fixed-bottom .contact .text2 h6,
  #mobile-footer .contact .text3 h6 {
    font-size: 18px;
  }
  #mobile-footer .contact i {
    font-size: 24px;
  }
  #mobile-footer .contact .text1 p,
  #mobile-footer .contact .text2 p,
  #mobile-footer .contact .text3 p {
    font-size: 13px;
  }

  #ModalCentralizado {
    margin-top: 50px;
  }
  #parallax-index {
    height: 700px;
  }
  .banner {
    margin-top: 40px;
    padding: 0;
  }

  #Portfolio .custom-overlay h3 {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px 10px 0;
  }
  #Portfolio .custom-overlay {
    top: -105px;
  }
  #Portfolio .custom-overlay:hover {
    top: -105px;
  }
  #Portfolio .titulo {
    margin: 0 auto;
    max-width: 350px;
  }
  #Portfolio .titulo button {
    font-size: 12px;
    padding: 3px 6px 3px 6px;
  }
  #Portfolio .coluna-3 {
    width: 49.99%;
  }
  #Portfolio .bx-img img {
  }
  #Portfolio .bx-img {
    width: 100%;
    height: 200px;
  }
  #Portfolio .feature-box {
    width: 100%;
    height: 200px;
    padding: 0;
  }
  #Portfolio .feature-box img {
    min-height: 200px;
    border-radius: 20px;
  }
  #Portfolio .feature-box:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #Portfolio .feature-title {
    max-width: 100%;
    padding: 20px;
  }
  #Portfolio .feature-title h1 {
    font-size: 34px;
  }
  #Portfolio .feature-title h1 span {
    font-size: 36px;
  }
  #preloader img {
    left: 30%;
  }
  #topbar {
    display: none;
  }
  #header {
    height: 60px;
    padding: 15px 0;
  }

  #header.header-scrolled .logo img,
  #header.header-pages .logo img {
    max-height: 48px;
  }
  #header .logo img {
    max-height: 48px;
    margin-top: 5px;
  }

  #slide {
    height: 1280px;
  }
  #slide img,
  .carousel-control-prev,
  .carousel-control-next,
  .carousel-indicators {
    display: none;
  }

  #header.header-scrolled,
  #header.header-pages {
    height: 80px;
    border-bottom: 1px solid #debea9;
  }

  .whatsapp {
    bottom: 14px;
    left: 14px;
    right: auto;
    top: auto;
  }
  .whatsapp p {
    display: none;
  }
  .whatsapp i {
    font-size: 40px;
    padding: 12px 14px 12px 14px;
    border-radius: 50%;
  }
}

@media only screen and (max-width: 425px) {
  #custom-top {
    margin-top: -20px;
  }
  .form-container {
    width: 240px;
  }
  .form-container-top {
    padding: 0 20px 20px 20px;
    margin-top: 25px;
  }
  .form-container-bottom {
    max-width: 425px;
  }
  #form-fluid .input-col-2 {
    width: 100%;
    padding: 0 20px 0 20px;
  }
  #form-fluid .custom-button {
    width: 100%;
  }
  #form-fluid .modal-button {
    width: 100%;
  }
  #form-fluid .btn-search {
    width: 200px;
    margin: 20px 0 0 0;
  }
  #footer .social-links-icons {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
  #footer .social-links h4 {
    float: left;
    text-align: left;
    margin-bottom: 30px;
  }
  #footer .logo-footer img {
    height: 70px;
    margin-bottom: 10px;
  }
  #footer .icon-footer-map img {
    height: 34px;
  }
  #footer .icon-footer-phone img {
    height: 24px;
  }
  #footer .icon-footer-mail img {
    height: 24px;
  }
  #footer .text-footer p {
    font-size: 16px;
    margin-left: 12px;
  }
  #parallax-index {
    width: 100%;
    height: 800px;
    margin-top: 90px;
  }
  .intro h2 {
    font-size: 32px;
    line-height: 30px;
    margin-top: 16px;
  }
  .intro p {
    font-size: 16px;
    line-height: 18px;
  }

  #Portfolio .coluna-3 {
    width: 99.999%;
  }
  #Portfolio .bx-img {
    height: 270px;
  }
  #Portfolio .bx-img img {
    width: 100%;
    height: 270px;
  }
  #Portfolio .custom-overlay {
    top: 0;
  }
  #Portfolio .custom-overlay:hover {
    top: 0;
  }
  #Portfolio .custom-overlay h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px 10px 0;
    margin-top: 30px;
    font-weight: 400;
  }
  #preloader img {
    left: 30%;
  }
  #Portfolio .feature-box {
    padding: 0;
    height: 470px;
    margin-bottom: 20px;
  }
  #Portfolio .feature-box img {
    height: 470px;
    border-radius: 8px;
  }
  #Portfolio .feature-title h1 {
    font-size: 40px;
    margin-top: 0px;
  }
  #Portfolio .feature-title h1 span {
    font-size: 50px !important;
  }
  #intro p {
    font-size: 16px;
    line-height: 1.6;
  }
  #Portfolio .titulo button {
    font-size: 13px;
    padding: 4px 5px 4px 5px;
  }

  #form-fluid p {
    text-align: center;
    margin: 12px 0 2px -20px;
  }
  #form-fluid span {
    margin: 12px 0 2px 12px;
  }

  .banner .caption-banner {
    top: -150px;
    left: 60%;
    bottom: 160px;
    padding: 20px 0 10px 10px;
    width: 100%;
    height: 160px;
  }
  .banner .caption-banner img {
    max-height: 40px;
  }
  .banner .caption-banner h2 {
    font-size: 16px;
  }
  .banner .caption-banner span {
    font-size: 18px;
  }
  .banner h5 {
    color: #37b672;
    font-size: 26px;
    text-shadow: #000 0.1em 0.1em 0.2em;
    margin: 0;
  }
  .banner h6 {
    font-size: 16px;
    font-weight: 700;
    text-shadow: #000 0.1em 0.1em 0.2em;
  }
  .banner h6 span {
    font-size: 18px;
    font-weight: 800;
    color: #f58634;
    text-transform: uppercase;
  }
  .bg-black {
    margin: 20px 30px 0 0;
    padding: 0;
    height: 120px;
    padding: 10px;
  }

  #mobile-footer .contact .text1 h6,
  #mobile-footer .contact .text2 h6,
  #mobile-footer .contact .text3 h6 {
    font-size: 18px;
  }
  #mobile-footer .contact i {
    font-size: 24px;
  }
  #mobile-footer .contact .text1 p,
  #mobile-footer .contact .text2 p,
  #mobile-footer .contact .text3 p {
    font-size: 16px;
  }

  #mobile-footer .contact .text1 h6,
  #fixed-bottom .contact .text2 h6,
  #mobile-footer .contact .text3 h6 {
    font-size: 15px;
  }
  #mobile-footer .contact i {
    font-size: 24px;
  }
  #mobile-footer .contact .text1 p,
  #mobile-footer .contact .text2 p,
  #mobile-footer .contact .text3 p {
    font-size: 16px;
  }

  #footer .logo-footer {
    width: 120px;
    margin-bottom: 20px;
  }
  #footer h4 {
    font-size: 16px;
    width: 200px;
    text-align: left;
    margin-bottom: 20px;
  }
  #footer h4 i {
    font-size: 20px;
  }
  .back-to-top {
    font-size: 14px;
    height: 35px;
    width: 35px;
    padding: 8px 0;
  }
  .back-to-top i {
    font-size: 14px;
    padding: 0;
  }
}

@media only screen and (max-width: 375px) {
  #parallax-index {
    height: 800px;
  }
  .intro {
    margin-top: 40px;
  }
  .intro h2 {
    font-size: 28px;
    line-height: 30px;
    margin-top: -16px;
  }
  .intro p {
    font-size: 16px;
    line-height: 18px;
  }
  .form-container {
    width: 240px;
    margin-top: 20px;
  }
  .form-container-top {
    padding: 0 20px 20px 20px;
  }
  .form-container-bottom {
    max-width: 425px;
  }
  #form-fluid .input-col-2 {
    width: 100%;
    padding: 0 20px 0 20px;
  }
  #form-fluid .custom-button {
    width: 100%;
  }
  #form-fluid .modal-button {
    width: 100%;
  }
  #form-fluid .btn-search {
    width: 200px;
    margin: 20px 0 0 0;
  }
  #Portfolio .feature-box {
    height: 420px;
  }
  #Portfolio .feature-box img {
    height: 420px;
  }
  #Portfolio .bx-img {
    height: 280px;
  }
  #Portfolio .bx-img img {
    height: 280px;
  }
  #Portfolio .coluna-3 {
    width: 100%;
  }
  #footer .logo-footer {
    max-width: 130px;
    margin-left: 35px;
    margin-bottom: 20px;
  }
  #footer h4 {
    font-size: 16px;
    width: 200px;
    text-align: center;
    margin-left: 70px;
    margin-bottom: 20px;
  }
  #footer .text-footer p {
    font-size: 16px;
    margin-left: 12px;
  }
  .bg-black {
    margin: 20px 50px 0;
    padding: 0 6px 0 6px;
  }

  .banner h5 {
    font-size: 32px;
    color: #debea9;
  }
  .banner h6 {
    font-size: 14px;
    font-weight: 700;
  }
  .banner h6 span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .form-container {
    margin-top: -20px;
  }
  #Portfolio .bx-img {
    height: 220px;
  }
  #Portfolio .bx-img img {
    height: 220px;
  }
  #Portfolio .coluna-3 {
    width: 100%;
  }
  #Portfolio .feature-box {
    height: 350px;
  }
  #Portfolio .feature-box img {
    height: 360px;
  }
  #footer .logo-footer {
    max-width: 130px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
  #footer h4 {
    font-size: 16px;
    width: 200px;
    text-align: center;
    margin-left: 40px;
    margin-bottom: 20px;
  }
}
