/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,500,600");
body {
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  color: #2c2b2b;
  font-size: 20px;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
}

html {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#footer {
  margin-top: auto;
}

.hero-slider,
.hero-area,
.slider-item {
  flex-shrink: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #EBF5F0;
}

.btn-main {
  background: #EBF5F0;
  border: 1px solid #EBF5F0;
  color: #17404c;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 40px;
}
.btn-main:hover {
  color: #346c7e;
}

.mt-20 {
  margin-top: 20px;
}

.btn:focus {
  color: #17404c;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.preloader {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #EBF5F0;
  }
  50%, 100% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}
@keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #EBF5F0;
  }
  50%, 100% {
    height: 5px;
    transform: translateY(0);
    background: #fff;
  }
}
.bg-gray {
  background: #f9f9f9;
}

.slick-slide {
  outline: none;
}

.single-page-header {
  background-size: cover;
  padding: 30px 0 70px;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  background-color: #EBF5F0;
  border-bottom: 1px solid rgba(23, 64, 76, 0.16);
  box-shadow: 0 4px 10px 0 rgba(23, 64, 76, 0.06);
  transition: 0.3s all;
}
.navigation .logo-default {
  display: block !important;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link {
  color: #17404c;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: 0.2s ease-in-out 0s;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-light .navbar-nav .nav-item .nav-link:active, .navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #17404c;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #17404c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.navigation .navbar-light .navbar-nav .nav-item.nav-item--menu-only .nav-link, .navigation .navbar-light .navbar-nav .nav-item.nav-item--menu-only.active .nav-link {
  text-decoration: none;
}
.navigation .navbar-light .navbar-nav .nav-item.nav-item--menu-only .nav-link:hover,
.navigation .navbar-light .navbar-nav .nav-item.nav-item--menu-only .nav-link:active,
.navigation .navbar-light .navbar-nav .nav-item.nav-item--menu-only .nav-link:focus {
  text-decoration: none;
}
.navigation .navbar-light .navbar-nav .dropdown-menu {
  left: 50%;
  min-width: auto;
  margin-top: -10px;
  padding: 8px 0;
  border: 1px solid rgba(23, 64, 76, 0.16);
  border-radius: 6px;
  background: #EBF5F0;
  box-shadow: 0 12px 24px rgba(23, 64, 76, 0.12);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.navigation .navbar-light .navbar-nav .dropdown-item {
  color: #17404c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 8px 18px;
  text-transform: uppercase;
  white-space: nowrap;
}
.navigation .navbar-light .navbar-nav .dropdown-item:hover, .navigation .navbar-light .navbar-nav .dropdown-item:focus {
  color: #17404c;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
@media (min-width: 992px) {
  .navigation .dropdown:hover > .dropdown-menu,
  .navigation .dropdown:focus-within > .dropdown-menu {
    display: block;
  }
  .navigation .dropdown-toggle::after {
    transition: transform 0.2s ease;
  }
  .navigation .dropdown:hover > .dropdown-toggle::after,
  .navigation .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  .navigation .nav-link {
    padding: 6px !important;
  }
  .navigation .navbar-collapse.show {
    overflow-y: auto;
    max-height: calc(100vh - 55px);
  }
  .navigation .navbar-light .navbar-nav .dropdown-menu {
    left: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    text-align: center;
    transform: none;
    width: auto;
  }
  .navigation .navbar-light .navbar-nav .dropdown-item {
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .navigation {
    box-shadow: 0 4px 10px 0 rgba(23, 64, 76, 0.06);
    background: #EBF5F0;
  }
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #17404c;
  }
  .navigation .logo-white {
    display: none;
  }
  .navigation .logo-default {
    display: block;
  }
  .navigation .navbar-light .navbar-toggler {
    background: rgba(255, 255, 255, 0.58);
    color: #17404c;
    border-color: rgba(23, 64, 76, 0.16);
  }
}
.sticky-header {
  background: #EBF5F0;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}

.hero-area {
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  opacity: 80%;
}
.slider-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.slider-item .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slider-item h1 {
  color: #EBF5F0;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .slider-item h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 480px) {
  .slider-item h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

.hero-slider {
  overflow-x: hidden;
}
.hero-slider .prevArrow {
  left: -100px;
}
.hero-slider .nextArrow {
  right: -100px;
}
@media (max-width: 768px) {
  .hero-slider .prevArrow,
  .hero-slider .nextArrow {
    display: none !important;
  }
}
.hero-slider:hover .prevArrow {
  left: 20px;
}
.hero-slider:hover .nextArrow {
  right: 20px;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  background: rgba(235, 245, 240, 0.5);
  color: #17404c;
  border: 0;
  line-height: 70px;
  font-size: 35px;
  transition: 0.2s ease;
  border-radius: 50%;
  cursor: pointer;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}
.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #17404c;
  transition: 0.2s ease;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background: #EBF5F0;
}

.prevArrow {
  left: 0px;
}
.prevArrow::before {
  border-left: 2px solid #17404c;
  border-top: 2px solid #17404c;
  right: 35px;
}
.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}
.nextArrow::before {
  border-right: 2px solid #17404c;
  border-bottom: 2px solid #17404c;
  left: 35px;
}
.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
/*=================================================================
  Associacao section
==================================================================*/
a {
  color: #EBF5F0;
}

h1 {
  font-size: 50px;
}

#quem-somos,
#missao-valores,
#associados {
  scroll-margin-top: 45px;
}

.associacao-index .lead {
  color: rgba(23, 64, 76, 0.68);
  line-height: 1.65;
}

.associacao-card-grid {
  margin-top: 40px;
}

.associacao-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 285px;
  height: 100%;
  padding: 30px 22px 24px;
  border: 1px solid rgba(23, 64, 76, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 14px rgba(23, 64, 76, 0.07);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.associacao-card:hover, .associacao-card:focus {
  border-color: rgba(23, 64, 76, 0.2);
  box-shadow: 0 12px 28px rgba(23, 64, 76, 0.1);
  text-decoration: none;
  transform: translateY(-4px);
}

.associacao-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
}
.associacao-logo img {
  display: block;
  max-width: 190px;
  max-height: 86px;
  -o-object-fit: contain;
     object-fit: contain;
}

.associacao-logo--inova-ria img {
  max-width: 170px;
}

.associacao-card-title {
  display: block;
  color: #17404c;
  font-family: "Catamaran", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.associacao-card-district {
  display: block;
  color: #477f91;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.associacao-card-link,
.associacao-detail-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(23, 64, 76, 0.22);
  border-radius: 6px;
  color: #17404c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.associacao-detail-site {
  width: 100%;
}

.associacao-detail-site i {
  font-size: 16px;
  line-height: 1;
}

.associacao-card:hover .associacao-card-link,
.associacao-card:focus .associacao-card-link,
.associacao-detail-site:hover,
.associacao-detail-site:focus {
  background: #17404c;
  color: #fff;
  text-decoration: none;
}

.associacao-detail h1 {
  margin-bottom: 22px;
}

.associacao-back {
  margin-bottom: 28px;
}

.associacao-detail-card {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(23, 64, 76, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 14px rgba(23, 64, 76, 0.07);
  color: #17404c;
}

.associacao-detail-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 22px;
  border-radius: 7px;
  width: 100%;
}
.associacao-detail-logo img {
  display: block;
  width: 100%;
  max-width: 210px;
  max-height: 82px;
  -o-object-fit: contain;
     object-fit: contain;
}

.associacao-detail-info {
  width: 100%;
}

.associacao-detail-section {
  padding: 17px 0;
  border-top: 1px solid rgba(23, 64, 76, 0.14);
}
.associacao-detail-section p {
  margin: 5px 0 0;
  color: #17404c;
  font-size: 15px;
  line-height: 1.45;
}

.associacao-detail-label {
  display: block;
  color: rgba(23, 64, 76, 0.56);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.associacao-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.associacao-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(52, 108, 126, 0.14);
  color: #346c7e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.associacao-contact-line {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  color: #17404c;
  font-size: 15px;
  line-height: 1.3;
}
.associacao-contact-line i {
  color: rgba(23, 64, 76, 0.72);
  font-size: 15px;
  width: 15px;
}
.associacao-contact-line:hover, .associacao-contact-line:focus {
  color: #0f6c78;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.partner-text a {
  color: #17404c;
  font-weight: 600;
}
.partner-text a:hover, .partner-text a:focus {
  color: #0f6c78;
}
.partner-text h3 {
  margin-top: 28px;
}

@media (max-width: 991px) {
  .associacao-detail-card {
    position: static;
  }
}
.pdth-value-card {
  background: #fff;
  border-radius: 8px;
  padding: 32px 24px 28px;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 12px rgba(23, 64, 76, 0.07);
  border: 1px solid rgba(23, 64, 76, 0.08);
  border-top: 3px solid #bdded1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pdth-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(23, 64, 76, 0.1);
}

.pdth-value-icon {
  width: 70px;
  height: 70px;
  background: #EBF5F0;
  border-radius: 50%;
  border: 1px solid rgba(189, 222, 209, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.pdth-value-icon i {
  font-size: 32px;
  color: #17404c;
}

.pdth-value-icon .tf-ion-ios-people {
  transform: translateX(2px);
}

.pdth-value-icon .tf-ion-ios-heart {
  transform: translateX(2px);
}

.pdth-value-icon .tf-ion-earth {
  transform: translateX(2px);
}

.pdth-value-card h5 {
  font-family: "Catamaran", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #17404c;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.pdth-value-card p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: rgba(23, 64, 76, 0.68);
  margin-bottom: 0;
  line-height: 1.5;
}

.contact-us {
  padding: 80px 0;
}

.cx-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}

.cx-left {
  background: #EBF5F0;
  padding: 52px 44px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cx-eyebrow {
  font-size: 12.1px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #17404c;
  margin-bottom: 16px;
}

.cx-heading {
  font-family: "Catamaran", sans-serif;
  font-size: 30.8px;
  font-weight: 800;
  color: #17404c;
  line-height: 1.25;
  margin-bottom: 36px;
}

.cx-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
}

.cx-info-item:last-child {
  margin-bottom: 0;
}

.cx-info-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cx-info-icon i {
  font-size: 19.8px;
  color: #17404c;
}

.cx-info-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #17404c;
  margin-bottom: 4px;
}

.cx-info-val {
  font-size: 15.4px;
  color: #17404c;
  line-height: 1.6;
  margin-bottom: 0;
}

.cx-info-val a {
  color: #17404c;
  text-decoration: underline;
}

.cx-info-val small {
  color: #17404c;
  font-size: 13.2px;
}

.instagram-icon {
  display: block;
  width: 17.6px;
  height: 17.6px;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.cx-info-icon .instagram-icon {
  color: #17404c;
}

.cx-photo {
  margin: 4px 0 0;
  overflow: hidden;
  border: 1px solid rgba(23, 64, 76, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 32px rgba(23, 64, 76, 0.1);
}

.cx-photo img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cx-photo figcaption {
  padding: 10px 12px;
  font-size: 12.1px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #17404c;
}

.cx-right {
  background: #fff;
  padding: 52px 44px;
}

.cx-form-title {
  font-family: "Catamaran", sans-serif;
  font-size: 24.2px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.cx-form-sub {
  font-size: 15.4px;
  color: #888;
  margin-bottom: 28px;
}

.cx-field {
  margin-bottom: 18px;
}

.cx-field label {
  display: block;
  font-size: 12.1px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #555;
  margin-bottom: 6px;
}

.cx-field .form-control {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  height: 44px !important;
  font-size: 15.4px;
  color: #222;
  padding: 0 14px;
  transition: border-color 0.15s;
}

.cx-field .form-control:focus {
  border-color: #EBF5F0;
  background: #fff;
  outline: none;
  box-shadow: none;
}

.cx-field textarea.form-control {
  height: 120px !important;
  padding: 12px 14px;
  resize: none;
}

.cx-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.cx-consent input[type=checkbox] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #EBF5F0;
}

.cx-consent label {
  font-size: 13.2px;
  color: #17404c;
  line-height: 1.6;
  cursor: pointer;
}

.cx-consent label a {
  color: #477f91;
}

.cx-btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: #EBF5F0;
  color: #17404c;
  border: none;
  border-radius: 6px;
  font-family: "Catamaran", sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}

.cx-btn:hover {
  background: #17404c;
  color: #EBF5F0;
}

.contact-notice {
  display: none;
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-notice.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.contact-notice--success {
  background: rgba(34, 139, 90, 0.08);
  border-color: rgba(34, 139, 90, 0.22);
  color: #1c6845;
}

.contact-notice--error {
  background: rgba(190, 57, 57, 0.08);
  border-color: rgba(190, 57, 57, 0.22);
  color: #8d2e2e;
}

@media (max-width: 768px) {
  .cx-wrap {
    grid-template-columns: 1fr;
  }
  .cx-left,
  .cx-right {
    padding: 36px 28px;
  }
  .cx-photo img {
    height: 190px;
  }
}
.associate-partners-title h2 {
  font-size: 42px;
}

.associate-partners .partner-logo-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: nowrap;
}
.associate-partners .partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.associate-partners .partner-logo img {
  display: block;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.associate-partners .partner-logo--ua img {
  height: 66px;
  max-width: 242px;
}
.associate-partners .partner-logo--ubi img {
  height: 70px;
  max-width: 220px;
}
.associate-partners .partner-logo--uc img {
  height: 62px;
  max-width: 308px;
}
.associate-partners .partner-logo--inova img {
  height: 57px;
  max-width: 264px;
}
@media (max-width: 767px) {
  .associate-partners .partner-logo-row {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .associate-partners .partner-logo--ua img,
  .associate-partners .partner-logo--ubi img,
  .associate-partners .partner-logo--uc img,
  .associate-partners .partner-logo--inova img {
    height: auto;
    width: 200px;
    max-width: 200px;
  }
}

.service-logo {
  width: 90%;
  max-width: none;
}

.goals p {
  font-size: 22px;
}

.intro p {
  color: #555454;
}

.intro h2 {
  font-size: 34px;
}

.intro h3 {
  font-size: 30px;
}

.partners h2 {
  font-size: 36px;
}

.project-download-btn {
  background: #0967A6;
  border: 1px solid #0967A6;
  color: #fff;
  font-weight: 700;
}

.project-download-btn:hover,
.project-download-btn:focus {
  background: #042165;
  border-color: #042165;
  color: #fff;
}

.institutional-partners .partner-logo-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: nowrap;
}
.institutional-partners .partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.institutional-partners .partner-logo img {
  display: block;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.institutional-partners .partner-logo--ubi img {
  height: 64px;
  max-width: 200px;
}
.institutional-partners .partner-logo--uc img {
  height: 56px;
  max-width: 280px;
}
.institutional-partners .partner-logo--inova img {
  height: 52px;
  max-width: 240px;
}
.institutional-partners .partner-logo--pdth img {
  height: 60px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .institutional-partners .partner-logo-row {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .institutional-partners .partner-logo--ubi img,
  .institutional-partners .partner-logo--uc img,
  .institutional-partners .partner-logo--inova img,
  .institutional-partners .partner-logo--pdth img {
    height: auto;
    width: 200px;
    max-width: 200px;
  }
}

.reference span {
  font-size: 19px;
}

.reference h3 {
  font-size: 35px;
}

.reference h4 {
  font-size: 30px;
}

.mds-obj-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(9, 103, 166, 0.22);
  padding: 28px 24px;
  height: 100%;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mds-obj-card:hover {
  box-shadow: 0 8px 24px rgba(4, 33, 101, 0.1);
  transform: translateY(-3px);
}

.mds-obj-num {
  font-family: "Catamaran", sans-serif;
  font-weight: 800;
  font-size: 50px;
  color: rgba(9, 103, 166, 0.18);
  line-height: 1;
  margin-bottom: 10px;
}

.mds-obj-card h5 {
  font-family: "Catamaran", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #042165;
  margin-bottom: 10px;
}

.mds-obj-card p {
  font-size: 16px;
  color: rgba(4, 33, 101, 0.68);
  line-height: 1.6;
  margin-bottom: 0;
}

.mds-roadmap {
  position: relative;
  padding-left: 0px;
}

.mds-roadmap::before {
  content: "";
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #0967A6;
  opacity: 0.75;
  z-index: 1;
}

.mds-roadmap-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 40px;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.mds-roadmap-item::before {
  content: "";
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0967A6;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(4, 33, 101, 0.14);
  z-index: 2;
}

.mds-roadmap-phase {
  font-family: "Catamaran", sans-serif;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  color: #042165;
  text-align: right;
  padding-right: 25px;
  z-index: 3;
}

.mds-roadmap-content {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(9, 103, 166, 0.22);
  padding: 15px 20px;
  box-shadow: 0 2px 10px rgba(4, 33, 101, 0.04);
  max-width: 500px;
}

.mds-roadmap-content h5 {
  font-family: "Catamaran", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #042165;
  margin-bottom: 4px;
}

.mds-roadmap-content p {
  font-size: 13px;
  color: rgba(4, 33, 101, 0.68);
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mds-roadmap::before {
    left: 15px;
  }
  .mds-roadmap-item {
    grid-template-columns: 1fr;
    padding-left: 40px;
    gap: 10px;
  }
  .mds-roadmap-item::before {
    left: 9px;
    top: 15px;
    transform: none;
  }
  .mds-roadmap-phase {
    text-align: left;
  }
  .mds-roadmap-content {
    max-width: 100%;
  }
}
.resources-page {
  background: #fff;
}

.resources-intro {
  max-width: none;
  margin-bottom: 28px;
}
.resources-intro h1 {
  color: inherit;
  font-size: 50px;
  margin-bottom: 14px;
}
.resources-intro p {
  color: #2c2b2b;
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 0;
  text-align: justify;
}

.resource-selector {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 42px;
}

.resource-selector__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 128px;
  padding: 20px;
  border: 1px solid rgba(23, 64, 76, 0.14);
  border-radius: 8px;
  background: #f8fbfa;
  color: #17404c;
  box-shadow: 0 8px 22px rgba(23, 64, 76, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.resource-selector__item:hover, .resource-selector__item:focus, .resource-selector__item.is-active {
  border-color: rgba(23, 64, 76, 0.32);
  box-shadow: 0 14px 30px rgba(23, 64, 76, 0.08);
  color: #17404c;
  text-decoration: none;
  transform: translateY(-3px);
}

.resource-selector__content {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.resource-selector__content strong {
  color: #17404c;
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  line-height: 1.25;
}
.resource-selector__content small {
  color: rgba(23, 64, 76, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.resource-results {
  scroll-margin-top: 95px;
  padding-top: 10px;
}

.resource-panel {
  display: none;
  margin-top: 36px;
}

.resource-panel.is-visible {
  display: block;
}

.resource-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(23, 64, 76, 0.14);
  margin-bottom: 22px;
}

.resource-section__title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.resource-section__title h2 {
  color: #17404c;
  font-size: 22px;
  line-height: 1.25;
  margin: 0;
}

.resource-section__header > span {
  color: rgba(23, 64, 76, 0.58);
  flex-shrink: 0;
  font-size: 13px;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.resource-card {
  display: flex;
  flex-direction: column;
  min-height: 258px;
  border: 1px solid rgba(23, 64, 76, 0.14);
  border-radius: 8px;
  background: #f8fbfa;
  padding: 22px 22px 20px;
  height: 100%;
  box-shadow: 0 8px 22px rgba(23, 64, 76, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.resource-card:hover {
  border-color: rgba(23, 64, 76, 0.26);
  box-shadow: 0 14px 30px rgba(23, 64, 76, 0.08);
  transform: translateY(-3px);
}
.resource-card h3 {
  color: #17404c;
  font-size: 18px;
  line-height: 1.28;
  margin: 14px 0 10px;
}
.resource-card p {
  color: rgba(23, 64, 76, 0.68);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 22px;
}
.resource-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #346c7e;
  font-family: "Catamaran", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}
.resource-card a span {
  border-bottom: 1px solid transparent;
  line-height: 1.2;
}
.resource-card a:hover,
.resource-card a:focus {
  color: #17404c;
  text-decoration: none;
}
.resource-card a:hover span,
.resource-card a:focus span {
  border-bottom-color: currentColor;
}

.resource-card__type {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(23, 64, 76, 0.18);
  background: rgba(23, 64, 76, 0.06);
  color: rgba(23, 64, 76, 0.72);
  font-family: "Catamaran", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 991px) {
  .resource-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .resources-intro h1 {
    font-size: 30px;
  }
  .resources-intro p {
    font-size: 16px;
  }
  .resource-selector {
    grid-template-columns: 1fr;
  }
  .resource-section__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .resource-grid {
    grid-template-columns: 1fr;
  }
}
.news-grid {
  margin-top: 28px;
}

.home-news {
  background: #f7faf8;
}

.home-news-header {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.home-news-eyebrow {
  color: #346c7e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.home-news-header h2 {
  color: #17404c;
  font-family: "Catamaran", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
}

.home-news-all {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  margin-bottom: 6px;
  white-space: nowrap;
}

.home-news-all i {
  font-size: 14px;
  line-height: 1;
}

.home-news-grid {
  margin-top: 32px;
}

.news-grid > [class*=col-] {
  margin-bottom: 30px;
}

.news-card {
  background: #fff;
  border: 1px solid rgba(23, 64, 76, 0.12);
  height: 100%;
  margin-bottom: 0;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.news-card:hover {
  box-shadow: 0 14px 34px rgba(23, 64, 76, 0.12);
  transform: translateY(-3px);
}

.news-card-image {
  background: rgba(52, 108, 126, 0.1);
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}

.news-card-image--placeholder::after {
  background: rgba(52, 108, 126, 0.22);
  content: "";
  height: 42%;
  left: 50%;
  -webkit-mask: linear-gradient(#000 0 0) center 65%/64% 32% no-repeat, radial-gradient(circle at 38% 42%, #000 0 12%, transparent 13%), linear-gradient(135deg, transparent 48%, #000 49% 63%, transparent 64%) center 72%/70% 42% no-repeat;
          mask: linear-gradient(#000 0 0) center 65%/64% 32% no-repeat, radial-gradient(circle at 38% 42%, #000 0 12%, transparent 13%), linear-gradient(135deg, transparent 48%, #000 49% 63%, transparent 64%) center 72%/70% 42% no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46%;
  -webkit-mask: linear-gradient(#000 0 0) center 65%/64% 32% no-repeat, radial-gradient(circle at 38% 42%, #000 0 12%, transparent 13%), linear-gradient(135deg, transparent 48%, #000 49% 63%, transparent 64%) center 72%/70% 42% no-repeat;
}

.news-card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.news-card-body {
  padding: 24px;
}

.news-card h2 {
  font-size: 24px;
  line-height: 1.25;
  margin: 8px 0 12px;
}

.news-card h2 a {
  color: #17404c;
}

.news-empty {
  color: #666;
}

.news-date {
  color: #777;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.news-card-summary {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.news-link,
.news-back {
  border-bottom: 2px solid transparent;
  color: #346c7e;
  display: inline-block;
  font-weight: 600;
  line-height: 1.4;
  transition: border-color 0.12s ease, color 0.12s ease;
}

.news-link:hover,
.news-link:focus,
.news-back:hover,
.news-back:focus {
  border-bottom-color: currentColor;
  color: #17404c;
  text-decoration: none;
}

.news-back::before {
  content: "<";
  margin-right: 8px;
}

.news-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}

.news-pagination__item,
.news-pagination__ellipsis {
  align-items: center;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  min-width: 38px;
}

.news-pagination__item {
  border: 1px solid rgba(23, 64, 76, 0.18);
  border-radius: 6px;
  color: #17404c;
  font-weight: 700;
  padding: 0 12px;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.news-pagination__item:hover,
.news-pagination__item:focus,
.news-pagination__item.is-active {
  background: #17404c;
  border-color: #17404c;
  color: #fff;
  text-decoration: none;
}

.news-pagination__ellipsis {
  color: rgba(23, 64, 76, 0.58);
  font-weight: 700;
}

@media (max-width: 767px) {
  .home-news-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .home-news-header h2 {
    font-size: 30px;
  }
  .home-news-all {
    margin-bottom: 0;
  }
}
.news-article {
  margin: 0 auto;
  max-width: 760px;
}

.news-article-header {
  padding-top: 18px;
}

.news-article h1 {
  color: #17404c;
  font-size: 40px;
  line-height: 1.18;
  margin: 0 0 12px;
  text-align: center;
}

.news-article-header .news-date {
  margin-bottom: 0;
  text-align: center;
}

.news-separator {
  border: 0;
  border-top: 1px solid rgba(23, 64, 76, 0.16);
  margin: 30px 0;
}

.news-article-image {
  display: block;
  margin: 0 auto;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.news-content-wrap {
  display: flex;
  justify-content: center;
}

.news-content {
  color: #333;
  font-size: 18px;
  line-height: 1.75;
  width: 100%;
}

.news-content a {
  color: #17404c;
  font-weight: 600;
}
.news-content a:hover, .news-content a:focus {
  color: #0f6c78;
}

.news-content p,
.news-content ul,
.news-content ol,
.news-content blockquote,
.news-content figure {
  margin-bottom: 20px;
}

.news-content ul,
.news-content ol {
  list-style-position: outside;
  margin-left: 24px;
}

.news-content ul {
  list-style-type: disc;
}

.news-content ol {
  list-style-type: decimal;
}

.news-content blockquote {
  border-left: 4px solid rgba(52, 108, 126, 0.28);
  color: #477f91;
  padding-left: 20px;
}

.news-content hr {
  display: none;
}

@media (max-width: 767px) {
  .news-article h1 {
    font-size: 30px;
    text-align: left;
  }
  .news-article-header .news-date {
    text-align: left;
  }
  .news-separator {
    margin: 24px 0;
  }
}
.privacy-page {
  background: #fff;
}

.privacy-content {
  max-width: 860px;
  margin: 0 auto;
  color: #333;
}

.privacy-updated {
  margin-bottom: 14px;
  color: #6b7280;
  font-size: 14px;
}

.privacy-content h1 {
  margin-bottom: 24px;
  color: #17404c;
  font-size: 35px;
  line-height: 1.2;
}

.privacy-content p {
  margin-bottom: 14px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.privacy-content a {
  color: #0967A6;
  text-decoration: underline;
}

.privacy-content a:hover {
  color: #17404c;
}

.privacy-content h2 {
  margin: 34px 0 10px;
  color: #17404c;
  font-size: 22px;
  line-height: 1.3;
}

.privacy-list {
  margin: 0 0 18px 22px;
  padding: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
  list-style: disc;
}

.privacy-list--numbered {
  list-style: decimal;
}

.privacy-list li {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .privacy-content h1 {
    font-size: 29px;
  }
  .privacy-content h2 {
    font-size: 20px;
  }
}
/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #EBF5F0;
  border-top: 1px solid #c8e6dc;
  padding: 50px 0 50px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1.5fr;
  gap: 0 36px;
  padding-bottom: 40px;
}

.footer-divider {
  background: rgba(23, 64, 76, 0.16);
  align-self: stretch;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  height: 256px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-col-label {
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  color: rgba(23, 64, 76, 0.52) !important;
  margin-bottom: 16px;
  line-height: 1 !important;
  padding-right: 0 !important;
}

.footer-link {
  display: block;
  font-size: 15.75px;
  color: rgba(23, 64, 76, 0.68) !important;
  text-decoration: none;
  margin-bottom: 11px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.footer-link:hover {
  color: #17404c !important;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-contact-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-contact-icon i {
  font-size: 16.875px;
  color: #17404c;
}

.footer-contact-icon .instagram-icon {
  width: 16.875px;
  height: 16.875px;
  color: #17404c;
}

.footer-contact-item span {
  font-size: 14.625px;
  color: rgba(23, 64, 76, 0.68);
  line-height: 1.6;
  padding-top: 4px;
}

.footer-contact-item a {
  color: rgba(23, 64, 76, 0.68);
}

.footer-contact-item a:hover {
  color: #17404c;
}

/* Form */
.footer-field {
  margin-bottom: 10px;
}

.footer-field input,
.footer-field textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(23, 64, 76, 0.18);
  border-radius: 6px;
  padding: 9px 12px;
  font-size: 14.625px;
  color: #17404c;
  font-family: "Source Sans Pro", sans-serif;
  outline: none;
  transition: border-color 0.15s, background 0.15s;
  resize: none;
  box-shadow: none;
  height: auto !important;
}

.footer-field input::-moz-placeholder, .footer-field textarea::-moz-placeholder {
  color: rgba(23, 64, 76, 0.45);
}

.footer-field input:-ms-input-placeholder, .footer-field textarea:-ms-input-placeholder {
  color: rgba(23, 64, 76, 0.45);
}

.footer-field input::placeholder,
.footer-field textarea::placeholder {
  color: rgba(23, 64, 76, 0.45);
}

.footer-field input:focus,
.footer-field textarea:focus {
  border-color: rgba(23, 64, 76, 0.42);
  background: rgba(255, 255, 255, 0.76);
}

.footer-field textarea {
  height: 76px !important;
}

.footer-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.footer-consent input[type=checkbox] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #17404c;
}

.footer-consent label {
  font-size: 12.375px;
  color: rgba(23, 64, 76, 0.62);
  line-height: 1.55;
  cursor: pointer;
}

.footer-consent label a {
  color: #17404c;
}

.footer-consent label a:hover {
  color: #0f6c78;
}

.footer-submit {
  display: block;
  width: 100%;
  padding: 10px;
  background: #17404c;
  color: #fff;
  border: 1px solid #17404c;
  border-radius: 6px;
  font-family: "Catamaran", sans-serif;
  font-size: 14.625px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.footer-submit:hover {
  background: #0f6c78;
  border-color: #0f6c78;
}

@media (max-width: 1199px) {
  .footer-grid {
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
  }
  .footer-divider:last-of-type {
    display: none;
  }
  .footer-col:last-child {
    grid-column: 1/-1;
    border-top: 1px solid rgba(23, 64, 76, 0.16);
    padding-top: 32px;
    margin-top: 8px;
  }
  .footer-field input,
  .footer-field textarea {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px 0;
  }
  .footer-divider {
    display: none;
  }
  .footer-col:last-child {
    grid-column: auto;
    border-top: 1px solid rgba(23, 64, 76, 0.16);
    padding-top: 28px;
    margin-top: 0;
  }
  .footer-field input,
  .footer-field textarea {
    max-width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
}
.top-footer-projeto {
  background: linear-gradient(160deg, #042165 0%, #07528f 64%, #0967A6 100%);
  border-top: 1px solid rgb(88, 192, 233);
  padding: 50px 0 50px;
}

.footer-grid-projeto {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(180px, 0.9fr) 1px minmax(220px, 1fr) 1px minmax(360px, 1.6fr);
  gap: 0 48px;
  padding-bottom: 40px;
}

.footer-divider-projeto {
  background: rgba(255, 255, 255, 0.18);
  align-self: stretch;
}

.footer-col-projeto {
  display: flex;
  flex-direction: column;
}

.footer-col-projeto:first-child {
  align-items: center;
  justify-content: center;
}

.footer-logo-projeto {
  height: 256px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  padding: 5px;
}

.footer-col-label-projeto {
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  color: #fff !important;
  margin-bottom: 16px;
  line-height: 1 !important;
  padding-right: 0 !important;
}

.footer-contact-item-projeto {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-contact-item-projeto span {
  font-size: 14.625px;
  color: #fff;
  line-height: 1.6;
  padding-top: 4px;
}

.footer-contact-item-projeto a {
  color: #fff;
}

.footer-contact-item-projeto a:hover {
  color: #fff;
}

.footer-contact-icon-projeto {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-contact-icon-projeto i {
  font-size: 16.875px;
  color: #042165;
}

/* Form */
.footer-field-projeto {
  margin-bottom: 10px;
}

.footer-field-projeto input,
.footer-field-projeto textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  padding: 9px 12px;
  font-size: 14.625px;
  color: #042165;
  font-family: "Source Sans Pro", sans-serif;
  outline: none;
  transition: border-color 0.15s, background 0.15s;
  resize: none;
  box-shadow: none;
  height: auto !important;
}

.footer-field-projeto input::-moz-placeholder, .footer-field-projeto textarea::-moz-placeholder {
  color: rgba(4, 33, 101, 0.56);
}

.footer-field-projeto input:-ms-input-placeholder, .footer-field-projeto textarea:-ms-input-placeholder {
  color: rgba(4, 33, 101, 0.56);
}

.footer-field-projeto input::placeholder,
.footer-field-projeto textarea::placeholder {
  color: rgba(4, 33, 101, 0.56);
}

.footer-field-projeto input:focus,
.footer-field-projeto textarea:focus {
  border-color: rgba(255, 255, 255, 0.72);
  background: #fff;
}

.footer-field-projeto textarea {
  height: 76px !important;
}

.footer-consent-projeto {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.footer-consent-projeto input[type=checkbox] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #042165;
}

.footer-consent-projeto label {
  font-size: 12.375px;
  color: #fff;
  line-height: 1.55;
  cursor: pointer;
}

.footer-consent-projeto label a {
  color: #fff;
}

.footer-consent-projeto label a:hover {
  color: #fff;
}

.footer-submit-projeto {
  display: block;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.86);
  color: #042165;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 6px;
  font-family: "Catamaran", sans-serif;
  font-size: 14.625px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.footer-submit-projeto:hover {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.86);
  color: #042165;
}

@media (max-width: 1199px) {
  .footer-grid-projeto {
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  }
  .footer-divider-projeto:last-of-type {
    display: none;
  }
  .footer-col-projeto:last-child {
    grid-column: 1/-1;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 32px;
    margin-top: 8px;
  }
  .footer-field-projeto input,
  .footer-field-projeto textarea {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .footer-grid-projeto {
    grid-template-columns: 1fr;
    gap: 28px 0;
  }
  .footer-divider-projeto {
    display: none;
  }
  .footer-col-projeto:last-child {
    grid-column: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 28px;
    margin-top: 0;
  }
  .footer-col-projeto:first-child {
    padding: 22px 18px;
  }
  .footer-field-projeto input,
  .footer-field-projeto textarea {
    max-width: 100%;
  }
  .footer-bottom-projeto {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
}
.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
}
.page-404 h1 {
  font-size: 200px;
}
/*# sourceMappingURL=style.css.map */
