:root {
  --color-default-blue: #0258a3;
  --color-white: #fff;
}

body {
  font-family: 'Rawline', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
header {
  position: relative;
  background-color: var(--color-default-blue);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}
.box-logo {
  display: flex;
  text-decoration: none;
  align-items: start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  gap: 0.5rem;
}
.box-logo > div {
  top: -2px;
}
.box-logo > img {
  height: 74px;
}
.logo-text {
  color: var(--bs-white);
  font-size: 0.875rem;
}
.logo-desc {
  color: var(--bs-white);
  font-size: 1rem;
  line-height: 12px;
}
header .navbar {
  padding-bottom: 0;
  padding-top: 0;
}
header .navbar-nav li {
  align-items: center;
  display: flex;
  height: 82px;
}
header .navbar-nav li.active {
  background-color: #024783;
}
header .navbar-nav li.active a {
  color: var(--bs-warning);
}
button.navbar-toggler {
  border-color: var(--bs-white);
}
.navbar-toggler:focus {
  box-shadow: none
}
.link-menu {
  color: var(--bs-white);
  font-weight: 500;
  margin: 0 1rem;
}
.link-menu:hover {
  color: var(--bs-white);
  text-decoration: underline;
}
.jumbotron {
  background-image: url("../img/background.png");
  width: 100%;
  height: 305px;
  background-size: cover;
}
.box-main-event {
  background-color: #323232;
}
.box-main-event h2 {
  color: var(--bs-white);
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
}
.box-main-event p {
  color: var(--bs-white);
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.box-main-event-data {
  margin-top: 3rem;
}
.box-main-event-local {
  margin-top: 1.5rem;
}
.box-programacao h2 {
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
}
.box-programacao p {
  color: #333;
  font-size: 1rem;
  margin-bottom: 0;
}
.box-programacao p.balanco-eleicoes,
.box-programacao p.apresentacao-material {
  color: #333;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
  font-style: italic;
}
.box-programacao p.apresentacao-material-obs {
  font-weight: 500;
  font-size: 1.5rem;
}
.box-programacao a.apresentacao-material-link {
  font-size: 1.5rem;
}
.box-programacao video {
  max-width: 100%;
}
.box-programacao iframe {
  width: 907px;
  height: 510px;
}
.box-programacao a {
  width: 365px;
}
.accordion-item {
  border: 0;
}
.accordion-button {
  border: 0;
  border-bottom: var(--bs-accordion-border-width) solid #777;
  border-radius: unset;
  color: #333;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0;
  outline: 0;
  padding-left: 0;
  padding-right: 0;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-body {
  padding-left: 0;
  padding-right : 0;
}
.accordion-body p a {
  color: #475c66;
}
.accordion-body ul {
  list-style-type: square;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  padding-left: 1.25rem;
}
.accordion-body ul.abertura-reuniao {
  list-style-type: disc;
}
.accordion-body span {
  color: #1f1f1f;
  display: block;
  font-size: 0.875rem;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-radius: 0;
}


.programacao {
  width: 100%;
}
.programacao td {
  border: 1px solid #333;
  padding: 0.5rem;
  color: #333;
  font-size: 1rem;
}
.prog-hora,
.prog-local {
  font-weight: 700;
  text-align: center;
}
.prog-hora {
  width: 5rem;
}
.prog-local {
  width: 10rem;
}
.prog-conteudo p:last-child {
  margin-bottom: 0;
}
.prog-conteudo strong {
  font-weight: 600;
}
p.obs-programacao {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.box-programacao-info {
  background-color: #f2f2f2;
}
.box-programacao-info p {
  color: #333;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.box-programacao-info p.box-programacao-info-title {
  font-size: 1.625rem;
  font-weight: 500;
}
.box-programacao-info p.box-programacao-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
}
.secao-interna {
  min-height: calc(100vh - 120px);
}
.secao-interna h2 {
  font-size: 2rem;
}
.secao-interna h3 {
  font-size: 1.25rem;
  margin-top: 1.75rem;
  font-weight: 600;
}
.secao-interna ul {
  list-style-type: none;
}
.secao-interna a {
  color: #333;
  text-decoration: none;
}
.boas-praticas ul {
  list-style-type: square;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  padding-left: 1.25rem;
}
.boas-praticas .arquivos ul {
  list-style-type: none;
  padding-left: 0;
}
.boas-praticas .arquivos li::before {
  content: "-";
  padding-right: 0.5rem;
}
.prog-conteudo a.link-programacao,
.secao-interna a.link-boas-praticas,
.secao-interna a.cracha-ecologico,
.secao-interna .arquivos a {
  color: var(--color-default-blue);
  text-decoration: none;
}
.prog-conteudo a.link-programacao:hover,
.secao-interna a.link-boas-praticas:hover,
.secao-interna a.cracha-ecologico:hover,
.secao-interna .arquivos a:hover {
  text-decoration: underline;
}
.lista-elementos {
  padding-left: 0;
}
.lista-elementos > li {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.lista-elementos > li:first-child {
  padding-top: 1rem;
}
.lista-elementos > li > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
.lista-elementos > li:nth-child(2n) {
  background-color: #f2f2f2;
}
.lista-elementos > li:nth-child(2n) > div {
  flex-direction: column-reverse;
}
.imagem-elemento a {
  display: block;
}
.imagem-elemento img {
  width: -webkit-fill-available;
}
.descricao-elemento {
  display: flex;
  flex-direction: column;
}
.descricao-elemento ul {
  list-style-type: square;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  padding-left: 1.25rem;
}
.descricao-elemento h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.5rem;
  margin-bottom: 1.75rem;
  text-align: center;
}
.descricao-elemento a {
  color: #333;
  text-decoration: none;
}
.descricao-elemento a:hover {
  color: #555454;
}
.imagem-elemento iframe {
  margin-top: 2rem;
}
.lista-restaurantes {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.lista-restaurantes ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.lista-restaurantes li {
  margin: 0.5rem 0;
  padding: 1rem;
}
.lista-restaurantes li:nth-child(2n) {
  background-color: #f2f2f2;
}
.lista-restaurantes p {
  font-size: 1rem;
}
.boas-praticas-video {
  width: 100%;
}
.complexo-jockey {
  margin-top: 1.5rem;
  margin-left: 1rem;
}
.ponto-linha {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-bottom: 3rem;
}
.ponto-elemento {
  display: flex;
  flex-direction: column;
}
.img-pontos {
  border-radius: 16px;
  overflow: hidden;
}
.ponto-elemento img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
}
.ponto-elemento:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ponto-title {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0.25rem;
}
.ponto-links {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.ponto-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5rem;
  gap: 0.25rem;
  border-radius: 5px; 
}
.ponto-links i,
.ponto-links span {
  color: var(--color-white);
}
.ponto-site {
  background-color: var(--color-default-blue);
}
.ponto-rota {
  background-color: #25af03;
}
.ponto-classification {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.ponto-price {
  margin-bottom: 0;
  margin-top: 0.25rem;
}
.foto-linha {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 3rem;
}
footer {
  background-color: var(--color-default-blue);
  margin-top: 2rem;
}
footer p {
  line-height: 1.5;
}

/* Mobile */
@media (min-width: 376px) {
  .ponto-linha {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    height: 405px;
  }
  .box-programacao video {
    width: 70%;
  }
  .boas-praticas-video {
    width: 70%;
  }
  .ponto-linha {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    height: 505px;
  }
  .box-main-event h2 {
    font-size: 3.5rem;
  }
  .box-programacao p.balanco-eleicoes {
    font-size: 2.25rem;
  }
  .box-programacao h2 {
    font-size: 2.25rem;
  }
  .box-main-event p {
    font-size: 2rem;
}
  .secao-interna h2 {
    font-size: 2.5rem;
  }
  .boas-praticas-video {
    width: 50%;
  }
  .imagem-elemento img {
    max-width: fit-content;
  }
  .lista-elementos > li > div {
    flex-direction: row;
  }
  .lista-elementos > li:nth-child(2n) > div {
    flex-direction: row-reverse;
  }
  .ponto-linha {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  .ponto-linha {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}


