:root {
  --beige-rgba: 208, 181, 168;
  --beige: #d0b5a8;
  --beige-dark-rgba: 191, 145, 124;
  --beige-dark: #bf917c;
  --black-rgba: 0, 0, 0;
  --black: #000000;
  --blue-rgba: 0, 33, 55;
  --blue: #002137;
  --blue-medium: #4C6373;
  --blue-light: #8FABBE;
  --blue-hard: #001C35;
  --blue-light-rgba: 143, 171, 190;
  --blue-effect-rgba: 0, 143, 217;
  --grey: #9EABC1;
  --white-rgba: 255, 253, 247;
  --white: #fffdf7;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--white);
}

input[data-input=invalid] {
  border: 2px solid red !important;
}

#section-header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  background: rgba(22, 35, 46, 0.8);
  backdrop-filter: blur(10px);
}
#section-header .div-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 48px;
}
#section-header .div-content-wrapper img {
  width: auto;
  height: 40px;
}
#section-header .div-content-wrapper .div-nav div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
#section-header .div-content-wrapper .div-nav div a {
  color: var(--white);
  text-decoration: none;
  font-size: 18px;
  text-shadow: 1px 1px 5px rgba(var(--black-rgba), 0.7);
}
#section-header .div-content-wrapper .button-entre-em-contato {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid var(--beige-dark);
  border-radius: 8px;
  font-size: 18px;
  color: var(--beige);
  cursor: pointer;
}
#section-header .div-content-wrapper .button-entre-em-contato img {
  width: 29px;
  height: 28px;
}
#section-header .div-content-wrapper .div-mobile-button {
  display: none;
}
@media (max-width: 992px) {
  #section-header .div-content-wrapper .div-nav {
    display: none;
  }
  #section-header .div-content-wrapper .button-entre-em-contato {
    gap: 8px;
    padding: 5px 18px;
    border-radius: 8px;
    font-size: 14px;
  }
  #section-header .div-content-wrapper .button-entre-em-contato img {
    width: 21px;
    height: 20px;
  }
}
@media (max-width: 600px) {
  #section-header {
    height: auto;
  }
  #section-header .div-content-wrapper {
    padding: 22px 24px;
  }
  #section-header .div-content-wrapper > img {
    width: auto;
    height: 26px;
  }
  #section-header .div-content-wrapper .button-entre-em-contato {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 5px;
  }
  #section-header .div-content-wrapper .button-entre-em-contato img {
    width: 16px;
    height: 15px;
  }
}

