@font-face {
  font-family: 'noto_sansbold';
  src: url('fonts/NotoSans-Bold-webfont.eot');
  src: url('fonts/NotoSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/NotoSans-Bold-webfont.woff') format('woff'), url('fonts/NotoSans-Bold-webfont.ttf') format('truetype'), url('fonts/NotoSans-Bold-webfont.svg#noto_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'noto_sansregular';
  src: url('fonts/NotoSans-Regular-webfont.eot');
  src: url('fonts/NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/NotoSans-Regular-webfont.woff') format('woff'), url('fonts/NotoSans-Regular-webfont.ttf') format('truetype'), url('fonts/NotoSans-Regular-webfont.svg#noto_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'noto_sansregular';
  color: #2e2e2e;
  background-color: #ffffff;
  font-size: 0.9rem;
}
h1,
h2,
h3,
h4 {
  font-family: 'noto_sansbold';
  color: #2e2e2e;
  text-rendering: optimizeLegibility;
  font-size: 0.9rem;
}
@media only screen and (min-width: 34em) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 1rem;
  }
}
img {
  width: 100%;
  height: auto;
}
.box_h1 {
  background: #003852;
  margin: 0 0 2.5rem 0;
  position: relative;
}
.box_h1 h1 {
  font-size: 1rem;
  color: #d3e3eb;
  margin: 0;
  text-transform: uppercase;
  padding: 2.4rem 0rem;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}
