@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-bold-rounded/css/uicons-bold-rounded.css");
@import 'icons/icons.css';
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-solid-straight/css/uicons-solid-straight.css");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  background-color: #145431;
}

body {
  background-color: white;
  font-family: "Dosis", sans-serif;
  color: #535353;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0px 10px;
}

.button {
  background: #145431;
  padding: 10px 15px;
  border-radius: 32px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  border: none;
  border-right: 2px solid #81a5a7;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.button:hover {
  opacity: 0.5;
}

.button-alt {
  background: #81a5a7;
  padding: 10px 15px;
  border-radius: 32px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  border: none;
  border-right: 2px solid #145431;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.button-alt:hover {
  opacity: 0.5;
}

.overlay {
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  background-color: rgba(41, 42, 56, 0.1);
}
.overlay.hidden {
  display: none;
}
.overlay .focus {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  background: none;
}

.default-text-content {
  line-height: 1.4;
  font-size: 1.1rem;
}
.default-text-content img {
  max-width: 500px;
  height: auto;
  border-radius: 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.default-text-content img.alt {
  box-shadow: none;
  max-width: 700px;
}
.default-text-content p {
  margin-bottom: 32px;
}
.default-text-content .zoom {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  border: none;
  background-color: rgba(20, 84, 49, 0.8);
  height: 40px;
  width: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}
.default-text-content .zoom i {
  display: inline-flex;
}
.default-text-content .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  background-color: rgba(41, 42, 56, 0.1);
}
.default-text-content .align-right {
  position: relative;
  float: right;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-left: 30px;
  margin-bottom: 30px;
}
.default-text-content .align-right img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.default-text-content strong {
  font-weight: bold;
  color: #145431;
}
.default-text-content .align-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.default-text-content h1,
.default-text-content h2,
.default-text-content h3,
.default-text-content h4,
.default-text-content h5 {
  color: #145431;
}
.default-text-content a {
  color: #81a5a7;
  text-decoration: none;
  position: relative;
}
.default-text-content a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  content: "";
  opacity: 0.3;
  background: #81a5a7;
}