#section-1 {
  padding-top: 150px;
  position: relative;
  background: url("../imgs/1/bg.png") no-repeat top;
  background-size: cover;
  height: 750px;
  overflow: hidden;
}
#section-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: var(--beige);
  mix-blend-mode: hard-light;
  z-index: 0;
}
#section-1 .div-content-wrapper {
  position: relative;
  max-width: 1440px;
  padding: 0 48px;
  margin: 0 auto;
  z-index: 1;
}
#section-1 .div-content-wrapper .div-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 700px;
  gap: 50px;
}
#section-1 .div-content-wrapper .div-body .div-infos {
  width: calc(60% - 25px);
  max-width: 480px;
}
#section-1 .div-content-wrapper .div-body .div-infos > h1 {
  margin-bottom: 12px;
  font-size: 55px;
  font-weight: 600;
  color: var(--white);
  text-shadow: 1px 1px 5px rgba(var(--black-rgba), 0.7);
}
@media (max-width: 1000px) {
  #section-1 .div-content-wrapper .div-body .div-infos > h1 {
    text-align: center;
  }
}
#section-1 .div-content-wrapper .div-body .div-infos > p {
  font-size: 22px;
  font-weight: 400;
  color: var(--white);
}
#section-1 .div-content-wrapper .div-body .div-infos > p span {
  color: var(--beige);
  text-decoration-line: underline;
}
#section-1 .div-content-wrapper .div-body .div-infos .div-solucoes-exclusivas {
  margin-top: 40px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid var(--grey);
  display: flex;
  gap: 16px;
  color: var(--white);
}
#section-1 .div-content-wrapper .div-body .div-infos .div-solucoes-exclusivas > p {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
#section-1 .div-content-wrapper .div-body .div-infos .div-solucoes-exclusivas > p span {
  font-weight: 600;
}
#section-1 .div-content-wrapper .div-body .div-form {
  max-width: 472px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(40deg, rgba(0, 28, 53, 0.26) 52.05%, rgba(208, 181, 168, 0.26) 97.17%);
  box-shadow: 0 3.197px 5.194px 0 rgba(0, 0, 0, 0.51);
  backdrop-filter: blur(10px);
}
#section-1 .div-content-wrapper .div-body .div-form .div-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#section-1 .div-content-wrapper .div-body .div-form .div-title > h1 {
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
}
#section-1 .div-content-wrapper .div-body .div-form .div-title > h1 span {
  text-decoration-line: underline;
}
#section-1 .div-content-wrapper .div-body .div-form .div-title p {
  font-size: 16px;
  color: var(--white);
}
#section-1 .div-content-wrapper .div-body .div-form .div-title hr {
  border: none;
  background-color: var(--grey);
  width: 100%;
  height: 1px;
}
#section-1 .div-content-wrapper .div-body .div-form .div-outer-inputs {
  width: 100%;
  max-width: 590px;
}
#section-1 .div-content-wrapper .div-body .div-form .div-outer-inputs .div-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#section-1 .div-content-wrapper .div-body .div-form .div-outer-inputs .div-grid .div-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#section-1 .div-content-wrapper .div-body .div-form .div-outer-inputs .div-grid .div-input-wrapper {
  width: 100%;
}
#section-1 .div-content-wrapper .div-body .div-form .div-outer-inputs .div-grid .div-input-wrapper label {
  display: block;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}