.tit_inicial {
  font-family: 'noto_sansregular';
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 34em) {
  .tit_inicial {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
}
a {
  color: #2e2e2e;
  text-decoration: none;
  opacity: 1;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #003852;
}
ul {
  padding: 0;
  font-size: 0;
}
ul li {
  list-style: none;
  text-rendering: optimizeLegibility;
  font-size: 0.9rem;
}
p {
  text-rendering: optimizeLegibility;
  font-size: 0.9rem;
}
strong {
  font-weight: bold;
}
.breadcrumb {
  font-size: 0.7rem;
  color: #111111;
  margin-bottom: 1rem;
}
.breadcrumb em {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
.breadcrumb span {
  font-size: #111111;
  text-rendering: optimizeLegibility;
}
.breadcrumb a {
  color: #111111;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb a:hover {
  color: #003852;
}
section {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 34em) {
  section {
    padding: 3rem 0;
  }
}
figure a {
  opacity: 1;
}
figure a:hover {
  opacity: 0.5;
}
.in_left {
  opacity: 0;
  transform: translate3d(-400px, 0, 0);
  -webkit-transform: translate3d(-400px, 0, 0);
  -ms-transform: translate3d(-400px, 0, 0);
  -webkit-transition: all 0.8s cubic-bezier(0, 0.93, 0.67, 0.95);
  -moz-transition: all 0.8s cubic-bezier(0, 0.93, 0.67, 0.95);
  -ms-transition: all 0.8s cubic-bezier(0, 0.93, 0.67, 0.95);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.in_right {
  opacity: 0;
  transform: translate3d(400px, 0, 0);
  -webkit-transform: translate3d(400px, 0, 0);
  -ms-transform: translate3d(400px, 0, 0);
  -webkit-transition: all 0.8s cubic-bezier(0, 0.93, 0.67, 0.95);
  -moz-transition: all 0.8s cubic-bezier(0, 0.93, 0.67, 0.95);
  -ms-transition: all 0.8s cubic-bezier(0, 0.93, 0.67, 0.95);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.center {
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  -webkit-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  -webkit-transition: all 0.8s cubic-bezier(0, 0.93, 0.67, 0.95);
  -moz-transition: all 0.8s cubic-bezier(0, 0.93, 0.67, 0.95);
  -ms-transition: all 0.8s cubic-bezier(0, 0.93, 0.67, 0.95);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.animation {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  opacity: 1;
}
.navbar-toggle {
  width: 3.8rem;
  height: 3.2rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  margin: 0 0 0.2rem 0;
  float: right;
  z-index: 9;
}
@media only screen and (min-width: 34em) {
  .navbar-toggle {
    margin: 0.5rem 0 0.2rem 0;
  }
}
@media only screen and (min-width: 62em) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  width: 2.8rem;
  height: 4px;
  display: block;
  border-radius: 0;
  margin: 0.5rem  0;
  background: #003852;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media only screen and (min-width: 62em) {
  .navbar-toggle .icon-bar {
    width: 2.5rem;
    height: 0.3rem;
    display: none;
  }
}
.navbar-toggle .icon-bar.center {
  opacity: 1;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-align: center;
  color: #003852;
  font-size: 0.8rem;
}
.close:before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  float: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2237.498px%22%20height%3D%2238px%22%20viewBox%3D%220%200%2037.498%2038%22%20enable-background%3D%22new%200%200%2037.498%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23003852%22%20d%3D%22M37.498%2C5.405c-1.735-1.755-3.449-3.486-5.172-5.229c-4.521%2C4.572-9.032%2C9.134-13.545%2C13.699%0D%0A%09C14.268%2C9.311%2C9.758%2C4.749%2C5.236%2C0.176C3.514%2C1.919%2C1.801%2C3.65%2C0.064%2C5.405c4.51%2C4.561%2C9.012%2C9.114%2C13.529%2C13.683%0D%0A%09C9.078%2C23.654%2C4.58%2C28.203%2C0.064%2C32.771C1.798%2C34.523%2C3.507%2C36.251%2C5.236%2C38c4.517-4.566%2C9.03-9.133%2C13.545-13.699%0D%0A%09c4.515%2C4.566%2C9.027%2C9.133%2C13.545%2C13.699c1.729-1.748%2C3.438-3.477%2C5.172-5.229c-4.517-4.568-9.015-9.117-13.528-13.684%0D%0A%09C28.485%2C14.519%2C32.987%2C9.966%2C37.498%2C5.405z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.close_menu .icon-bar {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  background: #003852;
}
.close_menu .icon-bar.center {
  opacity: 0;
  transform: rotate(-180deg) translate3d(0, -10px, 0);
  -webkit-transform: rotate(-180deg) translate3d(0, -10px, 0);
  -ms-transform: rotate(-180deg) translate3d(0, -10px, 0);
}
.close_menu .icon-bar.last {
  opacity: 1;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
}
.has_gallery {
  display: block;
  position: relative;
}
.has_gallery:after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22124px%22%20height%3D%22124px%22%20viewBox%3D%220%200%20124%20124%22%20enable-background%3D%22new%200%200%20124%20124%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23003852%22%20d%3D%22M62%2C55.875c-5.074%2C0-9.188%2C4.115-9.188%2C9.188c0%2C5.076%2C4.113%2C9.188%2C9.188%2C9.188%0D%0A%09%09%09c5.072%2C0%2C9.188-4.11%2C9.188-9.188C71.188%2C59.99%2C67.072%2C55.875%2C62%2C55.875z%20M86.5%2C46.688h-7.35c-1.012%2C0-2.102-0.784-2.42-1.743%0D%0A%09%09%09l-1.899-5.702c-0.319-0.958-1.407-1.743-2.419-1.743H51.588c-1.011%2C0-2.1%2C0.784-2.419%2C1.743l-1.9%2C5.702%0D%0A%09%09%09c-0.32%2C0.958-1.408%2C1.743-2.419%2C1.743H37.5c-3.369%2C0-6.125%2C2.756-6.125%2C6.125v27.563c0%2C3.369%2C2.756%2C6.125%2C6.125%2C6.125h49%0D%0A%09%09%09c3.369%2C0%2C6.125-2.756%2C6.125-6.125V52.813C92.625%2C49.442%2C89.869%2C46.688%2C86.5%2C46.688z%20M62%2C80.375%0D%0A%09%09%09c-8.457%2C0-15.313-6.855-15.313-15.313c0-8.457%2C6.855-15.313%2C15.313-15.313c8.455%2C0%2C15.313%2C6.856%2C15.313%2C15.313%0D%0A%09%09%09C77.313%2C73.52%2C70.455%2C80.375%2C62%2C80.375z%20M84.355%2C57.096c-1.185%2C0-2.145-0.959-2.145-2.144c0-1.184%2C0.96-2.144%2C2.145-2.144%0D%0A%09%09%09s2.145%2C0.96%2C2.145%2C2.144C86.5%2C56.135%2C85.54%2C57.096%2C84.355%2C57.096z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 9;
}
@media only screen and (min-width: 48em) {
  .has_gallery:after {
    width: 100px;
    height: 100px;
  }
}
#owl_banner {
  height: 250px;
}
@media only screen and (min-width: 34em) {
  #owl_banner {
    height: 342.46575342px;
  }
}
@media only screen and (min-width: 62em) {
  #owl_banner {
    height: 416.66666667px;
  }
}
@media only screen and (min-width: 75em) {
  #owl_banner {
    height: 500px;
  }
}
#owl_banner .owl-stage-outer .owl-item {
  height: 250px;
  overflow: hidden;
}
@media only screen and (min-width: 34em) {
  #owl_banner .owl-stage-outer .owl-item {
    height: 342.46575342px;
  }
}
@media only screen and (min-width: 62em) {
  #owl_banner .owl-stage-outer .owl-item {
    height: 416.66666667px;
  }
}
@media only screen and (min-width: 75em) {
  #owl_banner .owl-stage-outer .owl-item {
    height: 500px;
  }
}
#owl_banner .owl-stage-outer .owl-item .item {
  width: 980px;
  height: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  z-index: 99;
}
@media only screen and (min-width: 34em) {
  #owl_banner .owl-stage-outer .owl-item .item {
    width: 1300px;
    height: 342.46575342px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    z-index: 99;
  }
}
@media only screen and (min-width: 62em) {
  #owl_banner .owl-stage-outer .owl-item .item {
    width: 1600px;
    height: 416.66666667px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    z-index: 99;
  }
}
@media only screen and (min-width: 75em) {
  #owl_banner .owl-stage-outer .owl-item .item {
    width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    z-index: 99;
  }
}
/* Arrows */
.owl-prev {
  width: 2rem;
  height: 4rem;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%220%200%2024%2038%22%20enable-background%3D%22new%200%200%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2222.891%2C2.735%2020.445%2C0.218%201.109%2C18.999%2020.445%2C37.782%2022.891%2C35.265%206.148%2C18.999%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #b39c50;
  background-size: 48%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 99;
  font-size: 1px;
  text-indent: -10px;
  overflow: hidden;
}
@media only screen and (min-width: 34em) {
  .owl-prev {
    width: 3rem;
    height: 11.5rem;
  }
}
.owl-next {
  width: 2rem;
  height: 4rem;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%220%200%2024%2038%22%20enable-background%3D%22new%200%200%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%221.109%2C35.266%203.555%2C37.782%2022.891%2C19.001%203.555%2C0.218%201.109%2C2.735%2017.852%2C19.001%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #b39c50;
  background-size: 48%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 99;
  font-size: 1px;
  text-indent: -10px;
  overflow: hidden;
}
@media only screen and (min-width: 34em) {
  .owl-next {
    width: 3rem;
    height: 11.5rem;
  }
}
/* Bolinhas banner */
.owl-controls {
  width: 100%;
  height: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.owl-dots {
  width: 100%;
  z-index: 99;
  position: relative;
  text-align: center;
}
.owl-dot {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  margin: 0 5px;
  border: 1px #fff solid;
}
.owl-dot.active {
  width: 6px;
  height: 6px;
  background: #fff;
  border: none;
  margin-bottom: 2px;
}
#owl_parceiros {
  padding: 0 70px;
}
#owl_parceiros .owl-controls .owl-dots {
  bottom: 0;
}
#owl_parceiros .owl-item .item {
  display: block;
  border: 1px #cccccc solid;
}
@media only screen and (min-width: 62em) {
  .article {
    padding-right: 2rem;
  }
}
.article header h1 {
  font-size: 1.5rem;
  margin: 0.8rem 0 0.5rem 0;
  border-top: 1px #cccccc solid;
  padding-top: 1rem;
}
.article header time {
  font-size: 0.7rem;
  color: #ccc;
}
.article figure figcaption p {
  font-style: italic;
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.article a {
  color: #003852;
}
.article p strong {
  font-family: 'noto_sansregular';
}
.article h2,
.article h3,
.article h4 {
  font-family: 'noto_sansbold';
}
.article ul {
  padding-left: 1.5rem;
  margin: 2rem 0;
}
.article ul li {
  list-style-type: initial;
  margin: 0.5rem 0;
}
.lista_noticias {
  margin: 1rem 0;
}
.lista_noticias li {
  margin: 0 0 1rem 0;
  padding: 1rem 0 0 0;
  border-top: 1px #002d42 solid;
}
.lista_noticias li:after {
  content: "";
  display: block;
  clear: both;
}
.lista_noticias li a {
  color: #fff;
  line-height: 1.2;
  font-family: 'noto_sansregular';
}
.lista_noticias li figure {
  width: 30%;
  float: left;
  margin: 0;
}
.lista_noticias li figure ~ span {
  padding-left: 1rem;
}
.lista_noticias li span {
  width: 70%;
  float: left;
}
.lista_noticias li span time {
  display: block;
  font-size: 0.7rem;
  color: #b39c50;
  margin-bottom: 0.4rem;
}
.video_fluid {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video_fluid iframe,
.video_fluid object,
.video_fluid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn {
  border-radius: 0;
  font-size: 0.9rem;
  padding: 0.9rem;
  padding: 0.9rem 1.7rem;
  display: inline-block;
}
.btn .fa {
  margin-left: 0.7rem;
}
.left {
  float: left;
}
.right {
  float: right;
}
.btn_site {
  position: relative;
  background: transparent;
  border-radius: 0;
  padding: 1.1rem;
  letter-spacing: 1px;
  font-size: 1rem;
  background: #000;
  color: #fff;
}
.btn_site:hover {
  color: #fff;
}
.btn_site:focus {
  outline: none;
}
.btn_site_invert {
  position: relative;
  color: #003852;
  background: transparent;
  border: 1px #003852 solid;
}
.btn_site_invert:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.btn_site_invert:hover {
  background: #003852;
  color: #fff;
}
.btn_site_invert:focus {
  outline: none;
}
.lista {
  margin: 0.5rem 0;
}
.lista div,
.lista li {
  border-top: 1px #cccccc solid;
  padding: 1.5rem 0;
}
.lista div:after,
.lista li:after {
  content: "";
  display: block;
  clear: both;
}
.lista div p,
.lista li p {
  margin-bottom: 0;
}
.lista div h2,
.lista li h2,
.lista div h3,
.lista li h3,
.lista div h4,
.lista li h4 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.lista div figure,
.lista li figure {
  float: left;
  width: 40%;
  margin-right: 1rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .lista div figure,
  .lista li figure {
    width: 30%;
  }
}
@media only screen and (min-width: 62em) {
  .lista div figure,
  .lista li figure {
    width: 22%;
  }
}
.lista div figure ~ p,
.lista li figure ~ p,
.lista div figure ~ h2,
.lista li figure ~ h2,
.lista div figure ~ h3,
.lista li figure ~ h3,
.lista div figure ~ h4,
.lista li figure ~ h4 {
  padding-left: calc(40% + 1rem);
}
@media only screen and (min-width: 48em) {
  .lista div figure ~ p,
  .lista li figure ~ p,
  .lista div figure ~ h2,
  .lista li figure ~ h2,
  .lista div figure ~ h3,
  .lista li figure ~ h3,
  .lista div figure ~ h4,
  .lista li figure ~ h4 {
    padding-left: calc(30% + 1rem);
  }
}
@media only screen and (min-width: 62em) {
  .lista div figure ~ p,
  .lista li figure ~ p,
  .lista div figure ~ h2,
  .lista li figure ~ h2,
  .lista div figure ~ h3,
  .lista li figure ~ h3,
  .lista div figure ~ h4,
  .lista li figure ~ h4 {
    padding-left: calc(22% + 1rem);
  }
}
.lista div:first-child {
  border: none;
}
.lista time {
  font-style: normal;
  color: #003852;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  display: block;
}
.lista span {
  color: #9c9c9c;
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.lista_h figure {
  margin: 0 0 0.5rem 0;
}
.lista_h time {
  font-size: 0.8rem;
  color: #003852;
}
.lista_h h3,
.lista_h h4 {
  font-size: 1rem;
  margin: 1rem 0;
}
.lista_h div {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 34em) {
  .lista_h div {
    padding-bottom: 1rem;
    min-height: 250px;
  }
}
@media only screen and (min-width: 62em) {
  .lista_h div {
    padding-bottom: 0;
    min-height: 350px;
  }
}
@media only screen and (min-width: 34em) {
  .lista_h .col-md-4:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 48em) {
  .lista_h .col-md-4:nth-child(2n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 48em) {
  .lista_h .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}
.lista_v .box_lista {
  padding: 1rem 0;
}
.lista_v .box_lista:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 62em) {
  .lista_v .box_lista {
    border-top: 1px #cccccc solid;
  }
}
.lista_v .box_lista:first-child {
  border: none;
}
.lista_v figure {
  margin: 0 0 0.5rem 0;
}
@media only screen and (min-width: 62em) {
  .lista_v figure {
    margin: 0;
  }
}
.lista_v time {
  font-size: 0.8rem;
  color: #003852;
}
.lista_v h3,
.lista_v h4 {
  font-size: 1.3rem;
  margin: 1rem 0;
}
.box_vendedores {
  min-height: 350px;
  background: #003852;
  padding: 3rem;
  margin-top: 1rem;
  position: relative;
}
@media only screen and (min-width: 34em) {
  .box_vendedores {
    margin-top: 4rem;
  }
}
.box_vendedores:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 34em) {
  .box_vendedores:before {
    content: "";
    width: 134px;
    height: 134px;
    display: block;
    background: url(../imagens/shadow_left.png) center center no-repeat;
    position: absolute;
    left: -60px;
    bottom: -60px;
    z-index: 9;
  }
  .box_vendedores:after {
    content: "";
    width: 134px;
    height: 134px;
    display: block;
    background: url(../imagens/shadow_right.png) center center no-repeat;
    position: absolute;
    right: -60px;
    top: -60px;
    z-index: 9;
  }
}
.box_vendedores h3 {
  color: #fff;
  font-family: 'noto_sansregular';
  margin-bottom: 2rem;
}
.box_vendedores h3:before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  float: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2248px%22%20height%3D%2257px%22%20viewBox%3D%220%200%2048%2057%22%20enable-background%3D%22new%200%200%2048%2057%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M13.666%2C18.581c0.194%2C0.894%2C0.493%2C1.472%2C0.84%2C1.832c0.827%2C5.753%2C5.99%2C10.658%2C10.138%2C10.453%0D%0A%09%09%09c5.278-0.261%2C9.019-5.947%2C9.857-10.453c0.346-0.358%2C0.682-1.124%2C0.883-2.024c0.223-1.034%2C0.465-2.592-0.157-3.417%0D%0A%09%09%09c-0.035-0.042-0.273-0.261-0.314-0.297c0.594-2.141%2C1.896-5.961-1.349-9.394c-1.759-1.86-4.201-2.794-6.409-3.533%0D%0A%09%09%09c-6.517-2.177-11.118%2C0.876-13.242%2C5.955c-0.154%2C0.36-1.144%2C2.641%2C0.056%2C6.972c-0.117%2C0.078-0.223%2C0.177-0.31%2C0.297%0D%0A%09%09%09C13.034%2C15.795%2C13.439%2C17.547%2C13.666%2C18.581z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M47.373%2C50.223c-0.181-3.959-0.406-10.235-3.866-15.37c0%2C0-0.985-1.343-3.325-2.239%0D%0A%09%09%09c0%2C0-5.08-1.547-7.42-3.218l-1.065%2C0.731l0.117%2C6.943l-6.414%2C17.124c-0.141%2C0.375-0.499%2C0.622-0.898%2C0.622%0D%0A%09%09%09c-0.398%2C0-0.757-0.247-0.897-0.622L17.193%2C37.07c0%2C0%2C0.118-6.921%2C0.116-6.943c0.015%2C0.058-1.07-0.731-1.07-0.731%0D%0A%09%09%09c-2.334%2C1.671-7.417%2C3.218-7.417%2C3.218c-2.339%2C0.896-3.325%2C2.239-3.325%2C2.239c-3.458%2C5.135-3.687%2C11.411-3.868%2C15.37%0D%0A%09%09%09c-0.125%2C2.734%2C0.449%2C3.757%2C1.17%2C4.048c8.947%2C3.592%2C34.454%2C3.592%2C43.404%2C0C46.928%2C53.982%2C47.496%2C52.957%2C47.373%2C50.223z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M24.73%2C33.077l-0.289%2C0.006c-0.933%2C0-1.873-0.181-2.797-0.5l2.543%2C3.891l-2.282%2C2.2l2.349%2C14.26%0D%0A%09%09%09c0.02%2C0.122%2C0.125%2C0.212%2C0.25%2C0.212c0.124%2C0%2C0.229-0.09%2C0.25-0.212l2.35-14.26l-2.285-2.2l2.506-3.834%0D%0A%09%09%09C26.505%2C32.88%2C25.64%2C33.04%2C24.73%2C33.077z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0.5rem 0 0;
}
.box_vendedores h3:before {
  display: inline-block;
  vertical-align: bottom;
}
.box_vendedores p {
  color: #fff;
}
.box_vendedores .btn_site {
  color: #fff;
}
.box_vendedores .btn_site:after {
  background: #fff;
}
#empresa_inicial {
  padding-top: 5rem;
}
#empresa_inicial .container .row .col-md-8 p {
  text-align: center;
}
@media only screen and (min-width: 34em) {
  #empresa_inicial .container .row .col-md-8 p {
    text-align: left;
  }
}
.logo_inicial {
  width: 100%;
  height: 7rem;
  display: block;
  background: url(../imagens/logo_footer.png) center center no-repeat;
  margin-bottom: 2rem;
}
#noticias {
  position: relative;
}
#noticias .tit_inicial {
  display: block;
}
@media only screen and (min-width: 62em) {
  #noticias .tit_inicial {
    padding-left: 1rem;
  }
}
#noticias .lista_h .col-md-4 figure a {
  display: block;
  position: relative;
}
#noticias .lista_h .col-md-4 figure a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: rgba(0, 60, 68, 0.5);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#noticias .lista_h .col-md-4 figure a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#noticias .lista_h .col-md-4 figure a:hover:before {
  opacity: 1;
  margin: 1rem;
}
#noticias .lista_h .col-md-4 figure a:hover:after {
  opacity: 1;
}
#noticias .lista_h .col-md-4 .box_noticia {
  padding: 0 ;
}
@media only screen and (min-width: 62em) {
  #noticias .lista_h .col-md-4 .box_noticia {
    padding: 0 1rem 1rem 1rem;
  }
}
#noticias .lista_h .col-md-4 .box_noticia p {
  padding: 0;
  margin: 1rem 0 0 0;
  font-size: 0.9rem;
  color: #BDBDBD;
}
#noticias .lista_h .col-md-4 .box_noticia p strong {
  font-weight: normal;
}
#noticias .lista_h .col-md-4 .box_noticia h3 {
  padding: 1rem 0;
  margin: 0;
  text-transform: uppercase;
  color: #5a5a5a;
  overflow: hidden;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-family: 'noto_sansbold';
}
#noticias .lista_h .col-md-4 .box_noticia .leia_mais {
  border: none;
}
#noticias .lista_h .col-md-4 .box_noticia .leia_mais time {
  background: url(../imagens/calendar.svg) left center no-repeat;
  color: #727272;
  font-size: 0.8rem;
  padding: 2px 0 0 1rem ;
  font-family: 'noto_sansregular';
}
#noticias .lista_h .col-md-4 .box_noticia .leia_mais span {
  float: right;
  color: #b39c50;
  font-family: 'noto_sansbold';
}
.noticias_anteriores {
  height: 1.2rem;
  position: absolute;
  right: 1rem;
  top: 0;
  color: #727272;
  font-size: 0.9rem;
  display: none;
}
@media only screen and (min-width: 34em) {
  .noticias_anteriores {
    display: block;
  }
}
@media only screen and (min-width: 62em) {
  .noticias_anteriores {
    padding-right: 1rem;
  }
}
.noticias_anteriores:hover {
  color: #b39c50;
}
#area_atuacao {
  background: url(../imagens/back_atuacao.jpg) repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 34em) {
  #area_atuacao .tit_inicial {
    text-align: left;
    float: left;
  }
}
#area_atuacao .container .row .col-md-4 h3 {
  font-size: 1.1rem;
  margin: 1.8rem 0 1.3rem 0;
  border-bottom: 1px #cccccc solid;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 62em) {
  #area_atuacao .container .row .col-md-4 h3 {
    margin: 1.8rem 1rem 1.3rem 1rem;
  }
}
#area_atuacao .container .row .col-md-4 p {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 62em) {
  #area_atuacao .container .row .col-md-4 p {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}
