@charset "UTF-8";
:root {
  --heading-font: "Instrument Sans", sans-serif;
  --heading-quote: "Kulim Park", sans-serif;
  --background-color: #ffffff;
  --heading-color: #313131;
  --green-color: #63B529;
  --accent-color: #313131;
  --surface-color: #ffffff;
  --space-xs: clamp(.4rem, 1vw, .6rem);
  --space-sm: clamp(.75rem, 2vw, 1rem);
  --space-md: clamp(1.5rem, 3vw, 2rem);
  --space-lg: clamp(2rem, 6vw, 4rem);
  --space-xl: clamp(3rem, 10vw, 6rem);
  --fs-base: clamp(1rem, 2.5vw, 1.1rem);
  --fs-h1: clamp(2.1rem, 6vw, 3rem);
  --fs-h2: clamp(1.6rem, 4vw, 2.2rem);
  --fs-h3: clamp(1.3rem, 3vw, 1.6rem);
  --fs-h4: clamp(1.15rem, 2.4vw, 1.35rem);
  --fs-h5: clamp(1.05rem, 2vw, 1.2rem);
  --color-primary: #333;
  --color-muted: #818181;
  --max-width: 1380px;
  --gira-palavras: #0B5060;
  --gira-experiencias: #CB621A;
  --gira-saberes: #E5A100;
  --gira-sustentabilidade: #537A2C;
  --gira-mundo: #C51A1B;
  --default-color: #1f2933;
  --contrast-color: #ffffff;
  --radius-full: 999px;
  --space-y: 12px;
  --space-x: 32px;
  --transition: .22s cubic-bezier(.4, 0, .2, 1);
}

.gm-stack > * + * {
  margin-top: var(--space-md);
}

.gira-palavras-color {
  color: var(--gira-palavras) !important;
}

.gira-mundo-color {
  color: var(--gira-mundo) !important;
}

.gira-saberes-color {
  color: var(--gira-saberes) !important;
}

.gira-experiencias-color {
  color: var(--gira-experiencias) !important;
}

.gira-sustentabilidade-color {
  color: var(--gira-sustentabilidade) !important;
}

html {
  scroll-behavior: auto;
  scrollbar-width: auto;
  scrollbar-color: #bfbfbf #ffffff;
}

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

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
  border-radius: 8px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}

::-webkit-scrollbar-thumb:active {
  background-color: #8f8f8f;
}

body {
  color: var(--heading-color);
  background-color: var(--background-color);
  font-family: var(--heading-font);
  padding-top: 80px;
}

button {
  font-family: var(--heading-font);
}

main {
  padding-top: 4.8em;
}
@media screen and (max-width: 575px) {
  main {
    padding-top: 4.2em;
  }
}
@media screen and (max-width: 375px) {
  main {
    padding-top: 4em;
  }
}

footer,
main {
  overflow: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-primary);
  font-family: var(--heading-font);
  font-weight: 600;
}

h1 {
  font-size: var(--fs-h1);
}

h2 {
  font-size: var(--fs-h2);
}

h3 {
  font-size: var(--fs-h3);
}

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

.is-error {
  border: 2px solid #e74c3c;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.gm-link {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}
.gm-link:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

.gm-line {
  display: block;
  width: 100px;
  height: 6px;
  background-color: var(--gira-palavras);
}
.gm-line--white {
  background-color: white !important;
}
.gm-line--blue {
  background-color: var(--gira-palavras) !important;
}
.gm-line--orange {
  background-color: var(--gira-experiencias) !important;
}
.gm-line--red {
  background-color: var(--gira-mundo) !important;
}
.gm-line--green {
  background-color: var(--gira-sustentabilidade) !important;
}
.gm-line--yellow {
  background-color: var(--gira-saberes) !important;
}

.gm-trace {
  background-color: var(--default-color);
  width: 2px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .gm-trace {
    display: none;
  }
}

.gm-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.gm-description {
  font-size: var(--fs-base);
  color: var(--color-primary);
  line-height: 1.8;
}
.gm-description a {
  text-decoration: underline;
}
.gm-description strong {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .gm-description {
    font-size: 14px;
  }
}

.gm-container {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--space-md);
}
@media screen and (max-width: 320px) {
  .gm-container {
    padding-inline: var(--space-sm);
  }
}

