.margem_l {
  margin-left: 200px;
}
@media (max-width: 1000px) {
  .margem_l {
    margin-left: 10px;
  }
}

.margem_neg {
  margin-left: -15px;
}

.margem_neg_left {
  margin-left: -20px;
}

.margem_r {
  margin-right: 20px;
}

.margem_top_neg {
  margin-top: -10px !important;
}

.margem_top_media {
  margin-top: 30px !important;
}

.margem_t {
  margin-top: 10px;
}

.margem_top {
  margin-top: 20px;
}
@media (max-width: 700px) {
  .margem_top {
    margin-top: 130px;
  }
}

.margem_top_selecionar {
  margin-top: 30px;
}
@media (max-width: 700px) {
  .margem_top_selecionar {
    margin-top: 140px;
  }
}

.margem_tlg {
  margin-top: 20px;
}

.margem_sm {
  margin-left: 10px;
}

.margem_left {
  margin-left: 40px;
}

.margem_md {
  margin: 20px;
}

.margem_left_md {
  margin-left: 20px;
}

.margem_bottom_md {
  margin-bottom: 20px;
}

.sucesso {
  color: #018F45;
  font-weight: 600;
}

.alerta {
  color: #E58A1C;
  font-weight: 600;
}

.erro {
  color: #FF0000;
  font-weight: 600;
}

.margem_b {
  margin-bottom: 20px;
}

.margem_b_sm {
  margin-bottom: 10px;
}

.botao_download {
  background: url("../images/download.svg") no-repeat;
  width: 30px;
  height: 30px;
  transition: 0.5s;
}
.botao_download img {
  margin-left: 50px;
}
.botao_download:hover {
  transform: scale(1.1);
}

.disp_flex {
  display: flex;
}

.border_padrao {
  border: 1px solid #cdcdcd;
  border-radius: 8px;
}

.top {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(to bottom, var(--main-color) 10%, rgba(255, 255, 255, 0)), url("../images/storage.webp") no-repeat;
  min-height: 500px;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Verdana", "sans-serif";
  font-style: normal;
  font-weight: 300;
  font-size: 36.1017px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.2em;
  text-shadow: 0px 5.29676px 5.29676px rgba(0, 0, 0, 0.25);
}

.destaque {
  color: orange;
  background-color: black;
  padding: 3px;
}

.imageServ:hover {
  transform: scale(1.02);
  cursor: pointer;
}

.margem_menu_footer {
  margin-bottom: 6px;
}

.logo_rodape {
  width: 150px;
}

.text-1 {
  margin-top: -300px;
  font-family: "Bebas Neue", Sans-serif;
}

@media (max-width: 700px) {
  .top_responsivo {
    margin-top: 10px;
  }
}

.whatsapp-icon {
  width: 25px;
  position: fixed;
  right: 50px;
  bottom: 5px;
}

.wpp {
  width: 70px;
}

.top-content {
  margin-top: 150px;
}

.video_fort {
  width: 900px;
  height: 450px;
}
@media (max-width: 700px) {
  .video_fort {
    width: 100%;
    height: 300px;
  }
}

.faq {
  padding: 20px 0;
  background: linear-gradient(to bottom, var(--main-color) 10%, rgba(255, 255, 255, 0)), url("../images/galpao.webp") no-repeat;
}

.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #E7E7DE;
  font-family: "Verdana", "sans-serif";
  color: white;
  transition: background-color 0.3s;
  margin-top: 22px !important;
}

.faq-question:hover {
  background-color: #e1e1e1;
  color: black;
}

.faq-answer {
  display: none;
  padding: 10px;
  font-family: "Verdana", "sans-serif";
  font-size: 12px;
  border-radius: 5px;
  margin-top: 5px;
  color: white;
  font-weight: 100;
  font-style: italic;
  color: #c2c2bd;
}

.title_faq {
  color: white;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: "Verdana", "sans-serif";
}

.top_index {
  margin-top: 200px !important;
}

@media (max-width: 1000px) {
  .top .top-content a {
    margin-top: -120px;
  }
}
@media (max-width: 700px) {
  .top .top-content a {
    margin-top: -150px;
  }
}

.destaque_desenho {
  display: flex;
  flex-wrap: wrap;
}

.texto_desenho {
  width: 35%;
  margin-top: -140px;
  text-align: left;
}
@media (max-width: 1300px) {
  .texto_desenho {
    width: 40%;
    margin-top: -40px;
    margin-left: 50px;
  }
}
@media (max-width: 1300px) and (max-width: 1000px) {
  .texto_desenho {
    width: 100%;
    margin-top: 0px;
    margin-left: 5px;
  }
}

.imagem_desenho {
  width: 32%;
  margin-left: 15%;
}
@media (max-width: 1300px) {
  .imagem_desenho {
    width: 32%;
    margin-left: 4%;
  }
}
@media (max-width: 1300px) and (max-width: 1000px) {
  .imagem_desenho {
    width: 90%;
    margin-top: 0px;
  }
}

@media (max-width: 700px) {
  .desenho_porta {
    width: 100%;
  }
}

.botao-enviar {
  cursor: pointer;
}
.botao-enviar:hover {
  transform: scale(1.01);
}

.botao-enviar-orcamento {
  cursor: pointer;
}
.botao-enviar-orcamento:hover {
  transform: scale(1.05);
}

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