#navegacao-portais {
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  list-style: none;
  line-height: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  background-color: #2e2e2e;
  align-content: center;
  z-index: 999;
  top: 0;
}
#navegacao-portais a {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
#navegacao-portais ul {
  margin: 0;
  padding: 0;
  display: inline-table;
  list-style: none;
}
#navegacao-portais ul li {
  display: inline-table;
  text-transform: uppercase;
  margin: 0;
}
#navegacao-portais ul li a {
  color: #ddd4cd;
  background: transparent;
  text-decoration: none;
  font-size: 13px;
}
#navegacao-portais li {
  padding: 6px 4px;
}
#navegacao-portais li:hover {
  background-color: #2e2e2e;
}
#navegacao-portais li:hover a {
  color: #ddd4cd;
  opacity: 0.85;
}

@media (min-width: 576px) {
  #navegacao-portais li {
    padding: 6px 10px;
  }
}
::-moz-selection {
  background-color: #2e2e2e;
  color: #ddd4cd;
}

::selection {
  background-color: #2e2e2e;
  color: #ddd4cd;
}

@font-face {
  font-family: "Glancyr Neue";
  src: url("../fonts/Glancyr-Neue-VF.eot");
  src: url("../fonts/Glancyr-Neue-VF.eot?#iefix") format("embedded-opentype"), url("../fonts/Glancyr-Neue-VF.woff2") format("woff2"), url("../fonts/Glancyr-Neue-VF.woff") format("woff"), url("../fonts/Glancyr-Neue-VF.ttf") format("truetype"), url("../fonts/Glancyr-Neue-VF.svg#Glancyr Neue") format("svg");
}
html,
body {
  margin-top: 0px !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #2e2e2e;
  background-color: #ddd4cd;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Glancyr Neue", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.btn {
  font-family: "Glancyr Neue", monospace;
}

strong {
  font-weight: 700;
}

section {
  padding: 40px 0;
}

#navegacao-secoes {
  background-color: #7d4047;
  padding: 0;
  z-index: 1030;
}
#navegacao-secoes .navbar-toggler {
  color: #ddd4cd;
  border: 1px solid rgba(221, 212, 205, 0.3);
  padding: 6px 12px;
  font-size: 1.2rem;
}
#navegacao-secoes .navbar-toggler:focus {
  box-shadow: none;
}
#navegacao-secoes .nav-link {
  color: #ddd4cd;
  font-family: "Glancyr Neue", monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px 16px;
  transition: background-color 0.25s ease;
}
#navegacao-secoes .nav-link:hover, #navegacao-secoes .nav-link.active {
  background-color: #7d4047;
  color: #fff;
}
#navegacao-secoes .dropdown-menu {
  background-color: #2e2e2e;
  border: 1px solid rgba(221, 212, 205, 0.15);
  border-radius: 0;
  padding: 0;
}
#navegacao-secoes .dropdown-menu .dropdown-item {
  color: #ddd4cd;
  font-family: "Glancyr Neue", monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 16px;
}
#navegacao-secoes .dropdown-menu .dropdown-item:hover {
  background-color: #7d4047;
  color: #fff;
}

#chamada {
  display: block;
  padding: 0;
  min-height: 220px;
  background-image: url(../images/logo-guia-mobile.svg), url(../images/bg-topo.jpg);
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
}

#sobre {
  background-color: #ddd4cd;
}

.sobre-intro {
  background-color: rgba(46, 46, 46, 0.04);
  border-radius: 0.5rem;
  height: 100%;
}

.sobre-kicker {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7d4047;
}
.sobre-kicker i {
  font-size: 1.1rem;
}

.sobre-card {
  background-color: #7d4047;
  color: #ddd4cd;
  border-radius: 0.5rem;
  height: 100%;
}
.sobre-card h3 {
  color: #ddd4cd;
}

.sobre-lista li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
}
.sobre-lista li i {
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
  opacity: 0.8;
}
.sobre-lista li span {
  line-height: 1.5;
}

