header {
  background-color: #000000;
  width: 100%;
  padding: 5px 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #f07d00;
}

header .logo-topo {
  background-color: #000000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}

header .logo-topo img {
  width: 280px;
}

#rodape p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
}

#rodape {
  position: relative;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #f07d01;
  border-bottom: 5px solid #f07d01;
}

#rodape .kino-img {
  position: absolute;
  width: 30px;
  top: -12px;
}

#toggleNewPassword, #togglePassword, #togglePassword2, #toggleDataNascimento{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 0 8px 8px 0;
}
#cadastroMessage {
  margin: 0;
  text-align: center;
  font-weight: 600;
  color: #606060;
  position: fixed;
  z-index: 9;
  min-width: 300px;
  max-width: 360px;
  left: 50%;
  width: 100%;
  box-shadow: 2px 2px 3px rgb(0 0 0 / 50%);
  transform: translate(-50%, 0%);
}

h1.lp-title {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  line-height: initial;
  padding: 15px 0 20px;
}

.texto-via-parque {
  margin-top: 20px;
  padding: 15px 0;
}

.divider {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.divider hr.divid {
  width: 45%;
  border-top: 1px solid #f07d01;
}

.divider span img {
  width: 20px;
  padding: 0 2px;
}

.texto-via-parque img {
  padding: 0 15px;
}

h1.lp-title span {
  color: #fccf36;
}

.imgs-gallery {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 201.03px;
}

.gallery {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #ededed;
  margin: 0 10px;
}

.gallery img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  border: 1px solid #ffffff;
  margin-top: 15px;
}

.gallery img:hover {
  transform: scale(1.5);
  position: relative;
  z-index: 999;
}

.lp-subtitle-form {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .associacoes {
    display: block;
  }

  .associacoes li {
    color: #ededed;
    font-size: 18px;
  }

  .associacoes li::marker {
    color: #f07d01;
    font-size: 25px;
  }

  .lp-subtitle {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .lp-subtitle span {
    font-size: 20px;
    font-weight: 400;
  }

  .msg-final {
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #ededed;
    border-radius: 8px;
    padding: 10px;
  }

  .msg-final img {
    width: 60px;
    max-width: 100%;
    margin: 0 auto;
  }

  .msg-text {
    color: #13a300;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
  }

  .msg-text span {
    font-weight: 800;
  }
}

@media screen and (max-width: 768px) {
  .associacoes {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 15px;
  }

  .associacoes li {
    color: #ededed;
    font-size: 19px;
    text-align: left;
  }

  .associacoes li::marker {
    color: #f07d01;
    font-size: 25px;
  }

  .lp-subtitle {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.199rem;
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .lp-subtitle span {
    font-size: 22px;
    font-weight: 400;
  }

  .gologin {
    font-size: 18px;
  }

  #cadastroForm .form-group {
    margin-bottom: 0 !important;
  }
  #cadastroForm .form-group label.error {
    color: #cb1916 !important;
    padding-top: 6px;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
  }

  #cadastroForm .form-group input,
  #cadastroForm .form-group select {
    height: 40px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }

  .msg-final {
    text-align: center;
    background-color: #ededed;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
  }

  .msg-final img {
    width: 75px;
    max-width: 100%;
    margin: 0 auto;
  }

  .msg-text {
    color: #13a300;
    font-size: 18px;
    font-weight: 500;
  }

  .msg-text span {
    font-weight: 800;
  }
}

.form-cadastro {
  padding: 15px;
}

#cadastroForm {
  margin: 20px 5px;
}

#cadastroForm p.obrt {
  color: #cb1916;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
}

#cadastroForm p.obrt.info {
  color: #f07d01;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
}
#cadastroForm .form-group label.error {
  color: #cb1916 !important;
  padding-top: 6px;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}
#cadastroForm .form-group {
  margin-bottom: 20px;
}

#cadastroForm .form-group.has-error {
  margin-bottom: 0;
}

#cadastroForm .form-group input,
#cadastroForm .form-group select {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#cadastroForm .form-control.disabled {
  background-color: #b8b8b8;
  cursor: no-drop;
  opacity: 1;
  user-select: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #b8b8b8 !important;
  opacity: 1;
  user-select: none;
  cursor: no-drop;
}
#cadastroForm .form-group label.vip-label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#cadastroForm .form-group label.vip-label input.vip-check {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: 1px;
}

#cadastroForm .help-block {
  color: #a94442 !important;
}
#cadastroForm .form-group label.vip-label span {
  color: #f07d01;
  line-height: 1.2;
}
.link {
  text-align: center;
  margin: 20px 0;
}

.link a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #f07d01;
  border-color: #d76f00;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 18px;
  transition: ease-in-out 0.35s;
}

.link a:hover {
  color: #f07d01;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #eeeeee;
  transition: ease-in-out 0.35s;
}

button.enviar {
  color: #ffffff;
  border-radius: 3px;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: right;
  height: 40px;
  width: 180px;
  max-width: 100%;
  background-color: #f07d01;
  border-color: #d76f00;
  transition: ease-in-out 0.35s;
}

button.enviar:hover {
  background-color: #ffffff;
  color: #f07d01;
}

.input-file {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-radius: 6px;
}

.gologin {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  position: relative;
  top: 5px;
  letter-spacing: 0.85px;
}

.gologin a {
  color: #f07d01;
  font-weight: 600;
  text-decoration: none;
  border: none;
  transition: ease-in-out 0.3s;
}

.gologin a:hover {
  color: #ffaa4f;
  border: 0;
  text-decoration: none;
}

.gologin a:focus {
  color: #ffaa4f;
  border: 0;
  text-decoration: none;
}

.paragMessage {
  color: #f07d01;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}

.goupload {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  position: relative;
  top: 5px;
  letter-spacing: 0.8px;
  padding-bottom: 15px;
}

.goupload span {
  color: #f07d01;
  text-transform: uppercase;
  font-weight: 700;
}

.arquivo-comp-residencia {
  display: flex;
  align-items: center;
}

h5.file-label {
  position: absolute;
  color: #333333;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  width: auto;
  padding: 10px;
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

h5.file-label:hover {
  background-color: #e9ecef;
}

.arquivo-comp-residencia input[type="file"] {
  opacity: 0;
  width: 75%;
  height: 40px !important;
  border: 0 !important;
  border-radius: 0;
  cursor: pointer;
}

.comp-residencia {
  height: 40px;
  width: 100%;
  font-size: 13px;
  padding: 0 15px 0 10px;
  font-weight: 400;
  color: #ededed;
  background-color: rgb(122 122 122);
  margin: 0;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.disabled {
  background-color: rgb(122 122 122);
}