#section-1 .div-content-wrapper .div-body .div-form .div-outer-inputs .div-grid .div-input-wrapper input {
  display: block;
  width: calc(100% - 26px);
  padding: 12px;
  border: 1px solid var(--blue-medium);
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 1px 8px 8px -8px rgba(0, 0, 0, 0.75);
  outline: none;
  color: var(--white);
  background: transparent;
}
#section-1 .div-content-wrapper .div-body .div-form .div-outer-inputs .div-grid .div-input-wrapper input::placeholder {
  color: var(--white);
}
#section-1 .div-content-wrapper .div-body .div-form .div-outer-inputs .div-grid .div-input-wrapper input:focus {
  border-color: var(--beige);
}
#section-1 .div-content-wrapper .div-body .div-form .div-outer-inputs .div-grid .div-input-wrapper input[data-input=invalid] {
  border: 2px solid red;
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs {
  width: calc(100% - 48px);
  max-width: 590px;
  padding: 24px;
  border: 1px solid rgba(var(--white-rgba), 0.7);
  border-radius: 22px;
  background-color: var(--white);
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-grid .div-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-grid .div-input-wrapper {
  width: 100%;
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-grid .div-input-wrapper label {
  display: block;
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-grid .div-input-wrapper input {
  display: block;
  width: calc(100% - 26px);
  padding: 12px;
  border: 1px solid var(--blue-medium);
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 1px 8px 8px -8px rgba(0, 0, 0, 0.75);
  outline: none;
  color: var(--blue);
  background: transparent;
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-grid .div-input-wrapper input::placeholder {
  color: var(--blue-light);
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-grid .div-input-wrapper input:focus {
  border-color: var(--beige);
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-grid .div-input-wrapper input[data-input=invalid] {
  border: 2px solid red;
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-agreement {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  gap: 8px;
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-agreement input {
  display: inline-block;
  outline-color: var(--beige);
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-agreement label {
  text-align: justify;
  font-size: 12px;
  color: var(--blue);
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-success-message {
  display: none;
  margin-top: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #217334;
  background-color: #217334;
  color: white;
  font-size: 13px;
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-error-message {
  display: none;
  margin-top: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #7c1a1a;
  background-color: #7c1a1a;
  color: white;
  font-size: 13px;
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: calc(100% - 48px);
  height: 48px;
  padding: 6px 24px;
  border-radius: 8px;
  border: 1px solid var(--white);
  background-color: var(--blue);
  box-shadow: 0 5px 8px rgba(var(--black-rgba), 0.35);
  margin-top: 24px;
  cursor: pointer;
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-submit:hover {
  background-color: var(--beige-dark);
  transition: background-color 0.3s;
}
#section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-submit span {
  font-size: 16px;
  color: var(--white);
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  #section-1 {
    height: 1450px;
    background-position: 15% 75%;
  }
  #section-1::after {
    height: 400px;
  }
  #section-1 .div-content-wrapper .div-body {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  #section-1 .div-content-wrapper .div-body .div-infos {
    width: 100%;
  }
  #section-1 .div-content-wrapper .div-body .div-infos div {
    text-align: center;
  }
  #section-1 .div-content-wrapper .div-body .div-form {
    width: 98%;
  }
}
@media (max-width: 600px) {
  #section-1 {
    padding-top: 80px;
    height: 1360px;
  }
  #section-1 .div-content-wrapper {
    padding: 0 24px;
  }
  #section-1 .div-content-wrapper .div-body .div-infos > h1 {
    margin-bottom: 12px;
    font-size: 36px;
  }
  #section-1 .div-content-wrapper .div-body .div-infos > p {
    font-size: 18px;
    text-align: center;
  }
  #section-1 .div-content-wrapper .div-body .div-form {
    width: 95%;
    padding: 15px;
  }
  #section-1 .div-content-wrapper .div-body .div-form .div-title > h1 {
    text-align: center;
    font-size: 18px;
  }
  #section-1 .div-content-wrapper .div-body .div-form .div-title p {
    text-align: center;
    font-size: 14px;
  }
  #section-1 .div-content-wrapper .div-body .div-form .div-outer-inputs .div-grid .div-top {
    gap: 16px;
    flex-direction: column;
  }
  #section-1 .div-content-wrapper .div-body .div-form .div-outer-inputs .div-grid .div-input-wrapper label {
    font-size: 12px;
  }
  #section-1 .div-content-wrapper .div-body .div-form .div-outer-inputs .div-grid .div-input-wrapper input {
    padding: 8px;
    font-size: 12px;
  }
  #section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs {
    padding: 12px;
    width: calc(100% - 24px);
  }
  #section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-grid .div-top {
    flex-direction: column;
    gap: 16px;
  }
  #section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-grid .div-input-wrapper label {
    font-size: 12px;
  }
  #section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-grid .div-input-wrapper input {
    padding: 8px;
    font-size: 12px;
  }
  #section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-submit {
    width: calc(100% - 24px);
    height: 32px;
    padding: 6px 10px;
    margin-top: 16px;
    gap: 8px;
  }
  #section-1 .div-content-wrapper .div-body .div-form .div-inner-inputs .div-submit span {
    font-size: 12px;
  }
}

#section-2 {
  background-color: var(--white);
}
#section-2 .div-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  max-width: 1440px;
  padding: 48px;
  margin: 0 auto;
}
#section-2 .div-content-wrapper > h1 {
  color: var(--blue-hard);
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}
#section-2 .div-content-wrapper > h1 span {
  background: var(--blue);
  background: linear-gradient(to right, var(--blue) 0%, var(--beige) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}
#section-2 .div-content-wrapper > p {
  font-size: 22px;
  color: var(--blue-medium);
}
#section-2 .div-content-wrapper > p span {
  text-decoration: underline;
  color: var(--blue-medium);
}
#section-2 .div-content-wrapper .div-administradoras img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #section-2 .div-content-wrapper > h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  #section-2 .div-content-wrapper {
    padding: 20px;
  }
  #section-2 .div-content-wrapper > h1 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #section-2 .div-content-wrapper > p {
    font-size: 12px;
    text-align: center;
  }
}

