@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
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, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: 700;
}

p, li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #006450;
  line-height: 1.4;
}
p em, li em {
  font-style: italic;
}

p {
  margin: 2em 0;
}
p .larger {
  font-size: 1.1em;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #006450;
  text-decoration: none;
}
a:hover {
  color: #006450;
  text-decoration: underline;
}

.headings, h6, h5, h4, h3, h2, h1 {
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: bold;
  color: #006450;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 1.7em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

#main ul {
  padding-left: 20px;
}
#main ul li {
  list-style: disc;
  list-style-position: outside;
  padding-left: 0px;
  margin-left: 20px;
}

strong {
  font-weight: 700;
}

.headings, h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: bold;
  color: #006450;
  font-weight: 500;
  text-transform: uppercase;
}

.page_title {
  color: #006450;
}

h1 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.3em;
  margin-bottom: 0.65em;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

h4 {
  font-size: 1.1em;
  margin-bottom: 0.55em;
}

h5 {
  font-size: 1em;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 0.9em;
  margin-bottom: 0.45em;
}

@font-face {
  font-family: "topping_icn3";
  src: url("/fonts/topping_icn3.eot?20356441");
  src: url("/fonts/topping_icn3.eot?20356441#iefix") format("embedded-opentype"), url("/fonts/topping_icn3.woff2?20356441") format("woff2"), url("/fonts/topping_icn3.woff?20356441") format("woff"), url("/fonts/topping_icn3.ttf?20356441") format("truetype"), url("/fonts/topping_icn3.svg?20356441#topping_icn3") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'topping_icn3';
    src: url('../font/topping_icn3.svg?20356441#topping_icn3') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "topping_icn3";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-dir:before {
  content: "";
}

/* '' */
.icon-up-dir:before {
  content: "";
}

/* '' */
.icon-left-dir:before {
  content: "";
}

/* '' */
.icon-right-dir:before {
  content: "";
}

/* '' */
.icon-up-circled2:before {
  content: "";
}

/* '' */
.icon-down-circled2:before {
  content: "";
}

/* '' */
.icon-ok:before {
  content: "";
}

/* '' */
.icon-ok-circled:before {
  content: "";
}

/* '' */
.icon-ok-circled2:before {
  content: "";
}

/* '' */
.icon-cancel:before {
  content: "";
}

/* '' */
.icon-cancel-circled:before {
  content: "";
}

/* '' */
.icon-cancel-circled2:before {
  content: "";
}

/* '' */
.icon-plus:before {
  content: "";
}

/* '' */
.icon-plus-circled:before {
  content: "";
}

/* '' */
.icon-minus:before {
  content: "";
}

/* '' */
.icon-minus-circled:before {
  content: "";
}

/* '' */
.icon-info-circled:before {
  content: "";
}

/* '' */
.icon-lock:before {
  content: "";
}

/* '' */
.icon-trash-empty:before {
  content: "";
}

/* '' */
.icon-pencil:before {
  content: "";
}

/* '' */
.icon-download:before {
  content: "";
}

/* '' */
.icon-upload:before {
  content: "";
}

/* '' */
.icon-download-1:before {
  content: "";
}

/* '' */
.icon-upload-1:before {
  content: "";
}

/* '' */
.icon-resize-full:before {
  content: "";
}

/* '' */
.icon-mail:before {
  content: "";
}

/* '' */
.icon-resize-small:before {
  content: "";
}

/* '' */
.icon-mail-1:before {
  content: "";
}

/* '' */
.icon-link-ext:before {
  content: "";
}

/* '' */
.icon-left-circled:before {
  content: "";
}

/* '' */
.icon-right-circled:before {
  content: "";
}

/* '' */
.icon-up-circled:before {
  content: "";
}

/* '' */
.icon-down-circled:before {
  content: "";
}

/* '' */
.icon-download-cloud:before {
  content: "";
}

/* '' */
.icon-upload-cloud:before {
  content: "";
}

/* '' */
.icon-plus-squared:before {
  content: "";
}

/* '' */
.icon-angle-left:before {
  content: "";
}

/* '' */
.icon-angle-right:before {
  content: "";
}

/* '' */
.icon-angle-up:before {
  content: "";
}

/* '' */
.icon-angle-down:before {
  content: "";
}

/* '' */
.icon-circle-empty:before {
  content: "";
}

/* '' */
.icon-circle:before {
  content: "";
}

/* '' */
.icon-info:before {
  content: "";
}

/* '' */
.icon-angle-circled-left:before {
  content: "";
}

/* '' */
.icon-angle-circled-right:before {
  content: "";
}

/* '' */
.icon-angle-circled-up:before {
  content: "";
}

/* '' */
.icon-angle-circled-down:before {
  content: "";
}

/* '' */
.icon-minus-squared:before {
  content: "";
}

/* '' */
.icon-minus-squared-alt:before {
  content: "";
}

/* '' */
.icon-ok-squared:before {
  content: "";
}

/* '' */
.icon-pencil-squared:before {
  content: "";
}

/* '' */
.icon-link-ext-alt:before {
  content: "";
}

/* '' */
.icon-right-circled2:before {
  content: "";
}

/* '' */
.icon-left-circled2:before {
  content: "";
}

/* '' */
.icon-plus-squared-alt:before {
  content: "";
}

/* '' */
.icon-paper-plane:before {
  content: "";
}

/* '' */
.icon-paper-plane-empty:before {
  content: "";
}

/* '' */
.icon-circle-thin:before {
  content: "";
}

/* '' */
.icon-trash:before {
  content: "";
}

/* '' */
.icon-toggle-off:before {
  content: "";
}

/* '' */
.icon-toggle-on:before {
  content: "";
}

/* '' */
.icon-envelope-open:before {
  content: "";
}

/* '' */
.icon-envelope-open-o:before {
  content: "";
}

/* '' */
/* CSS Document */
#topo-rotativo-ph {
  box-sizing: content-box;
  width: 100vw;
  height: 65vw;
  border-bottom: solid 13px #85754e;
  position: relative;
}
#topo-rotativo-ph #topo_rotativo {
  width: 100%;
  height: 100%;
  position: relative;
}
#topo-rotativo-ph #topo_rotativo .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
#topo-rotativo-ph #topo_rotativo .slide.s1 {
  background-size: auto 120%;
  background-position: top center;
}
#topo-rotativo-ph #topo_rotativo .slide.s2 {
  background-size: auto 100%;
  background-position: top center;
}
#topo-rotativo-ph #topo_rotativo .slide.s3 {
  background-size: auto 160%;
  background-position: 85% 25%;
}
#topo-rotativo-ph #topo_rotativo .slide.s4 {
  background-size: auto 105%;
  background-position: top center;
}
#topo-rotativo-ph #topo_rotativo #paginacao {
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 1002;
  height: 12px;
  width: 100%;
  padding: 0 20px;
  color: #FFF;
  text-align: center;
}
#topo-rotativo-ph #topo_rotativo #paginacao .icon-circle:before {
  content: "" !important;
}
#topo-rotativo-ph #topo_rotativo #paginacao .icon-circle {
  color: #dddddd;
}
#topo-rotativo-ph #topo_rotativo #paginacao .icon-circle.on {
  color: #006450;
}
#topo-rotativo-ph #topo_rotativo #paginacao .pager {
  cursor: pointer;
  width: 20px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  #topo-rotativo-ph {
    height: 42vw;
    border-bottom-width: 13px;
  }
  #topo-rotativo-ph #topo_rotativo .slide.s1 {
    background-size: 100% auto;
    background-position: center 33%;
  }
  #topo-rotativo-ph #topo_rotativo .slide.s2 {
    background-size: 100% auto;
    background-position: center 35%;
  }
  #topo-rotativo-ph #topo_rotativo .slide.s3 {
    background-size: 100% auto;
    background-position: center 23%;
  }
  #topo-rotativo-ph #topo_rotativo .slide.s4 {
    background-size: 112% auto;
    background-position: center center;
  }
}
body, html {
  min-height: 100%;
}

