:root {
  --color-primary-100: hsl(216, 100%, 50%);
  --color-primary-dark-100: hsl(227, 100%, 20%);
  --color-primary-darker-100: hsl(227, 100%, 44%);
  --color-secondary-100: hsl(281, 100%, 61%);
  --color-secondary-dark-100: hsl(266, 100%, 39%);
  --color-success: hsl(177, 96%, 46%);
  --color-white: hsl(0, 0%, 100%);
  --color-accent: hsl(176, 100%, 50%);
  --color-gradient-vertical-blue: linear-gradient(to bottom, hsl(216, 100%, 50%), hsl(227, 100%, 44%));


  --color-border: light-dark(hsl(216, 13%, 84%), hsl(216, 13%, 84%));
  --color-border-30: light-dark(hsla(220, 10%, 88.2%, 0.3), hsla(220, 10%, 88.2%, 0.3));
  --color-field: light-dark(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
  --color-bg-default: light-dark(hsl(0, 0%, 95.7%), hsl(0, 0%, 95.7%));
  --color-bg-color-contrast: light-dark(hsl(30, 5%, 92.2%), hsl(30, 5%, 92.2%));
  --color-bg-color-default: light-dark(hsl(40, 4.6%, 87.3%), hsl(40, 4.6%, 87.3%));
  --color-text-light: light-dark(hsl(214, 6%, 58%), hsl(214, 6%, 58%));
  --color-text-default: light-dark(hsl(215, 13%, 34%), hsl(215, 13%, 34%));
}


iframe {
  /* overflow: hidden !important; */
  width: 100%;
  min-height: 130%;
  /* overflow-y: visible; */
}

button {
  cursor: pointer;
}

@media screen and (min-width: 320px) {
  iframe {
    /* overflow: hidden !important; */
    width: 100%;
    min-height: 150%;
    /* overflow-y: visible; */
  }

  #header_contact_btn {
    display: none;
  }

  #divider-header {
    display: none;
  }

  /* .contact-header {
    display: none !important;
  } */

  /* .header-align-right {
    display: none !important;
  } */
  .mobile-contact {
    /* display: block; */
    width: 100%;
    padding: 0 3rem;
  }

  header {
    display: flex;
    width: 100%;
    height: 6.875rem;
    flex-direction: row;
    gap: 1rem;
    flex-shrink: 0;
    background: transparent;
    z-index: 2;
    justify-content: center;
  }

  .align-center {
    display: flex;
    flex-direction: row;
    width: 100vw;
    padding: 1rem;
    align-items: end;
    justify-content: center;
    gap: 1rem;
  }

  .align-left {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
    padding-top: 2rem;
  }

  .align-leftimg {
    display: flex;
    width: 14.1875rem;
    height: 2.5rem;
    padding-right: 0px;
    justify-content: center;
    align-items: flex-end;
    gap: 0.87556rem;
  }

  .align-left .header-align-right {
    display: none;
  }

  .contact-header {
    display: flex;
    gap: 10px;
    color: var(--color-white);
    font-family: "Inter", sans-serif;
    opacity: 0.5;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .contact-header .mob {
    display: block;
  }

  .contact-header .desk {
    display: none;
  }

  .mobile-contact {
    /* display: flex; */
    gap: 10px;
    color: var(--color-white);
    font-family: "Inter", sans-serif;
    opacity: 0.5;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .contact-headerimg {
    width: 25px;
    height: 25px;
  }

  .button-contact {
    display: flex;
    height: 2.25rem;
    padding: 0rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    border-radius: 0.5rem;
    border: 1px solid var(--color-white);
    color: var(--color-white);
  }
}

@media screen and (min-width: 374px) {
  iframe {
    /* overflow: hidden !important; */
    width: 100%;
    /* min-height: 130%; */
    /* overflow-y: visible; */
  }
}

@media screen and (min-width: 376px) {
  iframe {
    /* overflow: hidden !important; */
    width: 100%;
    /* min-height: 93%; */
    /* overflow-y: visible; */
  }

  #header_contact_btn {
    display: none;
  }

  header {
    display: flex;
    width: 100%;
    height: 6.875rem;
    flex-direction: row;
    gap: 1rem;
    flex-shrink: 0;
    background: transparent;
    z-index: 2;
    justify-content: center;
  }

  .align-center {
    display: flex;
    width: 100vw;
    flex-direction: row;
    padding: 1rem;
    align-items: end;
    justify-content: center;
    gap: 1rem;
  }

  .align-left {
    display: flex;
    align-items: center;
    align-items: start;
    gap: 1.5rem;
  }

  .align-leftimg {
    display: flex;
    width: 14.1875rem;
    height: 2.5rem;
    padding-right: 0px;
    justify-content: center;
    align-items: flex-end;
    gap: 0.87556rem;
  }

  .align-left .header-align-right {
    display: none;
  }

  .contact-header {
    display: flex;
    gap: 10px;
    color: var(--color-white);
    font-family: var(--main-font);
    opacity: 0.5;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .contact-headerimg {
    width: 25px;
    height: 25px;
  }

  .button-contact {
    display: flex;
    height: 2.25rem;
    padding: 0rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    border-radius: 0.5rem;
    border: 1px solid var(--color-white);
    color: var(--color-white);
    text-decoration: none;
    font-family: var(--main-font);
  }
}

@media screen and (min-width: 390px) {
  iframe {
    /* overflow: hidden !important; */
    width: 100%;
    min-height: 161%;
    /* overflow-y: visible; */
  }
}

@media screen and (min-width: 425px) {
  iframe {
    /* overflow: hidden !important; */
    width: 100%;
    min-height: 160%;
    /* overflow-y: visible; */
  }

  #header_contact_btn {
    display: none;
  }

  header {
    display: flex;
    width: 100%;
    height: 6.875rem;
    flex-direction: row;
    gap: 1rem;
    flex-shrink: 0;
    background: transparent;
    z-index: 2;
    justify-content: center;
  }

  .align-center {
    display: flex;
    width: 100vw;
    flex-direction: row;
    padding: 1rem;
    align-items: end;
    justify-content: center;
    gap: 1rem;
  }

  .align-left {
    display: flex;
    align-items: start;
    gap: 1.5rem;
  }

  .align-leftimg {
    display: flex;
    width: 14.1875rem;
    height: 2.5rem;
    padding-right: 0px;
    justify-content: center;
    align-items: flex-end;
    gap: 0.87556rem;
  }

  .align-left .header-align-right {
    display: none;
  }

  .contact-header {
    display: flex;
    gap: 10px;
    color: var(--color-white);
    font-family: "Inter", sans-serif;
    opacity: 0.5;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .contact-headerimg {
    width: 25px;
    height: 25px;
  }

  .button-contact {
    display: flex;
    height: 2.25rem;
    padding: 0rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    border-radius: 0.5rem;
    border: 1px solid var(--color-white);
    color: var(--color-white);
  }
}

@media screen and (min-width: 768px) {
  #header_contact_btn {
    display: flex;
  }

  #divider-header {
    display: flex;
  }

  .contact-header {
    display: flex !important;
  }

  .mobile-contact {
    display: none !important;
  }

  .contact-header .mob {
    display: none;
  }

  .contact-header .desk {
    display: block;
  }

  header {
    display: flex;
    width: 100%;
    height: 6.875rem;
    flex-direction: row;
    gap: 1rem;
    flex-shrink: 0;
    background: transparent;
    z-index: 2;
    justify-content: center;
  }

  .align-center {
    display: flex;
    width: 100vw;
    padding: 2rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .align-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }

  .align-leftimg {
    display: flex;
    width: 14.1875rem;
    height: 2.5rem;
    padding-right: 0px;
    justify-content: center;
    align-items: flex-end;
    gap: 0.87556rem;
  }

  .contact-header {
    display: flex;
    gap: 10px;
    color: var(--color-white);
    font-family: "Inter", sans-serif;
    opacity: 0.5;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .contact-headerimg {
    width: 25px;
    height: 25px;
  }

  .button-contact {
    display: flex;
    height: 2.25rem;
    padding: 0rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    border-radius: 0.5rem;
    border: 1px solid var(--color-white);
    color: var(--color-white);
  }
}

