/* Barra de filtros de produto */

.nav-filter {
    display: flex;
    justify-content: center; /* centraliza os itens */
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    background-color: white;
    position: fixed;
    top: 55px;       
    left: 0;
    right: 0;
    z-index: 1000; 
    border-bottom: 1px solid #ccc;
}


.nav-filter li {
    position: relative;
}

.nav-filter button {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    padding: 8px 4px;
    border-bottom: 3px solid transparent;
    transition: color 0.3s, border-bottom 0.3s;
}

.nav-filter button:hover,
.nav-filter button:focus {
    color: orange;
    border-bottom: 3px solid green;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 5;
}

.dropdown-menu li button {
    width: 100%;
    text-align: left;
    padding: 8px 16px;
    font-size: 14px;
    color: #333;
    background: none;
    border: none;
    transition: background 0.2s, color 0.3s;
}

.dropdown-menu li button:hover {
    background-color: #f9f9f9;
    color: orange;
}

/* Mostrar menu ao ativar via JS */
.dropdown.open .dropdown-menu {
    display: block;
}



/*fim da barra de produtos */

html,
body {
    height: 100%;
}

body {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    color: #6c6f73;
}

.navbar-toggle {
    background: #4e576b !important;
}

.navbar {
    background-color: #4e576b;
}

.navbar-expand-sm {
    padding: 0px 0px 0px 0px;
}

.navbar-nav {
    padding: 0px 0px 0px 0px;
}

.navbar-brand {
    font-size: 14px;
    padding: 0px 5px 0px 5px;
}

.navbar-brand:hover {
    background-color: #7d828e !important;
}

h1,
h2,
h3,
h4,
h5 {
    color: #333;
}

h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 10;
    padding: 5px 0 0 5px;
    color: white;
    font-size: 12px;
    text-align: left;
}

.ekko-lightbox-nav-overlay a {
    color: black;
}

img {
    max-width: 100%;
}

.blockquote {
    font-size: 12px;
    color: #333;
    border: none;
    padding: 0;
}

.blockquote-footer {
    margin: 10px 0 0;
}

#stage {
    background: url('../img/NASA_ABorealis_from_SpaceStation2017b3.jpg') center center no-repeat;
    background-size: cover;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#stage-caption {
    font-size: 22px;
    font-weight: 200px;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

#stage-caption h1 {
    font-size: 32px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.btn {
    border-color: #ff8402;
}

.btn-default {
    border-color: grey;
}

.feature-content {
    padding: 100px 0;
    overflow: hidden;
}

.feature-content-1 {
    padding: 100px 0px 20px 0px;
    overflow: hidden;
}

.feature-content-2 {
    padding: 20px 0px 50px 0px;
    overflow: hidden;
}

.feature-content-3 {
    padding: 50px 0px 0px 0px;
    overflow: hidden;
}

.list1 {
    font-size: 12px;
    padding: 0 0 0 25px;
    overflow: hidden;
}

.feature-content-4 {
    padding: 0px 0px 50px 0px;
    overflow: hidden;
}

.feature-content-email {
    padding: 50px 0px 50px 0px;
    overflow: hidden;
}

.feature-content-email h4 {
    color: #333;
}

.feature-content-email h5 {
    color: white;
}

.feature-content img {
    margin-bottom: -0px;
}

.feature-dark {
    background: #262F36;
    color: white;
    padding-top: 50px;
}

.feature-dark h4 {
    color: white;
}

.feature-dark h2 {
    color: white;
}

.feature-alt {
    background: #f0f0f0;
}

#feature-four .feature-content {
    padding: 0;
}

#feature-five img {
    margin-top: 32px;
}

#ContatoGD img {
    margin: 0 15px 5px 0;
}

.must {
    color: orangered;
    font-size: 12px;
    font-style: italic;
}

.fa-file-pdf {
    color: #f13f29;
    font-size: 24px;
}

.fa-chevron-up {
    color: #ff8402;
}

.control-label {
    color: black;
}

.btn-warning {
    margin-right: 20px;
}

#form1 .error {
    color: red;
}

/*
   --------------------------------------
   MULTI SELECT BOX EXAMPLE
   --------------------------------------
*/

.multi_select_box {
    width: 100%;
}

.multi_select_box label {
    background-color: white;
    border: none;
}

.multi_select_box select {
    width: 100%;
}

.multi_select_box button {
    background-color: #e9ecef !important;
    color: black !important;
    border-color: lightgray;
    padding: 15px 25px;
}