#section-3 {
  background-color: var(--white);
  background-image: url("../imgs/3/bg.png"), linear-gradient(0deg, rgba(var(--white-rgba)) 95%, rgba(var(--blue-rgba), 0.1) 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-3 .div-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  max-width: 1440px;
  padding: 48px;
  margin: 0 auto;
}
#section-3 .div-content-wrapper .div-predios {
  width: 30%;
}
#section-3 .div-content-wrapper .div-predios img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
#section-3 .div-content-wrapper .div-infos {
  width: calc(60% - 25px);
}
#section-3 .div-content-wrapper .div-infos .div-title {
  width: fit-content;
  position: relative;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 600;
  color: var(--blue);
}
#section-3 .div-content-wrapper .div-infos .div-title::after {
  position: absolute;
  content: "";
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 11px;
  border-radius: 2px;
  background: var(--beige-dark);
}
#section-3 .div-content-wrapper .div-infos .div-commando-text {
  margin-bottom: 40px;
  text-align: justify;
  font-size: 20px;
  color: var(--blue);
}
#section-3 .div-content-wrapper .div-infos .div-commando-text span {
  display: inline-block;
  padding: 0 4px;
  background: var(--blue-light);
  background: linear-gradient(90deg, rgba(var(--blue-light-rgba), 1) 0%, rgba(var(--blue-rgba), 1) 100%);
  color: var(--white);
}
#section-3 .div-content-wrapper .div-infos .div-valores {
  display: flex;
  align-items: center;
  gap: 20px;
}
#section-3 .div-content-wrapper .div-infos .div-valores > div {
  padding: 10px 22px;
  border-radius: 100px;
  border: 1px solid;
  font-size: 16px;
}
#section-3 .div-content-wrapper .div-infos .div-valores > div.blue {
  border-color: var(--blue-medium);
  color: var(--blue-medium);
}
#section-3 .div-content-wrapper .div-infos .div-valores > div.beige {
  border-color: var(--beige-dark);
  color: var(--beige-dark);
}
#section-3 .div-content-wrapper .div-infos .div-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px 30px;
  border-radius: 20px;
  font-size: 18px;
  color: var(--white);
  cursor: pointer;
  border: 1.475px solid #001C35;
  background: linear-gradient(270deg, #16232E 0%, #314C5E 52.11%, #16232E 100%);
  box-shadow: 0 5.359px 4.108px 0 rgba(0, 0, 0, 0.25);
}
#section-3 .div-content-wrapper .div-infos .div-link img {
  width: 32px;
  height: 32px;
}
#section-3 .div-content-wrapper .div-infos .div-link span {
  font-size: 22px;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  #section-3 .div-content-wrapper .div-infos {
    width: calc(60% - 25px);
  }
  #section-3 .div-content-wrapper .div-infos .div-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
  #section-3 .div-content-wrapper .div-infos .div-commando-text {
    font-size: 14px;
  }
  #section-3 .div-content-wrapper .div-infos .div-valores > div {
    padding: 6px 18px;
    font-size: 12px;
  }
  #section-3 .div-content-wrapper .div-infos .div-link {
    border-radius: 8px;
    font-size: 12px;
    padding: 8px 24px;
  }
  #section-3 .div-content-wrapper .div-infos .div-link img {
    width: 22px;
    height: 22px;
  }
  #section-3 .div-content-wrapper .div-infos .div-link span {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  #section-3 .div-content-wrapper {
    justify-content: center;
  }
  #section-3 .div-content-wrapper .div-predios {
    display: none;
  }
  #section-3 .div-content-wrapper .div-infos {
    width: 100%;
  }
  #section-3 .div-content-wrapper .div-infos .div-title {
    margin: 0 auto 24px;
    text-align: center;
  }
  #section-3 .div-content-wrapper .div-infos .div-title::after {
    width: 20px;
    height: 5px;
    top: calc(100% + 9px);
    left: 50%;
    transform: translateX(-50%);
  }
  #section-3 .div-content-wrapper .div-infos .div-commando-text {
    text-align: center;
  }
  #section-3 .div-content-wrapper .div-infos .div-valores {
    justify-content: center;
  }
  #section-3 .div-content-wrapper .div-infos .div-link {
    width: fit-content;
    margin: 40px auto 0;
  }
}
@media (max-width: 600px) {
  #section-3 .div-content-wrapper {
    padding: 20px;
  }
  #section-3 .div-content-wrapper .div-infos .div-title {
    font-size: 20px;
  }
  #section-3 .div-content-wrapper .div-infos .div-commando-text {
    font-size: 12px;
  }
  #section-3 .div-content-wrapper .div-infos .div-valores {
    gap: 10px;
  }
  #section-3 .div-content-wrapper .div-infos .div-valores > div {
    font-size: 10px;
  }
  #section-3 .div-content-wrapper .div-infos .div-link {
    border-radius: 8px;
    padding: 8px 24px;
  }
  #section-3 .div-content-wrapper .div-infos .div-link img {
    width: 20px;
    height: 20px;
  }
  #section-3 .div-content-wrapper .div-infos .div-link span {
    font-size: 12px;
  }
}

