html {
  height: 100%;
}

body {
  background-color: #e1e1e1;
  background-image: url("../img/principal.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#check {
  display: none;
}

#icone {
  position: fixed;
  float: right;
  display: none;
  cursor: pointer;
  padding: 3%;
  margin-top: 30px;
  z-index: 9;
  margin-left: 80%;
}

.barra {
  position: fixed;
  right: -5%;
  display: none;
  background-color: white;
  height: 30%;
  width: 50%;
  transition: all 0.2s linear;
  margin-top: 60px;
  z-index: 7;
}

#nav_barra {
  width: 100%;
  position: absolute;
  top: 20%;
  z-index: 8;
}

nav a {
  text-decoration: none;
}

.link {
  background-color: #494950;
  padding: 20px;
  font-family: source sans pro, sans-serif;
  font-size: 12pt;
  transition: all 0.2s linear;
  color: #f4f4f9;
  border-bottom: 2px solid #222;
}

main {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#cabecalho {
  position: fixed;
  margin-bottom: 1px;
  background-color: #ffffff;
  width: 100%;
  height: 130px;
  padding: 0px;
  z-index: 4;
}

#conteudo_cabecalho {
  width: 70%;
  margin: 0 auto;
}

#cabecalho figure {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5%;
  padding: 2px;
}

#cabecalho ul {
  margin: 0px;
}

#cabecalho nav {
  position: absolute;
  margin-left: 15%;
  padding-right: 3%;
  padding-top: 5%;
  padding-bottom: 0;
}

#cabecalho nav ul li {
  display: inline-block;
  width: 135px;
  text-align: center;
}

#cabecalho nav ul li a {
  display: block;
  color: #545454;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: source sans pro, sans-serif;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

#cabecalho nav ul li a:hover {
  color: #00aeef;
}

#container_orcamento {
  background-color: #163258;
  background-position: left;
  width: 100%;
  padding-top: 0;
  padding-left: 10%;
  padding-bottom: 40px;
}

#container_orcamento hr {
  width: 70px;
  height: 3px;
  color: #00aeef;
  border-color: #00aeef;
  background-color: #00aeef;
  margin-bottom: 60px;
  margin-left: 0;
}

#fundo {
  background-color: black;
  width: 100%;
}

#orcamento {
  padding-right: 20%;
}

#orcamento h1 {
  padding-top: 180px;
  font-size: 28px;
  font-family: arial, sans-serif;
  color: #ffffff;
  font-weight: bold;
}

#orcamento h2 {
  font-size: 18px;
  font-family: arial, sans-serif;
  color: #ffffff;
  line-height: 35px;
  font-weight: normal;
}

#text_area {
  width: 250px;
  height: 100px;
}

#input_cond,
#input_unid,
#input_end,
#input_comp,
#input_br,
#input_cid,
#input_cep,
#input_cep2,
#input_nomesol,
#input_tel,
#text_area {
  background-color: #d9d9d9;
}

#botao_enviar {
  font-size: 16px;
  padding: 8px 14px;
  border-radius: 5px;
  border: none;
  background-color: #00aeef;
  color: #fff;
  cursor: pointer;
}
#botao_enviar:hover {
  background-color: #008cd4;
}

#rodape {
  float: left;
  background-color: #353839;
  width: 100%;
  margin: 0;
  padding-bottom: 7%;
}

#conteudo_rodape {
  float: left;
  padding-top: 50px;
  margin-left: 10%;
  font-family: source sans pro, sans-serif;
  color: #ffffff;
  width: 90%;
}

#rodape p {
  font-size: 16px;
}

#conteudo_rodape p img {
  vertical-align: middle;
  margin-right: 8px;
  height: 20px;
}

#rodape #conteudo_rodape h1 {
  padding-bottom: 0px;
  font-size: 28px;
  font-family: arial, sans-serif;
  color: #ffffff;
  font-weight: bold;
}

#conteudo_rodape hr {
  width: 70px;
  height: 3px;
  color: #00aeef;
  border-color: #00aeef;
  background-color: #00aeef;
  margin-bottom: 60px;
  margin-left: 0;
}

#conteudo_rodape a {
  text-decoration: none;
  color: #ffffff;
}

.mapa-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  clear: both;
}

.mapa-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#iginfo {
  background-color: #353839;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 2%;
  text-align: center;
}

#iginfo p {
  font-size: 14px;
  color: #a1a1a1;
}
#iginfo a {
  text-decoration: none;
  color: #c1c1c1;
}

/* WhatsApp flutuante */
.whatsapp-flutuante {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}
.whatsapp-flutuante img {
  width: 100%;
  height: 100%;
  display: block;
}
.whatsapp-flutuante:hover {
  transform: scale(1.1);
}

/* Modal (pop-up) base */
.modal-overlay {
  display: none; /* hidden por padrão */
  position: fixed;
  z-index: 2000;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  width: 80%;
  max-width: 560px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}
.modal-content h1 {
  color: #333;
  font-size: 1.6em;
  margin-bottom: 15px;
}
.modal-content p {
  color: #555;
  font-size: 1.05em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.close-button {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close-button:hover,
.close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-button {
  background-color: #00aeef;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}
.modal-button:hover {
  background-color: #008cd4;
}

/* Modal específico da Política (com rolagem interna) */
.modal-politica {
  max-height: 80vh;
  text-align: left;
  overflow-y: auto;
}
.politica-texto p a {
  color: #0074c2;
  text-decoration: underline;
}

/* LGPD link dentro do label em branco */
#lgpd-container {
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
}
#lgpd-label {
  font-size: 14px;
  color: #ffffff;
}
#lgpd-label a {
  color: #ffffff;
  text-decoration: underline;
}

/* Responsivo do modal */
@media (max-width: 600px) {
  .modal-content {
    width: 90%;
    padding: 20px;
  }
}