.split-section__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
}

.split-section--reverse .split-section__container {
  direction: rtl;
}

.split-section--reverse .split-box {
  direction: ltr;
}

@media (max-width: 900px) {
  .split-section__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .split-section--reverse .split-section__container {
    direction: ltr;
  }
}
.fancybox__content {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
[data-page=home] #gm-testimonials-section .gm-line {
  background-color: var(--gira-mundo) !important;
}
[data-page=home] #support .gm-line {
  background-color: var(--gira-experiencias) !important;
}
[data-page=home] #incentive .gm-line {
  background-color: var(--gira-sustentabilidade) !important;
}
[data-page=home] {
  --contact-color: var(--gira-palavras);
}

[data-page=gira-palavras] {
  --gira-color: var(--gira-palavras);
  --contact-color: var(--gira-palavras);
}

[data-page=gira-experiencias] {
  --gira-color: var(--gira-experiencias);
  --contact-color: var(--gira-experiencias);
}

[data-page=gira-saberes] {
  --gira-color: var(--gira-saberes);
  --contact-color: var(--gira-saberes);
}

[data-page=gira-sustentabilidade] {
  --gira-color: var(--gira-sustentabilidade);
  --contact-color: var(--gira-sustentabilidade);
}

[data-page=gira-mundo] {
  --gira-color: var(--gira-mundo);
  --contact-color: var(--gira-mundo);
}

#section_gira-palavras {
  --gira-color: var(--gira-palavras);
}

#section_gira-experiencias {
  --gira-color: var(--gira-experiencias);
}

#section_gira-saberes {
  --gira-color: var(--gira-saberes);
}

#section_gira-sustentabilidade {
  --gira-color: var(--gira-sustentabilidade);
}

#section_gira-mundo {
  --gira-color: var(--gira-mundo);
}

body[data-page^=gira-] .gm-faq__question::after,
body[data-page^=gira-] .gm-line {
  background-color: var(--gira-color);
}

body[data-page^=gira-] .link-more body[data-page^=gira-] .link-underline:hover,
[id^=section_gira-] .link-more:hover {
  color: var(--gira-color);
}

body[data-page^=gira-] .link-more::after,
[id^=section_gira-] .link-more::after {
  background-color: var(--gira-color);
}

@media screen and (min-width: 769px) {
  #realization .gm-content,
  #incentive .gm-content,
  #parceria .gm-content,
  #support .gm-content {
    padding: 6em 0;
  }
}
#realization img,
#incentive img,
#parceria img,
#support img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

#realization img {
  max-width: 700px;
}

#parceria img {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  #realization img,
  #apoio img {
    max-width: 100%;
    height: auto;
  }
  #parceria img {
    max-width: 80%;
    height: auto;
  }
}
#contact_success ul {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
#contact_success a {
  text-decoration: underline;
}

.link-underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #111;
  font-size: 16px;
  padding-bottom: 6px;
  opacity: 1;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underline:hover::after,
.link-underline:focus::after,
.link-underline:active::after {
  transform: scaleX(1);
}

.wrapper-link-more {
  position: relative;
  display: inline-block;
  height: 40px;
}

.link-more {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  color: #222;
  text-decoration: none;
  font-size: var(--fs-base);
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 6px;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.35s ease;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: var(--space-y) var(--space-x);
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition), color var(--transition), border-color var(--transition);
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  opacity: 0.45;
  pointer-events: none;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06), 0 2px 16px color-mix(in srgb, var(--contact-color), transparent 65%);
}

.btn-primary {
  background: var(--contact-color);
  color: var(--contrast-color);
  border: 1.5px solid var(--contact-color);
}