.tb, .dt {
  display: none;
}

.logo_cor .cls-1 {
  fill: #85754e;
}
.logo_cor .cls-2 {
  fill: #006450;
}

.logo_branco .cls-1, .logo_branco .cls-2 {
  fill: #FFF;
}

.cont {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

#top-bar {
  width: 100%;
  height: 48px;
  background-color: #85754e;
}
#top-bar .cont ul {
  text-align: right;
  position: absolute;
  top: 0;
  right: 20px;
}
#top-bar .cont ul li {
  color: #FFF;
  font-weight: 300;
  display: inline-block;
  height: 48px;
  line-height: 48px;
}
#top-bar .cont ul li a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}
#top-bar .cont ul li a.on {
  font-weight: 700;
}
#top-bar .cont ul li:last-child {
  display: none;
}

#topo {
  height: 340px;
}
#topo .cont #logo {
  padding: 75px 0;
  height: 340px;
}
#topo .cont #logo svg {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
#topo .cont #logo .hor {
  display: none;
}

main {
  padding: 75px 20px;
}
main h1 {
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: bold;
  text-align: center;
  line-heigh: 1.2;
  margin-bottom: 40px;
}
main p {
  text-align: center;
}
main p .inline-bt {
  display: inline-block;
  padding: 5px 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 16px;
  color: #FFF;
  background-color: #006450;
  border: solid 1px #006450;
}
main p .inline-bt:hover {
  color: #006450;
  background-color: #fff;
  text-decoration: none;
}

