html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  --laranja: #ff4d00;
  --transicao: all 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

section {
  height: 90vh;
}

/* CONTATO */
#article_contato {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  right: 0.5%;
  top: 25%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 7px;
  border-radius: 10px;
  gap: 20px;
}

#div_article_contato {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: var(--transicao);
}

#div_contato_linha {
  width: 95%;
  border: 1px solid #fff;
}

#img_whatsapp,
#img_instagram,
#img_telefone,
#img_email,
#img_previous,
#img_next {
  width: 1.5vw;
  height: 1.5vw;
}

#a_telefone,
#img_previous,
#img_next {
  display: none;
}

.p_article_contato {
  color: #fff;
  font-size: 10px;
}

.a_contato_flutuante {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

#section_principal {
  display: flex;
  background-size: cover;
  justify-content: center;
  background-position: center;
  align-items: center;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#div_principal_opacidade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#article_logo {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  width: 100%;
  /* transition: all 1s linear; */
  transition: var(--transicao);
  z-index: 1000;
}

.article_logo_scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  transition: var(--transicao);
}

.article_logo_rodape {
  background-color: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  justify-content: center;
  transition: var(--transicao);
}

#div_logo {
  display: flex;
  justify-content: center;
}

.img_logo {
  height: 10vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  transition: var(--transicao);
  z-index: 1001;
}

.img_logo_scrolled {
  height: 7vh;
  transition: var(--transicao);
}

.img_logo_rodape {
  height: 15vh;
  padding-top: 7vh;
  padding-bottom: 7vh;
  transition: var(--transicao);
  /* filter: brightness(0) invert(1) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3)); */
}

#texto_imagem {
  /* color: var(--laranja); */
  color: #fff;
  text-shadow: 0 0 5px #fff;
  text-align: center;
  font-size: 5vh;
  padding: 10px;
  border-radius: 10px;
  opacity: 0.7;
}

/* QUEM SOMOS */
#section_quemsomos {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-image: url("../img/construcao_01.webp");
  background-size: cover;
  padding-left: 10vw;
  padding-right: 10vw;
}

/* #section_quemsomos > h2 {
  color: #333;
} */

.texto_quemsomos {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1% 2%;
  border-radius: 10px;
  font-size: 1.3rem;
  text-shadow: 1px 1px 2px #fff;
}

#texto_quemsomos1,
#texto_quemsomos2 {
  display: none;
  text-align: justify;
}

/* OBRAS */
#section_obra {
  background: var(--laranja);
  /* color: var(--laranja); */
  color: #444;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: end;
  height: 100vh;
}

#article_obra {
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#div_obra {
  width: inherit;
  max-width: 69%;
  height: 90%;
  background-image: url("../img/planta_01.jpg");
  background-size: auto 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

#div_obra_lateral {
  width: 29%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

#h2_obra {
  color: #fff;
  margin-top: 1vh;
}

#div_obra_texto {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 90%; */
  width: 100%;
  gap: 15px;
  border: 1px solid #fff;
  padding: 25px 0;
  border-radius: 10px;
  box-shadow: 10px 10px 15px gray;
  margin-bottom: 5%;
}

#progresso_obra_1 {
  height: 3px;
  width: 100%;
  min-width: 100px;
  max-width: 300px;
  border-radius: 20px;
}

#progresso_obra_1::-webkit-progress-bar {
  background-color: var(--laranja);
}

#progresso_obra_1::-webkit-progress-value {
  /* background-color: var(--laranja); */
  background-color: #333;
}

#progresso_obra_1::-webkit-progress-inner-element {
  border-radius: 10px;
}

/* SOBRE */
#section_sobre {
  background-image: url("../img/projeto_02.jpg");
  background-size: cover;
  background-position: left bottom;
  color: var(--laranja);
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-top: 5vh; */
  /* padding-left: 2vw; */
  /* padding-bottom: 5vh; */
}

#div_sobre {
  width: 50%;
  height: 100%;
}

#h1_sobre {
  width: 100%;
  font-size: 2rem;
  margin-bottom: 2%;
  text-shadow: 2px 1px 1px #000;
  /* padding-left: 5%; */
  text-align: center;
}

.texto_sobre {
  /* background: rgba(255, 255, 255, 0.7); */
  color: var(--laranja);
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 4%;
  width: 100%;
  text-align: justify;
  /* border-radius: 10px; */
  /* padding: 7px; */
  font-size: 1.3rem;
  transform: translateX(-100%);
  padding-left: 4%;
}

.texto_sobre_aparecer1 {
  transform: translateX(0);
  transition: all 1s ease;
}

.texto_sobre_aparecer2 {
  transform: translateX(0);
  transition: all 2s ease;
}

.texto_sobre_aparecer3 {
  transform: translateX(0);
  transition: all 3s ease;
}

/* ENTREGUE */
#section_entregue {
  background: var(--laranja);
  /* color: var(--laranja); */
  color: #444;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: end;
  height: 100vh;
}

#article_entregue {
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

#div_entregue {
  width: 100%;
  height: 80%;
  background-image: url("../img/aperto_mao.jpg");
  background-size: auto 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

#div_entregue_lateral {
  width: 29%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  padding-left: 5%;
}

#h2_entregue {
  background: var(--laranja);
  color: #fff;
  padding: 2%;
  border-radius: 10px;
}

#div_entregue_texto {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 15px;
  border: 1px solid #fff;
  padding: 25px 0;
  border-radius: 10px;
  box-shadow: 10px 10px 15px gray;
}

#progresso_entregue_1 {
  height: 3px;
  width: 100%;
  min-width: 100px;
  max-width: 300px;
  border-radius: 20px;
}

#progresso_entregue_1::-webkit-progress-bar {
  background-color: var(--laranja);
}

#progresso_entregue_1::-webkit-progress-value {
  /* background-color: var(--laranja); */
  background-color: #333;
}

#progresso_entregue_1::-webkit-progress-inner-element {
  border-radius: 10px;
}

/* RODAPE */
/* footer {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
} */

footer {
  background: var(--laranja);
  color: white;
  /* padding: 40px 0; */
  position: relative;
  overflow: hidden;
  height: 100vh;
}

/* #article_rodape {
  background: var(--laranja);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 30vh;
} */

#div_rodape {
  height: 34%;
}

#article_rodape {
  width: 100%;
  height: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.a_rodape_contato_esquerda,
.a_rodape_contato_direita {
  /* flex: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  /* padding: 0 20px; */
  opacity: 0;
  text-align: center;
  text-decoration: none;
  color: white;
  width: fit-content;
  margin: 0 auto;
  /* margin-bottom: 2%; */
}

.a_rodape_contato_esquerda {
  transform: translateX(-100%);
}

.a_rodape_contato_direita {
  transform: translateX(100%);
}

.a_rodape_visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 3s ease;
}

.img_contato {
  height: 5vh;
  margin-right: 1vw;
}
