@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: "Quicksand", sans-serif;
  line-height: 1.55;
  padding: 0;
  overflow-x: hidden;
}

strong {
  font-family: "Quicksand", sans-serif;
}

/* ============================================
   CLASSES UTILITÁRIAS DE LAYOUT
   ============================================ */
.container {
  margin: 0 auto;
  max-width: 1200px;
}

.grid {
  display: grid;
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
}

.gap-md {
  gap: 16px;
}

.gap-lg {
  gap: 24px;
}

.gap-xl {
  gap: 40px;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: start;
}

.justify-center {
  justify-items: center;
}

/* ============================================
   CARDS GENÉRICOS
   ============================================ */
.card {
  font-family: "Quicksand", sans-serif;
  padding: 0px 8px;
}

.card h1 {
  font-family: "Montserrat", sans-serif;
}

.card h2 {
  font-family: "Montserrat", sans-serif;
}

.card h3 {
  font-family: "Montserrat", sans-serif;
}

.card p {
  font-family: "Montserrat", sans-serif;
}

/* ============================================
   HEADER DO SITE
   ============================================ */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  padding: 8px;
  z-index: 9999;
}

.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

.site-header .header-img {
  display: flex;
  align-items: center;
}

.site-header .header-img img {
  width: 180px;
  height: auto;
  display: block;
}

.site-header .header-nav {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  overflow-x: auto;
}

.site-header .header-nav::-webkit-scrollbar {
  display: none;
}

.site-header .header-btn {
  text-decoration: none;
}

.site-header .header-btn h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 10px 12px;
  color: #ffffff;
  margin-top: 8px;
  transition: transform 0.18s ease;
}

.site-header .header-btn h3:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
  transform: translateY(-1px);
}

.site-header .header-btn h3:active {
  transform: translateY(0);
}

/* ============================================
   ACESSIBILIDADE - SKIP LINK
   ============================================ */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
  background: #111;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  z-index: 10000;
}

/* ============================================
   MENU MOBILE
   ============================================ */
.menu-toggle,
.mobile-menu {
  display: none;
}

/* ============================================
   CONTEÚDO PRINCIPAL
   ============================================ */
#main {
  margin-top: 0;
}

/* ============================================
   SECTIONS INDIVIDUAIS - BACKGROUNDS PERSONALIZADOS
   ============================================ */
/* Section Início */
#inicio {
  padding-top: 580px; /* Ou um valor menor como 40px */
  background-color: #00B3F4;
  z-index: -2;
}

#inicio .grid {
  grid-template-columns: 1fr 1fr;
}

/* Section Sobre */
#sobre {
  background-color: #ffffff;
}

#sobre .grid {
  grid-template-columns: 1fr 1fr;
}

/* Section Investir */
#investir {
  background-color: #51CE54;
}

#investir .grid {
  grid-template-columns: 1fr 1fr;
}

/* Section Tecnologia */
#tecnologia {
  background-color: #51CE54;
}

#tecnologia .grid {
  grid-template-columns: 1fr 1fr;
}

/* Section Roadmap */
#roadmap {
  background-color: #ffffff;
}

#roadmap .grid {
  grid-template-columns: 1fr 1fr;
}

/* Section Contato */
#contato {
  background-color: #ffffff;
}

#contato .grid {
  grid-template-columns: 1fr 1fr;
}

/* ============================================
   SECTION INÍCIO
   ============================================ */
.section-inicio {
  min-height: 100vh;
  background-image: url("../images/dronecosteira.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.section-inicio p {
  color: #ffffff;
  font-size: 1.2rem;
}

.section-inicio h2 {
  color: #ffffff;
  font-size: 3rem;
}

.section-inicio h3 {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
}

.section-sobre p {
  color: #000000;
  font-size: 1.2rem;
}

.section-sobre h2 {
  color: #000000;
  font-size: 3rem;
}

.section-sobre h3 {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
}

.section-contato p {
  color: #000000;
  font-size: 1.2rem;
}

.section-contato h2 {
  color: #000000;
  font-size: 3rem;
}

/* ============================================
   IMAGENS
   ============================================ */
.image-mangroove {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  border-radius: 5px;
}

.image-mangroove2 {
  display: block;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
}

.video-mangroove {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 5px;
}

@supports (width: 100dvw) {
  .image-mangroove2 {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
}
/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  text-align: center;
  padding: 24px 0;
  font-size: 0.9rem;
  background-color: #ffffff;
}

.site-footer .footer-inner {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

.site-footer .footerImagem {
  width: 180px;
  height: auto;
}

.site-footer .footer-copy {
  color: #000000;
}

/* ============================================
   MEDIA QUERIES - TABLET
   ============================================ */
@media (max-width: 999px) {
  #roadmap timeline-monitoring-map {
    display: none !important;
  }
  .site-header .header-nav {
    display: none;
  }
  .site-header .menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 1.6rem;
    color: #ffffff;
    cursor: pointer;
    padding: 4px 10px;
  }
  .site-header .menu-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .site-header .header-img img {
    width: 120px;
  }
  .mobile-menu {
    position: fixed;
    inset: 0;
    background: #eaeaea;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .mobile-menu.open {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu .menu-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 2.2rem;
    color: #000000;
    cursor: pointer;
  }
  .mobile-menu .mobile-nav a {
    color: #000000;
    text-decoration: none;
    margin: 14px 0;
  }
  .mobile-menu .mobile-nav h3 {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 8px 12px;
  }
  .mobile-menu .mobile-nav h3:hover {
    background: #ddd;
  }
  .grid-2,
  #inicio .grid,
  #sobre .grid,
  #investir .grid,
  #tecnologia .grid,
  #roadmap .grid,
  #contato .grid {
    grid-template-columns: 1fr;
  }
  .gap-xl {
    gap: 24px;
  }
  .site-footer .footerImagem {
    width: 120px;
  }
}
/* ============================================
   MEDIA QUERIES - MOBILE
   ============================================ */
@media (max-width: 768px) {
  body {
    padding: 0px;
  }
  #inicio .grid {
    gap: 0px;
  }
  #inicio {
    padding-top: 148px; /* Ou um valor menor como 40px */
    background-color: #00B3F4;
    z-index: -2;
  }
  #sobre .grid {
    gap: 0px;
  }
  #main {
    margin-top: 0;
  }
  .section-inicio p {
    font-size: 1rem;
  }
  .section-inicio h2 {
    font-size: 1.4rem;
  }
  .section-inicio h3 {
    font-size: 1rem;
  }
  .section-sobre p {
    font-size: 1rem;
  }
  .section-sobre h2 {
    font-size: 1.4rem;
  }
  .section-sobre h3 {
    font-size: 1rem;
  }
  .section-contato p {
    font-size: 1rem;
  }
  .section-contato h2 {
    font-size: 1.4rem;
  }
  .section-contato h3 {
    font-size: 1rem;
  }
}/*# sourceMappingURL=test.css.map */