/*
   --------------------------------------
   TREEVIEW DROPDOWN MENUS
   --------------------------------------
*/
@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/*
   --------------------------------------
   BACK TO THE TOP BUTTON
   --------------------------------------
*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #5cb85c;
  border: 2px solid #ff8402;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  z-index: 99;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

#myBtn:hover {
  background-color: #333;
  border-color: #5cb85c;
  color: white;
  outline: none;
}


/*
   --------------------------------------
   COOKIES
   --------------------------------------
*/
.CookieMessage {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #121212;
    z-index: 999;
    width: 600px;
    border-radius: 10px;
}

.CookieMessage-content {
    color: white;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    font-family: sans-serif;
    line-height: 1.5;
    font-size: 12px;
    display: inline-flex;
    margin-top: 20px;
}

.CookieMessage-content a {
    color: white;
}



.CookieMessage-button {
    background: #5cb85c;
    display: inline-block;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 30px;
}

.CookieMessage-button:hover {
    background: #5cb85c;
}

@media screen and (max-width: 480px) {
    .CookieMessage {
        width: 400px;
    }
}

@media screen and (max-width: 300px) {
    .CookieMessage {
        width: 60px;
    }
}

@media screen and (max-width: 200px) {
    .CookieMessage {
        width: 275px;
    }
}


/*
   --------------------------------------
   FOOTER
   --------------------------------------
*/

#main-footer {
    background: #252525;
    padding: 16px 0;
}

#main-footer p {
    color: #b8b9bc;
    text-align: center;
}

.fmenu p {
    font-size: 12px;
}

.fmenu a {
    color: #b8b9bc;
}

.fmenu a:hover {
    color: #ffffff;
    text-decoration: none;
}

.lrn p {
    font-size: 10px;
    font-weight: bold;
}

.note p {
    font-size: 10px;
}

.listagem {
    list-style: inside;
    display: block;
}


/* Estrutura geral dos itens */
.item {
  flex: 0 0 300px; /* largura fixa para cards/textos */
  display: flex;
  justify-content: center; /* centraliza conteúdo interno */
}

/* Estilos dos cards */
.card {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Imagens dentro dos cards */
.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Conteúdo dos cards */
.card-content {
  padding: 16px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0a5f9c;
}

.card-description {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}



/* Ajuste para estar abaixo da nav bar e da filter bar // ajustes para estação solarimétricas */
.content {
  padding-top: 120px; /* Ajusta espaçamento para não sobrepor a barra de filtros */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 1200px;
}

.item.estacao {
  display: none; /* Esconde todas as estações por padrão */
}

.item.estacao.text-block {
  flex-basis: auto;    
  width: 80%;
  max-width: 900px;
  margin: 120px auto 40px;
  padding: 20px;
  background: transparent;      /* Fundo transparente */
  box-shadow: none;             /* Remove sombra */
  text-align: justify;
}

.estacao-texto {
  width: 80%;
  max-width: 900px;
  margin: 120px auto 40px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: justify;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
}

.estacao-texto h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #0a5f9c;
  margin-bottom: 20px;
}

.estacao-texto p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.estacao-texto ul {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.estacao-texto li {
  font-size: 1.1rem;
  padding: 6px 0;
}

.item.estacao.text-block h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #0a5f9c;
  margin-bottom: 20px;
}

.item.estacao.text-block p {
  font-size: 1.2rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 15px;
}

.item.estacao.text-block ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.item.estacao.text-block li {
  font-size: 1.1rem;
  color: #555;
  padding: 8px 0;
  text-align: justify;
}

/*escrita em dados solarimetricos */

/* Reset básico para evitar problemas com herança */
/* Estilo geral do texto dentro da seção .tmy */
.tmy {
  max-width: 900px;
  margin: 60px auto 40px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c3e50;
  user-select: text;
  line-height: 1.7;
  letter-spacing: 0.02em;
  padding: 0 10px; /* leve espaçamento lateral */
}

/* Cabeçalho h4 estilizado e centralizado */
.tmy h4 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #2a3f87;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  padding-bottom: 6px;
  border-bottom: 3px solid #3b82f6;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(59, 130, 246, 0.3);
  font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: color 0.3s ease;
}

.tmy h4:hover {
  color: #1e40af;
  border-color: #2563eb;
}

/* Parágrafos com boa leitura */
.tmy p {
  font-size: 1.15rem;
  color: #3b3f48;
  text-align: justify;
  text-indent: 1.5em;
  margin-bottom: 1.5rem;
  transition: color 0.3s ease;
}

.tmy p:last-child {
  margin-bottom: 0;
}