.btn-secondary {
  background: transparent;
  color: var(--contact-color);
  border: 1.5px solid color-mix(in srgb, var(--contact-color), transparent 70%);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: var(--contact-color);
  color: var(--contrast-color);
  border-color: var(--contact-color);
}

.btn-hero {
  background: transparent;
  color: #fff;
  border: 1.5px solid color-mix(in srgb, #fff, transparent 70%);
}

.btn-hero:hover,
.btn-hero:focus-visible {
  background: #fff;
  color: var(--contrast-color);
  border-color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06), 0 2px 16px color-mix(in srgb, var(--contact-color), transparent 65%);
}

[data-page=home] #contact form button {
  background-color: var(--gira-palavras);
}

#gira-palavras {
  --primary-color: var(--gira-palavras);
}

#gira-experiencias {
  --primary-color: var(--gira-experiencias);
}

#gira-saberes {
  --primary-color: var(--contact-color);
}

#gira-sustentabilidade {
  --primary-color: var(--gira-sustentabilidade);
}

#gira-mundo {
  --primary-color: var(--gira-mundo);
}

.section {
  padding-block: var(--space-xl);
}

.py-lg,
.section-lg {
  padding-block: var(--space-lg);
}

.py-md,
.section-md {
  padding-block: var(--space-md);
}

.py-xl,
.section-xl {
  padding-block: var(--space-xl);
}

.card {
  color: var(--heading-color);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease;
  padding-top: 1.4em;
}
.card:hover {
  transform: translateY(-6px);
}
.card img {
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.162);
  border: 1px solid rgba(204, 204, 204, 0.4392156863);
  transition: box-shadow 0.25s ease;
}
@media screen and (max-width: 575px) {
  .card img {
    border-radius: 12px;
  }
}
.card-content {
  padding: 1.25rem 0.45rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card-meta {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--heading-color);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.card-meta span {
  opacity: 0.4;
  margin: 0 0.4rem;
}
.card-title {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  display: block;
  margin-bottom: 6px;
}

.swiper-controls {
  display: flex;
  gap: 14px;
}

.swiper-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2588235294);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, border 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.swiper-btn img {
  width: 22px;
  height: 22px;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.swiper-btn:hover {
  background: #fdfdfd;
  border-color: rgba(0, 0, 0, 0.466);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.048);
  transform: translateY(-2px);
}
.swiper-btn:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.swiper-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.073);
}
.swiper-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.119);
}
.swiper-btn.swiper-button-disabled, .swiper-btn:disabled {
  background: rgba(241, 241, 241, 0.0352941176);
  border-color: rgba(0, 0, 0, 0.08);
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.swiper-btn.swiper-button-disabled img, .swiper-btn:disabled img {
  opacity: 0.35;
}
.swiper-btn.swiper-button-disabled:hover, .swiper-btn:disabled:hover {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: none;
}

.swiper-pagination {
  bottom: 40px !important;
}

.swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: background 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

#gm-testimonials-section .swiper {
  overflow: hidden;
}
#gm-testimonials-section .swiper-wrapper {
  display: flex;
}
#gm-testimonials-section .card {
  cursor: grab;
}
#gm-testimonials-section .card:hover {
  transform: translateY(0px);
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 32px;
}

.gm-header {
  width: 100%;
  height: 80px;
  background: #ffffff;
  border-bottom: 1px solid #eee;
  z-index: 1000;
}

.gm-header.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
}

.gm-header__container {
  max-width: 1580px;
  height: 100%;
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gm-header__logo img {
  display: block;
}

.gm-header__list {
  display: flex;
  gap: 32px;
  list-style: none;
  align-items: center;
}

.gm-header__list a,
.dropdown__toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  position: relative;
}

.dropdown {
  position: relative;
}

.dropdown__menu {
  position: absolute;
  top: 130%;
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  z-index: 10;
}