#section-4 {
  padding: 80px 0;
  background-color: var(--white);
}
#section-4 .div-content-wrapper {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
#section-4 .div-parceiro {
  padding: 56px 40px;
  border-radius: 20px 0 0 20px;
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
}
#section-4 .div-parceiro > h1 {
  color: #16232E;
  font-size: 40px;
  font-weight: 300;
}
#section-4 .div-parceiro > h1 span {
  font-weight: 600;
  background: linear-gradient(90deg, var(--blue) 14.53%, var(--grey) 84.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#section-4 .div-parceiro .div-motivo-list {
  margin-top: 40px;
}
#section-4 .div-parceiro .div-motivo-list > p {
  margin-left: 24px;
  display: list-item;
  font-size: 20px;
  color: var(--blue-medium);
}
#section-4 .div-image-wrapper {
  position: relative;
}
#section-4 .div-image-wrapper:after {
  content: "";
  position: absolute;
  right: -19px;
  bottom: -18.6px;
  width: 134px;
  height: 134px;
  border-radius: 20px 0;
  background: var(--beige-dark);
  z-index: 1;
}
#section-4 .div-image-wrapper > img {
  position: relative;
  width: 100%;
  z-index: 5;
}
@media (max-width: 992px) {
  #section-4 .div-parceiro {
    border: none;
    padding: 56px 0;
    width: 100%;
  }
  #section-4 .div-parceiro > h1 {
    text-align: center;
  }
  #section-4 .div-parceiro .div-motivo-list {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }
  #section-4 .div-parceiro .div-motivo-list > p {
    position: relative;
    text-align: center;
    margin-left: 0;
    display: block;
    font-size: 20px;
  }
  #section-4 .div-parceiro .div-motivo-list > p:not(:last-child):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -22px;
    left: 0;
    background-color: rgba(158, 171, 193, 0.8);
  }
  #section-4 .div-image-wrapper {
    display: none;
  }
}
@media (max-width: 600px) {
  #section-4 {
    padding: 30px 0;
  }
  #section-4 .div-content-wrapper {
    padding: 0 20px;
  }
  #section-4 .div-parceiro {
    padding: 40px 0;
  }
  #section-4 .div-parceiro > h1 {
    font-size: 22px;
  }
  #section-4 .div-parceiro .div-motivo-list {
    gap: 44px;
  }
  #section-4 .div-parceiro .div-motivo-list > p {
    font-size: 14px;
  }
}

#section-5 {
  position: relative;
}
#section-5::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 200px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 33, 55, 0) 60.9%, #16232E 99.12%);
}
#section-5 .div-cover {
  background: url("../imgs/5/bg-3.png") no-repeat center;
  background-size: cover;
}
#section-5 .div-cover .div-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 1440px;
  padding: 144px 48px;
  margin: 0 auto;
}
#section-5 .div-cover .div-content-wrapper .title {
  font-size: 40px;
  font-weight: 300;
  color: var(--white);
  letter-spacing: 2px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