#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
#main-nav:target .inset {
  margin-left: 0;
}
#main-nav .group.has-submenu {
  position: relative;
}
#main-nav .group.has-submenu .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
}
#main-nav .group.has-submenu .submenu a {
  font-size: 0.9rem;
  color: #f5f5f5;
  text-decoration: none;
}
#main-nav .group.has-submenu.active .submenu {
  max-height: 200px;
}
#main-nav .group.has-submenu .submenu-toggle {
  cursor: pointer;
}
#main-nav .group.has-submenu .submenu-toggle a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
#main-nav .group.has-submenu .submenu-toggle a i {
  transition: transform 0.3s ease;
}
#main-nav .group.has-submenu.active .submenu-toggle i {
  transform: rotate(180deg);
}
#main-nav .inset {
  background: #145431;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  margin-left: -250px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#main-nav .inset .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 30px;
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
}
#main-nav .inset nav {
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin-top: 30px;
}
#main-nav .inset nav a {
  color: white;
  text-decoration: none;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(3px);
  background-color: white;
}
header.home {
  background: none;
}
header .icon-menu {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 28px;
  width: 70px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.3rem;
  color: #145431;
  z-index: 3;
  display: none;
}
@media all and (max-width: 999px) {
  header .icon-menu {
    display: flex;
  }
}
@media all and (max-width: 999px) {
  header {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(4px) saturate(150%);
    -moz-backdrop-filter: blur(4px) saturate(150%);
    -ms-backdrop-filter: blur(4px) saturate(150%);
    -o-backdrop-filter: blur(4px) saturate(150%);
    backdrop-filter: blur(4px) saturate(150%);
  }
}
header .top {
  padding: 6px 0;
  background-color: #145431;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
header .top span {
  font-size: 0.9rem;
  color: white;
}
@media all and (max-width: 999px) {
  header .top span {
    font-size: 0.7rem;
  }
}
header .top img {
  height: 16px;
  width: auto;
}
@media all and (max-width: 999px) {
  header .top img {
    height: 12px;
  }
}
header .content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  position: relative;
}
@media all and (max-width: 999px) {
  header .content {
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header .content .logo {
  margin-right: 2rem;
}
@media all and (max-width: 1200px) {
  header .content .logo {
    zoom: 0.8;
  }
}
header .content .logo img {
  height: 50px;
  margin: 15px 0;
  width: auto;
}
@media all and (max-width: 999px) {
  header .content .logo img {
    height: 50px;
    width: auto;
  }
}
header .content nav {
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  gap: 10%;
}
@media all and (max-width: 1200px) {
  header .content nav {
    margin-right: 10px;
  }
}
@media all and (max-width: 999px) {
  header .content nav {
    display: none;
  }
}
header .content nav a {
  text-align: center;
  font-weight: 500;
  font-size: 1.1;
  text-transform: uppercase;
  color: #145431;
  text-decoration: none;
  position: relative;
  transition: all 300ms ease-in-out;
  position: relative;
}
header .content nav a:hover {
  color: #81a5a7;
}
header .content nav .menu {
  position: relative;
}
header .content nav .menu .sub-menu {
  flex-direction: column;
  gap: 12px;
  display: none;
  position: absolute;
  width: 300%;
  top: 100%;
  left: 0;
  background-color: rgba(129, 165, 167, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 8px 16px;
  border-radius: 8px;
  z-index: 2;
}
header .content nav .menu .sub-menu a {
  text-align: left;
  font-size: 18px !important;
  color: white;
  padding-bottom: 0;
}
header .content nav .menu .sub-menu a:hover {
  opacity: 0.5;
}
header .content nav .menu:hover .sub-menu {
  display: flex;
}
header .content .social {
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  header .content .social {
    display: none;
  }
}
header .content .social a {
  width: 38px;
  height: 38px;
  background: rgba(20, 84, 49, 0.8);
  backdrop-filter: blur(3px) saturate(150%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  border-radius: 30px;
  margin-left: 10px;
}
header .content .social a i {
  display: inline-flex;
}
header .content .social a i:before {
  vertical-align: middle;
}
header .content .social a:hover {
  background: white;
  color: #145431;
}

main.home section.fidelity {
  width: 100%;
  background: url("../images/fidelity-bg.jpg") center center no-repeat;
  background-size: cover !important;
  padding: 50px 0px;
  position: relative;
}
main.home section.fidelity .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  main.home section.fidelity .content {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
main.home section.fidelity .content .info {
  width: 50%;
  color: white;
  padding: 2rem;
  background-color: rgba(58, 58, 58, 0.2);
  backdrop-filter: blur(20px);
  line-height: 1.5;
  margin-right: -200px;
  padding-right: 232px;
  border-radius: 1rem;
  z-index: 0;
}
@media all and (max-width: 999px) {
  main.home section.fidelity .content .info {
    width: 100%;
    margin-right: 0;
    padding-right: 2rem;
    border-bottom: 0;
  }
}
main.home section.fidelity .content .info h2 {
  font-size: 2.48rem;
  line-height: 1;
}
@media all and (max-width: 999px) {
  main.home section.fidelity .content .info h2 {
    font-size: 1.8rem;
  }
}
main.home section.fidelity .content .info p {
  font-size: 0.9rem;
  text-align: justify;
}
main.home section.fidelity .content .image {
  border-radius: 1000px;
  backdrop-filter: blur(20px);
  position: relative;
}
main.home section.fidelity .content .image img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
  max-height: 400px;
}
main.home section.hero {
  background: #145431;
  position: relative;
}
main.home section.hero .div {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  z-index: 3;
}
main.home section.hero .controls {
  position: absolute;
  right: 50px;
  padding-bottom: 100px;
  bottom: 0px;
  display: flex;
  z-index: 5;
  font-size: 1.1rem;
}
@media all and (max-width: 999px) {
  main.home section.hero .controls {
    display: none;
  }
}
main.home section.hero .controls:after {
  width: 1px;
  bottom: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px) saturate(150%);
  content: "";
  position: absolute;
  left: 50%;
  margin-left: 5px;
}
main.home section.hero .controls > div {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #145431;
  background: white;
  margin-left: 10px;
  border-radius: 2rem;
}
main.home section.hero .controls > div i {
  margin-top: 4px;
}
main.home section.hero .swiper-slide .slide-inset {
  width: 100%;
  height: 1400px;
}
@media all and (max-width: 999px) {
  main.home section.hero .swiper-slide .slide-inset {
    height: 600px;
  }
}
main.home section.hero .swiper-slide .image {
  position: absolute;
  background-attachment: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover !important;
}
main.home section.hero .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 400px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media all and (max-width: 999px) {
  main.home section.hero .swiper-slide .info {
    bottom: 50px;
  }
}
main.home section.hero .swiper-slide .info .info-inset {
  height: fit-content;
  background: rgba(20, 84, 49, 0.5);
  backdrop-filter: blur(20px);
  padding: 50px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
}
main.home section.hero .swiper-slide .info .info-inset.alt {
  align-items: flex-start;
  right: 0;
  left: 50%;
}
@media all and (max-width: 999px) {
  main.home section.hero .swiper-slide .info .info-inset.alt {
    position: relative;
  }
}
@media all and (max-width: 999px) {
  main.home section.hero .swiper-slide .info .info-inset {
    padding: 30px;
    position: relative;
  }
}
main.home section.hero .swiper-slide .info .info-inset h2 {
  font-size: 4.8rem;
  color: white;
  background-size: 2px 100% !important;
  margin: 0;
  margin-bottom: 1rem;
  margin: 0;
  line-height: 1;
  padding-left: 0px;
  margin-bottom: 30px;
  font-weight: 700;
}
main.home section.hero .swiper-slide .info .info-inset h2 em {
  position: relative;
  font-weight: 100;
  font-size: 1.4rem;
  text-align: right;
}
main.home section.hero .swiper-slide .info .info-inset h2 em:after {
  content: "";
  position: absolute;
  width: 120%;
  height: 4px;
  background: #81a5a7;
  bottom: 20px;
  left: 0px;
  margin-bottom: 30px;
}
@media all and (max-width: 1400px) {
  main.home section.hero .swiper-slide .info .info-inset h2 em:after {
    width: 0;
  }
}
@media all and (max-width: 1400px) {
  main.home section.hero .swiper-slide .info .info-inset h2 {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 999px) {
  main.home section.hero .swiper-slide .info .info-inset h2 {
    font-size: 1.8rem;
  }
  main.home section.hero .swiper-slide .info .info-inset h2 em {
    font-size: 1.4rem;
  }
}
main.home section.hero .swiper-slide .info .info-inset span {
  font-size: 1.3rem;
  line-height: 1.5;
  color: white;
}
@media all and (max-width: 999px) {
  main.home section.hero .swiper-slide .info .info-inset span {
    font-size: 1.1rem;
  }
}
main.home section.services {
  background-size: 100% auto !important;
  position: relative;
  margin-top: -550px;
  margin-bottom: 4rem;
}
@media all and (max-width: 999px) {
  main.home section.services {
    margin-top: 3rem;
  }
}
main.home section.services .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 999px) {
  main.home section.services .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.home section.services .content .item {
  box-shadow: 0 24px 63px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  z-index: 101;
}
main.home section.services .content .item .image {
  width: 100%;
  margin-bottom: -1rem;
  height: fit-content;
  z-index: 2;
}
main.home section.services .content .item .image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
main.home section.services .content .item .info {
  background: rgba(255, 255, 255, 0.9333333333);
  padding: 30px;
  line-height: 1.5;
  display: inline-block;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  border-radius: 1rem !important;
}
@media all and (max-width: 999px) {
  main.home section.services .content .item .info {
    padding: 28px 12px;
  }
}
main.home section.services .content .item .info h3 {
  color: #145431;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  min-height: 64px;
}
@media all and (max-width: 999px) {
  main.home section.services .content .item .info h3 {
    font-size: 1.4rem;
  }
}
main.home section.services .content .item .info span {
  display: inline-block;
  font-size: 0.8rem;
  text-align: justify;
  flex: 1;
}
main.home section.services .content .item .info a.button {
  float: right;
  margin-top: 30px;
}
main.home section.sustainability {
  background: #ececec;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}
@media all and (max-width: 999px) {
  main.home section.sustainability {
    padding: 30px;
  }
}
main.home section.sustainability .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 2rem;
  padding-bottom: 3rem;
}
@media all and (max-width: 999px) {
  main.home section.sustainability .content {
    flex-direction: column-reverse;
  }
}
main.home section.sustainability .content .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  main.home section.sustainability .content .image {
    margin-bottom: 60px;
  }
}
main.home section.sustainability .content .image img {
  max-width: 100%;
  height: auto;
  position: relative;
}
main.home section.sustainability .info {
  width: 40%;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 999px) {
  main.home section.sustainability .info {
    width: 100%;
  }
}
main.home section.sustainability .info h2 {
  font-size: 4.8rem;
  font-weight: 500;
  color: #145431;
  background-size: 2px 100% !important;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}
@media all and (max-width: 1400px) {
  main.home section.sustainability .info h2 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 999px) {
  main.home section.sustainability .info h2 {
    font-size: 2.2rem;
  }
}
main.home section.sustainability .info p {
  font-size: 1.05rem;
  line-height: 1.4;
  color: #535353;
  margin-bottom: 50px;
}
@media all and (max-width: 999px) {
  main.home section.sustainability .info p {
    font-size: 1.1rem;
  }
}
main.home section.blog {
  padding: 60px 0px;
  margin-top: 50px;
}
@media all and (max-width: 999px) {
  main.home section.blog {
    padding: 50px 30px;
  }
}
main.home section.blog .content {
  display: flex;
}
@media all and (max-width: 999px) {
  main.home section.blog .content {
    flex-direction: column;
  }
}
main.home section.blog .content .info {
  width: 30%;
  border-right: 1px solid #e5e5e5;
  padding-right: 40px;
}
@media all and (max-width: 999px) {
  main.home section.blog .content .info {
    width: 100%;
    border-right: 0;
    margin-bottom: 30px;
  }
}
main.home section.blog .content .info h2 {
  color: #145431;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
main.home section.blog .content .info p {
  line-height: 1.4;
}
main.home section.blog .content .info a {
  margin-top: 20px;
  display: inline-block;
}
main.home section.blog .content .list {
  margin-left: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}
@media all and (max-width: 999px) {
  main.home section.blog .content .list {
    margin-left: 0px;
  }
}
@media all and (max-width: 699px) {
  main.home section.blog .content .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.home section.blog .content .list .item {
  flex-direction: column;
  width: 100%;
}
main.home section.blog .content .list .item .image {
  position: relative;
}
main.home section.blog .content .list .item .image img {
  width: 100%;
  height: auto;
}
main.home section.blog .content .list .item h2 {
  font-size: 1.1rem;
  color: #145431;
}
main.home section.blog .content .list .item p {
  font-size: 0.9rem;
  line-height: 1.6;
}
main.home .gallery-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  /* Botões personalizados */
  /* Bullets */
}
main.home .gallery-slider .swiper-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
main.home .gallery-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main.home .gallery-slider .prev, main.home .gallery-slider .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
main.home .gallery-slider .prev i, main.home .gallery-slider .next i {
  font-size: 24px;
  color: var(--primary);
  transition: all 0.3s ease;
}
main.home .gallery-slider .prev:hover, main.home .gallery-slider .next:hover {
  background-color: var(--primary);
}
main.home .gallery-slider .prev:hover i, main.home .gallery-slider .next:hover i {
  color: white;
}
@media (max-width: 768px) {
  main.home .gallery-slider .prev, main.home .gallery-slider .next {
    width: 40px;
    height: 40px;
  }
  main.home .gallery-slider .prev i, main.home .gallery-slider .next i {
    font-size: 20px;
  }
}
main.home .gallery-slider .prev {
  left: 25px;
}
main.home .gallery-slider .next {
  right: 25px;
}
main.home .gallery-slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
}
main.home .gallery-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: white;
  opacity: 0.6;
  margin: 0 8px !important;
}
main.home .gallery-slider .swiper-pagination-bullet-active {
  background: var(--primary);
  opacity: 1;
  transform: scale(1.2);
}

footer {
  border-top: 3px solid rgba(129, 165, 167, 0.9);
  background-color: #145431;
  margin-top: auto;
}
@media all and (max-width: 999px) {
  footer {
    padding: 30px;
  }
}
footer .div {
  width: 100%;
  height: auto;
}
footer .content {
  display: flex;
  padding: 60px 0px;
  align-items: center;
  flex-wrap: wrap;
}
footer .content .logo {
  padding-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .content .logo img {
  width: 100%;
  height: auto;
  max-width: 140px;
}
@media all and (max-width: 999px) {
  footer .content .logo {
    width: 100%;
    padding-right: 0px;
    border-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
footer .content .menus {
  display: flex;
  flex: 1;
  margin-left: 40px;
}
@media all and (max-width: 999px) {
  footer .content .menus {
    flex-direction: column;
    margin-left: 0;
  }
}
footer .content .menus ul {
  margin: 0;
  padding: 0;
  margin-right: 40px;
}
footer .content .menus ul li {
  list-style: none;
  padding: 3px 0px;
}
footer .content .menus ul li a {
  text-decoration: none;
  font-size: 0.9rem;
  color: #f0f0f0;
}
footer .content .menus ul li a:hover {
  color: #81a5a7;
}
footer .content .newsletter {
  margin-right: 30px;
}
@media all and (max-width: 999px) {
  footer .content .newsletter {
    flex: 100%;
    margin-top: 30px;
    margin-right: 0px;
  }
}
footer .content .newsletter h5 {
  margin: 0;
  font-size: 1.2rem;
  opacity: 0.5;
  margin-bottom: 10px;
  font-weight: 500;
  color: white;
}
footer .content .newsletter form {
  width: 100%;
  display: flex;
}
footer .content .newsletter form input {
  padding: 15px;
  flex: 1;
  background: #f9f9f9;
  border: 0px;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
footer .content .newsletter form button {
  background: #81a5a7;
  border: 0px;
  color: white;
  font-weight: bold;
  padding: 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
footer .content .social {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1200px) {
  footer .content .social {
    flex: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}
footer .content .social a {
  width: 38px;
  height: 38px;
  background: rgba(129, 165, 167, 0.1);
  backdrop-filter: blur(3px) saturate(150%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #81a5a7;
  border-radius: 30px;
  margin-left: 10px;
}
footer .content .social a i {
  display: inline-flex;
}
footer .content .social a:hover {
  background: #81a5a7;
  color: white;
}
footer .ending .content {
  justify-content: space-between;
  font-size: 0.7rem;
  text-align: center;
  position: relative;
}
footer .ending .content span {
  color: white;
  flex: 1;
}
@media all and (max-width: 999px) {
  footer .ending .content {
    display: flex;
    flex-direction: column;
  }
}
footer .ending .content a {
  color: #f0f0f0 !important;
  text-decoration: none;
  opacity: 1;
  position: absolute;
  right: 0px;
}
@media all and (max-width: 999px) {
  footer .ending .content a {
    margin-top: 30px;
  }
}

#lgpd {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 400;
  display: none;
}
#lgpd .content {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  background: white;
  color: #f0f0f0;
  background: #FFFFFF;
  box-shadow: 0 2px 59px 0 rgba(0, 0, 0, 0.16);
}
#lgpd .content span {
  font-size: 0.9rem;
  flex: 1;
  text-align: center;
}
#lgpd .content a {
  background: #81a5a7;
  padding: 10px;
  color: white;
  text-decoration: none;
  margin-left: 10px;
}

#whats-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 150;
}
#whats-float:hover .list {
  margin-bottom: 0px;
  opacity: 1;
}
#whats-float .list {
  position: absolute;
  bottom: 60px;
  width: 180px;
  background: #FFFFFF;
  box-shadow: 0 2px 59px 0 rgba(0, 0, 0, 0.34);
  right: 0px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  margin-bottom: -10px;
  opacity: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#whats-float .list a {
  color: #81a5a7;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}
#whats-float .icon {
  width: 50px;
  height: 50px;
  background: #41e55a;
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
#whats-float .icon i {
  display: flex;
}
#whats-float .icon i:before {
  vertical-align: middle;
}

main.page {
  min-height: 60vi;
}
main.page .default-hero {
  background: url("../images/page-hero.jpg");
  background-size: cover !important;
  height: 465px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.page .default-hero.objetivos {
  background: url("../images/page-objectives-hero.jpg");
}
main.page .default-hero.transparencia {
  background: url("../images/page-transparency-hero.jpg");
}
main.page .default-hero.contato {
  background: url("../images/page-contact-hero.jpg");
}
main.page .default-hero.estrutura {
  background: url("../images/page-structure-hero.jpg");
}
main.page .default-hero.sobre {
  background: url("../images/page-about-hero.jpg");
}
main.page .default-hero.monitoramento {
  background: url("../images/page-monitoring-hero.jpg");
}
main.page .default-hero.planejamento {
  background: url("../images/page-strategy-hero.jpg");
}
@media all and (max-width: 999px) {
  main.page .default-hero {
    height: 300px;
  }
}
main.page .default-hero .content {
  padding-top: 100px;
}
main.page .default-hero .content h1 {
  color: white;
  font-weight: 600;
  font-size: 4rem;
  position: relative;
}
@media all and (max-width: 999px) {
  main.page .default-hero .content h1 {
    font-size: 2.2rem;
  }
}
main.page .default-hero .content h1:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  bottom: -20px;
  background: #81a5a7;
}
main.page .default-hero .div {
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
}

section.page-text {
  margin: 50px 0px;
}
section.page-text .image {
  width: 100%;
  justify-content: center;
}
section.page-text .image img {
  width: 100%;
  max-width: 700px;
}

section.gallery-slider {
  position: relative;
  padding-bottom: 3rem;
  /* Botões personalizados */
  /* Bullets */
}
section.gallery-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 2/3;
  border-radius: 1rem;
}
section.gallery-slider .controls {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  z-index: 100;
  font-size: 1.1rem;
  cursor: pointer;
}
@media all and (max-width: 999px) {
  section.gallery-slider .controls {
    display: none;
  }
}
section.gallery-slider .controls > div {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #81a5a7;
  margin-left: 10px;
  border-radius: 100px;
}
section.gallery-slider .controls > div i {
  margin-top: 4px;
}
section.gallery-slider .swiper-pagination {
  position: absolute;
  bottom: 1rem;
  left: 1rem !important;
}
section.gallery-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: white;
  opacity: 1;
  margin: 0 4px !important;
}
section.gallery-slider .swiper-pagination-bullet-active {
  background: #81a5a7;
  opacity: 1;
  transform: scale(1.2);
}
section.gallery-slider .swiper-pagination-bullet-active-prev, section.gallery-slider .swiper-pagination-bullet-active-next {
  background: white;
}