.dropdown:hover .dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown__menu li a {
  display: block;
  padding: 10px 20px;
}

.gm-header__toggle {
  width: 32px;
  height: 18px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
}
.gm-header__toggle span {
  width: 100%;
  height: 3px;
  background: var(--heading-color);
  border-radius: 2px;
}

.gm-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 360px;
  height: 100vh;
  background: #fff;
  z-index: 2000;
  transition: right 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.gm-nav__close {
  cursor: pointer;
  border: none;
  background: transparent;
}

.gm-nav.active {
  right: 0;
}

.gm-nav__header {
  height: 80px;
  padding: 0 24px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gm-nav__list {
  list-style: none;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gm-nav__list a {
  font-size: 1.1rem;
  text-decoration: none;
  color: #111;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 1500;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 992px) {
  .gm-header__list {
    display: none;
  }
  .gm-header__toggle {
    display: flex;
  }
}
.gm-footer {
  background: #F4F4F4;
  border-top: 40px solid #E2E2E2;
}
.gm-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: var(--space-lg);
  padding: var(--space-lg) 0;
}
@media screen and (max-width: 768px) {
  .gm-footer__top {
    flex-direction: column;
  }
}
.gm-footer__brand img {
  max-width: 420px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .gm-footer__brand img {
    max-width: 100%;
  }
}
.gm-footer__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 400px;
}
.gm-footer__box {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.gm-footer__title {
  font-size: 1.2rem;
  font-weight: 700;
}
.gm-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.gm-footer a {
  font-size: 0.95rem;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}
.gm-footer a:hover {
  transform: translateX(4px);
}
.gm-footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--space-lg);
  padding: var(--space-lg) 0;
  border-top: 1px solid #D9D9D9;
}

