@import url('../vendor/bootstrap/css/bootstrap.min.css');

:root {
  --color-blue: #0000ff;
  --color-darkblue: #0000a3;
  --color-red: #ff0000;
  --color-darkred: #dd0000;
  --color-orange: #ff8521;
  --color-lightblue: #126db8;
}

.text-semibold {
  font-weight: 600;
}

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

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

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

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

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

.informe {
  font-size: 1.3em;
  text-align: justify;
}

.informe .list-items {
  list-style: circle;
}

.informe .list-items .list-item {
  font-weight: 600;
  margin: 15px 0;
}

.informe .list-items .list-item .list-item-title {
  display: block;
  font-weight: 600;
}

.informe .roteiro-titulo {
  color: var(--color-darkblue);
  font-weight: 600;
  text-decoration: underline;
}

.informe .roteiro .list-items {
  list-style: none;
}

.informe .servicos .servicos-titulo {
  color: var(--color-darkred);
  font-weight: 600;
  text-decoration: underline;
}

.informe .info-complementares .info-complementares-titulo {
  color: var(--color-darkblue);
  font-weight: 600;
  text-decoration: underline;
}

.informe .fotos-hotel .fotos-hotel-titulo {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
}

.informe .conheca-mais .conheca-mais-titulo {
  color: var(--color-darkblue);
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
}

.informe .fotos {
  text-align: center;
}

.informe .foto-titulo {
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: var(--color-red);
}

.contato {
  font-size: 1.5em;
  color: var(--color-red);
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}

.participe {
  font-size: 1.5em;
  color: var(--color-red);
  text-align: center;
}

.hline {
  margin: 20px 0;
  border-top: solid 1px lightslategray;
}

.pacotes {
  font-size: 1.5em;
  text-align: justify;
}

.pacote {
  margin-bottom: 30px;
}

.pacote .pacote-titulo {
  color: var(--color-lightblue);
  font-size: 1.2em;
  font-weight: 700;
}

.pacote .pacote-periodo {
  margin: 20px 0;
  font-weight: 600;
}

.pacote .pacote-subtitulo {
  margin-bottom: 20px;
}

.pacote .pacote-valor {
  font-weight: 600;
  color: var(--color-darkblue);
}

.pacote .pacote-resumo {
  margin-bottom: 10px;
}

.pacote .pacote-programacao-titulo {
  font-weight: 600;
}

.pacote .pacote-roteiro .list-items {
  list-style: none;
}

.pacote .pacote-roteiro .list-items .list-item {
  margin: 15px 0;
}

.pacote .pacote-roteiro .list-items .list-item > .list-item-title {
  font-weight: 600;
  display: block;
}