#section-5 .div-cover .div-content-wrapper .title span {
  font-weight: 600;
}
#section-5 .div-cover .div-content-wrapper .subtitle {
  margin: 30px 0 48px;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: var(--white);
  letter-spacing: 2px;
}
#section-5 .div-cover .div-content-wrapper .subtitle span {
  color: var(--beige-dark);
}
#section-5 .div-cover .div-content-wrapper .div-slick {
  position: relative;
  width: 100%;
}
#section-5 .div-cover .div-content-wrapper .div-slick::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 350px;
  height: 600px;
  border-radius: 1002.354px;
  background: linear-gradient(236deg, rgba(255, 255, 255, 0.67) 16.4%, rgba(158, 171, 193, 0.67) 27.34%, rgba(129, 170, 233, 0.28) 66.4%);
  filter: blur(167.8750305176px);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  z-index: 1;
}
#section-5 .div-cover .div-content-wrapper .div-slick .slick-list {
  padding: 20px 0;
  position: relative;
  z-index: 5;
}
#section-5 .div-cover .div-content-wrapper .div-slick .div-slide {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 40px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#section-5 .div-cover .div-content-wrapper .div-slick .div-slide img {
  width: 100%;
  height: 100%;
}
#section-5 .div-cover .div-content-wrapper .div-slick .div-slide .div-card-bottom {
  padding: 20px 60px;
  background: linear-gradient(92deg, rgba(0, 28, 53, 0.8) -0.01%, rgba(28, 28, 30, 0.4) 99.99%);
  backdrop-filter: blur(2px);
}
#section-5 .div-cover .div-content-wrapper .div-slick .div-slide .div-card-bottom h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
  text-align: center;
}
#section-5 .div-cover .div-content-wrapper .div-slick .div-slide .div-card-bottom hr {
  margin: 20px auto 0;
  width: 60px;
  height: 4px;
  background: var(--grey);
  border: none;
}
#section-5 .div-cover .div-content-wrapper .div-cta {
  max-width: 1100px;
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid #D0B5A8;
  background: linear-gradient(36deg, rgba(37, 52, 63, 0.4) 74.83%, rgba(208, 181, 168, 0.8) 150.81%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(9.8px);
}
#section-5 .div-cover .div-content-wrapper .div-cta > p {
  max-width: 920px;
  padding: 30px 0 30px 30px;
  color: var(--white);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
}
#section-5 .div-cover .div-content-wrapper .div-cta button {
  max-width: 490px;
  width: 100%;
  outline: 0;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border-radius: 16px;
  border: 1.475px solid var(--beige);
  background: var(--beige-dark);
}
#section-5 .div-cover .div-content-wrapper .div-cta button span {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}
#section-5 .div-cover .div-content-wrapper .div-futuro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 200px;
}
#section-5 .div-cover .div-content-wrapper .div-futuro > h1 {
  max-width: 500px;
  font-size: 70px;
  color: #FFFDF7;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFFFFF;
  line-height: 104%;
}
#section-5 .div-cover .div-content-wrapper .div-futuro > h1 span {
  color: rgba(255, 253, 247, 0);
}
#section-5 .div-cover .div-content-wrapper .div-futuro > p {
  max-width: 800px;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  color: var(--white);
}
#section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper {
  z-index: 5;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid #D0B5A8;
  box-shadow: 0 3.197px 5.194px 0 rgba(0, 0, 0, 0.51);
  background: linear-gradient(36deg, rgba(37, 52, 63, 0.4) 74.83%, rgba(208, 181, 168, 0.8) 124.2%);
  backdrop-filter: blur(10px);
}
#section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form {
  width: 100%;
  padding: 24px 0 24px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