@media (max-width: 900px) {
  .gm-footer {
    padding: 80px 0 60px;
  }
  .gm-footer__links {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.gm-about__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-lg);
  align-items: start;
}
@media (max-width: 768px) {
  .gm-about__grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
  .gm-about__grid .gm-hero__content {
    order: 2;
  }
  .gm-about__grid .gm-hero__image {
    order: 1;
  }
}
.gm-about__cta {
  margin-top: var(--space-md);
}
.gm-about__image {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .gm-about__image {
    justify-content: flex-start;
  }
}
.gm-about__image img {
  width: 100%;
  max-width: 100%;
  border-radius: 24px;
  height: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.162);
}
@media (max-width: 768px) {
  .gm-about__image img {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .gm-about__image img {
    border-radius: 12px;
  }
}

.gm-testimonials .testimonial-card {
  border-radius: 20px;
  padding: 2.5rem 2.2rem;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.18);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 575px) {
  .gm-testimonials .testimonial-card {
    border-radius: 12px;
  }
}
.gm-testimonials .testimonial-card__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}
.gm-testimonials .testimonial-card__person {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.gm-testimonials .testimonial-card__name {
  font-weight: 700;
  color: #111;
}
.gm-testimonials .testimonial-card__role {
  font-size: 0.9rem;
  color: #666;
}
@media (max-width: 900px) {
  .gm-testimonials .testimonial-card {
    padding: 2rem 1.6rem;
  }
  .gm-testimonials .testimonial-card__text {
    font-size: 1rem;
  }
}
.gm-testimonials .swiper-controls {
  margin-top: 24px;
}

.gm-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  height: min(90vh, 900px);
  background: #0a0f19;
  overflow: hidden;
}
.gm-hero .swiper,
.gm-hero .swiper-wrapper,
.gm-hero .swiper-slide {
  width: 100%;
  height: 100%;
}
.gm-hero__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.gm-hero__slide.is-video-active .gm-hero__image {
  opacity: 0;
}
.gm-hero__slide.is-video-active .gm-hero__video {
  opacity: 1;
}
.gm-hero__image, .gm-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
}
.gm-hero__video {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.gm-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.85));
}
.gm-hero__card {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  width: min(100% - 2rem, 460px);
  padding: 2.5rem 2rem;
  color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 860px;
}
@media (min-width: 769px) {
  .gm-hero__card {
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .gm-hero__card {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .gm-hero__card {
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    padding: 1.6rem 1.4rem;
    border-radius: 12px;
    max-width: 360px;
  }
  .gm-hero__card a {
    display: none;
  }
}
@media (max-width: 475px) {
  .gm-hero__card {
    max-width: 280px;
  }
}
.gm-hero__title {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.gm-hero__desc {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
.gm-hero__controlls {
  display: flex;
  gap: 18px;
}
.gm-hero__button {
  background-color: white;
  color: black;
  font-weight: 500;
}
.gm-hero__button:hover {
  color: black;
  background-color: white;
}

.gm-regulations {
  padding-block: var(--space-xl);
  margin-bottom: var(--space-xl);
}
.gm-regulations__subtitle {
  font-size: var(--fs-h3);
}
.gm-regulations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  margin-top: 2em;
}
@media (max-width: 900px) {
  .gm-regulations__grid {
    margin-top: 1em;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .gm-regulations__grid {
    grid-template-columns: 1fr;
  }
}
.gm-regulations__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.gm-media__item--video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='40,30 70,50 40,70' fill='white'/%3E%3C/svg%3E") center/64px no-repeat;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
  pointer-events: none;
}
.gm-media .card-image {
  position: relative;
}
.gm-media__media {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.gm-media__overlay {
  padding: 16px;
}
.gm-media__caption {
  font-size: 1rem;
  font-weight: 600;
}

.gm-faq {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4rem;
  padding: 6em 0;
}
@media screen and (max-width: 768px) {
  .gm-faq {
    padding: 0;
  }
}
.gm-faq__description {
  max-width: 38ch;
}
.gm-faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.gm-faq__item {
  border-radius: 10px;
  background: transparent;
  border: 1px solid #cacaca;
  padding: var(--space-sm);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .gm-faq__item {
    padding: var(--space-md);
  }
}
.gm-faq__question {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #484848;
  transition: color 0.25s ease;
}
.gm-faq__question span {
  font-size: var(--fs-base);
  width: calc(100% - 36px);
}
.gm-faq__question::after {
  content: "+";
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--gira-color);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .gm-faq__question::after {
    width: 30px;
    height: 30px;
  }
}
.gm-faq__question:hover::after {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}
.gm-faq__question[aria-expanded=true]::after {
  transform: rotate(45deg) scale(1.05);
}
.gm-faq__answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
  will-change: max-height, opacity;
}
.gm-faq__answer p {
  margin-top: 12px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .gm-faq {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .gm-faq__content {
    position: relative;
    top: 0;
  }
}
.gm-more {
  padding-block: var(--space-xl);
}
.gm-more__title {
  color: #fff;
}
.gm-more__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.gm-more__col p {
  color: rgba(255, 255, 255, 0.92);
}
@media (max-width: 900px) {
  .gm-more {
    padding: 80px 0;
  }
  .gm-more__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

#gira-palavras .gm-more {
  background-color: var(--gira-palavras);
}

#gira-experiencias .gm-more {
  background-color: var(--gira-experiencias);
}

#gira-saberes .gm-more {
  background-color: var(--gira-saberes);
}

#gira-sustentabilidade .gm-more {
  background-color: var(--gira-sustentabilidade);
}

#gira-mundo .gm-more {
  background-color: var(--gira-mundo);
}