@media screen and (min-width: 1024px) {
  header {
    display: flex;
    width: 100%;
    height: 6.875rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    background: transparent;
    z-index: 2;
  }

  .align-center {
    display: flex;
    flex-direction: row;
    width: 70vw;
    padding: 2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .align-left {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
  }

  .align-leftimg {
    display: flex;
    width: 14.1875rem;
    height: 2.5rem;
    padding-right: 0px;
    justify-content: center;
    align-items: flex-end;
    gap: 0.87556rem;
  }

  .contact-header {
    display: flex;
    gap: 10px;
    color: var(--color-white);
    font-family: "Inter", sans-serif;
    opacity: 0.5;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .contact-headerimg {
    width: 25px;
    height: 25px;
  }

  .button-contact {
    display: flex;
    height: 2.25rem;
    padding: 0rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    border-radius: 0.5rem;
    border: 1px solid var(--color-white);
    color: var(--color-white);
  }
}

.section-divider {
  color: var(--color-white-100);
  width: 100%;
  z-index: 2;
}

.section-divider svg {
  display: block;
  width: 100%;
  height: auto !important;
}

.section-divider.absolute {
  position: absolute;
}

.section-divider.top {
  top: -1px;
  transform-origin: center;
}

.section-divider.bottom {
  width: 100%;
  bottom: -1px;
  transform-origin: bottom center;
}

.hero1-left {
  width: 1237px;
  height: 1267px;
  position: absolute;
  left: -20rem;
  top: -40rem;
}

.hero1-right {
  width: 748px;
  height: 862px;
  position: absolute;
  right: -10rem;
  top: -20rem;
}

.contactModal {
  animation: scale-up-center 0.8s;
}

.scale-up-center {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes scale-up-center {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

:root {
  --font-primary: "Cairo", sans-serif;
  --font-inter: "Inter", sans-serif;
}

html {
  font-size: clamp(14px, 2vw, 16px);
  scroll-behavior: smooth;
}

/*####################################################
  PARAGRAPH
  ####################################################*/
p {
  margin: 0.5rem 0 0 0;
}

/*####################################################
  LINKS
  ####################################################*/
:where(a[href]:not(.btn)) {
  color: var(--color-semantic-info-100);
}

:where(a[href]:not(.btn)):hover {
  color: var(--color-primary-default-100);
}

.link-text-more {
  font-size: 0.9rem;
  color: var(--color-lfg-second-100);
  text-decoration: underline;
}

/*####################################################
  HEADINGS
  ####################################################*/
.display-1 {
  font-size: 3.875rem;
  font-family: var(--font-primary);
  font-weight: 700;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-decoration: none;
  text-transform: none;
}

.display-2 {
  font-size: 3rem;
  font-family: var(--font-primary);
  font-weight: 700;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}

h1,
.h1 {
  font-family: var(--font-primary);
  font-weight: unset;
  line-height: 0.93;
  font-size: 4.75rem;
  text-transform: uppercase;
  margin: 0;
}

h2,
.h2 {
  align-self: stretch;
  font-family: var(--font-primary);
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 3.25rem */
  /* letter-spacing: -0.13rem; */
  margin: 0;
  padding: 0;
}

h3,
.h3 {
  font-family: var(--font-primary);
  font-size: 2.5rem;
  font-style: normal;
  line-height: 0.9;
  text-decoration: none;
  text-transform: none;
  margin: 0;
}

h4,
.h4 {
  font-family: var(--font-primary);
  font-size: 1.75rem;
  font-style: normal;
  line-height: 0.9;
  text-decoration: none;
  text-transform: none;
  margin: 0;
}

h5,
.h5 {
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  margin: 0;
}

.no-wrap {
  white-space: nowrap;
}

.text-subtitle {
  font-size: 1.125rem;
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}

.text-page-title {
  font-size: 2.625rem;
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  text-decoration: none;
  text-transform: none;
}

.text-subheader {
  color: var(--accent-100, #00fff0);
  font-size: 1.25rem;
  font-style: normal;
  line-height: 120%;
  /* 1.5rem */
  letter-spacing: 0.3125rem;
  text-transform: uppercase;
  font-family: var(--font-primary);
  font-weight: 500;
  margin: 0;
}

.text-subheader.lg {
  font-size: 1.25rem;
  letter-spacing: 0.19em;
}

.text-subheader.md {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.text-subheader.sm {
  font-size: 0.813rem;
  letter-spacing: 0.05em;
}

.text-subheader.xs {
  font-size: 0.688rem;
  letter-spacing: 0.05em;
}

.text-caption {
  font-size: 0.75rem;
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  text-decoration: none;
  text-transform: none;
}

.text-title {
  font-family: var(--font-primary);
  font-weight: 700;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}

.text-title.lg {
  font-size: 1.75rem;
}

.text-title.md {
  font-size: 1.5rem;
}

.text-title.sm {
  font-size: 1.25rem;
}

.text-body {
  font-family: var(--font-primary);
  font-style: normal;
  line-height: 1.5;
  text-transform: none;
}

.text-body.smnormal {
  font-size: 0.875rem;
  font-weight: 300;
}

.text-body.smbold {
  font-size: 0.875rem;
  font-weight: 700;
}

.text-body.mdnormal {
  font-size: 1rem;
  font-weight: 300;
}

.text-body.mdbold {
  font-size: 1rem;
  font-weight: 700;
}

.text-body.lgnormal {
  font-size: 1.25rem;
  font-weight: 300;
}

.text-body.lgbold {
  font-size: 1.25rem;
  font-weight: 700;
}

.text-menu {
  font-size: 0.875rem;
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-transform: uppercase;
}

/*####################################################
  FONT-WEIGHT
  ####################################################*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*####################################################
  FONT VARIABLE
  ####################################################*/
.f-variable {
  font-variation-settings: "wdth" var(--width, 66), "wght" var(--weight, 400) !important;
}

/*####################################################
  TEXT ALIGN
  ####################################################*/
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

/*####################################################
  TEXT COLORS
  ####################################################*/
.text-color-white,
.text-color-white-100 {
  color: var(--color-white-100);
}

.text-color-white-80 {
  color: var(--color-white-80);
}

.text-color-white-60 {
  color: var(--color-white-60);
}

.text-color-white-50 {
  color: var(--color-white-50);
}

.text-color-alternate {
  color: var(--color-alternate-100);
}

.text-color-claret {
  color: var(--color-claret-100);
}

.text-color-claret {
  color: var(--color-claret-100);
}

.text-color-blue {
  color: var(--color-blue-100);
}

.text-color-cerise {
  color: var(--color-cerise-100);
}

.text-color-purple {
  color: var(--color-purple-100);
}

.text-color-blue-dark {
  color: var(--color-blue-dark-100);
}

.text-color-gray-light {
  color: var(--color-gray-light-100);
}

.text-color-gray-medium {
  color: var(--color-gray-medium-100);
}

.text-color-primary-default {
  color: var(--color-primary);
}

.text-color-primary-medium {
  color: var(--color-primary-medium-100);
}

.text-color-primary-contrast {
  color: var(--color-primary-contrast-100);
}

.text-color-primary-high-contrast {
  color: var(--color-primary-high-contrast-100);
}

.text-color-accent-soft {
  color: var(--color-accent-soft-100);
}

.text-color-accent-default {
  color: var(--color-accent);
}

.text-color-accent-contrast {
  color: var(--color-accent-contrast-100);
}

.text-color-lfg-first {
  color: var(--color-lfg-first-100);
}

.text-color-lfg-second {
  color: var(--color-lfg-second-100);
}

.text-color-lfg-third {
  color: var(--color-lfg-third-100);
}

.text-color-aedu-play {
  color: var(--color-aedu-play-100);
}

.text-color-semantic-danger {
  color: var(--color-semantic-danger-100);
}

.text-color-semantic-info {
  color: var(--color-semantic-info-100);
}

.text-color-semantic-success {
  color: var(--color-semantic-success-100);
}

.text-color-semantic-warning {
  color: var(--color-semantic-warning-100);
}

.text-color-contrast {
  color: var(--color-contrast-100);
}

.text-color-light {
  color: var(--color-text-light);
}

.text-color-default {
  color: var(--color-text-default);
}

.text-color-contrast {
  color: var(--color-text-contrast);
}

/*####################################################
  HIGHLIGHT BOX
  ####################################################*/
.box {
  display: inline-block;
  align-self: flex-start;
  padding: 0.2em 0.75em;
  border-radius: 0.5rem;
}

/*####################################################
  SECTION TITLE
  ####################################################*/
.section-title {
  margin: 0 auto;
  max-width: 56ch;
  text-align: center;
  color: var(--color-text-default);
}

@media (max-width: 460px) {
  .section-title h2 {
    font-size: 2.25rem;
  }
}

.section-title .highlight {
  font-size: 1.2em;
  font-variation-settings: "wdth" 66, "wght" 900;
}

.card {
  display: flex;
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  border-radius: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.02) 100%);
  box-shadow: inset 0 0 0 0 #00fff0, 0px 20px 48px -8px rgba(0, 0, 0, 0.1), 0px 20px 48px -8px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  transition: .3s;
}

.hero {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 1rem;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  padding-bottom: 8rem;
}

.hero.quem-somos {
  padding-bottom: 15rem;
}

.hero.wwd {
  padding-bottom: 8rem;
}

.hero.cases {
  padding-bottom: 8rem;
}

.hero.who-trusts {
  padding-bottom: 8rem;
}

.hero.contact-us {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.hero.footer {
  padding-bottom: 0rem;
}

/* NOTE Mobile P */
@media screen and (min-width: 320px) {

  .hero.footer {
    padding: 0;
    margin: 0;
  }

  .hero.quem-somos {
    padding-bottom: 7rem;
  }
}

/* NOTE Mobile M */
@media screen and (min-width: 375px) {

  .hero.footer {
    padding: 0;
    margin: 0;
  }

  .hero.quem-somos {
    padding-bottom: 7rem;
  }
}

/* NOTE Mobile G */
@media screen and (min-width: 425px) {
  iframe {
    /* overflow: hidden !important; */

    min-height: 160%;
  }

  .hero.footer {
    padding: 0;
    margin: 0;
  }

  .hero.quem-somos {
    padding-bottom: 7rem;
  }
}

/* NOTE Mobile Tablet */
@media screen and (min-width: 768px) {
  .hero.footer {
    padding: 0;
    margin: 0;
  }

  .hero.quem-somos {
    padding-bottom: 7rem;
  }
}

/* NOTE Mobile Desktop */
@media screen and (min-width: 1024px) {

  iframe {
    /* overflow: hidden !important; */
    width: 100%;
    /* min-height: 130%; */
    /* overflow-y: visible; */
  }

  .hero.footer {
    padding: 0;
    margin: 0;
  }

  .hero.quem-somos {
    padding-top: 5rem;
    padding-bottom: 0rem;
  }
}


body:has(dialog[open]) {
  overflow: hidden;
}

/* BOX-SIZING & Antialising ##################*/
html {
  scroll-padding-top: 112px;
}

html *,
html * :before,
html *:after {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
}

body {
  overscroll-behavior-x: none;
  margin: 0;
  padding: 0;
  background-color: var(--color-white);
  font-family: var(--font-body);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media not all and (-webkit-min-device-pixel-ratio: 0),
not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    body::-webkit-scrollbar {
      width: 0.5rem !important;
    }

    body::-webkit-scrollbar-thumb {
      border: 2px solid transparent;
    }
  }
}

section {
  scroll-snap-align: start;
  isolation: isolate;
}

::-moz-selection {
  background-color: var(--color-primary-default-100);
  color: white;
}

::selection,
::-moz-selection {
  background-color: var(--color-primary-default-100);
  color: white;
}

.footer {
  width: 100%;
  position: relative;
  min-height: 11rem;
  background: url(../img/divider-up.svg);
  background-size: 100% auto;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 2rem;
}

.footer-content {
  font-family: var(--font-inter);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.divider-footer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 5px;
}

.floating_button {
  position: fixed !important;
  right: 2rem;
  bottom: 1.5rem;
  width: 4rem;
  height: 3rem;
  width: 3rem;
}

.modal-btn-close {
  color: #000;
  background: transparent;
  border: none;
  font-family: var(--font-inter);
  cursor: pointer;
}

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

.modal-btn-close img {
  width: 1.5rem;
}

.topo-modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topo-modal {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0;
  background-color: #fff;
}

.title-topo {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
}

.content-modal {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Inter", sans-serif;
}

.input-custom {
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
}

.area-custom {
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
}

.footer-modal {
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  border-top: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.btn-cancelar {
  background-color: #939393;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border: none;
  border-radius: 0.5rem;
  color: white;
  font-weight: 600;
  width: 7rem;
  cursor: pointer;
}

.btn-enviar {
  color: white;
  font-weight: 600;
  background-color: #0066ff;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border: none;
  border-radius: 0.5rem;
  width: 7rem;
  cursor: pointer;
}

#contactModal {
  font-family: "Inter", sans-serif;
  background: transparent;
  border: none;
  width: 100%;
  box-shadow: none;
}

#snackbar {
  position: fixed;
  bottom: 2rem;
  padding: 10px;
  right: -20000px;
  font-family: "Inter", sans-serif;
  animation: snack 0.3s ease-in-out;
  border-radius: 0.2rem;
}

@keyframes snack {
  0% {
    right: -20000px;
  }

  100% {
    right: unset;
  }
}

@media (min-width: 320px) {
  #snackbar {
    max-width: 24rem;
  }
}

@media (min-width: 960px) {
  #snackbar {
    max-width: unset;
  }
}

.loading::before {
  content: "";
  position: absolute;
  text-indent: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-top-color: transparent;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  100% {
    rotate: 2turn;
  }
}

.word-cloud {
  background-color: var(--color-primary-dark-100);
  display: grid;
  place-content: center;
  padding: clamp(1rem, 5vw, 3rem);
  color: white;

  svg {
    width: 100%;
    max-width: 1270px;
    height: auto;
    color: unset;
    cursor: pointer;

    &:hover {
      >g {
        opacity: .1;
      }
    }


    >* {
      transition: .5s;
    }

    >g {

      stroke: transparent;
      stroke-width: 30px;
      transform-origin: center;

      &.primary {
        color: var(--color-primary-100);
      }

      &.white {
        color: white;
      }

      &.secondary {
        color: var(--color-secondary-100);
      }

      &:hover {
        scale: 1.02;

        &.primary {
          filter: url(#dropshadow-primary);
        }

        &.white {
          filter: url(#dropshadow-white);
        }

        &.secondary {
          filter: url(#dropshadow-secondary);
        }

        opacity: 1;
      }
    }
  }
}