/****************************************************** General */
body {
  background: rgb(0, 25, 125);
  background: -moz-linear-gradient(
    135deg,
    rgba(0, 25, 125, 1) 0%,
    rgba(0, 147, 208, 1) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    rgba(0, 25, 125, 1) 0%,
    rgba(0, 147, 208, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(0, 25, 125, 1) 0%,
    rgba(0, 147, 208, 1) 100%
  );
  color: #ffffff;
}
body header {
  z-index: 2;
}
body.nav-is-open header {
  z-index: 4;
}
body.nav-is-open header div a:has(.img-fluid) {
  visibility: hidden;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid-contact-rows {
  grid-template-rows: minmax(358px, 1fr);
}
#burger {
  cursor: pointer;
}
p.highlight {
  font-size: clamp(1.25rem, 0.9859rem + 1.1268vw, 2rem);
  font-weight: 400;
  line-height: 125%;
}
@media screen and (max-width: 425px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/****************************************************** Section 1 */
.section-1 {
  min-height: 100vh;
  position: relative;
}
.section-1 .grid {
  grid-template-rows: 100vh;
}
.section-1 #contact-page-photo {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-1 #contact-page-title {
  font-size: clamp(1.75rem, 1.1338rem + 2.6291vw, 3.5rem);
  font-weight: 300;
  line-height: 130%;
}
@media screen and (max-width: 1200px) {
  .section-1 #contact-page-title {
    font-size: clamp(2.1rem, 0.6778rem + 2.963vw, 2.9rem);
  }
}
@media screen and (max-width: 991px) {
  .section-1 #contact-page-title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .section-1 #contact-page-title {
    top: 0% !important;
  }
  .section-1 #contact-page-title > div {
    margin-inline: 1.5rem;
  }
  .section-1 {
    margin-top: 10rem;
    padding-top: 5rem;
  }
  .section-1,
  .section-1 .grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    min-height: auto;
    max-height: 100vh;
  }
  .section-1 #contact-page-photo {
    min-height: 40rem;
    margin-top: 3rem;
  }
}
/****************************************************** Section 2 */
.section-2 {
  border-top: 0.5px solid #ffffff;
  border-bottom: 0.5px solid #ffffff;
}
.section-2 .line:not(:last-child) {
  border-bottom: 0.5px solid #ffffff;
}
.section-2 .grid > div:nth-child(odd) {
  border-right: 0.5px solid #ffffff;
}
.section-2 a {
  color: #ffffff;
  text-decoration: none;
  gap: clamp(13px, 14px + 0.75vh, 17px);
}
.section-2 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .section-2 .line > div {
    margin-inline: 0;
    width: 100%;
  }
  .section-2 .grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .section-2 .grid > div {
    padding-inline: 2rem;
    padding-block: 1.5rem;
    max-height: 12.19rem;
  }
  .section-2 .grid > div:nth-child(odd) {
    border-right: none;
  }
  .section-2 .grid > div:first-child {
    border-bottom: 0.5px solid #fff;
  }
}
/****************************************************** Section 3 */
.section-3 .d-flex > .d-flex {
  gap: clamp(13px, 14px + 0.75vh, 17px);
}
@media screen and (max-width: 767px) {
  .section-3 .contact-form form {
    gap: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
  .section-3 form .pix-submit p input:not(input[type="submit"]) {
    margin-left: 3rem;
  }
}
/****************************************************** Footer */
footer {
  color: #0f2a95;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer p.highlight {
  font-size: clamp(1.75rem, 1.3099rem + 1.8779vw, 3rem);
  font-weight: 300;
  line-height: 130%;
}
footer .flex-1 {
  gap: clamp(24px, 35px + 0.75vh, 40px);
  font-size: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
  font-weight: 400;
  line-height: 125%;
}
footer .flex-2 {
  gap: clamp(20px, 21px + 0.75vh, 24px);
}
footer .flex-3 {
  gap: clamp(7px, 8px + 0.75vh, 10px);
}
footer .flex-4 {
  gap: 7px;
}
footer .flex-5 {
  gap: clamp(18px, 25px + 0.75vh, 30px);
}