#area_atuacao .container .row .col-md-4 img {
  width: auto;
  max-width: 100%;
  margin: 1rem auto 2rem auto;
  display: block;
}
@media only screen and (min-width: 62em) {
  #area_atuacao .container .row .col-md-4 img {
    margin: 0 auto 3rem auto;
  }
}
.mais_areas {
  float: right;
  color: #727272;
  display: none;
}
.mais_areas:hover,
.mais_areas a:focus {
  color: #b39c50;
}
@media only screen and (min-width: 62em) {
  .mais_areas {
    display: block;
  }
}
.tabs {
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (min-width: 34em) {
  .tabs {
    margin-bottom: 3rem;
    text-align: left;
  }
}
.tabs li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
@media only screen and (min-width: 62em) {
  .tabs li {
    width: auto;
    margin: 0 1rem;
  }
}
.tabs li a {
  font-family: 'noto_sansbold';
  padding: 0.5rem;
  font-size: 1rem;
  display: inherit;
  text-transform: uppercase;
  color: #a5a5a5;
}
@media only screen and (min-width: 62em) {
  .tabs li a {
    display: inline;
  }
}
.tabs li a.current {
  color: #2e2e2e;
}
.tabs li a:hover {
  color: #2e2e2e;
}
#tab-content {
  min-height: 520px;
  position: relative;
}
@media only screen and (min-width: 62em) {
  #tab-1,
  #tab-2,
  #tab-3 {
    position: absolute;
  }
}
#contato {
  padding: 3rem 0;
  background: url(../imagens/back_contato.jpg) repeat;
}
@media only screen and (min-width: 62em) {
  #contato {
    padding: 5rem 0;
  }
}
#contato .col-lg-8 .tit_inicial {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-family: 'noto_sansbold';
}
#contato .col-lg-8 p {
  color: #fff;
  max-width: 80%;
}
.entre_em_contato {
  margin-top: 1.5rem;
}
.entre_em_contato a {
  max-width: 22rem;
  padding: 1rem 2rem;
  background: #fff;
  display: block;
  font-family: 'noto_sansbold';
  font-size: 1.1rem;
}
.entre_em_contato a:after {
  content: "";
  width: 31px;
  height: 24px;
  display: block;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2231px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2031%2024%22%20enable-background%3D%22new%200%200%2031%2024%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M25.465%2C0.375H5.536c-1.826%2C0-3.321%2C1.495-3.321%2C3.321v11.625c0%2C1.826%2C1.495%2C3.321%2C3.321%2C3.321h6.643%0D%0A%09%09l6.644%2C4.982v-4.982h6.643c1.826%2C0%2C3.32-1.495%2C3.32-3.321V3.696C28.785%2C1.87%2C27.291%2C0.375%2C25.465%2C0.375L25.465%2C0.375z%0D%0A%09%09%20M25.465%2C0.375%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 4px 0 0 0;
}
@media only screen and (min-width: 75em) {
  .entre_em_contato a {
    font-size: 1.2rem;
  }
}
.entre_em_contato a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.entre_em_contato a:hover:after {
  content: "";
  width: 31px;
  height: 24px;
  display: block;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2231px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2031%2024%22%20enable-background%3D%22new%200%200%2031%2024%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23003852%22%20d%3D%22M25.465%2C0.375H5.536c-1.826%2C0-3.321%2C1.495-3.321%2C3.321v11.625c0%2C1.826%2C1.495%2C3.321%2C3.321%2C3.321h6.643%0D%0A%09%09l6.644%2C4.982v-4.982h6.643c1.826%2C0%2C3.32-1.495%2C3.32-3.321V3.696C28.785%2C1.87%2C27.291%2C0.375%2C25.465%2C0.375L25.465%2C0.375z%0D%0A%09%09%20M25.465%2C0.375%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 4px 0 0 0;
}
#ie {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
#ie div {
  width: 60%;
  height: 460px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -250px;
  background: #111;
  padding: 40px 20% 40px 20%;
}
#ie div p {
  margin: 30px 0;
  color: #fff;
}
#ie div p strong {
  font-size: 25px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#browsers {
  width: 451px;
  height: 66px;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
}
#browsers li {
  width: 65px;
  height: 66px;
  display: inline-block;
  margin-right: 20px;
}
#browsers li a {
  width: 65px;
  height: 66px;
  display: block;
  background: url(../imagens/browsers.png) left center no-repeat;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