section.page-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding-top: 50px;
  padding-bottom: 150px;
}
@media all and (max-width: 999px) {
  section.page-services {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media all and (max-width: 699px) {
  section.page-services {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.page-services .item {
  background: #ffffff;
  box-shadow: 0 24px 63px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #e5e5e5;
  border-radius: 1rem;
}
section.page-services .item .image {
  width: 100%;
}
section.page-services .item .image img {
  width: 100%;
  height: auto;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
section.page-services .item .info {
  padding: 32px;
  line-height: 1.5;
  display: inline-block;
}
section.page-services .item .info h3 {
  color: #145431;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  border-left: 3px solid #145431;
  padding-left: 20px;
}
section.page-services .item .info span {
  display: inline-block;
}
section.page-services .item .info a.button {
  float: right;
  margin-top: 30px;
}

section.more-block {
  background: #ececec;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}
@media all and (max-width: 999px) {
  section.more-block {
    padding: 30px;
  }
}
section.more-block .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 2rem;
  padding-bottom: 3rem;
}
@media all and (max-width: 999px) {
  section.more-block .content {
    flex-direction: column-reverse;
  }
}
section.more-block .content .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  section.more-block .content .image {
    margin-bottom: 60px;
  }
}
section.more-block .content .image img {
  max-width: 100%;
  height: auto;
  position: relative;
}
section.more-block .info {
  width: 40%;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 999px) {
  section.more-block .info {
    width: 100%;
  }
}
section.more-block .info h2 {
  font-size: 4.8rem;
  font-weight: 500;
  color: #145431;
  background-size: 2px 100% !important;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}
@media all and (max-width: 1400px) {
  section.more-block .info h2 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 999px) {
  section.more-block .info h2 {
    font-size: 2.2rem;
  }
}
section.more-block .info p {
  font-size: 1.05rem;
  line-height: 1.4;
  color: #535353;
  margin-bottom: 50px;
}
@media all and (max-width: 999px) {
  section.more-block .info p {
    font-size: 1.1rem;
  }
}

section.page-blog-list {
  display: flex;
  flex-direction: column;
}
section.page-blog-list .item {
  margin-bottom: 30px;
  display: flex;
}
@media all and (max-width: 999px) {
  section.page-blog-list .item {
    flex-direction: column;
  }
}
section.page-blog-list .item .image {
  width: 45%;
}
@media all and (max-width: 999px) {
  section.page-blog-list .item .image {
    width: 100%;
  }
}
section.page-blog-list .item .image img {
  max-width: 100%;
  height: auto;
}
section.page-blog-list .item .info {
  flex: 1;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 2px solid #f1f1f1;
}
@media all and (max-width: 999px) {
  section.page-blog-list .item .info {
    margin-left: 0px;
    padding-left: 15px;
  }
}
section.page-blog-list .item .info .date {
  background: #81a5a7;
  font-weight: bold;
  color: white;
  padding: 10px;
  font-size: 0.8rem;
}
section.page-blog-list .item .info h2 {
  color: #145431;
  font-size: 2rem;
  font-weight: 500;
}
@media all and (max-width: 999px) {
  section.page-blog-list .item .info h2 {
    font-size: 1.6rem;
  }
}
section.page-blog-list .item .info p {
  margin-bottom: 20px;
  line-height: 1.4;
}
section.page-blog-list .item .info .button {
  margin-top: 20px;
  display: inline-block;
}
section.page-blog-list .pagination {
  width: 100%;
  margin: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.page-blog-list .pagination a {
  height: 40px;
  background: #f1f1f1;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  color: #145431;
}
section.page-blog-list .pagination a:hover {
  background: #145431;
  color: white;
  box-shadow: 0px 0px 0px 10px rgba(20, 84, 49, 0.1);
}
section.page-blog-list .pagination a i {
  vertical-align: middle;
}
section.page-blog-list .pagination span {
  background: #145431;
  height: 40px;
  color: white;
  text-align: center;
  line-height: 40px;
  min-width: 40px;
}
section.page-blog-list .pagination a,
section.page-blog-list .pagination span {
  margin: 0px 5px;
}

section.page-portfolio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media all and (max-width: 1200px) {
  section.page-portfolio {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 999px) {
  section.page-portfolio {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 699px) {
  section.page-portfolio {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.page-portfolio .item {
  border: 3px solid #f1f1f1;
}
section.page-portfolio .item .image {
  height: 300px;
  border-bottom: 3px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.page-portfolio .item .info {
  padding: 40px;
  position: relative;
}
section.page-portfolio .item .info:before {
  position: absolute;
  left: 30px;
  top: -4px;
  width: 40px;
  height: 7px;
  content: "";
  background: #145431;
}
section.page-portfolio .item .info h4 {
  margin: 0;
  color: #145431;
  font-weight: 500;
}

section.page-contact {
  margin: 50px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media all and (max-width: 999px) {
  section.page-contact {
    flex-direction: column;
  }
}
section.page-contact .form {
  max-width: 600px;
}
section.page-contact .form form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media all and (max-width: 699px) {
  section.page-contact .form form {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.page-contact .form form .form-group {
  display: flex;
  flex-direction: column;
}
section.page-contact .form form .form-group label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
section.page-contact .form form .form-group input[type=text],
section.page-contact .form form .form-group textarea {
  background: #f9f9f9;
  border: 0px;
  border-left: 1px solid #145431;
  padding: 15px;
  outline: none;
  color: #145431;
}
section.page-contact .form form .form-group.full {
  grid-column: 1/3;
}
@media all and (max-width: 699px) {
  section.page-contact .form form .form-group.full {
    grid-column: 1/2;
  }
}
section.page-contact .form form .action {
  grid-column: 1/3;
}
@media all and (max-width: 699px) {
  section.page-contact .form form .action {
    grid-column: 1/2;
  }
}
section.page-contact .form form .action .button {
  border-top-left-radius: 0;
}
section.page-contact .info {
  border-right: 2px solid #f1f1f1;
  padding-right: 30px;
  margin-right: 30px;
}
@media all and (max-width: 999px) {
  section.page-contact .info {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    margin-bottom: 50px;
  }
}
section.page-contact .info .contact-blocks {
  display: flex;
  flex-direction: column;
}
section.page-contact .info .contact-blocks .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
section.page-contact .info .contact-blocks .item .icon {
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  border-radius: 30px;
  margin-right: 20px;
}
section.page-contact .info .contact-blocks .item .icon i {
  vertical-align: middle;
  margin-top: 3px;
  color: #145431;
}
section.page-contact .info .contact-blocks .item h4 {
  font-size: 1.4rem;
  margin: 0;
  color: #145431;
}
section.page-contact .info .contact-blocks .item address {
  color: #145431;
  font-style: normal;
}

section.gallery {
  width: 100%;
  border-top: 2px solid #e5e5e5;
  margin-top: 40px;
  padding: 40px 0px;
}
section.gallery h2 {
  color: #145431;
  font-size: 2rem;
}
section.gallery .slider {
  width: 100%;
  position: relative;
}
section.gallery .slider i {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #145431;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
}
section.gallery .slider i:hover {
  background: #81a5a7;
}
section.gallery .slider i.prev {
  margin-left: -30px;
}
section.gallery .slider i.next {
  margin-right: -30px;
  right: 0px;
}
section.gallery .slider .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.content.estrutura .main-image {
  text-align: center;
}
.content.estrutura .main-image img {
  max-width: 100%;
  height: auto;
}
.content.estrutura h2 {
  color: #145431;
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 999px) {
  .content.estrutura h2 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 699px) {
  .content.estrutura h2 {
    font-size: 2rem;
  }
}
.content.estrutura table {
  width: 100%;
  gap: 1rem;
  border-spacing: 1rem;
  margin-bottom: 3rem;
}
@media all and (max-width: 699px) {
  .content.estrutura table {
    border-spacing: 0.5rem;
  }
}
.content.estrutura table thead {
  gap: 1rem;
}
.content.estrutura table thead th {
  background: linear-gradient(135deg, #145431, #0a2b19);
  color: white;
  border-radius: 1rem;
  padding: 20px 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(20, 84, 49, 0.2);
}
@media all and (max-width: 699px) {
  .content.estrutura table thead th {
    padding: 15px 10px;
    font-size: 0.8rem;
  }
}
.content.estrutura table td {
  border: 2px solid #f1f1f1;
  border-radius: 1rem;
  padding: 20px;
  vertical-align: top;
  background: white;
  transition: all 0.3s ease;
}
@media all and (max-width: 699px) {
  .content.estrutura table td {
    padding: 15px;
  }
}
.content.estrutura table td:hover {
  border-color: #81a5a7;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.content.estrutura table td:first-child {
  font-weight: 600;
  color: #145431;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-color: #d8d8d8;
  width: 35%;
}
@media all and (max-width: 999px) {
  .content.estrutura table td:first-child {
    width: 40%;
  }
}
@media all and (max-width: 699px) {
  .content.estrutura table td:first-child {
    width: 100%;
    font-size: 0.9rem;
  }
}
.content.estrutura table .person-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media all and (max-width: 699px) {
  .content.estrutura table .person-info {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.content.estrutura table .person-info strong {
  color: #145431;
  font-size: 1.1rem;
  font-weight: 600;
  flex: 1;
  line-height: 1.4;
}
@media all and (max-width: 699px) {
  .content.estrutura table .person-info strong {
    font-size: 1rem;
  }
}
.content.estrutura table .person-info .photo-placeholder {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #81a5a7, #9fbabc);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(129, 165, 167, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 699px) {
  .content.estrutura table .person-info .photo-placeholder {
    width: 60px;
    height: 60px;
  }
}
.content.estrutura table .person-info .photo-placeholder:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(129, 165, 167, 0.4);
}
.content.estrutura table .person-info .photo-placeholder img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
}
@media all and (max-width: 699px) {
  .content.estrutura table .person-info .photo-placeholder img {
    width: 30px;
    height: 30px;
  }
}
.content.estrutura table .person-info .photo-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.content.estrutura table .person-info .photo-placeholder::after {
  content: "Foto em breve";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(20, 84, 49, 0.9);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.7rem;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media all and (max-width: 699px) {
  .content.estrutura table .person-info .photo-placeholder::after {
    font-size: 0.6rem;
    bottom: -20px;
  }
}
.content.estrutura table .person-info .photo-placeholder:hover::after {
  opacity: 1;
  bottom: -30px;
}
@media all and (max-width: 699px) {
  .content.estrutura table .person-info .photo-placeholder:hover::after {
    bottom: -25px;
  }
}
@media all and (max-width: 699px) {
  .content.estrutura table {
    display: block;
  }
  .content.estrutura table thead, .content.estrutura table tbody, .content.estrutura table th, .content.estrutura table td, .content.estrutura table tr {
    display: block;
  }
  .content.estrutura table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .content.estrutura table tr {
    margin-bottom: 1.5rem;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .content.estrutura table td {
    border: none;
    position: relative;
    padding: 15px;
  }
  .content.estrutura table td:first-child {
    background: linear-gradient(135deg, #145431, #0a2b19);
    color: white;
    font-weight: 600;
    text-align: center;
    width: 100%;
  }
  .content.estrutura table td:not(:first-child) {
    background: white;
  }
}

section.diretorias-section {
  margin: 4rem 0;
}
section.diretorias-section .default-text-content h2 {
  color: #145431;
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}
@media all and (max-width: 999px) {
  section.diretorias-section .default-text-content h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 699px) {
  section.diretorias-section .default-text-content h2 {
    font-size: 2rem;
  }
}
section.diretorias-section .diretoria-cards,
section.diretorias-section .conselho-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}
section.diretorias-section .diretoria-cards.large,
section.diretorias-section .conselho-cards.large {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media all and (max-width: 1200px) {
  section.diretorias-section .diretoria-cards,
  section.diretorias-section .conselho-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}
@media all and (max-width: 999px) {
  section.diretorias-section .diretoria-cards,
  section.diretorias-section .conselho-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media all and (max-width: 699px) {
  section.diretorias-section .diretoria-cards,
  section.diretorias-section .conselho-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
section.diretorias-section .person-card {
  background: white;
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
section.diretorias-section .person-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #145431 0%, #81a5a7 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
section.diretorias-section .person-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-color: #81a5a7;
}
section.diretorias-section .person-card:hover:before {
  transform: scaleX(1);
}
section.diretorias-section .person-card:hover .photo-container {
  transform: scale(1.05);
}
section.diretorias-section .person-card:hover .photo-container img {
  transform: scale(1.1);
}
section.diretorias-section .person-card .photo-container {
  width: 120px;
  height: 120px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #81a5a7;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}
section.diretorias-section .person-card .photo-container:after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: linear-gradient(135deg, #145431, #81a5a7);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
section.diretorias-section .person-card .photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 50%;
}
section.diretorias-section .person-card:hover .photo-container:after {
  opacity: 0.2;
}
section.diretorias-section .person-card .person-details h3 {
  color: #145431;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
@media all and (max-width: 699px) {
  section.diretorias-section .person-card .person-details h3 {
    font-size: 1.2rem;
  }
}
section.diretorias-section .person-card .person-details .position {
  color: #81a5a7;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  line-height: 1.4;
  opacity: 0.9;
}
@media all and (max-width: 699px) {
  section.diretorias-section .person-card .person-details .position {
    font-size: 0.9rem;
  }
}
section.diretorias-section .person-card:first-child {
  background: linear-gradient(135deg, rgba(20, 84, 49, 0.05) 0%, rgba(129, 165, 167, 0.05) 100%);
  border-color: rgba(20, 84, 49, 0.2);
}
section.diretorias-section .person-card:first-child .photo-container {
  border-color: #145431;
  border-width: 5px;
}
section.diretorias-section .person-card:first-child .person-details h3 {
  color: #145431;
  font-weight: 700;
}
section.diretorias-section .person-card:first-child .person-details .position {
  color: #145431;
  font-weight: 600;
}
section.diretorias-section .person-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}
section.diretorias-section .person-card:nth-child(1) {
  animation-delay: 0.1s;
}
section.diretorias-section .person-card:nth-child(2) {
  animation-delay: 0.2s;
}
section.diretorias-section .person-card:nth-child(3) {
  animation-delay: 0.3s;
}
section.diretorias-section .person-card:nth-child(4) {
  animation-delay: 0.4s;
}
section.diretorias-section .person-card:nth-child(5) {
  animation-delay: 0.5s;
}
section.diretorias-section .person-card:nth-child(6) {
  animation-delay: 0.6s;
}
section.diretorias-section .person-card:nth-child(7) {
  animation-delay: 0.7s;
}
section.diretorias-section .person-card:nth-child(8) {
  animation-delay: 0.8s;
}
section.diretorias-section .person-card:nth-child(9) {
  animation-delay: 0.9s;
}
section.diretorias-section .person-card:nth-child(10) {
  animation-delay: 1s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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