@charset "UTF-8";
/* Início dos CSS RESETS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/* Fim dos CSS RESETS */
@font-face {
  font-family: "geralFont";
  src: url("../fonts/stentiga.eot") format("eot"), url("../fonts/stentiga.woff") format("woff"), url("../fonts/stentiga.ttf") format("truetype"), url("../fonts/stentiga.svg#Stentiga-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  font-family: geralFont;
  font-size: 18px; }

#background {
  position: fixed;
  z-index: -10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../images/background/background.jpg");
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

section {
  color: white; }

section#header {
  background-color: #607c23;
  font-size: 1.2rem; }
  @media screen and (max-width: 575.98px) {
    section#header {
      font-size: 0.8rem; } }
  section#header .logo a img {
    max-width: 100%; }
  section#header .bandeiras a {
    width: 45%; }
    section#header .bandeiras a img {
      max-width: 100%; }

section#index-container .icon img {
  max-width: 80%; }
  @media screen and (max-width: 575.98px) {
    section#index-container .icon img {
      max-width: 65%; } }

section#footer img {
  max-width: 50%; }
section#footer a {
  display: block;
  max-width: 50%; }
  section#footer a img {
    max-width: 100%; }
section#footer .icon-a2z {
  text-align: right; }
  @media screen and (max-width: 575.98px) {
    section#footer .icon-a2z img {
      max-width: 80%; } }

section#percurso-container .container-fluid > .row > div {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1rem; }
section#percurso-container .container-fluid > .row div:first-child a {
  color: white; }
section#percurso-container .container-fluid > .row div:first-child div.menu-mobile i:hover {
  cursor: pointer; }
section#percurso-container .container-fluid > .row > div:last-child .percurso .info-percurso {
  text-align: center;
  font-size: 0.7rem;
  background-color: #607c23; }
  section#percurso-container .container-fluid > .row > div:last-child .percurso .info-percurso img {
    max-width: 100%; }
section#percurso-container .container-fluid > .row > div:last-child div.imagens-destaque img {
  max-width: 100%; }
  @media (max-width: 767.98px) {
    section#percurso-container .container-fluid > .row > div:last-child div.imagens-destaque img {
      max-width: 40%;
      margin: 0 4%; } }
section#percurso-container .container-fluid > .row > div:last-child div.sinaletica-content img, section#percurso-container .container-fluid > .row > div:last-child div.mapa-content img {
  max-width: 100%; }
section#percurso-container .container-fluid > .row > div:last-child div.sinaletica-content img.pedestre, section#percurso-container .container-fluid > .row > div:last-child div.mapa-content img.pedestre {
  background-color: rgba(0, 0, 0, 0.4); }

section#buttons div {
  text-align: center; }
section#buttons .row > div {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1rem; }

/*# sourceMappingURL=app.css.map */