#section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form .div-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: max-content;
}
#section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form .div-input-wrapper label {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
#section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form .div-input-wrapper input {
  padding-bottom: 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--blue-medium);
  color: #9EABC1;
  font-size: 16px;
  font-weight: 300;
}
#section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form .div-input-wrapper input::placeholder {
  color: #8FABBE;
  font-weight: 300;
}
#section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form .div-input-wrapper input:focus {
  outline: 0;
}
#section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form hr {
  width: 1px;
  height: 100%;
  background-color: var(--white);
  border: none;
}
#section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper button {
  width: 100%;
  outline: 0;
  padding: 0 10px;
  gap: 14px;
  border: none;
  background: var(--beige-dark);
}
#section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper button span {
  position: relative;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}
#section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper button span::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--white);
}
@media (max-width: 1300px) {
  #section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper {
    width: 500px;
    flex-direction: column;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form {
    width: calc(100% - 48px);
    padding: 24px 24px 0;
    flex-direction: column;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form .div-input-wrapper {
    align-items: center;
    width: 100%;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form hr {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper button {
    padding: 20px 10px;
  }
}
@media (max-width: 992px) {
  #section-5 .div-cover .div-content-wrapper .title {
    text-align: center;
    font-size: 40px;
  }
  #section-5 .div-cover .div-content-wrapper .subtitle {
    text-align: center;
    margin: 30px 0 48px;
    font-size: 18px;
  }
  #section-5 .div-cover .div-content-wrapper .div-cta > p {
    font-size: 16px;
  }
  #section-5 .div-cover .div-content-wrapper .div-cta button {
    padding: 20px 40px;
    gap: 14px;
  }
  #section-5 .div-cover .div-content-wrapper .div-cta button span {
    font-size: 18px;
  }
  #section-5 .div-cover .div-content-wrapper .div-cta button img {
    width: 34px;
  }
}
@media (max-width: 768px) {
  #section-5 .div-cover .div-content-wrapper {
    padding: 110px 48px;
  }
  #section-5 .div-cover .div-content-wrapper .div-cta button span {
    font-size: 16px;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro > h1 {
    font-size: 40px;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro > p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #section-5 .div-cover .div-content-wrapper {
    padding: 55px 30px;
  }
  #section-5 .div-cover .div-content-wrapper .title {
    font-size: 22px;
  }
  #section-5 .div-cover .div-content-wrapper .subtitle {
    margin: 16px 0;
    font-size: 12px;
  }
  #section-5 .div-cover .div-content-wrapper .div-slick:after {
    top: 50%;
    left: 50%;
    width: 250px;
    height: 300px;
  }
  #section-5 .div-cover .div-content-wrapper .div-slick .div-slide .div-card-bottom {
    padding: 10px 30px;
  }
  #section-5 .div-cover .div-content-wrapper .div-slick .div-slide .div-card-bottom h3 {
    font-size: 18px;
  }
  #section-5 .div-cover .div-content-wrapper .div-slick .div-slide .div-card-bottom hr {
    margin: 10px auto 4px;
    width: 60px;
    height: 2px;
    background: var(--grey);
    border: none;
  }
  #section-5 .div-cover .div-content-wrapper .div-cta {
    margin-top: 24px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  #section-5 .div-cover .div-content-wrapper .div-cta > p {
    border-radius: 20px;
    border: 1px solid #D0B5A8;
    background: linear-gradient(36deg, rgba(37, 52, 63, 0.4) 74.83%, rgba(208, 181, 168, 0.8) 150.81%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(9.8px);
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
  }
  #section-5 .div-cover .div-content-wrapper .div-cta button {
    padding: 10px 30px;
    gap: 14px;
    border-radius: 8px;
  }
  #section-5 .div-cover .div-content-wrapper .div-cta button span {
    font-size: 14px;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro {
    margin-top: 60px;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro > h1 {
    font-size: 24px;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro > p {
    font-size: 14px;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper {
    width: 100%;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form .div-input-wrapper label {
    font-size: 14px;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form .div-input-wrapper input {
    font-size: 14px;
    text-align: center;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper .div-form .div-input-wrapper input::placeholder {
    font-size: 14px;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper button span {
    font-size: 14px;
  }
  #section-5 .div-cover .div-content-wrapper .div-futuro .div-form-wrapper button span::after {
    bottom: 0;
  }
}

#section-6 {
  background-color: #16232E;
}
#section-6 .div-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
  max-width: 1440px;
  padding: 48px;
  margin: 0 auto;
}
#section-6 .div-content-wrapper .div-links {
  width: calc(100% - 48px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
#section-6 .div-content-wrapper .div-links img {
  width: auto;
  height: 40px;
}
#section-6 .div-content-wrapper .div-links .div-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
#section-6 .div-content-wrapper .div-links .div-nav a {
  color: var(--white);
  text-decoration: none;
  font-size: 18px;
  text-shadow: 1px 1px 5px rgba(var(--black-rgba), 0.7);
}
#section-6 .div-content-wrapper .div-links .div-simule {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid var(--beige);
  border-radius: 8px;
  font-size: 18px;
  color: var(--beige);
  cursor: pointer;
}
#section-6 .div-content-wrapper .div-links .div-simule img {
  width: 29px;
  height: 28px;
}
#section-6 .div-content-wrapper hr {
  width: calc(100% - 48px);
  height: 1px;
  background-color: var(--blue-light);
  border: none;
}
#section-6 .div-content-wrapper .div-sedes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#section-6 .div-content-wrapper .div-sedes .div-sede {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#section-6 .div-content-wrapper .div-sedes .div-sede:first-child {
  position: relative;
}
#section-6 .div-content-wrapper .div-sedes .div-sede:first-child:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--beige-dark);
}
#section-6 .div-content-wrapper .div-sedes .div-sede > p {
  font-size: 20px;
  color: var(--white);
}
@media (max-width: 600px) {
  #section-6 .div-content-wrapper .div-sedes .div-sede > p {
    font-size: 14px;
  }
}
#section-6 .div-content-wrapper .div-sedes .div-sede > p span {
  color: var(--beige-dark);
}
@media (max-width: 992px) {
  #section-6 .div-content-wrapper {
    gap: 48px;
    max-width: 1440px;
    padding: 48px;
  }
  #section-6 .div-content-wrapper .div-links {
    width: calc(100% - 48px);
  }
  #section-6 .div-content-wrapper .div-links img {
    width: auto;
    height: 25px;
  }
  #section-6 .div-content-wrapper .div-links .div-nav {
    gap: 25px;
  }
  #section-6 .div-content-wrapper .div-links .div-nav a {
    font-size: 12px;
  }
  #section-6 .div-content-wrapper .div-links .div-simule {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
  }
  #section-6 .div-content-wrapper .div-links .div-simule img {
    width: 22px;
    height: 21px;
  }
}
@media (max-width: 768px) {
  #section-6 .div-content-wrapper .div-links {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 30px;
  }
  #section-6 .div-content-wrapper .div-links .div-nav {
    flex-direction: column;
  }
  #section-6 .div-content-wrapper .div-links .div-nav a {
    font-size: 18px;
  }
  #section-6 .div-content-wrapper .div-links .div-simule {
    font-size: 18px;
    grid-row: 2;
  }
  #section-6 .div-content-wrapper .div-links .div-simule img {
    width: 29px;
    height: 28px;
  }
}
@media (max-width: 600px) {
  #section-6 .div-content-wrapper {
    padding: 48px 24px;
  }
  #section-6 .div-content-wrapper .div-links {
    gap: 30px;
  }
  #section-6 .div-content-wrapper .div-links .div-nav a {
    font-size: 14px;
  }
  #section-6 .div-content-wrapper .div-links img {
    height: 20px;
  }
  #section-6 .div-content-wrapper .div-links .div-simule {
    font-size: 12px;
  }
  #section-6 .div-content-wrapper .div-links .div-simule img {
    width: 22px;
    height: 21px;
  }
}

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