#programacao {
  background-color: #a09285;
}
#programacao p {
  margin-bottom: 0;
}
#programacao h2 {
  color: #ddd4cd;
}
#programacao .card {
  background-color: rgba(221, 212, 205, 0.3);
  border: none;
  border-radius: 0.5rem;
  color: #2e2e2e;
}
#programacao .card h3 {
  color: #7d4047;
  font-size: 1.5rem;
}
#programacao .titulo {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  color: #2e2e2e;
}
#programacao .swiper-controls {
  position: relative;
}
#programacao .swiper-pagination-bullet-active {
  background-color: #7d4047;
}
#programacao .swiper-button-prev,
#programacao .swiper-button-next {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin: 0;
  background-color: #7d4047;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
#programacao .swiper-button-prev::after,
#programacao .swiper-button-next::after {
  font-family: "remixicon" !important;
  font-size: 1.3rem !important;
  color: #ddd4cd !important;
  font-weight: normal;
}
#programacao .swiper-button-prev.swiper-button-next::after,
#programacao .swiper-button-next.swiper-button-next::after {
  content: "\ea6e" !important;
}
#programacao .swiper-button-prev.swiper-button-prev::after,
#programacao .swiper-button-next.swiper-button-prev::after {
  content: "\ea64" !important;
}
#programacao .swiper-button-prev .swiper-button-next ::slotted(svg),
#programacao .swiper-button-prev svg,
#programacao .swiper-button-next .swiper-button-next ::slotted(svg),
#programacao .swiper-button-next svg {
  display: none !important;
}
#programacao .swiper-button-prev:hover,
#programacao .swiper-button-next:hover {
  background-color: #5b2e33;
}
#programacao .swiper-pagination {
  position: static;
  width: auto;
}

.palestrantes {
  padding: 0.25rem 0;
}
.palestrantes img {
  border: 2px solid rgba(221, 212, 205, 0.2);
}
.palestrantes p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.cargo {
  font-size: 0.8rem;
  opacity: 0.75;
}

#contato {
  background-color: #ddd4cd;
}
#contato .btn-primary {
  font-size: 1.1rem;
  padding: 12px 32px;
}

footer.footer {
  padding: 0;
}
footer.footer .nivel-2 {
  padding: 40px 0;
}
footer.footer .nivel-2 img {
  height: 40px;
}
footer.footer .nivel-2 h6 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  margin-bottom: 0.15rem;
  opacity: 0.4;
}
footer.footer .nivel-2 address {
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 0;
  opacity: 0.8;
}
footer.footer .nivel-3 {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0;
}

#ferramentas {
  background-color: #fff;
}

.ferramenta-card {
  border: none;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: rgba(46, 46, 46, 0.04);
}
.ferramenta-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(46, 46, 46, 0.12);
}
.ferramenta-card .card-title {
  color: #7d4047;
}
.ferramenta-card .card-text {
  color: #2e2e2e;
  opacity: 0.85;
}

.ferramenta-icon {
  font-size: 3rem;
  color: #7d4047;
  display: block;
}

.aviso-legal {
  background-color: rgba(46, 46, 46, 0.04);
  border-radius: 0.5rem;
  border-left: 4px solid #7d4047;
}
.aviso-legal a {
  color: #7d4047;
  font-weight: 600;
}