#browsers li + li a {
  background-position: -72px 0;
  display: block;
}
#browsers li + li + li a {
  background-position: -144px 0;
  display: block;
}
#browsers li + li + li + li a {
  background-position: -216px 0;
  display: block;
}
#browsers li + li + li + li + li a {
  background-position: -288px 0;
  display: block;
}
#browsers li a:hover {
  opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  display: block;
}
.tel_topo {
  border-bottom: 2px #f1f1f1 solid;
  display: none;
}
@media only screen and (min-width: 34em) {
  .tel_topo {
    display: block;
  }
}
.tel_topo .container .row .col-lg-6 p {
  font-size: 0.8rem;
  margin: 1rem 0;
  line-height: 1;
}
.tel_topo .container .row .col-lg-6 + .col-lg-6 {
  text-align: right;
}
.tel_topo .container .row .col-lg-6 + .col-lg-6 p span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  font-weight: bold;
}
.tel_topo .container .row .col-lg-6 + .col-lg-6 p span:before {
  content: "";
  width: 20px;
  height: 14px;
  display: block;
  float: left;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2020%2014%22%20enable-background%3D%22new%200%200%2020%2014%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23003852%22%20d%3D%22M7.088%2C13.923c-1.475%2C0-2.655-0.663-2.971-2.088c-0.362-1.633-0.537-3.352%2C0.274-4.96%0D%0A%09%09C4.68%2C6.301%2C5.18%2C5.92%2C5.713%2C5.602C6.28%2C5.264%2C6.64%2C4.86%2C6.513%2C4.143C6.469%2C3.893%2C6.568%2C3.62%2C6.533%2C3.368%0D%0A%09%09C6.516%2C3.244%2C6.343%2C3.139%2C6.24%2C3.025C6.157%2C3.144%2C5.991%2C3.271%2C6.002%2C3.378c0.121%2C1.079-0.526%2C1.621-1.386%2C1.99%0D%0A%09%09C4.13%2C5.576%2C3.62%2C5.746%2C3.106%2C5.863c-0.487%2C0.111-0.968-0.01-1.367-0.322c-0.83-0.65-0.785-1.888%2C0.155-2.489%0D%0A%09%09c0.638-0.409%2C1.36-0.703%2C2.074-0.971c1.838-0.694%2C3.772-0.94%2C5.716-0.981c1.18-0.026%2C2.365%2C0.153%2C3.546%2C0.28%0D%0A%09%09c1.554%2C0.169%2C3.018%2C0.671%2C4.407%2C1.366c0.379%2C0.19%2C0.766%2C0.505%2C0.977%2C0.864c0.658%2C1.112-0.135%2C2.349-1.476%2C2.271%0D%0A%09%09c-1.001-0.058-1.928-0.429-2.682-1.133c-0.345-0.322-0.519-0.717-0.458-1.2c0.012-0.096%2C0.029-0.22-0.018-0.29%0D%0A%09%09c-0.064-0.099-0.181-0.2-0.289-0.22c-0.056-0.01-0.177%2C0.143-0.208%2C0.241c-0.035%2C0.111-0.007%2C0.245%2C0.001%2C0.367%0D%0A%09%09c0.012%2C0.198%2C0.082%2C0.408%2C0.038%2C0.59c-0.165%2C0.674%2C0.206%2C1.015%2C0.718%2C1.326c0.73%2C0.444%2C1.342%2C1.008%2C1.654%2C1.842%0D%0A%09%09c0.262%2C0.693%2C0.291%2C3.796%2C0.022%2C4.474c-0.479%2C1.211-1.461%2C2.095-2.999%2C2.048C12.424%2C13.909%2C8.041%2C13.922%2C7.088%2C13.923z%0D%0A%09%09%20M9.986%2C10.584c1.126-0.053%2C2.124-0.364%2C2.901-1.184c0.781-0.823%2C0.844-1.762%2C0.222-2.704c-0.364-0.551-0.888-0.878-1.482-1.124%0D%0A%09%09C10.11%2C4.947%2C8.28%2C5.258%2C7.205%2C6.335c-0.947%2C0.949-0.969%2C2.18-0.022%2C3.129C7.957%2C10.239%2C8.941%2C10.528%2C9.986%2C10.584z%20M10.023%2C2.711%0D%0A%09%09c0%2C0.001%2C0%2C0.002%2C0%2C0.002c-0.506%2C0-1.012%2C0.009-1.518-0.003C8.187%2C2.702%2C8.049%2C2.843%2C8.057%2C3.151%0D%0A%09%09C8.059%2C3.237%2C8.039%2C3.326%2C8.053%2C3.41C8.074%2C3.535%2C8.114%2C3.657%2C8.146%2C3.78c0.121-0.045%2C0.255-0.069%2C0.359-0.139%0D%0A%09%09c0.769-0.519%2C2.239-0.512%2C3.002%2C0.013c0.102%2C0.071%2C0.237%2C0.096%2C0.356%2C0.142c0.032-0.135%2C0.074-0.269%2C0.093-0.406%0D%0A%09%09c0.013-0.084-0.012-0.171-0.015-0.258c-0.01-0.309-0.166-0.434-0.475-0.425C10.987%2C2.721%2C10.505%2C2.711%2C10.023%2C2.711z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23003852%22%20d%3D%22M10.197%2C9.108C9.485%2C9.071%2C8.987%2C8.955%2C8.573%2C8.6C7.896%2C8.018%2C7.901%2C7.202%2C8.581%2C6.621%0D%0A%09%09c0.736-0.629%2C2.053-0.65%2C2.791-0.043c0.813%2C0.668%2C0.738%2C1.698-0.19%2C2.197C10.832%2C8.962%2C10.42%2C9.035%2C10.197%2C9.108z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -3px 5px 0 0;
}
.tel_topo .container .row .col-lg-6 + .col-lg-6 p strong {
  font-weight: normal;
}
.tel_topo .container .row .col-lg-6 + .col-lg-6 p strong em {
  font-style: normal;
}
.header {
  background: #ffffff;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 667px) {
  .col-topo {
    padding: 0;
  }
}
.header .redes_sociais {
  width: 5rem;
  height: 1.7rem;
  position: absolute;
  bottom: 0;
  right: 1rem;
  top: 0;
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 34em) {
  .header .redes_sociais {
    right: 8rem;
    display: block;
  }
}
@media only screen and (min-width: 62em) {
  .header .redes_sociais {
    right: 1rem;
  }
}
.header .redes_sociais a + a {
  float: right;
}
.navbar-menu {
  max-height: 0;
  height: auto;
  text-align: center;
  display: block;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.navbar-menu:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 62em) {
  .navbar-menu {
    width: 100%;
    max-height: auto;
    overflow: initial;
    visibility: initial;
    text-align: right;
    display: block;
    background: transparent;
    margin-top: 4rem;
  }
}
.navbar_ativo {
  max-height: 800px;
  visibility: visible;
}
.menu {
  list-style: none;
  background: #b39c50;
  text-align: center;
  font-size: 0;
  margin: 0;
}
.menu:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 62em) {
  .menu {
    text-align: right;
    background: transparent;
    margin-right: -1.5rem;
  }
}
.menu > li {
  display: block;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 62em) {
  .menu > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
@media only screen and (min-width: 75em) {
  .menu > li {
    padding: 0 0.5rem;
  }
}
.menu li a {
  font-size: 1rem;
  font-family: 'noto_sansregular';
  text-transform: uppercase;
  color: #ffffff;
  padding: 1rem 1rem;
  border-top: 2px #917e3f solid;
  position: relative;
  display: block;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 62em) {
  .menu li a {
    color: #2e2e2e;
    border-top: none;
    overflow: hidden;
    padding: 1rem 0.8rem;
  }
}
@media only screen and (min-width: 75em) {
  .menu li a {
    padding: 1rem 1rem;
  }
}
@media only screen and (min-width: 62em) {
  .menu li a:hover {
    color: #b39c50;
  }
}
@media only screen and (min-width: 62em) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.dropdown-menu {
  background: #b39c50;
  float: inherit;
  position: relative;
  text-align: center;
  box-shadow: none;
  display: none;
  border-top: 2px #917e3f solid;
}
@media only screen and (min-width: 62em) {
  .dropdown-menu {
    border-top: 2px #b39c50 solid;
  }
}
.dropdown-menu:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #917e3f;
  bottom: inherit;
  top: -12px;
}
@media only screen and (min-width: 62em) {
  .dropdown-menu:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b39c50;
    top: -10px;
  }
}
.dropdown-menu li > a {
  color: #fff;
  border-top: 2px solid #917e3f;
  display: block;
  background: #c2b074;
}
.dropdown-menu li > a:after {
  display: none;
}
@media only screen and (min-width: 62em) {
  .dropdown-menu li:first-child > a {
    border-top: 1px solid #b39c50;
  }
}
@media only screen and (min-width: 62em) {
  .dropdown-menu {
    width: 100%;
    position: absolute;
    margin: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
    top: 3.1rem;
    left: 0;
    border-top: 1px solid #b39c50;
  }
  .dropdown-menu li > a {
    border-top: 1px #917e3f solid;
    font-size: 0.9rem;
    padding: 1rem 0.2rem;
  }
  .dropdown-menu li > a:after {
    display: none;
  }
  .dropdown-menu li > a:before {
    display: none;
  }
  .dropdown-menu li > a:hover {
    background: #bba662;
    color: #fff;
  }
}
.dropdown_menu_ativo {
  display: block;
}
@media only screen and (min-width: 62em) {
  .dropdown_menu_ativo {
    display: none;
  }
}
.caret {
  width: 7px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211.527px%22%20height%3D%227.305px%22%20viewBox%3D%220%200%2011.527%207.305%22%20enable-background%3D%22new%200%200%2011.527%207.305%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23917e3f%22%20points%3D%220.351%2C1.653%205.764%2C7.066%2011.178%2C1.653%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
@media only screen and (min-width: 34em) {
  .caret {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211.527px%22%20height%3D%227.305px%22%20viewBox%3D%220%200%2011.527%207.305%22%20enable-background%3D%22new%200%200%2011.527%207.305%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23b39c50%22%20points%3D%220.351%2C1.653%205.764%2C7.066%2011.178%2C1.653%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.menu li.dropdown:hover a > .caret {
  display: none;
}
.navbar-brand {
  width: 100%;
  height: 3.8rem;
  position: relative;
  left: 0;
  top: 0;
  background: url(../imagens/logo.png) left center no-repeat;
  background-size: contain;
  margin: 1rem 0;
  z-index: 1;
}
@media only screen and (min-width: 48em) {
  .navbar-brand {
    height: 105px;
  }
}
@media only screen and (min-width: 62em) {
  .navbar-brand {
    max-width: 19rem;
    height: 105px;
    margin: 2.5rem 0;
  }
}
.navbar-brand a {
  display: block;
  position: absolute;
  opacity: 0;
  font-size: 1px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.redes_sociais {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 62em) {
  .redes_sociais {
    text-align: right;
    padding-top: 2.3rem;
    margin-bottom: 0;
  }
}
.redes_sociais a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
@media only screen and (min-width: 62em) {
  .redes_sociais a {
    margin: 0 0 0 0.5rem;
  }
}
.redes_sociais .fa {
  width: 2rem;
  height: 2rem;
  color: #fff;
  background-color: #4c4c4c;
  text-align: center;
  font-size: 1.3rem;
  padding-top: 0.5rem;
}
#form_busca {
  display: block;
  border: 1px #777777 solid;
  margin: 1rem 0;
}
#form_busca:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 62em) {
  #form_busca {
    margin: 2.7rem 0 0 0;
  }
}
#form_busca label {
  display: none;
}
#form_busca input[type=search] {
  color: #dbdbdb;
}
#form_busca input[type=search],
#form_busca input[type=submit] {
  width: calc(100% - 2rem);
  padding: 1.1rem 1rem;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 0.9rem;
  font-family: 'noto_sansregular';
}
@media only screen and (min-width: 34em) {
  #form_busca input[type=search],
  #form_busca input[type=submit] {
    padding: 1.1rem 1rem;
  }
}
@media only screen and (min-width: 62em) {
  #form_busca input[type=search],
  #form_busca input[type=submit] {
    padding: 0.8rem 1rem;
  }
}
#form_busca input[type=search]:focus,
#form_busca input[type=submit]:focus {
  outline: none;
}
#form_busca .box_search {
  width: 80%;
  float: left;
}
@media only screen and (min-width: 34em) {
  #form_busca .box_search {
    width: 85%;
  }
}
@media only screen and (min-width: 62em) {
  #form_busca .box_search {
    width: 80%;
  }
}
#form_busca .box_bt_busca {
  width: 20%;
  float: left;
}
@media only screen and (min-width: 34em) {
  #form_busca .box_bt_busca {
    width: 15%;
  }
}
@media only screen and (min-width: 62em) {
  #form_busca .box_bt_busca {
    width: 20%;
  }
}
#form_busca input[type=submit].bt_busca {
  width: 100%;
  height: 3.5rem;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  display: block;
  background: url(../imagens/busca.svg) #777777 center center no-repeat;
  background-size: 46%;
  color: transparent;
}
@media only screen and (min-width: 34em) {
  #form_busca input[type=submit].bt_busca {
    background: url(../imagens/busca.svg) #777777 center center no-repeat;
    background-size: 34%;
  }
}
@media only screen and (min-width: 62em) {
  #form_busca input[type=submit].bt_busca {
    height: 3rem;
    background: url(../imagens/busca.svg) #777777 center center no-repeat;
    background-size: 46%;
  }
}
#form_busca input[type=submit].bt_busca:focus {
  outline: none;
}
.footer {
  background: url(../imagens/back_footer2.jpg) top center repeat;
  padding: 2rem 0 0 0;
}
@media only screen and (min-width: 34em) {
  .footer {
    padding: 3rem 0 0 0;
  }
}
@media only screen and (min-width: 34em) {
  .footer .container .row .col-lg-2 {
    display: none;
  }
}
@media only screen and (min-width: 75em) {
  .footer .container .row .col-lg-2 {
    display: block;
  }
}
.footer p {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #ffffff;
  font-family: 'noto_sansregular';
}
.footer h4 {
  font-family: 'noto_sansbold';
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
}
@media only screen and (min-width: 62em) {
  .footer h4 {
    margin: 0 0 1.2rem 0;
    text-align: left;
  }
}
.footer h4 span {
  display: none;
}
@media only screen and (min-width: 62em) {
  .footer h4 span {
    display: inline-block;
  }
}
.footer .telefone:before {
  content: "";
  width: 30px;
  height: 20px;
  display: block;
  float: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2242px%22%20height%3D%2231.875px%22%20viewBox%3D%220%202.5%2042%2031.875%22%20enable-background%3D%22new%200%202.5%2042%2031.875%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M14.143%2C33.596c-3.473%2C0.001-6.252-1.559-6.995-4.915C6.296%2C24.836%2C5.884%2C20.79%2C7.793%2C17%0D%0A%09%09c0.68-1.35%2C1.858-2.246%2C3.112-2.995c1.335-0.798%2C2.182-1.749%2C1.883-3.438c-0.104-0.587%2C0.13-1.229%2C0.048-1.823%0D%0A%09%09c-0.04-0.295-0.448-0.54-0.69-0.807c-0.196%2C0.278-0.587%2C0.578-0.559%2C0.831c0.283%2C2.539-1.24%2C3.815-3.266%2C4.685%0D%0A%09%09c-1.143%2C0.49-2.342%2C0.889-3.553%2C1.166c-1.147%2C0.264-2.281-0.022-3.22-0.758c-1.954-1.531-1.849-4.446%2C0.366-5.862%0D%0A%09%09c1.503-0.961%2C3.204-1.653%2C4.884-2.287c4.329-1.633%2C8.883-2.212%2C13.46-2.311c2.777-0.06%2C5.571%2C0.359%2C8.348%2C0.661%0D%0A%09%09c3.658%2C0.397%2C7.106%2C1.581%2C10.378%2C3.217c0.893%2C0.446%2C1.802%2C1.188%2C2.302%2C2.033c1.549%2C2.619-0.32%2C5.531-3.478%2C5.347%0D%0A%09%09c-2.355-0.138-4.538-1.011-6.313-2.668c-0.813-0.758-1.222-1.688-1.08-2.826c0.029-0.227%2C0.069-0.518-0.04-0.683%0D%0A%09%09c-0.154-0.232-0.426-0.47-0.683-0.517C29.563%2C7.94%2C29.275%2C8.3%2C29.203%2C8.53c-0.083%2C0.263-0.016%2C0.576%2C0.003%2C0.866%0D%0A%09%09c0.028%2C0.465%2C0.193%2C0.958%2C0.089%2C1.389c-0.387%2C1.588%2C0.485%2C2.391%2C1.69%2C3.123c1.721%2C1.045%2C3.158%2C2.374%2C3.896%2C4.337%0D%0A%09%09c0.615%2C1.631%2C0.685%2C8.938%2C0.052%2C10.536c-1.13%2C2.849-3.441%2C4.932-7.062%2C4.819C26.705%2C33.564%2C16.386%2C33.595%2C14.143%2C33.596z%0D%0A%09%09%20M20.966%2C25.736c2.652-0.126%2C5.002-0.858%2C6.833-2.787c1.838-1.939%2C1.983-4.149%2C0.521-6.368c-0.857-1.298-2.091-2.066-3.491-2.645%0D%0A%09%09c-3.569-1.475-7.879-0.743-10.412%2C1.794c-2.228%2C2.233-2.28%2C5.13-0.051%2C7.366C16.188%2C24.924%2C18.507%2C25.605%2C20.966%2C25.736z%0D%0A%09%09%20M21.054%2C7.197c0%2C0.002%2C0%2C0.003%2C0%2C0.005c-1.192%2C0-2.384%2C0.022-3.575-0.008c-0.75-0.019-1.073%2C0.313-1.055%2C1.038%0D%0A%09%09c0.005%2C0.204-0.041%2C0.412-0.009%2C0.609c0.048%2C0.295%2C0.145%2C0.582%2C0.22%2C0.873c0.284-0.107%2C0.601-0.163%2C0.845-0.328%0D%0A%09%09c1.811-1.221%2C5.272-1.206%2C7.067%2C0.03c0.242%2C0.167%2C0.561%2C0.225%2C0.842%2C0.334c0.076-0.318%2C0.172-0.634%2C0.218-0.956%0D%0A%09%09c0.029-0.197-0.028-0.405-0.035-0.608c-0.023-0.728-0.392-1.02-1.118-1C23.322%2C7.221%2C22.189%2C7.197%2C21.054%2C7.197z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M21.463%2C22.261c-1.676-0.086-2.849-0.363-3.824-1.199c-1.594-1.369-1.582-3.289%2C0.02-4.659%0D%0A%09%09c1.733-1.482%2C4.834-1.531%2C6.572-0.102c1.914%2C1.573%2C1.74%2C3.999-0.448%2C5.174C22.959%2C21.917%2C21.991%2C22.087%2C21.463%2C22.261z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0.5rem 0 0;
}
.footer .telefone:before {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 34em) {
  .footer .telefone:before {
    margin: 0 1rem 0 0;
  }
}
@media only screen and (min-width: 34em) {
  .footer .telefone:before {
    content: "";
    width: 30px;
    height: 20px;
    display: block;
    float: left;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2242px%22%20height%3D%2231.875px%22%20viewBox%3D%220%202.5%2042%2031.875%22%20enable-background%3D%22new%200%202.5%2042%2031.875%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M14.143%2C33.596c-3.473%2C0.001-6.252-1.559-6.995-4.915C6.296%2C24.836%2C5.884%2C20.79%2C7.793%2C17%0D%0A%09%09c0.68-1.35%2C1.858-2.246%2C3.112-2.995c1.335-0.798%2C2.182-1.749%2C1.883-3.438c-0.104-0.587%2C0.13-1.229%2C0.048-1.823%0D%0A%09%09c-0.04-0.295-0.448-0.54-0.69-0.807c-0.196%2C0.278-0.587%2C0.578-0.559%2C0.831c0.283%2C2.539-1.24%2C3.815-3.266%2C4.685%0D%0A%09%09c-1.143%2C0.49-2.342%2C0.889-3.553%2C1.166c-1.147%2C0.264-2.281-0.022-3.22-0.758c-1.954-1.531-1.849-4.446%2C0.366-5.862%0D%0A%09%09c1.503-0.961%2C3.204-1.653%2C4.884-2.287c4.329-1.633%2C8.883-2.212%2C13.46-2.311c2.777-0.06%2C5.571%2C0.359%2C8.348%2C0.661%0D%0A%09%09c3.658%2C0.397%2C7.106%2C1.581%2C10.378%2C3.217c0.893%2C0.446%2C1.802%2C1.188%2C2.302%2C2.033c1.549%2C2.619-0.32%2C5.531-3.478%2C5.347%0D%0A%09%09c-2.355-0.138-4.538-1.011-6.313-2.668c-0.813-0.758-1.222-1.688-1.08-2.826c0.029-0.227%2C0.069-0.518-0.04-0.683%0D%0A%09%09c-0.154-0.232-0.426-0.47-0.683-0.517C29.563%2C7.94%2C29.275%2C8.3%2C29.203%2C8.53c-0.083%2C0.263-0.016%2C0.576%2C0.003%2C0.866%0D%0A%09%09c0.028%2C0.465%2C0.193%2C0.958%2C0.089%2C1.389c-0.387%2C1.588%2C0.485%2C2.391%2C1.69%2C3.123c1.721%2C1.045%2C3.158%2C2.374%2C3.896%2C4.337%0D%0A%09%09c0.615%2C1.631%2C0.685%2C8.938%2C0.052%2C10.536c-1.13%2C2.849-3.441%2C4.932-7.062%2C4.819C26.705%2C33.564%2C16.386%2C33.595%2C14.143%2C33.596z%0D%0A%09%09%20M20.966%2C25.736c2.652-0.126%2C5.002-0.858%2C6.833-2.787c1.838-1.939%2C1.983-4.149%2C0.521-6.368c-0.857-1.298-2.091-2.066-3.491-2.645%0D%0A%09%09c-3.569-1.475-7.879-0.743-10.412%2C1.794c-2.228%2C2.233-2.28%2C5.13-0.051%2C7.366C16.188%2C24.924%2C18.507%2C25.605%2C20.966%2C25.736z%0D%0A%09%09%20M21.054%2C7.197c0%2C0.002%2C0%2C0.003%2C0%2C0.005c-1.192%2C0-2.384%2C0.022-3.575-0.008c-0.75-0.019-1.073%2C0.313-1.055%2C1.038%0D%0A%09%09c0.005%2C0.204-0.041%2C0.412-0.009%2C0.609c0.048%2C0.295%2C0.145%2C0.582%2C0.22%2C0.873c0.284-0.107%2C0.601-0.163%2C0.845-0.328%0D%0A%09%09c1.811-1.221%2C5.272-1.206%2C7.067%2C0.03c0.242%2C0.167%2C0.561%2C0.225%2C0.842%2C0.334c0.076-0.318%2C0.172-0.634%2C0.218-0.956%0D%0A%09%09c0.029-0.197-0.028-0.405-0.035-0.608c-0.023-0.728-0.392-1.02-1.118-1C23.322%2C7.221%2C22.189%2C7.197%2C21.054%2C7.197z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M21.463%2C22.261c-1.676-0.086-2.849-0.363-3.824-1.199c-1.594-1.369-1.582-3.289%2C0.02-4.659%0D%0A%09%09c1.733-1.482%2C4.834-1.531%2C6.572-0.102c1.914%2C1.573%2C1.74%2C3.999-0.448%2C5.174C22.959%2C21.917%2C21.991%2C22.087%2C21.463%2C22.261z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0.5rem 0 0;
  }
}
.footer .whatsapp {
  margin-top: 1.5rem;
}
.footer .whatsapp:before {
  content: "";
  width: 30px;
  height: 24px;
  display: block;
  float: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2242px%22%20height%3D%2239.688px%22%20viewBox%3D%220%200%2042%2039.688%22%20enable-background%3D%22new%200%200%2042%2039.688%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M39.25%2C19.374c0%2C9.819-8.021%2C17.779-17.919%2C17.779c-3.141%2C0-6.092-0.803-8.66-2.21l-9.92%2C3.15l3.234-9.542%0D%0A%09%09c-1.631-2.678-2.57-5.822-2.57-9.179C3.415%2C9.554%2C11.435%2C1.594%2C21.333%2C1.594C31.229%2C1.596%2C39.25%2C9.556%2C39.25%2C19.374z%20M21.329%2C4.429%0D%0A%09%09c-8.306%2C0-15.063%2C6.705-15.063%2C14.949c0%2C3.271%2C1.066%2C6.299%2C2.87%2C8.762l-1.88%2C5.551l5.787-1.839%0D%0A%09%09c2.381%2C1.562%2C5.229%2C2.471%2C8.288%2C2.471c8.307%2C0%2C15.065-6.705%2C15.065-14.948C36.396%2C11.134%2C29.637%2C4.429%2C21.329%2C4.429z%20M30.379%2C23.47%0D%0A%09%09c-0.111-0.18-0.403-0.289-0.842-0.508c-0.437-0.22-2.6-1.272-3.001-1.415c-0.405-0.146-0.697-0.221-0.99%2C0.216%0D%0A%09%09c-0.289%2C0.437-1.132%2C1.418-1.39%2C1.71c-0.256%2C0.292-0.512%2C0.329-0.951%2C0.113c-0.439-0.221-1.856-0.678-3.534-2.162%0D%0A%09%09c-1.306-1.157-2.188-2.581-2.442-3.018c-0.258-0.437-0.026-0.672%2C0.191-0.889c0.197-0.196%2C0.44-0.509%2C0.66-0.766%0D%0A%09%09c0.22-0.253%2C0.293-0.433%2C0.439-0.725c0.145-0.292%2C0.072-0.545-0.036-0.766c-0.109-0.219-0.987-2.361-1.354-3.234%0D%0A%09%09c-0.366-0.871-0.731-0.727-0.988-0.727c-0.256%2C0-0.549-0.036-0.842-0.036c-0.293%2C0-0.769%2C0.105-1.169%2C0.542%0D%0A%09%09c-0.402%2C0.437-1.537%2C1.49-1.537%2C3.635c0%2C2.146%2C1.573%2C4.217%2C1.792%2C4.507c0.222%2C0.29%2C3.041%2C4.834%2C7.505%2C6.579%0D%0A%09%09c4.467%2C1.744%2C4.467%2C1.162%2C5.271%2C1.088c0.807-0.073%2C2.6-1.053%2C2.963-2.069C30.49%2C24.527%2C30.49%2C23.652%2C30.379%2C23.47z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -2px 0.5rem 0 0;
}
.footer .whatsapp:before {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 34em) {
  .footer .whatsapp:before {
    margin: 0 1rem 0 0;
  }
}
@media only screen and (min-width: 34em) {
  .footer .whatsapp:before {
    content: "";
    width: 30px;
    height: 24px;
    display: block;
    float: left;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2242px%22%20height%3D%2239.688px%22%20viewBox%3D%220%200%2042%2039.688%22%20enable-background%3D%22new%200%200%2042%2039.688%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M39.25%2C19.374c0%2C9.819-8.021%2C17.779-17.919%2C17.779c-3.141%2C0-6.092-0.803-8.66-2.21l-9.92%2C3.15l3.234-9.542%0D%0A%09%09c-1.631-2.678-2.57-5.822-2.57-9.179C3.415%2C9.554%2C11.435%2C1.594%2C21.333%2C1.594C31.229%2C1.596%2C39.25%2C9.556%2C39.25%2C19.374z%20M21.329%2C4.429%0D%0A%09%09c-8.306%2C0-15.063%2C6.705-15.063%2C14.949c0%2C3.271%2C1.066%2C6.299%2C2.87%2C8.762l-1.88%2C5.551l5.787-1.839%0D%0A%09%09c2.381%2C1.562%2C5.229%2C2.471%2C8.288%2C2.471c8.307%2C0%2C15.065-6.705%2C15.065-14.948C36.396%2C11.134%2C29.637%2C4.429%2C21.329%2C4.429z%20M30.379%2C23.47%0D%0A%09%09c-0.111-0.18-0.403-0.289-0.842-0.508c-0.437-0.22-2.6-1.272-3.001-1.415c-0.405-0.146-0.697-0.221-0.99%2C0.216%0D%0A%09%09c-0.289%2C0.437-1.132%2C1.418-1.39%2C1.71c-0.256%2C0.292-0.512%2C0.329-0.951%2C0.113c-0.439-0.221-1.856-0.678-3.534-2.162%0D%0A%09%09c-1.306-1.157-2.188-2.581-2.442-3.018c-0.258-0.437-0.026-0.672%2C0.191-0.889c0.197-0.196%2C0.44-0.509%2C0.66-0.766%0D%0A%09%09c0.22-0.253%2C0.293-0.433%2C0.439-0.725c0.145-0.292%2C0.072-0.545-0.036-0.766c-0.109-0.219-0.987-2.361-1.354-3.234%0D%0A%09%09c-0.366-0.871-0.731-0.727-0.988-0.727c-0.256%2C0-0.549-0.036-0.842-0.036c-0.293%2C0-0.769%2C0.105-1.169%2C0.542%0D%0A%09%09c-0.402%2C0.437-1.537%2C1.49-1.537%2C3.635c0%2C2.146%2C1.573%2C4.217%2C1.792%2C4.507c0.222%2C0.29%2C3.041%2C4.834%2C7.505%2C6.579%0D%0A%09%09c4.467%2C1.744%2C4.467%2C1.162%2C5.271%2C1.088c0.807-0.073%2C2.6-1.053%2C2.963-2.069C30.49%2C24.527%2C30.49%2C23.652%2C30.379%2C23.47z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: -2px 0.5rem 0 0;
  }
}
.footer .endereco:before {
  content: "";
  width: 30px;
  height: 22px;
  display: block;
  float: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2242px%22%20height%3D%2239.688px%22%20viewBox%3D%220%200%2042%2039.688%22%20enable-background%3D%22new%200%200%2042%2039.688%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M21.002%2C0.812c-8.161%2C0-14.775%2C6.615-14.775%2C14.773c0%2C8.159%2C10.068%2C23.271%2C14.775%2C23.271%0D%0A%09c4.704%2C0%2C14.771-15.111%2C14.771-23.271C35.773%2C7.427%2C29.159%2C0.812%2C21.002%2C0.812z%20M21.002%2C22.358c-4.296%2C0-7.778-3.482-7.778-7.779%0D%0A%09c0-4.294%2C3.482-7.776%2C7.778-7.776c4.294%2C0%2C7.776%2C3.482%2C7.776%2C7.776C28.778%2C18.876%2C25.296%2C22.358%2C21.002%2C22.358z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -3px 0.5rem 0 0;
}
.footer .endereco:before {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 34em) {
  .footer .endereco:before {
    margin: 0 1rem 0 0;
  }
}
@media only screen and (min-width: 34em) {
  .footer .endereco:before {
    content: "";
    width: 30px;
    height: 22px;
    display: block;
    float: left;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2242px%22%20height%3D%2239.688px%22%20viewBox%3D%220%200%2042%2039.688%22%20enable-background%3D%22new%200%200%2042%2039.688%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M21.002%2C0.812c-8.161%2C0-14.775%2C6.615-14.775%2C14.773c0%2C8.159%2C10.068%2C23.271%2C14.775%2C23.271%0D%0A%09c4.704%2C0%2C14.771-15.111%2C14.771-23.271C35.773%2C7.427%2C29.159%2C0.812%2C21.002%2C0.812z%20M21.002%2C22.358c-4.296%2C0-7.778-3.482-7.778-7.779%0D%0A%09c0-4.294%2C3.482-7.776%2C7.778-7.776c4.294%2C0%2C7.776%2C3.482%2C7.776%2C7.776C28.778%2C18.876%2C25.296%2C22.358%2C21.002%2C22.358z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: -3px 0.5rem 0 0;
  }
}
.footer .expression {
  margin-bottom: 1rem;
  display: block;
  padding: 0;
  padding-top: -24rem;
  padding-bottom: -14rem;
}
@media only screen and (min-width: 62em) {
  .footer .expression {
    margin-bottom: 0;
    float: right;
    padding: 0.8rem 0;
  }
}
.footer .expression a {
  width: 95px;
  height: 17px;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22640px%22%20height%3D%22134px%22%20viewBox%3D%220%200%20640%20134%22%20enable-background%3D%22new%200%200%20640%20134%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23aeaeae%22%20d%3D%22M99.747%2C33.685h18.612l12.625%2C17.41l12.562-17.41h18.299l-21.687%2C30.061l24.524%2C33.818H146.07%0D%0A%09%09l-15.194-20.955L115.76%2C97.563H97.457l24.246-33.604L99.747%2C33.685z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23aeaeae%22%20d%3D%22M188.754%2C33.685v7.045c2.896-2.896%2C6.027-5.068%2C9.394-6.517c3.366-1.447%2C6.966-2.172%2C10.803-2.172%0D%0A%09%09c8.337%2C0%2C15.421%2C3.151%2C21.254%2C9.453c5.832%2C6.302%2C8.748%2C14.384%2C8.748%2C24.248c0%2C9.511-3.014%2C17.466-9.042%2C23.867%0D%0A%09%09c-6.028%2C6.398-13.172%2C9.599-21.43%2C9.599c-3.68%2C0-7.104-0.655-10.275-1.967c-3.17-1.312-6.322-3.453-9.453-6.429v30.119h-15.911%0D%0A%09%09V33.685H188.754z%20M205.605%2C46.836c-5.049%2C0-9.238%2C1.723-12.564%2C5.167c-3.328%2C3.445-4.991%2C7.946-4.991%2C13.504%0D%0A%09%09c0%2C5.677%2C1.663%2C10.267%2C4.991%2C13.769c3.326%2C3.504%2C7.515%2C5.254%2C12.564%2C5.254c4.892%2C0%2C9.012-1.779%2C12.359-5.342%0D%0A%09%09c3.347-3.563%2C5.02-8.104%2C5.02-13.622c0-5.479-1.644-9.971-4.932-13.475C214.764%2C48.588%2C210.615%2C46.836%2C205.605%2C46.836z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23aeaeae%22%20d%3D%22M248.465%2C33.685h13.739v8.044c1.487-3.171%2C3.464-5.578%2C5.93-7.222c2.466-1.644%2C5.167-2.466%2C8.103-2.466%0D%0A%09%09c2.074%2C0%2C4.246%2C0.548%2C6.517%2C1.644l-4.99%2C13.797c-1.879-0.939-3.426-1.409-4.638-1.409c-2.466%2C0-4.55%2C1.527-6.253%2C4.58%0D%0A%09%09c-1.703%2C3.053-2.554%2C9.042-2.554%2C17.966l0.059%2C3.111v25.834h-15.911V33.685H248.465z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23aeaeae%22%20d%3D%22M354.675%2C70.264h-51.491c0.743%2C4.541%2C2.73%2C8.15%2C5.959%2C10.832s7.348%2C4.021%2C12.358%2C4.021%0D%0A%09%09c5.989%2C0%2C11.136-2.093%2C15.44-6.282l13.504%2C6.341c-3.365%2C4.776-7.396%2C8.31-12.094%2C10.599s-10.274%2C3.435-16.732%2C3.435%0D%0A%09%09c-10.021%2C0-18.182-3.16-24.483-9.481c-6.302-6.32-9.453-14.238-9.453-23.749c0-9.747%2C3.141-17.838%2C9.423-24.278%0D%0A%09%09c6.282-6.438%2C14.159-9.658%2C23.632-9.658c10.059%2C0%2C18.238%2C3.22%2C24.541%2C9.658c6.302%2C6.439%2C9.453%2C14.942%2C9.453%2C25.511L354.675%2C70.264z%0D%0A%09%09%20M338.646%2C57.639c-1.06-3.561-3.146-6.458-6.265-8.689s-6.733-3.346-10.853-3.346c-4.468%2C0-8.389%2C1.253-11.76%2C3.757%0D%0A%09%09c-2.117%2C1.566-4.078%2C4.326-5.881%2C8.278H338.646z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23aeaeae%22%20d%3D%22M406.752%2C42.609l-9.922%2C9.922c-4.032-3.992-7.691-5.989-10.979-5.989c-1.802%2C0-3.211%2C0.382-4.228%2C1.145%0D%0A%09%09c-1.019%2C0.763-1.526%2C1.713-1.526%2C2.848c0%2C0.861%2C0.322%2C1.654%2C0.969%2C2.378c0.646%2C0.725%2C2.24%2C1.712%2C4.785%2C2.965l5.871%2C2.936%0D%0A%09%09c6.185%2C3.053%2C10.43%2C6.165%2C12.74%2C9.334c2.309%2C3.172%2C3.464%2C6.891%2C3.464%2C11.156c0%2C5.676-2.084%2C10.411-6.253%2C14.209%0D%0A%09%09c-4.169%2C3.797-9.757%2C5.693-16.763%2C5.693c-9.315%2C0-16.753-3.641-22.312-10.92l9.864-10.744c1.879%2C2.191%2C4.08%2C3.963%2C6.604%2C5.313%0D%0A%09%09c2.524%2C1.351%2C4.766%2C2.025%2C6.723%2C2.025c2.114%2C0%2C3.816-0.509%2C5.107-1.525c1.291-1.019%2C1.938-2.192%2C1.938-3.523%0D%0A%09%09c0-2.466-2.329-4.873-6.987-7.223l-5.4-2.699c-10.333-5.205-15.5-11.722-15.5-19.551c0-5.049%2C1.947-9.365%2C5.842-12.946%0D%0A%09%09c3.895-3.582%2C8.875-5.372%2C14.941-5.372c4.148%2C0%2C8.054%2C0.91%2C11.713%2C2.73C401.105%2C36.591%2C404.208%2C39.204%2C406.752%2C42.609z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23aeaeae%22%20d%3D%22M459.651%2C42.609l-9.923%2C9.922c-4.031-3.992-7.69-5.989-10.979-5.989c-1.801%2C0-3.21%2C0.382-4.227%2C1.145%0D%0A%09%09c-1.02%2C0.763-1.527%2C1.713-1.527%2C2.848c0%2C0.861%2C0.323%2C1.654%2C0.969%2C2.378c0.646%2C0.725%2C2.24%2C1.712%2C4.785%2C2.965l5.871%2C2.936%0D%0A%09%09c6.185%2C3.053%2C10.431%2C6.165%2C12.741%2C9.334c2.309%2C3.172%2C3.464%2C6.891%2C3.464%2C11.156c0%2C5.676-2.084%2C10.411-6.253%2C14.209%0D%0A%09%09c-4.169%2C3.797-9.757%2C5.693-16.764%2C5.693c-9.314%2C0-16.753-3.641-22.311-10.92l9.864-10.744c1.879%2C2.191%2C4.08%2C3.963%2C6.604%2C5.313%0D%0A%09%09c2.525%2C1.351%2C4.767%2C2.025%2C6.724%2C2.025c2.113%2C0%2C3.815-0.509%2C5.107-1.525c1.291-1.019%2C1.938-2.192%2C1.938-3.523%0D%0A%09%09c0-2.466-2.329-4.873-6.987-7.223l-5.401-2.699c-10.333-5.205-15.5-11.722-15.5-19.551c0-5.049%2C1.947-9.365%2C5.843-12.946%0D%0A%09%09c3.895-3.582%2C8.875-5.372%2C14.941-5.372c4.148%2C0%2C8.053%2C0.91%2C11.713%2C2.73S457.107%2C39.204%2C459.651%2C42.609z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23aeaeae%22%20d%3D%22M479.702%2C7.382c2.81%2C0%2C5.22%2C1.018%2C7.229%2C3.053c2.011%2C2.036%2C3.017%2C4.502%2C3.017%2C7.398%0D%0A%09%09c0%2C2.857-0.995%2C5.294-2.986%2C7.31c-1.99%2C2.017-4.371%2C3.024-7.142%2C3.024c-2.851%2C0-5.279-1.028-7.29-3.083s-3.015-4.55-3.015-7.486%0D%0A%09%09c0-2.818%2C0.994-5.226%2C2.984-7.222C474.491%2C8.38%2C476.891%2C7.382%2C479.702%2C7.382z%20M471.688%2C33.685h16.028v63.879h-16.028V33.685z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23aeaeae%22%20d%3D%22M532.279%2C32.041c6.025%2C0%2C11.691%2C1.507%2C16.997%2C4.521c5.303%2C3.015%2C9.441%2C7.104%2C12.417%2C12.271%0D%0A%09%09c2.975%2C5.167%2C4.463%2C10.744%2C4.463%2C16.733c0%2C6.028-1.498%2C11.665-4.492%2C16.909c-2.994%2C5.246-7.074%2C9.346-12.241%2C12.301%0D%0A%09%09s-10.861%2C4.433-17.085%2C4.433c-9.159%2C0-16.979-3.258-23.456-9.774c-6.479-6.518-9.717-14.434-9.717-23.75%0D%0A%09%09c0-9.981%2C3.66-18.298%2C10.979-24.953C516.563%2C34.938%2C523.941%2C32.041%2C532.279%2C32.041z%20M532.543%2C47.13%0D%0A%09%09c-4.979%2C0-9.126%2C1.732-12.438%2C5.196c-3.313%2C3.464-4.971%2C7.897-4.971%2C13.298c0%2C5.56%2C1.638%2C10.06%2C4.911%2C13.504%0D%0A%09%09s7.42%2C5.167%2C12.438%2C5.167c5.018%2C0%2C9.193-1.74%2C12.525-5.227c3.332-3.482%2C4.999-7.965%2C4.999-13.444c0-5.479-1.638-9.932-4.909-13.357%0D%0A%09%09C541.825%2C48.843%2C537.64%2C47.13%2C532.543%2C47.13z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23aeaeae%22%20d%3D%22M579.249%2C33.685h16.028v6.546c3.635-3.064%2C6.927-5.195%2C9.878-6.393c2.95-1.198%2C5.971-1.797%2C9.059-1.797%0D%0A%09%09c6.331%2C0%2C11.705%2C2.211%2C16.123%2C6.634c3.712%2C3.757%2C5.569%2C9.316%2C5.569%2C16.674v42.213h-15.854V69.59c0-7.624-0.342-12.686-1.024-15.188%0D%0A%09%09c-0.684-2.502-1.874-4.408-3.573-5.718s-3.797-1.965-6.296-1.965c-3.241%2C0-6.023%2C1.085-8.348%2C3.255%0D%0A%09%09c-2.322%2C2.17-3.935%2C5.171-4.833%2C9.002c-0.469%2C1.994-0.701%2C6.314-0.701%2C12.959v25.627h-16.028V33.685L579.249%2C33.685z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20fill%3D%22%23aeaeae%22%20d%3D%22M101.527%2C77.604c-32.648%2C31.078-61.511%2C34.231-78.374%2C24.037l-0.005-0.006l-1.831%2C2.412l-9.537-7.631%0D%0A%09l2.17-3.168C2.585%2C77.794%2C5.27%2C51.959%2C30.487%2C30.692c10.802-10.01%2C25.001-13.127%2C36-13.651c14.768-0.701%2C24.59%2C8.872%2C23.599%2C21.478%0D%0A%09c-1.023%2C13.004-13.669%2C29.262-51.332%2C42.557l-1.392%2C1.831c0.1%2C0.049%2C0.193%2C0.102%2C0.293%2C0.149%0D%0A%09c12.19%2C5.664%2C33.188%2C2.233%2C53.888-19.396L101.527%2C77.604L101.527%2C77.604z%20M27.953%2C72.8l3.051-4.454%0D%0A%09c9.467-1.431%2C20.682-7.491%2C27.57-14.459c6.073-6.142%2C8.49-12.229%2C6.441-15.407c-1.042-2.764-10.214-5.496-21.73%2C3.612%0D%0A%09C28.916%2C52.902%2C25.043%2C64.372%2C27.953%2C72.8L27.953%2C72.8z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23aeaeae%22%20d%3D%22M12.317%2C98.07l7.303%2C5.914c0.613%2C0.498%2C0.708%2C1.402%2C0.211%2C2.018l-3.983%2C4.918%0D%0A%09c-0.497%2C0.613-1.403%2C0.708-2.016%2C0.211l-7.302-5.91c-0.613-0.496-0.708-1.402-0.213-2.018l3.984-4.92%0D%0A%09C10.798%2C97.672%2C11.705%2C97.574%2C12.317%2C98.07L12.317%2C98.07z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-indent: -9999px;
  margin: 0.5rem auto;
}
@media only screen and (min-width: 62em) {
  .footer .expression a {
    margin: 5px auto 0 auto;
  }
}
.footer .small {
  color: #2e2e2e;
  margin: 0.5rem 0 0 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  float: inherit;
}
@media only screen and (min-width: 62em) {
  .footer .small {
    text-align: left;
    margin: 0;
    float: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.footer .small small {
  font-size: 0.8rem;
}
@media only screen and (min-width: 62em) {
  .footer .small small {
    font-size: 0.7rem;
  }
}
.footer .box_small {
  background: #ffffff;
  margin: 4rem 0 0 0;
}
.footer .box_small .col-md-4:after,
.footer .box_small .col-md-8:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 62em) {
  .footer .cidade {
    margin-left: -4rem;
  }
}
.endereco_footer {
  margin: 1rem 0;
  text-align: center;
}
@media only screen and (min-width: 34em) {
  .endereco_footer {
    max-width: 230px;
    margin: 0 auto 1rem auto;
    text-align: left;
  }
}
.endereco_footer p {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 34em) {
  .endereco_footer p {
    padding-left: 2.5rem;
  }
}
.endereco_footer strong {
  font-weight: normal;
  font-family: 'noto_sansregular';
}
.endereco_footer strong em {
  font-style: normal;
}
.facebook_box {
  max-width: 340px;
  margin: 2rem auto 0 auto;
}
@media only screen and (min-width: 62em) {
  .facebook_box {
    margin: 0 auto 0 auto;
  }
}
.menu_footer {
  margin: 1.5rem 0;
  text-align: center;
}
.menu_footer:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 34em) {
  .menu_footer {
    text-align: left;
  }
}
.menu_footer li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 0.3rem;
}
@media only screen and (min-width: 34em) {
  .menu_footer li {
    padding: 0 1rem;
  }
}
.menu_footer li:first-child {
  padding-left: 0;
}
.menu_footer li a {
  color: #fff;
  font-size: 0.7rem;
}
.menu_footer li a:hover {
  color: #fff;
}
#form_news:after {
  content: "";
  display: block;
  clear: both;
}
#form_news .box_input {
  width: 60%;
  float: left;
}
@media only screen and (min-width: 75em) {
  #form_news .box_input {
    width: 70%;
  }
}
#form_news .box_input .btn {
  width: 100%;
  padding: 1rem 0.5rem;
  background: #b39c50;
  font-family: 'noto_sansbold';
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.1rem;
}
@media only screen and (min-width: 62em) {
  #form_news .box_input .btn {
    padding: 1rem;
  }
}
#form_news .box_input label {
  display: none;
}
#form_news .box_input input[type=text] {
  padding: 1.1rem;
  background: #fff;
  border: 2px #fff solid;
}
@media only screen and (min-width: 48em) {
  #form_news .box_input input[type=text] {
    padding: 1.1rem  1.1rem 1.1rem 4rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2244.417px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2044.417%2022%22%20enable-background%3D%22new%200%200%2044.417%2022%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23b39c50%22%20d%3D%22M27.879%2C0.68c0.43%2C0%2C0.781%2C0.352%2C0.781%2C0.78v19.081c0%2C0.429-0.352%2C0.779-0.781%2C0.779h-0.186H2.296H2.109%0D%0A%09c-0.428%2C0-0.769-0.352-0.769-0.78V1.46c0-0.429%2C0.341-0.78%2C0.769-0.78h0.187h0.22h0.406c8.184%2C0%2C16.368%2C0%2C24.561%2C0h0.211H27.879z%0D%0A%09%20M14.995%2C11.422l5.843-5.052l4.779-4.142h-0.023h-0.383c-6.68%2C0-13.369%2C0-20.06%2C0H4.778H4.404H4.372L9.15%2C6.37L14.995%2C11.422z%0D%0A%09%20M21.85%2C7.534l-6.339%2C5.492c-0.285%2C0.253-0.725%2C0.263-1.021%2C0.011L8.14%2C7.534L2.89%2C2.986v16.026l5.25-4.559l2.944-2.537%0D%0A%09c0.319-0.286%2C0.813-0.253%2C1.087%2C0.076c0.286%2C0.319%2C0.242%2C0.813-0.077%2C1.088L9.15%2C15.63l-4.778%2C4.13h21.245l-4.777-4.13l-2.945-2.549%0D%0A%09c-0.318-0.275-0.352-0.769-0.076-1.088c0.287-0.329%2C0.768-0.362%2C1.088-0.076l2.943%2C2.537l5.262%2C4.559V2.986L21.85%2C7.534z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: initial;
  }
}
#form_news .box_input span.error {
  box-shadow: none;
  right: inherit;
  left: 5px;
  top: 47px;
}
#form_news .box_input + .box_input {
  width: 40%;
}
@media only screen and (min-width: 75em) {
  #form_news .box_input + .box_input {
    width: 30%;
  }
}
.load_news {
  width: 135px;
  height: 35px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.success_news {
  color: #003852;
  padding: 10px;
  font-size: 0.8rem;
  display: block;
}
.pagination {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  margin: 1rem 0 2rem 0;
  border-radius: 4px;
  text-align: center;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a .fa {
  font-size: 1.2em;
  padding: 0.1rem 0;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 1rem;
  line-height: 1.42857143;
  text-decoration: none;
  color: #003852;
  background-color: #ffffff;
  margin-left: -1px;
  border: 1px #003852 solid;
}
@media (min-width: 768px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 15px 20px;
  }
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #003852;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #003852;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #cccccc;
  background-color: #ffffff;
  cursor: not-allowed;
  border: 1px #cccccc solid;
}