#footer {
  width: 100%;
  height: 175px;
  background-color: #85754e;
  padding: 30px 0;
}
#footer .ver {
  display: none;
}
#footer svg {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#footer .contactos {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
#footer .contactos p {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}
#footer .contactos p a {
  color: inherit;
  font-weight: inherit;
}

#copy {
  height: 47px;
  width: 100%;
  text-align: center;
  line-height: 47px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #85754e;
  font-weight: 300;
  font-size: 12px;
}
#copy a {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}

@media only screen and (min-width: 768px) {
  .mb {
    display: none;
  }

  #top-bar {
    height: 55px;
  }
  #top-bar .cont ul li {
    height: 55px;
    line-height: 55px;
  }

  #topo {
    height: 177px;
    padding: 50px 0;
  }
  #topo .cont {
    height: 100%;
  }
  #topo .cont #logo {
    padding: 0;
    height: 100%;
  }
  #topo .cont #logo svg {
    margin: 0;
  }
  #topo .cont #logo .hor {
    display: block;
  }
  #topo .cont #logo .ver {
    display: none;
  }

  #footer {
    width: 100%;
    height: 252px;
    background-color: #85754e;
    padding: 38px 0;
    text-align: center;
  }
  #footer .ver {
    display: block;
  }
  #footer .hor {
    display: none;
  }
  #footer svg {
    height: 176px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  #footer .contactos {
    height: 176px;
    width: auto;
    display: table;
    position: static;
    left: auto;
    bottom: auto;
  }
  #footer .contactos p {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    height: 176px;
  }
  #footer .contactos p a {
    color: inherit;
    font-weight: inherit;
  }
  #footer .contactos, #footer .logo {
    display: inline-block;
    margin: 0 40px;
  }
  #footer .logo {
    height: 176px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1024px) {
  #topo {
    height: 209px;
    padding: 50px 0;
  }
  #topo .cont {
    height: 100%;
  }
  #topo .cont #logo {
    padding: 0;
    height: 100%;
  }
  #topo .cont #logo svg {
    margin: 0;
  }
  #topo .cont #logo .hor {
    display: block;
  }
  #topo .cont #logo .ver {
    display: none;
  }

  #footer {
    height: 278px;
    padding: 51px 0;
  }
}