.gm-speaker .gm-description {
  text-align: start;
}
.gm-speaker__schedule {
  display: flex;
  gap: 2rem;
}
.gm-speaker__icon-box {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: var(--fs-base);
  color: var(--heading-color);
}
@media screen and (max-width: 768px) {
  .gm-speaker__icon-box {
    font-size: 12px;
  }
}
.gm-speaker__icon-box img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .gm-speaker__icon-box img {
    width: 20px;
    height: 20px;
  }
}
.gm-speaker__inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .gm-speaker__inner {
    gap: 24px;
  }
}
.gm-speaker__name {
  text-align: start;
}
.gm-speaker__image img {
  border: 8px solid;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.162);
}
@media screen and (max-width: 768px) {
  .gm-speaker__image {
    width: 100%;
  }
  .gm-speaker__image img {
    border-radius: 8px;
    border: 4px solid;
    width: 100%;
    height: auto;
  }
}
.gm-speaker__info {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 680px;
}
.gm-speaker__role {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--heading-color);
}
.gm-speaker__schedule {
  font-size: 1rem;
  font-weight: 500;
  color: var(--heading-color);
}
.gm-speaker__socials {
  position: relative;
  display: flex;
  gap: 24px;
}
.gm-speaker__socials a {
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.gm-speaker__socials a img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .gm-speaker__socials a img {
    width: 20px;
    height: 20px;
  }
}

.gm-speaker__icon-box i,
.gm-speaker__socials a {
  color: #b3b3b3;
}

@media (max-width: 768px) {
  .gm-speaker__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .gm-speaker__info__socials {
    justify-content: center;
  }
}
#gira-palavras .link-enrollment:hover {
  color: var(--gira-palavras);
}
#gira-palavras .gm-speaker__socials a:hover {
  color: var(--gira-palavras);
}
#gira-palavras .gm-speaker__image img {
  border-color: var(--gira-palavras);
}

#gira-experiencias .link-enrollment:hover {
  color: var(--gira-experiencias);
}
#gira-experiencias .gm-speaker__socials a:hover {
  color: var(--gira-experiencias);
}
#gira-experiencias .gm-speaker__image img {
  border-color: var(--gira-experiencias);
}

#gira-saberes .link-enrollment:hover {
  color: var(--gira-saberes);
}
#gira-saberes .gm-speaker__socials a:hover {
  color: var(--gira-saberes);
}
#gira-saberes .gm-speaker__image img {
  border-color: var(--gira-saberes);
}

#gira-sustentabilidade .link-enrollment:hover {
  color: var(--gira-sustentabilidade);
}
#gira-sustentabilidade .gm-speaker__socials a:hover {
  color: var(--gira-sustentabilidade);
}
#gira-sustentabilidade .gm-speaker__image img {
  border-color: var(--gira-sustentabilidade);
}

#gira-mundo .link-enrollment:hover {
  color: var(--gira-mundo);
}
#gira-mundo .gm-speaker__socials a:hover {
  color: var(--gira-mundo);
}
#gira-mundo .gm-speaker__image img {
  border-color: var(--gira-mundo);
}

.wrapper-link-enrollment {
  position: absolute;
}
.wrapper-link-enrollment .link-enrollment {
  text-decoration: underline;
  color: var(--color-primary);
}
@media screen and (min-width: 769px) {
  .wrapper-link-enrollment {
    left: 0;
    top: 72px;
  }
  .wrapper-link-enrollment .link-enrollment {
    font-size: 16px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-link-enrollment {
    right: 0;
    top: 0;
  }
  .wrapper-link-enrollment .link-enrollment {
    font-size: 12px;
    text-transform: capitalize;
  }
}

.gm-contact {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4rem;
  padding: 6em 0;
}
@media screen and (max-width: 768px) {
  .gm-contact {
    padding: 0;
  }
}
.gm-contact__description {
  max-width: 38ch;
}
.gm-contact__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.gm-contact__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.gm-contact__field label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111;
}
.gm-contact__field input,
.gm-contact__field textarea {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  padding: 1.6rem 1rem;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #cacaca;
  font-size: 0.95rem;
  transition: border 0.25s ease, box-shadow 0.25s ease;
}
.gm-contact__field input:focus,
.gm-contact__field textarea:focus {
  border-color: var(--gira-palavras);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04);
  background: #fff;
}
.gm-contact__field textarea {
  resize: vertical;
  min-height: 140px;
}
.gm-contact__submit {
  align-self: flex-end;
}