#linha-do-tempo {
  text-align: center;
  background-color: #ddd4cd;
}
#linha-do-tempo .timeLineSwiper {
  text-align: left;
  padding: 0px 0 50px 0;
}
#linha-do-tempo .timeLineSwiper .swiper-slide .box {
  padding: 16px 32px 16px 16px;
}
#linha-do-tempo .timeLineSwiper .swiper-slide .bullet {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #7d4047;
}
#linha-do-tempo .timeLineSwiper .swiper-slide .bullet::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 32px;
  width: calc(100% - 32px);
  height: 6px;
  background-color: #a09285;
  z-index: 1;
}
#linha-do-tempo .timeLineSwiper .swiper-slide .data {
  font-family: "Glancyr Neue", monospace;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #7d4047;
  margin-bottom: 0.5rem;
}
#linha-do-tempo .timeLineSwiper .swiper-slide:last-child .bullet::after {
  display: none;
}
#linha-do-tempo .timeLineSwiper .swiper-button-next,
#linha-do-tempo .timeLineSwiper .swiper-button-prev {
  top: auto !important;
  bottom: 0 !important;
  border: 1px solid #2e2e2e;
  border-radius: 50%;
  padding: 20px;
  color: #2e2e2e;
}
#linha-do-tempo .timeLineSwiper .swiper-button-next:hover,
#linha-do-tempo .timeLineSwiper .swiper-button-prev:hover {
  color: #2e2e2e;
  background-color: rgba(160, 146, 133, 0.3);
}
#linha-do-tempo .timeLineSwiper .swiper-button-next:after,
#linha-do-tempo .timeLineSwiper .swiper-button-prev:after {
  font-size: 1rem;
}
#linha-do-tempo .timeLineSwiper .swiper-button-prev {
  left: auto;
  right: 70px;
}

#eventos {
  background-color: #ddd4cd;
}
#eventos iframe {
  border-radius: 0.5rem;
  border: none;
}

#publicacoes {
  background-color: #fff;
}

.publicacao-card {
  border: none;
  border-radius: 0.5rem;
  background-color: rgba(46, 46, 46, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 1.5rem;
}
.publicacao-card a {
  color: #2e2e2e;
  text-decoration: none;
}
.publicacao-card a:hover {
  text-decoration: underline;
}
.publicacao-card .card-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #7d4047;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-transform: inherit;
}
.publicacao-card .badge {
  font-size: 0.65rem;
  text-transform: uppercase;
}
.publicacao-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(46, 46, 46, 0.1);
}

.btn-outline-primary {
  color: #7d4047;
  border-color: #7d4047;
  border-radius: 0;
  font-family: "Glancyr Neue", monospace;
  text-transform: uppercase;
}
.btn-outline-primary:hover {
  background-color: #7d4047;
  color: #ddd4cd;
}

.btn-primary {
  background-color: #7d4047;
  border-color: #7d4047;
  color: #ddd4cd;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 2px solid #2e2e2e;
}
.btn-primary:hover {
  background-color: #5b2e33;
  border-color: #5b2e33;
}

@media (min-width: 576px) {
  #chamada {
    min-height: 420px;
  }
}
@media (min-width: 768px) {
  section {
    padding: 70px 0;
  }
  #chamada {
    background-image: url(../images/logo-guia.svg), url(../images/bg-topo.jpg);
    min-height: 250px;
    background-position: center, center;
    background-size: cover, cover;
  }
}
@media (min-width: 992px) {
  #navegacao-secoes .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  #navegacao-secoes #navSecoes {
    align-items: center;
  }
  #navegacao-secoes .nav-sticky-logo {
    max-width: 0;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transform: translateX(-10px);
    white-space: nowrap;
    transition: max-width 0.3s ease, margin-right 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  #navegacao-secoes .nav-sticky-logo img {
    height: 50px;
    width: auto;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #navegacao-secoes.fixed-top #navSecoes {
    justify-content: center;
  }
  #navegacao-secoes.fixed-top #navSecoes .navbar-nav {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  #navegacao-secoes.fixed-top .nav-sticky-logo {
    max-width: 220px;
    margin-right: 16px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
  #chamada {
    background-image: url(../images/logo-guia.svg), url(../images/bg-topo.jpg);
    min-height: 350px;
    background-position: center, center;
    background-size: cover, cover;
  }
}
@media (min-width: 1400px) {
  #chamada {
    min-height: 380px;
    background-size: cover, cover;
  }
}
@media (min-width: 1800px) {
  #chamada {
    min-height: 550px;
    background-size: cover, cover;
  }
}
#btn-topo {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #7d4047;
  color: #ddd4cd;
  border: none;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 900;
}
#btn-topo.visible {
  opacity: 1;
  visibility: visible;
}
#btn-topo:hover {
  background-color: #5b2e33;
}/*# sourceMappingURL=custom.css.map */