a {
  text-decoration: none;
  color: black;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

input,
button,
button,
[type=button],
[type=reset],
[type=submit],
input[type=time] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type=number],
button[type=number],
button[type=number],
[type=button][type=number],
[type=reset][type=number],
[type=submit][type=number],
input[type=time][type=number] {
  appearance: textfield !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button,
button::-webkit-outer-spin-button,
button::-webkit-inner-spin-button,
button::-webkit-outer-spin-button,
button::-webkit-inner-spin-button,
[type=button]::-webkit-outer-spin-button,
[type=button]::-webkit-inner-spin-button,
[type=reset]::-webkit-outer-spin-button,
[type=reset]::-webkit-inner-spin-button,
[type=submit]::-webkit-outer-spin-button,
[type=submit]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  font-family: "Barlow";
  font-size: 1.125rem;
  font-weight: 400;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  position: relative;
  line-height: inherit;
  font-family: "Barlow";
}

img {
  display: block;
}

.gapbiodiversa_header .region-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% - 60px);
  height: 75px;
  background: #dfd5bc;
  position: fixed;
  left: 0;
  right: 0;
  border-radius: 50px;
  top: 15px;
  z-index: 10;
}
.gapbiodiversa_header .region-header .site-logo img {
  width: 90px;
}
.gapbiodiversa_header .region-header .navigation {
  flex-grow: 1;
}
.gapbiodiversa_header .region-header .navigation .menu {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  font-weight: 500;
}
.gapbiodiversa_header .region-header .navigation .menu a {
  position: relative;
  padding: 5px;
}
.gapbiodiversa_header .region-header .navigation .menu a.is-active::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #195a48;
  border-radius: 10px;
  display: block;
}
.gapbiodiversa_header .region-header .navigation .menu a.is-active, .gapbiodiversa_header .region-header .navigation .menu a:hover {
  color: #195a48;
}
.gapbiodiversa_header .region-header .burger-menu {
  display: none;
}
@media (max-width: 1000px) {
  .gapbiodiversa_header .region-header .navigation .menu {
    gap: 13px;
    margin-left: 0;
  }
  .gapbiodiversa_header .region-header .navigation .menu a {
    font-size: 0.9375rem;
  }
  .gapbiodiversa_header .region-header .navigation .menu li:first-child {
    display: none;
  }
}
@media (max-width: 780px) {
  .gapbiodiversa_header .region-header .navigation {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    max-width: 60%;
    background-color: #dfd5bc;
    font-size: 2.5rem;
    transition: 0.3s ease;
  }
  .gapbiodiversa_header .region-header .navigation.active {
    right: 0;
    overflow: auto;
  }
  .gapbiodiversa_header .region-header .navigation .menu {
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
  }
  .gapbiodiversa_header .region-header .navigation .menu a {
    font-size: 1rem;
  }
  .gapbiodiversa_header .region-header .navigation .menu a.is-active::after {
    bottom: -10px;
  }
  .gapbiodiversa_header .region-header .navigation .menu li:first-child {
    display: block;
  }
  .gapbiodiversa_header .region-header .navigation .menu li:last-child {
    padding-bottom: 30px;
  }
  .gapbiodiversa_header .region-header .burger-menu {
    display: block;
  }
}
@media (max-width: 550px) {
  .gapbiodiversa_header .region-header {
    width: 100%;
    border-radius: 0;
    top: 0;
    padding-left: 15px;
  }
}
@media (max-width: 430px) {
  .gapbiodiversa_header .region-header {
    padding-left: 10px;
  }
}

.node--type-advanced-page {
  margin-bottom: 80px;
}
.node--type-advanced-page .node__content.hero-section {
  position: relative;
  width: 100%;
  color: white;
}
.node--type-advanced-page .node__content.hero-section .hero-text-section {
  position: absolute;
  top: calc(50% + 37.5px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 1200px;
  z-index: 1;
}
.node--type-advanced-page .node__content.hero-section .hero-text-section .field--name-field-title {
  margin-bottom: 10px;
  font-size: 2.3rem;
}
.node--type-advanced-page .node__content.hero-section .hero-text-section .field--name-field-title::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #195a48;
  border-radius: 10px;
  display: block;
  margin: 12px auto;
}
.node--type-advanced-page .node__content.hero-section .hero-text-section .field--name-body {
  font-size: 1.6rem;
  padding: 0px 30px;
}
@media (max-width: 1280px) {
  .node--type-advanced-page .node__content.hero-section .hero-text-section {
    width: 70%;
  }
}
@media (max-width: 1000px) {
  .node--type-advanced-page .node__content.hero-section .hero-text-section {
    width: 80%;
  }
}
@media (max-width: 780px) {
  .node--type-advanced-page .node__content.hero-section .hero-text-section .field--name-field-title {
    font-size: 2rem;
  }
}
.node--type-advanced-page .node__content.hero-section .hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.node--type-advanced-page .node__content.hero-section .hero-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.node--type-advanced-page .node__content.hero-section .field--name-field-credits {
  position: absolute;
  bottom: 10px;
  left: 20px;
  opacity: 0.6;
  font-size: 0.8rem;
}
.node--type-advanced-page .field--name-field-text {
  max-width: 1200px;
  width: 100%;
  margin: 80px auto 80px auto;
  padding-left: 30px;
  padding-right: 30px;
}

.gapbiodiversa_footer {
  background-color: #faf9f5;
  font-size: 1rem;
  margin-top: 150px;
}
.gapbiodiversa_footer .footer-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.gapbiodiversa_footer .footer-content--primary-section, .gapbiodiversa_footer .footer-content .region-footer-copyright {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.gapbiodiversa_footer .footer-content--primary-section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 20px 0;
}
.gapbiodiversa_footer .footer-content--primary-section #block-gapbiodiversa-footertext {
  text-align: justify;
  max-width: 65%;
}
.gapbiodiversa_footer .footer-content--contact-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: center;
  flex-grow: 1;
  gap: 40px;
}
.gapbiodiversa_footer .footer-content--contact-section #block-gapbiodiversa-contactus, .gapbiodiversa_footer .footer-content--contact-section #block-gapbiodiversa-socialmedia {
  flex-grow: 1;
}
.gapbiodiversa_footer .footer-content--contact-section h2 {
  margin: 10px 0;
  font-size: 1.2em;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .gapbiodiversa_footer .footer-content #block-gapbiodiversa-footertext {
    max-width: 60%;
  }
}
@media (max-width: 1000px) {
  .gapbiodiversa_footer .footer-content--primary-section {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .gapbiodiversa_footer .footer-content--primary-section #block-gapbiodiversa-footertext {
    max-width: unset;
    width: 100%;
  }
  .gapbiodiversa_footer .footer-content--contact-section {
    justify-content: space-around;
  }
}
@media (max-width: 550px) {
  .gapbiodiversa_footer .footer-content--contact-section {
    gap: 20px;
  }
}
@media (max-width: 430px) {
  .gapbiodiversa_footer .footer-content--contact-section {
    flex-direction: column;
    align-items: center;
  }
}
.gapbiodiversa_footer .footer-content #block-gapbiodiversa-copyright {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3019607843);
}

.social-media {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.social-media a img {
  transition: transform 1ms;
}
.social-media a img:hover {
  transform: scale(1.05);
}
/*# sourceMappingURL=global.css.map */