@media (max-width: 900px) {
  .gm-contact {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.gm-organization__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.gm-organization__image {
  width: 100%;
  padding-top: 2em;
}
.gm-organization__image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.162);
}
@media screen and (max-width: 575px) {
  .gm-organization__image img {
    border-radius: 12px;
  }
}
@media (max-width: 900px) {
  .gm-organization__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

#gira-palavras .gm-more {
  background-color: var(--gira-palavras);
}

#gira-experiencias .gm-more {
  background-color: var(--gira-experiencias);
}

#gira-saberes .gm-more {
  background-color: var(--gira-saberes);
}

#gira-sustentabilidade .gm-more {
  background-color: var(--gira-sustentabilidade);
}

#gira-mundo .gm-more {
  background-color: var(--gira-mundo);
}

.gm-quote-section {
  position: relative;
  padding: 160px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/resources/assets/img/wallpapers/quote-bg.webp");
}
.gm-quote-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35));
  z-index: 1;
}
.gm-quote-section .gm-container {
  position: relative;
  z-index: 2;
}

.gm-quote {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.gm-quote__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #e4e4e4;
}
.gm-quote__text, .gm-quote__author {
  font-size: var(--fs-h3);
  font-family: var(--heading-quote);
}
.gm-quote__text {
  line-height: 1.45;
  font-weight: 200;
  padding-left: 2rem;
}
@media screen and (max-width: 575px) {
  .gm-quote__text {
    padding-left: 0;
    font-size: 12px;
  }
}
.gm-quote__text::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 8rem;
  line-height: 1;
  color: #ffffff;
  opacity: 0.2;
}
@media screen and (max-width: 575px) {
  .gm-quote__text::before {
    display: none;
  }
}
.gm-quote__author {
  align-self: flex-end;
  padding-top: 1rem;
  color: #dbdbdb;
}
@media screen and (max-width: 575px) {
  .gm-quote__author {
    padding-top: 0;
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .gm-quote-section {
    padding: 60px 0;
  }
  .gm-quote__text {
    max-width: 100%;
  }
  .gm-quote__author {
    align-self: flex-start;
  }
  .gm-quote__author::before {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 1025px) {
  .gm-giras {
    max-width: var(--max-width);
    margin-inline: auto;
    padding-inline: var(--space-md);
    padding-block: var(--space-lg);
  }
}
.gm-giras__info {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .gm-giras__info {
    height: 96vh;
  }
}
.gm-giras__box {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 600px;
}
.gm-giras__content {
  gap: 28px;
}
@media screen and (min-width: 1024px) {
  .gm-giras__content {
    background: #FAFAFA;
    gap: 0;
  }
}
.gm-giras__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .gm-giras__image {
    height: 96vh;
  }
}
.gm-giras__image img {
  height: auto;
  width: 100%;
  max-width: 600px;
  object-fit: cover;
}
@media screen and (max-width: 1025px) {
  .gm-giras__image img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 575px) {
  .gm-giras__image img {
    border-radius: 12px;
  }
}

@media screen and (min-width: 1024px) {
  [id^=section_gira-] .gm-giras__image {
    background-color: var(--gira-color);
  }
}
@media screen and (max-width: 575px) {
  .gm-session {
    border-bottom: 1px solid #c4c4c4;
  }
}
.gm-session__link {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .gm-session__link a {
    width: 100%;
  }
}
.gm-session .gm-content {
  padding: 1em 0;
}
@media screen and (max-width: 575px) {
  .gm-session .gm-content {
    padding: 3em 0;
  }
}
.gm-session__icon-box {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: var(--fs-base);
}
@media screen and (max-width: 768px) {
  .gm-session__icon-box {
    font-size: 12px;
  }
}
.gm-session__icon-box img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .gm-session__icon-box img {
    width: 20px;
    height: 20px;
  }
}

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