@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular.eot'), url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('fonts/Roboto-Light.woff2') format('woff2'), url('fonts/Roboto-Light.woff') format('woff'), url('fonts/Roboto-Light.ttf') format('truetype'), url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Light.eot'), url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('fonts/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto-Bold.woff') format('woff'), url('fonts/Roboto-Bold.ttf') format('truetype'), url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold.eot'), url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('fonts/Gotham-Bold.woff2') format('woff2'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Bold.eot'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('fonts/Roboto-Medium.woff2') format('woff2'), url('fonts/Roboto-Medium.woff') format('woff'), url('fonts/Roboto-Medium.ttf') format('truetype'), url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Medium.eot'), url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Black';
  src: url('fonts/Gotham-Black.woff2') format('woff2'), url('fonts/Gotham-Black.woff') format('woff'), url('fonts/Gotham-Black.ttf') format('truetype'), url('fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Black.eot'), url('fonts/Gotham-Black.svg#Gotham-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: url('fonts/OpenSans-Italic.woff2') format('woff2'), url('fonts/OpenSans-Italic.woff') format('woff'), url('fonts/OpenSans-Italic.ttf') format('truetype'), url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Italic.eot'), url('fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url('fonts/RobotoSlab-Regular.woff2') format('woff2'), url('fonts/RobotoSlab-Regular.woff') format('woff'), url('fonts/RobotoSlab-Regular.ttf') format('truetype'), url('fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoSlab-Regular.eot'), url('fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'RobotoSlab-Regular';
  color: #333;
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 992px) {
  body {
    line-height: 1.9;
  }
}
h1,
h2,
h3,
h4 {
  font-family: 'Roboto-Bold';
  color: #007dfe;
  text-rendering: optimizeLegibility;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #007dfe;
}
h1 {
  font-size: 1.75rem;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.7;
  }
}
h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 2rem;
    line-height: 1.7;
  }
}
h3 {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 1.75rem;
    line-height: 1.7;
  }
}
h4 {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
h5 {
  font-size: 1.1rem;
}
@media only screen and (min-width: 992px) {
  h5 {
    font-size: 1.25rem;
  }
}
h6 {
  font-size: 1rem;
}
address {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.page_title {
  background: #007dfe;
  padding: 0;
  background: url("../_images/back-layout/dot.png") left top repeat;
  border-top: 5px #007dfe solid;
  position: relative;
  z-index: 2;
}
.page_title h1,
.page_title h2 {
  min-height: 62px;
  margin: 0;
  font-size: 1rem;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
  background: #007dfe;
  display: inline-block;
  padding: 1rem 2rem 0.9rem 2rem;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: -8px;
}
@media only screen and (min-width: 992px) {
  .page_title h1,
  .page_title h2 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page_title h1,
  .page_title h2 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page_title h1,
  .page_title h2 {
    margin-bottom: -15px;
  }
}
.page_title h1 ~ .breadcrumb,
.page_title h2 ~ .breadcrumb {
  margin: 0;
}
.page_title.gray {
  background: url("../_images/back-layout/dot.png") #f7f7f7 left top repeat;
}
.heading {
  margin-bottom: 1rem;
  font-family: 'Gotham-Black';
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .heading {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
a {
  color: #333;
  text-decoration: none;
  opacity: 1;
  text-rendering: optimizeLegibility;
}
a:focus {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #007dfe;
}
ul {
  padding: 0;
  font-size: 0;
}
ul li {
  list-style: none;
  list-style-type: none;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
}
p {
  text-rendering: optimizeLegibility;
}
strong {
  font-family: 'Roboto-Bold';
}
.breadcrumb {
  color: #007dfe;
  margin: 1.5rem 0 -1rem 0;
}
@media only screen and (min-width: 992px) {
  .breadcrumb {
    margin: 2rem 0 -2rem 2px;
  }
}
.breadcrumb em {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
  font-size: 0.6rem;
}
.breadcrumb em i {
  margin-top: 2px;
}
.breadcrumb span {
  font-size: 0.9rem;
  text-rendering: optimizeLegibility;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb a {
  font-size: 0.9rem;
  color: #007dfe;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb a:hover {
  color: #333;
}
section {
  padding: 2rem 0;
}
@media only screen and (min-width: 992px) {
  section {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  section {
    padding: 6.5rem 0;
  }
}
@media screen and (max-height: 768px) and (orientation: landscape) {
  section {
    padding: 3.5rem 0;
  }
}
figure a {
  opacity: 1;
}
figure a:hover {
  opacity: 0.5;
}
.close {
  width: 50px;
  height: 50px;
  position: absolute;
}
.close:before {
  content: '';
  position: absolute;
  top: 24px;
  width: 50px;
  height: 4px;
  background-color: #007dfe;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close:after {
  content: '';
  position: absolute;
  top: 24px;
  width: 50px;
  height: 4px;
  background-color: #007dfe;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check {
  width: 30px;
  height: 17px;
  border-bottom: solid 4px #007dfe;
  border-left: solid 4px #007dfe;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 4rem;
}
.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%23007dfe%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: 5;
}
@media only screen and (min-width: 768px) {
  .flex-md-row{
    flex-direction: row !important;
  }
  .has_gallery:after {
    width: 100px;
    height: 100px;
  }
  
}
@media only screen and (min-width: 992px) {
  .flex-lg-row{
    flex-direction: row !important;
  }
  .article {
    padding-right: 2rem;
  }
}
.article header h1 {
  font-size: 2rem;
  margin: 0.8rem 0 0.5rem 0;
  border-top: 1px #d0d0d1 solid;
  padding-top: 1rem;
}
.article header time {
  font-size: 0.8rem;
  color: #ccc;
}
.article figure figcaption p {
  font-style: italic;
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.article a {
  color: #007dfe;
}
.article p strong {
  font-family: 'Roboto-Regular';
}
.article h2,
.article h3,
.article h4 {
  font-family: 'Roboto-Regular';
}
.article ul {
  padding: 0;
  margin: 2rem 0;
}
.article ul li {
  list-style: none;
  margin: 1rem 0;
}
.article ul li:before {
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3rem;
  font-size: 0.7rem;
  color: #007dfe;
}
.article img {
  width: auto;
  max-width: 100%;
  margin: 1rem auto;
  display: block;
}
.article iframe {
  width: 100% !important;
  height: 280px !important;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .article iframe {
    max-width: 640px;
    height: 380px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .article iframe {
    height: 420px !important;
  }
}
.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%;
}
@media only screen and (min-width: 576px) {
  .left {
    float: left;
  }
}
@media only screen and (min-width: 576px) {
  .right {
    float: right;
  }
}
.col-invert {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media only screen and (min-width: 992px) {
  .col-invert {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.hidden {
  display: none;
}
@media only screen and (min-width: 992px) {
  .hidden {
    display: block;
  }
}
.mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .mobile {
    display: none;
  }
}
.fix_body {
  overflow-y: hidden;
}
.header {
  width: 100%;
  background: #fff;
  position: relative;
  top: 0;
  z-index: 9;
}
@media only screen and (min-width: 992px) {
  .header {
    position: absolute;
  }
}
.header .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header .box_busca {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 992px) {
  .header .box_busca {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  #site {
    padding-top: 8.3rem;
  }
}
.small_header {
  text-align: right;
  display: none;
}
@media only screen and (min-width: 992px) {
  .small_header {
    display: block;
  }
}
.small_header .social_icons {
  margin-right: 1rem;
}
.small_header .social_icons .facebook {
  position: relative;
}
.small_header .social_icons .facebook:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-120.6%20230.6%20100%20100%22%20enable-background%3D%22new%20-120.6%20230.6%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M-42.8%2C242.5h-55.6c-5.7%2C0-10.3%2C4.6-10.3%2C10.3v55.6c0%2C5.7%2C4.6%2C10.3%2C10.3%2C10.3H-71l0-27.2H-78%0D%0A%09c-0.9%2C0-1.7-0.7-1.7-1.7l0-8.8c0-0.9%2C0.7-1.7%2C1.7-1.7h7.1v-8.5c0-9.8%2C6-15.2%2C14.8-15.2h7.2c0.9%2C0%2C1.7%2C0.7%2C1.7%2C1.7v7.4%0D%0A%09c0%2C0.9-0.7%2C1.7-1.7%2C1.7l-4.4%2C0c-4.8%2C0-5.7%2C2.3-5.7%2C5.6v7.3h10.5c1%2C0%2C1.8%2C0.9%2C1.7%2C1.9l-1%2C8.8c-0.1%2C0.8-0.8%2C1.5-1.7%2C1.5h-9.4l0%2C27.2%0D%0A%09h16.3c5.7%2C0%2C10.3-4.6%2C10.3-10.3v-55.6C-32.5%2C247.1-37.1%2C242.5-42.8%2C242.5z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.small_header .social_icons .twitter {
  position: relative;
}
.small_header .social_icons .twitter:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-74.5%20230.5%20100%20100%22%20enable-background%3D%22new%20-74.5%20230.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M5.1%2C265.3c0%2C0.7%2C0%2C1.3%2C0%2C2c0%2C20.2-15.4%2C43.5-43.5%2C43.5c-8.6%2C0-16.7-2.5-23.4-6.9c1.2%2C0.1%2C2.4%2C0.2%2C3.6%2C0.2%0D%0A%09%09c7.2%2C0%2C13.7-2.4%2C19-6.6c-6.7-0.1-12.3-4.5-14.3-10.6c0.9%2C0.2%2C1.9%2C0.3%2C2.9%2C0.3c1.4%2C0%2C2.7-0.2%2C4-0.5c-7-1.4-12.3-7.6-12.3-15%0D%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c2.1%2C1.1%2C4.4%2C1.8%2C6.9%2C1.9c-4.1-2.8-6.8-7.5-6.8-12.7c0-2.8%2C0.8-5.4%2C2.1-7.7c7.5%2C9.2%2C18.8%2C15.3%2C31.5%2C15.9%0D%0A%09%09c-0.3-1.1-0.4-2.3-0.4-3.5c0-8.4%2C6.8-15.3%2C15.3-15.3c4.4%2C0%2C8.4%2C1.8%2C11.2%2C4.8c3.5-0.7%2C6.8-2%2C9.7-3.7c-1.1%2C3.6-3.6%2C6.6-6.7%2C8.5%0D%0A%09%09c3.1-0.4%2C6-1.2%2C8.8-2.4C10.7%2C260.5%2C8.1%2C263.1%2C5.1%2C265.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.small_header .social_icons .instagram {
  position: relative;
}
.small_header .social_icons .instagram:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-429%20231%20100%20100%22%20enable-background%3D%22new%20-429%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22XMLID_2_%22%3E%0D%0A%09%3Cpath%20id%3D%22XMLID_3_%22%20fill%3D%22%23616161%22%20d%3D%22M-342.4%2C280.9c0%2C7%2C0%2C12.3-0.2%2C15.4c-0.2%2C3.1-0.6%2C5.8-1.4%2C8.2c-1%2C2.7-2.5%2C5.1-4.5%2C7.2%0D%0A%09%09c-1.9%2C1.9-4.5%2C3.5-7.2%2C4.5c-2.3%2C0.8-5.1%2C1.2-8.2%2C1.4c-3.1%2C0.2-8.2%2C0.2-15.2%2C0.2s-12.3%2C0-15.2-0.2c-3.1-0.2-5.8-0.8-8.2-1.6%0D%0A%09%09c-2.7-0.8-5.1-2.3-7.2-4.3c-1.9-1.9-3.5-4.5-4.5-7.2c-0.8-2.3-1.2-5.1-1.4-8.2c-0.2-3.1-0.2-8.2-0.2-15.4c0-7%2C0-12.3%2C0.2-15.2%0D%0A%09%09c0.2-2.9%2C0.6-5.8%2C1.4-8.2c1-2.7%2C2.5-5.1%2C4.5-7.2c1.9-1.9%2C4.5-3.5%2C7.2-4.5c2.3-0.8%2C5.1-1.2%2C8.2-1.4c3.1-0.2%2C8.2-0.2%2C15.2-0.2%0D%0A%09%09s12.3%2C0%2C15.2%2C0.2c3.1%2C0.2%2C5.8%2C0.6%2C8.2%2C1.4c2.7%2C1%2C5.1%2C2.5%2C7.2%2C4.5c1.9%2C1.9%2C3.5%2C4.5%2C4.5%2C7.2c0.8%2C2.3%2C1.2%2C5.1%2C1.6%2C8.2%0D%0A%09%09C-342.4%2C268.8-342.4%2C274.1-342.4%2C280.9z%20M-349%2C293.7c0.2-2.3%2C0.2-5.8%2C0.2-10.1v-5.3c0-4.5%2C0-7.8-0.2-10.1c-0.2-4.1-0.6-7-1.4-8.8%0D%0A%09%09c-1.4-3.3-3.7-5.8-7-7.2c-1.8-0.6-4.7-1.2-8.8-1.4c-2.3-0.2-5.8-0.2-10.1-0.2h-5.3c-4.3%2C0-7.8%2C0-10.1%2C0.2c-4.1%2C0.4-7%2C0.8-9%2C1.4%0D%0A%09%09c-3.3%2C1.4-5.6%2C3.7-7%2C7c-0.6%2C1.8-1.2%2C4.7-1.4%2C9c-0.2%2C2.3-0.2%2C5.8-0.2%2C10.1v5.3c0%2C4.3%2C0%2C7.8%2C0.2%2C10.1c0.2%2C4.1%2C0.6%2C7%2C1.4%2C8.8%0D%0A%09%09c1.4%2C3.3%2C3.7%2C5.6%2C7%2C7c1.9%2C0.6%2C4.9%2C1.2%2C8.8%2C1.4c2.3%2C0.2%2C5.8%2C0.2%2C10.1%2C0.2h5.3c4.5%2C0%2C7.8%2C0%2C10.1-0.2c4.1-0.2%2C7-0.6%2C8.8-1.4%0D%0A%09%09c3.3-1.4%2C5.6-3.7%2C7-7C-349.8%2C300.5-349.4%2C297.6-349%2C293.7z%20M-369.6%2C264.7c2.9%2C1.8%2C5.3%2C3.9%2C6.8%2C6.8c1.8%2C2.9%2C2.5%2C6%2C2.5%2C9.3%0D%0A%09%09s-0.8%2C6.4-2.5%2C9.3c-1.8%2C2.9-3.9%2C5.3-6.8%2C6.8c-2.9%2C1.8-6%2C2.5-9.3%2C2.5c-3.3%2C0-6.4-0.8-9.3-2.5c-2.9-1.8-5.3-3.9-6.8-6.8%0D%0A%09%09c-1.8-2.9-2.5-6-2.5-9.3s0.8-6.4%2C2.5-9.3c1.8-2.9%2C3.9-5.3%2C6.8-6.8c2.9-1.8%2C6-2.5%2C9.3-2.5C-375.6%2C262.2-372.5%2C263-369.6%2C264.7z%0D%0A%09%09%20M-370.3%2C289.7c2.3-2.3%2C3.5-5.3%2C3.5-8.6c0-3.3-1.2-6.2-3.5-8.6c-2.3-2.3-5.3-3.5-8.6-3.5c-3.3%2C0-6.2%2C1.2-8.6%2C3.5%0D%0A%09%09c-2.3%2C2.3-3.5%2C5.3-3.5%2C8.6c0%2C3.3%2C1.2%2C6.2%2C3.5%2C8.6s5.3%2C3.5%2C8.6%2C3.5C-375.6%2C293.2-372.7%2C292-370.3%2C289.7z%20M-356.2%2C258.2%0D%0A%09%09c-0.8-0.8-1.9-1.4-3.1-1.4s-2.1%2C0.4-3.1%2C1.4c-0.8%2C0.8-1.4%2C1.9-1.4%2C3.1s0.4%2C2.1%2C1.4%2C3.1c0.8%2C0.8%2C1.9%2C1.4%2C3.1%2C1.4s2.1-0.4%2C3.1-1.4%0D%0A%09%09c0.8-0.8%2C1.4-1.9%2C1.4-3.1C-355.1%2C260.2-355.4%2C259.2-356.2%2C258.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.small_header .social_icons .youtube {
  position: relative;
}
.small_header .social_icons .youtube:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-67.5%20231.5%20100%20100%22%20enable-background%3D%22new%20-67.5%20231.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M5.9%2C253.2h-46.8c-9.2%2C0-16.6%2C7.4-16.6%2C16.6v23.4c0%2C9.2%2C7.4%2C16.6%2C16.6%2C16.6H5.9c9.2%2C0%2C16.6-7.4%2C16.6-16.6%0D%0A%09v-23.4C22.5%2C260.6%2C15.1%2C253.2%2C5.9%2C253.2z%20M-5.4%2C282.6l-21.9%2C10.4c-0.6%2C0.3-1.3-0.1-1.3-0.8v-21.5c0-0.7%2C0.7-1.1%2C1.3-0.8l21.9%2C11.1%0D%0A%09C-4.7%2C281.4-4.7%2C282.3-5.4%2C282.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.small_header .flag {
  display: inline-block;
  vertical-align: super;
  margin-top: 8px;
}
.fix-in {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-animation: anime_fix;
  animation-name: anime_fix;
  animation-duration: 0.3s;
  opacity: 1;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.17);
}
.fix-in .small_header {
  display: none;
}
.fix-in .navbar-brand {
  height: 69px;
}
@-webkit-keyframes anime_fix {
  from {
    top: -90px;
  }
  to {
    top: 0;
  }
}
@keyframes anime_fix {
  from {
    top: -90px;
  }
  to {
    top: 0;
  }
}
.header_mobile .box_busca {
  display: none;
}
.header_mobile .col-lg-4,
.header_mobile .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-hide {
  display: none;
}
@media only screen and (min-width: 992px) {
  .col-hide {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.close_menu {
  text-align: right;
  margin: 0;
}
.close_menu a {
  width: 2.5rem;
  height: 3rem;
  display: inline-block;
  color: #fff;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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.5px%22%20height%3D%2238px%22%20viewBox%3D%22-460%20262%2037.5%2038%22%20enable-background%3D%22new%20-460%20262%2037.5%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%20id%3D%22add%22%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-430.1%2C295.9l-11.2-11.2l-11.2%2C11.2l-3.7-3.7L-445%2C281l-11.2-11.2l3.7-3.7l11.2%2C11.2l11.2-11.2l3.7%2C3.7%0D%0A%09%09%09l-11.1%2C11.2l11.2%2C11.2L-430.1%2C295.9z%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: cover;
  background-size: 50%;
}
.navbar-brand {
  width: 60%;
  height: 100%;
  background: url("../_images/logo.svg") left center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
  margin: 0;
  float: left;
}
@media only screen and (min-width: 992px) {
  .navbar-brand {
    width: 96px;
    height: 116px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
    float: none;
  }
}
.navbar-brand a {
  display: block;
  font-size: 1px;
  color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.bt_mobile {
  float: right;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
}
@media only screen and (min-width: 992px) {
  .bt_mobile {
    display: none;
  }
}
.header_mobile .bt_mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navbar-toggle {
  width: 30px;
  height: 50px;
  position: relative;
  display: block;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  z-index: 9;
}
@media only screen and (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
  display: block;
  border-radius: 0;
  margin: 5px  0;
  background: #007dfe;
  transition: all 0.3s ease-in-out;
  transform: rotate(-180deg);
}
@media only screen and (min-width: 1200px) {
  .navbar-toggle .icon-bar {
    display: none;
  }
}
.navbar-toggle .icon-bar.center {
  opacity: 1;
  transform: rotate(0deg);
}
.busca {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.busca label {
  display: none;
}
.busca input[type=search] {
  color: #dbdbdb;
}
.busca input[type=search] {
  width: 100%;
  height: 100%;
  background: #dadada;
  border: 1px #d0d0d1 solid;
  border-radius: 0 0 0 0;
  font-size: 1rem;
  font-family: 'Roboto-Regular';
  text-indent: 1rem;
  color: #333;
}
.busca input[type=search]:focus {
  outline: none;
}
.busca .box_search {
  flex: 0 0 80%;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.busca .box_bt_busca {
  flex: 0 0 20%;
}
.busca .bt_busca {
  width: 100%;
  height: 3rem;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 0 0 0;
  display: block;
  color: #fff;
  padding: 0;
  cursor: pointer;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2245px%22%20height%3D%2245px%22%20viewBox%3D%22-457%20258%2045%2045%22%20enable-background%3D%22new%20-457%20258%2045%2045%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-428.5%2C285.4c2-2.2%2C3.3-5.2%2C3.3-8.4c0-6.8-5.6-12.4-12.4-12.4c-6.8-0.1-12.4%2C5.5-12.4%2C12.4%0D%0A%09%09%09c0%2C6.9%2C5.6%2C12.4%2C12.4%2C12.4c2.8%2C0%2C5.4-0.9%2C7.4-2.5l9.2%2C9.2c0.2%2C0.2%2C0.5%2C0.3%2C0.8%2C0.3c0.3%2C0%2C0.6-0.1%2C0.8-0.3c0.4-0.4%2C0.4-1.1%2C0-1.6%0D%0A%09%09%09L-428.5%2C285.4z%20M-447.6%2C277c0-5.6%2C4.6-10.2%2C10.2-10.2c5.6%2C0%2C10.2%2C4.6%2C10.2%2C10.2c0%2C5.6-4.7%2C10.1-10.3%2C10.1%0D%0A%09%09%09C-443.1%2C287.1-447.6%2C282.6-447.6%2C277z%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: 60%;
  background-color: #0057b2;
  font-size: 1px;
  color: transparent;
}
@media only screen and (min-width: 576px) {
  .busca .bt_busca {
    height: 3.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .busca .bt_busca {
    height: 3rem;
    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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2245px%22%20height%3D%2245px%22%20viewBox%3D%22-457%20258%2045%2045%22%20enable-background%3D%22new%20-457%20258%2045%2045%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-428.5%2C285.4c2-2.2%2C3.3-5.2%2C3.3-8.4c0-6.8-5.6-12.4-12.4-12.4c-6.8-0.1-12.4%2C5.5-12.4%2C12.4%0D%0A%09%09%09c0%2C6.9%2C5.6%2C12.4%2C12.4%2C12.4c2.8%2C0%2C5.4-0.9%2C7.4-2.5l9.2%2C9.2c0.2%2C0.2%2C0.5%2C0.3%2C0.8%2C0.3c0.3%2C0%2C0.6-0.1%2C0.8-0.3c0.4-0.4%2C0.4-1.1%2C0-1.6%0D%0A%09%09%09L-428.5%2C285.4z%20M-447.6%2C277c0-5.6%2C4.6-10.2%2C10.2-10.2c5.6%2C0%2C10.2%2C4.6%2C10.2%2C10.2c0%2C5.6-4.7%2C10.1-10.3%2C10.1%0D%0A%09%09%09C-443.1%2C287.1-447.6%2C282.6-447.6%2C277z%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: 50%;
    background-color: #007dfe;
  }
}
.busca .bt_busca:focus {
  outline: none;
}
.busca ::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
  font-family: 'Roboto-Regular';
  font-size: 0.9rem;
}
.busca ::placeholder {
  color: #555;
  opacity: 1;
  font-family: 'Roboto-Regular';
  font-size: 0.9rem;
}
.busca :-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Roboto-Regular';
  font-size: 0.9rem;
}
.busca :focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
}
.busca :focus::placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.busca :focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
}
.box_busca_mobile {
  padding: 0 0.5rem 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
}
.box_busca_mobile .busca .bt_busca {
  height: 2.5rem;
}
.box_busca_mobile .busca input[type=search] {
  background: rgba(0, 0, 0, 0.18);
  border: 1px #0057b2 solid;
  color: #fff;
}
.box_busca_mobile .busca ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Roboto-Regular';
  font-size: 0.8rem;
}
.box_busca_mobile .busca ::placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Roboto-Regular';
  font-size: 0.8rem;
}
.box_busca_mobile .busca :-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Roboto-Regular';
  font-size: 0.8rem;
}
.box_busca_mobile .busca :focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
}
.box_busca_mobile .busca :focus::placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.box_busca_mobile .busca :focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
}
.tel_header {
  display: inline-block;
  vertical-align: top;
}
.tel_header p {
  padding: 0;
  margin: 6px 2rem 0 1rem;
  font-family: 'Roboto-Medium';
  font-size: 0.8rem;
  color: #616161;
}
.tel_header p em {
  font-style: normal;
}
.whatsapp_fix {
  width: 4rem;
  height: 4rem;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  border-radius: 0;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22418.1px%22%20height%3D%22418.1px%22%20viewBox%3D%22-40%2041.9%20418.1%20418.1%22%20enable-background%3D%22new%20-40%2041.9%20418.1%20418.1%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M158.9%2C42.1C48.5%2C47.4-38.6%2C139.3-38.3%2C249.9c0.1%2C33.7%2C8.2%2C65.5%2C22.6%2C93.5l-22%2C106.9%0D%0A%09%09c-1.2%2C5.8%2C4%2C10.8%2C9.8%2C9.5L76.7%2C435c26.9%2C13.4%2C57.1%2C21.1%2C89.1%2C21.6c112.9%2C1.7%2C207-87.9%2C210.5-200.7%0D%0A%09%09C380.1%2C134.9%2C280.3%2C36.3%2C158.9%2C42.1z%20M283.9%2C364.1c-30.7%2C30.7-71.4%2C47.6-114.8%2C47.6c-25.4%2C0-49.7-5.7-72.3-16.9l-14.6-7.3L18%2C402.6%0D%0A%09%09L31.5%2C337L24.3%2C323C12.6%2C300%2C6.7%2C275.2%2C6.7%2C249.2c0-43.4%2C16.9-84.1%2C47.6-114.8c30.4-30.4%2C71.8-47.6%2C114.8-47.6%0D%0A%09%09c43.4%2C0%2C84.1%2C16.9%2C114.8%2C47.6c30.7%2C30.7%2C47.6%2C71.4%2C47.6%2C114.8C331.4%2C292.2%2C314.3%2C333.7%2C283.9%2C364.1z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M269.7%2C294.2l-40.2-11.5c-5.3-1.5-11%2C0-14.8%2C3.9l-9.8%2C10c-4.1%2C4.2-10.4%2C5.6-15.9%2C3.4%0D%0A%09%09c-19-7.7-59-43.2-69.2-61c-2.9-5.1-2.5-11.5%2C1.2-16.2l8.6-11.1c3.4-4.3%2C4.1-10.2%2C1.8-15.2l-16.9-38.2c-4-9.2-15.7-11.8-23.4-5.4%0D%0A%09%09c-11.2%2C9.5-24.5%2C23.9-26.1%2C39.9c-2.9%2C28.1%2C9.2%2C63.6%2C54.9%2C106.2c52.7%2C49.2%2C95%2C55.7%2C122.4%2C49.1c15.6-3.8%2C28.1-18.9%2C35.9-31.3%0D%0A%09%09C283.6%2C308.2%2C279.3%2C297%2C269.7%2C294.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #7ad06d;
}
@media only screen and (min-width: 992px) {
  .whatsapp_fix {
    width: 5rem;
    height: 5rem;
  }
}
.footer {
  background: #fff;
  padding: 6rem 0 0 0;
  color: #000;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .footer {
    text-align: left;
  }
}
.footer:before {
  content: "";
  width: 100%;
  height: 2.5rem;
  display: block;
  background: url("../_images/back-layout/dot.png") left bottom repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .footer > .container > .row > .col-lg-3 {
    border-left: 1px #d0d0d1 solid;
  }
}
.footer p {
  font-size: 1rem;
  margin: 0.5rem 0 1rem 0;
  color: #000;
}
.footer h3,
.footer h4,
.footer h5 {
  font-family: 'Roboto-Bold';
  font-size: 1rem;
  margin: 0 0 1.5rem 0;
  color: #000;
}
.footer .box_small {
  background: #fff;
  margin-top: 2rem;
  border-top: 1px #dedfdf solid;
}
@media only screen and (min-width: 992px) {
  .footer .box_small {
    margin-top: 4rem;
  }
}
.footer .box_small .container .row {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .footer .box_small .container .row {
    height: 6rem;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer .box_small small {
  font-size: 0.8rem;
  color: #999999;
  padding: 1rem 0 0.5rem 0;
  display: block;
  margin-top: 0.5rem;
  line-height: 1.5;
  font-family: 'Roboto-Medium';
}
@media only screen and (min-width: 992px) {
  .footer .box_small small {
    padding: 0;
    margin-top: 0;
    line-height: 2;
  }
}
.footer .expression {
  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%23999999%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%23999999%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%23999999%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%23999999%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%23999999%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%23999999%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%23999999%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%23999999%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%23999999%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%23999999%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%23999999%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;
  margin: 0.5rem auto 1.5rem auto;
  opacity: 0.8;
}
@media only screen and (min-width: 992px) {
  .footer .expression {
    margin: 0;
    float: right;
  }
}
.footer .expression a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
.menu_footer {
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .menu_footer {
    margin: 0 0 0 0;
    padding-left: 4rem;
  }
}
.menu_footer li {
  margin: 0.8rem 0;
}
@media only screen and (min-width: 992px) {
  .menu_footer li {
    margin: 0.2rem 0;
  }
}
.menu_footer li a {
  color: #000;
  font-family: 'Roboto-Medium';
  font-size: 1rem;
  position: relative;
  padding-left: 1rem;
}
@media only screen and (min-width: 992px) {
  .menu_footer li a {
    font-size: 0.9rem;
  }
}
.menu_footer li a:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background: #007dfe;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
}
.menu_footer li a:hover {
  color: #007dfe;
}
.menu_footer li a:hover:before {
  background: #000;
}
@media only screen and (min-width: 1200px) {
  .tel_footer {
    padding-left: 4rem;
  }
}
.tel_footer p {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .tel_footer p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .tel_footer p {
    font-size: 0.9rem;
  }
}
.tel_footer p i {
  margin-right: 0.2rem;
  font-weight: 600;
}
.tel_footer p .fa-phone {
  transform: rotate(105deg);
}
.tel_footer p span {
  display: block;
  font-family: 'Roboto-Regular';
  font-size: 0.8rem;
  color: #999999;
  line-height: 1;
  margin-bottom: 0.3rem;
}
@media only screen and (min-width: 992px) {
  .tel_footer p span {
    margin-bottom: 0;
  }
}
.tel_footer p strong {
  font-size: 1.2rem;
}
.tel_footer p em {
  font-style: normal;
  font-size: 0.85rem;
}
.box_address {
  padding: 0 0 2rem 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .box_address {
    max-width: 527px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    padding: 1rem 0;
    margin-bottom: 0;
    text-align: left;
  }
}
.box_address .logo_footer {
  width: 140px;
  height: 141px;
  background: url(../_images/logo.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.box_address .address {
  padding: 1rem 1rem 0 1rem;
  position: relative;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .box_address .address {
    padding: 1rem 1rem 1rem 1rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .box_address .address {
    margin-left: 1rem;
    padding: 1rem 1rem 1rem 2.5rem;
  }
}
.box_address .address:before {
  content: "";
  width: 90%;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  background: #d0d0d1;
}
@media only screen and (min-width: 992px) {
  .box_address .address:before {
    width: 1px;
    height: 90%;
    right: inherit;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
  }
}
.box_address .address p {
  margin: 0.5rem 0;
  font-family: 'Roboto-Medium';
  font-size: 0.85rem;
}
@media only screen and (min-width: 1200px) {
  .footer .social_icons {
    padding-left: 4rem;
  }
}
.footer .social_icons p {
  font-family: 'Roboto-Medium';
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: #999999;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer .social_icons p {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer .social_icons .facebook:before,
.footer .social_icons .instagram:before,
.footer .social_icons .youtube:before,
.footer .social_icons .twitter:before {
  width: 26px;
  height: 26px;
}
.navbar-menu {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 99;
  display: none;
}
@media only screen and (min-width: 992px) {
  .navbar-menu {
    display: block;
  }
}
.header_mobile .navbar-menu {
  display: none;
}
.menu {
  max-width: 1140px;
  height: 100%;
  background: transparent;
  padding: 0;
  text-align: right;
  margin: 1.1rem 0 0 0;
}
.menu > li {
  margin: 0 0 0 1rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* @media only screen and (min-width: 1470px){

                      margin: 0 0 0 3rem;
            } */
}
@media only screen and (min-width: 1200px) {
  .menu > li {
    margin: 0 0 0 2rem;
  }
}
.menu > li a {
  color: #000;
  border-top: none;
  padding: 0.5rem 0;
  letter-spacing: 1px;
  font-size: 0.9rem;
  font-family: 'Roboto-Bold';
}
@media only screen and (min-width: 1200px) {
  .menu > li a {
    font-size: 1rem;
  }
}
.menu > li a:hover {
  color: #007dfe;
}
.menu > li a .fa {
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
.dropdown-toggle:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 1rem;
  top: 1.8rem;
  background: url("../_images/plus.svg") right center no-repeat;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .dropdown-toggle:after {
    display: none;
    vertical-align: middle;
    position: relative;
    top: 0;
    right: 0;
    margin-left: 0.5rem;
    background: url("../_images/seta_menu.svg") right center no-repeat;
  }
}
.dropdown-toggle.ativo:after {
  transform: rotate(45deg);
  top: 1.7rem;
}
.menu li a ~ ul {
  width: 200px;
  max-height: inherit;
  height: inherit;
  position: absolute;
  left: 50%;
  top: 2rem;
  display: none;
  background: #fff;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
  transform: translate3d(-100px, 0, 0);
}
.menu li a ~ ul:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: -6px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #007dfe;
}
.menu li a ~ ul:before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #007dfe;
}
.menu li a ~ ul li {
  margin: 0;
  text-align: center;
  border-top: 1px  solid #e7ecee;
}
.menu li a ~ ul li a {
  color: #000;
  padding: 1.2rem 1rem;
  font-size: 0.95rem;
  font-family: 'Roboto-Regular';
  display: block;
  letter-spacing: 0.5px;
}
.menu li a ~ ul li a:hover {
  background: #f7f7f7;
}
.menu li a ~ ul li:first-child a {
  border-top: 1px solid #004b98;
}
@media only screen and (min-width: 992px) {
  .menu li a ~ ul li:first-child a {
    border-top: none;
  }
}
.menu li a ~ ul li:last-child a {
  border-bottom: none;
}
.menu li:hover a ~ ul {
  display: block;
}
.slideout-menu {
  width: 256px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  background: -webkit-linear-gradient(bottom, #007dfe, #0982ff);
  background: -moz-linear-gradient(bottom, #007dfe, #0982ff);
  background: -o-linear-gradient(bottom, #007dfe, #0982ff);
  background: -ms-linear-gradient(bottom, #007dfe, #0982ff);
  background: linear-gradient(bottom, #007dfe, #0982ff);
  display: none;
}
.slideout-menu ul li {
  padding: 0;
  position: relative;
  list-style: none;
}
.slideout-menu ul li a {
  font-family: 'Roboto-Regular';
  color: #ffffff;
  padding: 1rem 1rem;
  display: block;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 2px;
}
.slideout-menu ul li a .fa {
  margin-right: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .slideout-menu ul li a .fa {
    display: none;
  }
}
.slideout-menu ul li > .open_sub {
  position: relative;
}
.slideout-menu ul li > .open_sub:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  background: url("../_images/page-icons/seta_menu.svg") center center no-repeat;
  background-size: contain;
  opacity: 0.7;
}
.slideout-menu ul li.active .open_sub:before {
  transform: rotate(90deg);
}
.slideout-menu ul li ul {
  background: #0069d5;
  display: none;
  padding-top: 0;
}
.slideout-menu ul li ul li {
  padding-left: 1rem;
  border-top: 1px solid #044d9a;
}
.slideout-menu ul li ul li a {
  font-size: 0.95rem;
  letter-spacing: 0;
}
.slideout-menu ul li ul li:last-child {
  border-bottom: 1px solid #044d9a;
}
.slideout-menu ul li.active ul {
  display: block;
}
.slideout-menu > ul > li:not(.active) {
  border-bottom: 1px  solid #044d9a;
}
.slideout-menu > ul > li:first-child {
  border-top: 1px solid #044d9a;
  margin-top: 1rem;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh;
  box-shadow: -12px 0 2px 0 rgba(0, 0, 0, 0.12);
  display: block;
}
@media only screen and (min-width: 992px) {
  .slideout-panel {
    box-shadow: none;
  }
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  width: 100vw;
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.pagination {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  margin: 3rem 0 2rem 0;
  border-radius: 4px;
  text-align: center;
}
.pagination > li {
  display: inline-block;
  border: none;
  margin-left: -1px;
}
.pagination > li > .next:before,
.pagination > li > .prev:before {
  content: "";
  width: 10px;
  height: 22px;
  display: block;
}
.pagination > li > .next:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%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%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-37%2032%2024%2038%22%20enable-background%3D%22new%20-37%2032%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23007dfe%22%20points%3D%22-32.1%2C33.9%20-34.8%2C36.6%20-20.5%2C51%20-34.8%2C65.4%20-32.1%2C68.1%20-15.2%2C51%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.pagination > li:not(.disabled) > .next:hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%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%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-37%2032%2024%2038%22%20enable-background%3D%22new%20-37%2032%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22-32.1%2C33.9%20-34.8%2C36.6%20-20.5%2C51%20-34.8%2C65.4%20-32.1%2C68.1%20-15.2%2C51%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.pagination > li > .prev:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%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%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-467%20262%2024%2038%22%20enable-background%3D%22new%20-467%20262%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23007dfe%22%20points%3D%22-447.9%2C298.1%20-445.2%2C295.4%20-459.5%2C281%20-445.2%2C266.6%20-447.9%2C263.9%20-464.8%2C281%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.pagination > li:not(.disabled) > .prev:hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%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%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-467%20262%2024%2038%22%20enable-background%3D%22new%20-467%20262%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22-447.9%2C298.1%20-445.2%2C295.4%20-459.5%2C281%20-445.2%2C266.6%20-447.9%2C263.9%20-464.8%2C281%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 1rem;
  line-height: 1.42857143;
  text-decoration: none;
  color: #007dfe;
  background-color: #ffffff;
  margin-left: -1px;
  border: 1px #007dfe solid;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 0.8rem 1.3rem;
  }
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #007dfe;
}
.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: #007dfe;
  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: #d0d0d1;
  background-color: #ffffff;
  cursor: not-allowed;
  border: 1px #d0d0d1 solid;
  z-index: 1;
}
.pagination > .disabled > a:before {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
}
/* BUTTONS */
.box-btn {
  margin: 1rem 0;
  text-align: center;
}
.box-btn:after {
  content: "";
  display: block;
  clear: both;
}
.btn {
  width: 100%;
  border-radius: 5px;
  font-size: 1.2rem;
  font-family: 'OpenSans-Italic';
  padding: 1.1rem 1.3rem  1.1rem 1.3rem;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 1px;
  line-height: 1;
  color: #007dfe;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .btn {
    width: auto;
    display: inline-block;
    padding: 1.1rem 2.3rem  1.1rem 2.3rem;
  }
}
.btn:after {
  content: "";
  width: 20px;
  height: 14px;
  display: block;
  background: url("../_images/page-icons/arrow-btn.svg") center center no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.btn:hover,
.btn:focus {
  color: #007dfe;
  opacity: 0.8;
}
.btn:focus {
  outline: none;
}
.btn.outline {
  background: transparent;
  box-shadow: 0 0 0 1px #007dfe inset;
  color: #007dfe;
}
.btn.outline:hover {
  background-color: #007dfe;
  color: #fff;
}
.btn.outline:hover:after {
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2231.5px%22%20height%3D%2231.5px%22%20viewBox%3D%22-463%20265.5%2031.5%2031.5%22%20enable-background%3D%22new%20-463%20265.5%2031.5%2031.5%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-441.8%2C271.6c-0.4-0.4-1.1-0.4-1.6%2C0c-0.4%2C0.4-0.4%2C1.1%2C0%2C1.6l8%2C8h-26.6c-0.6%2C0-1.1%2C0.5-1.1%2C1.1%0D%0A%09c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h26.6l-8%2C8c-0.4%2C0.4-0.4%2C1.2%2C0%2C1.6c0.4%2C0.4%2C1.2%2C0.4%2C1.6%2C0l10-10c0.4-0.4%2C0.4-1.1%2C0-1.6L-441.8%2C271.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn.small {
  font-size: 1rem;
  padding: 1.1rem 1rem  1rem 1rem;
  background: #007dfe;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .btn.small {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .btn.small {
    font-size: 0.9rem;
  }
}
.btn.small:after {
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2231.5px%22%20height%3D%2231.5px%22%20viewBox%3D%22-463%20265.5%2031.5%2031.5%22%20enable-background%3D%22new%20-463%20265.5%2031.5%2031.5%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-441.8%2C271.6c-0.4-0.4-1.1-0.4-1.6%2C0c-0.4%2C0.4-0.4%2C1.1%2C0%2C1.6l8%2C8h-26.6c-0.6%2C0-1.1%2C0.5-1.1%2C1.1%0D%0A%09c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h26.6l-8%2C8c-0.4%2C0.4-0.4%2C1.2%2C0%2C1.6c0.4%2C0.4%2C1.2%2C0.4%2C1.6%2C0l10-10c0.4-0.4%2C0.4-1.1%2C0-1.6L-441.8%2C271.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn.large {
  font-size: 1rem;
  padding: 1.2rem 2.3rem  1.1rem 2.3rem;
  background: #007dfe;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .btn.large {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .btn.large {
    font-size: 1.3rem;
  }
}
.btn.large:after {
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2231.5px%22%20height%3D%2231.5px%22%20viewBox%3D%22-463%20265.5%2031.5%2031.5%22%20enable-background%3D%22new%20-463%20265.5%2031.5%2031.5%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-441.8%2C271.6c-0.4-0.4-1.1-0.4-1.6%2C0c-0.4%2C0.4-0.4%2C1.1%2C0%2C1.6l8%2C8h-26.6c-0.6%2C0-1.1%2C0.5-1.1%2C1.1%0D%0A%09c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h26.6l-8%2C8c-0.4%2C0.4-0.4%2C1.2%2C0%2C1.6c0.4%2C0.4%2C1.2%2C0.4%2C1.6%2C0l10-10c0.4-0.4%2C0.4-1.1%2C0-1.6L-441.8%2C271.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn.link {
  padding: 0;
  text-align: left;
  margin-bottom: 2rem;
}
.success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.back {
  width: 8rem;
  border: 1px #d0d0d1 solid;
  padding: 0.3rem 1rem 0.2rem 1rem;
  color: #007dfe;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin: -5.55rem auto 1rem auto;
  background: #ffffff;
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin: 0.45rem auto 1.5rem auto;
}
@media only screen and (min-width: 992px) {
  .back {
    display: none;
    float: right;
    margin: -5.55rem auto 1rem auto;
  }
}
#modal_black {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 90;
  display: none;
}
#modal_black.open {
  animation-name: anima;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  display: block;
}
.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  outline: 0;
  z-index: 99;
  display: none;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .modal {
    padding-right: 15px;
  }
}
.modal.open {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal_content {
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .modal_content {
    width: 600px;
    margin: 30px auto;
  }
}
.modal_content .modal_header {
  padding: 1rem 2rem;
  border-bottom: 1px #d0d0d1 solid;
}
.modal_content .modal_header h4 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.modal_content .modal_header .close_modal {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 1.4rem;
  right: 1rem;
}
.modal_content .modal_header .close_modal:before {
  content: '';
  position: absolute;
  top: 6.5px;
  width: 15px;
  height: 2px;
  background-color: #007dfe;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_content .modal_header .close_modal:after {
  content: '';
  position: absolute;
  top: 6.5px;
  width: 15px;
  height: 2px;
  background-color: #007dfe;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_content .modal_body {
  padding: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .modal_content .modal_body {
    padding: 2rem;
  }
}
.modal_content .modal_footer {
  padding: 1rem 2rem;
  text-align: center;
  border-top: 1px #d0d0d1 solid;
}
.modal_open {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .modal_open {
    padding-right: 15px;
  }
}
.open {
  animation-name: anima;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  display: block;
}
@keyframes anima {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* tabela */
.table {
  overflow: auto;
}
.table table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  margin: 50px 0;
  font-family: 'Roboto-Regular';
  font-weight: normal;
}
.table table thead {
  color: #fff;
  font-size: 1rem;
  background: #007dfe;
}
.table table thead tr th {
  border-top: 1px #007dfe solid;
  border-bottom: 1px #007dfe solid;
  border-left: 1px #3297ff solid;
  font-weight: normal;
  font-size: 1rem;
  padding: 1rem;
  width: 1px;
}
.table table thead tr th:first-child {
  border-left: none;
}
.table table thead tr th:last-child {
  border-right: 1px #007dfe solid;
}
.table table td {
  border: 1px #d0d0d1 solid;
  color: #333;
  font-size: 1rem;
  padding: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .container_carousel {
    max-width: 600px;
  }
}
#swiper_carousel {
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
  /* Arrows */
}
#swiper_carousel .swiper-container {
  padding: 0  4rem;
  overflow: initial;
}
@media only screen and (min-width: 768px) {
  #swiper_carousel .swiper-container {
    padding: 0  4rem;
  }
}
#swiper_carousel .swiper-pagination {
  bottom: -3rem;
}
#swiper_carousel .swiper-slide {
  opacity: 0.5;
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  #swiper_carousel .swiper-slide {
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 768px) {
  #swiper_carousel .swiper-slide {
    transform: scale(1);
    opacity: 1;
  }
}
#swiper_carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  #swiper_carousel .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}
#swiper_carousel .swiper-button-prev.swiper-button-disabled,
#swiper_carousel .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
#swiper_carousel .swiper-button-prev.swiper-button-disabled:before,
#swiper_carousel .swiper-button-next.swiper-button-disabled:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
}
#swiper_carousel .carousel-prev,
#swiper_carousel .carousel-next {
  width: 4rem;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 9;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 576px) {
  #swiper_carousel .carousel-prev,
  #swiper_carousel .carousel-next {
    display: block;
  }
}
#swiper_carousel .carousel-prev {
  background: url("../_images/page-icons/prev.svg") #fff left center no-repeat;
  background-size: 75%;
  right: inherit;
}
#swiper_carousel .carousel-next {
  background: url("../_images/page-icons/next.svg") #fff right center no-repeat;
  background-size: 75%;
  left: inherit;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1.5rem;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007dfe;
}
#slider {
  /* Arrows BANNER */
}
#slider .swiper-button-prev,
#slider .swiper-button-next {
  width: 4rem;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 9;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  #slider .swiper-button-prev,
  #slider .swiper-button-next {
    display: block;
  }
}
#slider .swiper-button-prev {
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2240px%22%20height%3D%2240px%22%20viewBox%3D%22-11%20-10%2040%2040%22%20enable-background%3D%22new%20-11%20-10%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23007dfe%22%20d%3D%22M8.8-8.8c10.4%2C0%2C18.9%2C8.5%2C18.9%2C18.9S19.2%2C29%2C8.8%2C29s-18.9-8.5-18.9-18.9S-1.7-8.8%2C8.8-8.8%20M8.8-9.8%0D%0A%09%09c-11%2C0-19.9%2C8.9-19.9%2C19.9S-2.2%2C30%2C8.8%2C30s19.9-8.9%2C19.9-19.9S19.7-9.8%2C8.8-9.8L8.8-9.8z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20points%3D%2210.3%2C15.5%2011.2%2C14.7%206.5%2C10%2011.2%2C5.3%2010.3%2C4.5%204.8%2C10%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: transparent;
  right: inherit;
}
#slider .swiper-button-next {
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2240px%22%20height%3D%2240px%22%20viewBox%3D%22-11%20-10%2040%2040%22%20enable-background%3D%22new%20-11%20-10%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23007dfe%22%20d%3D%22M9-8.9c10.4%2C0%2C18.9%2C8.5%2C18.9%2C18.9S19.4%2C28.9%2C9%2C28.9S-9.9%2C20.4-9.9%2C10S-1.4-8.9%2C9-8.9%20M9-9.9%0D%0A%09%09%09C-2-9.9-10.9-1-10.9%2C10S-2%2C29.9%2C9%2C29.9S28.9%2C21%2C28.9%2C10S20-9.9%2C9-9.9L9-9.9z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20points%3D%227.4%2C4.6%206.6%2C5.5%2011.2%2C10.1%206.6%2C14.8%207.4%2C15.7%2012.9%2C10.1%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: 30%;
  background-color: transparent;
  left: inherit;
}
.form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.form label {
  display: block;
  font-weight: normal;
  margin-bottom: 3px;
  margin-left: 3px;
  font-size: 0.9rem;
  font-family: 'Roboto-Medium';
}
.form legend {
  display: block;
  width: 100%;
  padding: 0 0 0.7rem 0;
  font-size: 0.9rem;
  line-height: inherit;
  color: #007dfe;
  border: 0;
  font-family: 'Roboto-Bold';
  margin: 3rem 0 1rem 0;
  border-bottom: 1px #e4eaea solid;
  text-transform: uppercase;
}
.form .box_input {
  margin-bottom: 1.5rem;
  position: relative;
}
.form .box_radio {
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
}
.form .box_radio h2,
.form .box_radio h3,
.form .box_radio h4,
.form .box_radio p {
  font-size: 1rem;
}
.form .box_input:after {
  content: "";
  display: block;
  clear: both;
}
.form input[type=search],
.form input[type=text],
.form input[type=email],
.form input[type=submit],
.form input[type=password] {
  width: 100%;
  padding: 0.5rem 0.8rem;
  background: #f1f1f1;
  border-radius: 0;
  border: 1px #e8e8e8 solid;
  font-size: 1rem;
  font-family: 'Roboto-Regular';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form input[type=search]:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=submit]:focus,
.form input[type=password]:focus {
  outline: none;
}
.form input[type=search].error,
.form input[type=text].error,
.form input[type=email].error,
.form input[type=submit].error,
.form input[type=password].error {
  border: 1px #f4cecd solid;
  background: #f9e2e2;
}
.form input[type=search].valid,
.form input[type=text].valid,
.form input[type=email].valid,
.form input[type=submit].valid,
.form input[type=password].valid {
  border: 1px #71dd8a solid;
  background: #e9f5ea;
}
.form textarea {
  height: 150px;
  width: 100%;
  padding: 0.5rem 0.8rem;
  background: #f1f1f1;
  border-radius: 0;
  border: 1px #e8e8e8 solid;
  font-size: 1rem;
  font-family: 'Roboto-Regular';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  white-space: initial;
  overflow: inherit;
  resize: none;
}
.form textarea:focus {
  outline: none;
}
.form textarea.error {
  border: 1px #f4cecd solid;
  background: #f9e2e2;
}
.form span.error {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  padding: 0.3rem 0.7rem;
  color: #e7908e;
  font-size: 0.8rem;
  border-radius: 0 0 4px 0;
  pointer-events: none;
}
.form .box_select {
  display: block;
  text-align: left;
  position: relative;
}
.form .box_select select {
  width: 100%;
  padding: 0.5rem 0.8rem;
  background: #f1f1f1;
  border-radius: 0;
  border: 1px #e8e8e8 solid;
  font-size: 1rem;
  font-family: 'Roboto-Regular';
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0.85rem;
  font-family: 'Roboto-Medium';
}
.form .box_select select:focus {
  outline: none;
}
.form .box_select select.valid {
  border: 1px #71dd8a solid;
  background: #e9f5ea;
}
.form .box_select:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 42%;
  pointer-events: none;
  z-index: 5;
  border: solid #007dfe;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.form .box_select select.error {
  border: 1px #f4cecd solid;
  background: #f9e2e2;
  color: #e7908e;
}
.form .radio {
  width: 30%;
  margin: 0.5rem 0 1.5rem 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .form .radio {
    width: 28%;
  }
}
.form .radio input {
  width: 3px;
  height: 3px;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
  position: relative;
  z-index: -1;
}
.form .radio label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9rem;
  margin-bottom: 0;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .form .radio label {
    margin-left: 1.5rem;
    font-size: 1rem;
  }
}
.form .radio label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: initial;
  border: 2px #fff solid;
  z-index: 1;
  border-radius: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 0 0 2px #007dfe;
  margin-right: 0.5rem;
}
.form .radio label > input:checked ~ label:before {
  background-color: #007dfe;
}
.form .radio > span.error {
  width: 100%;
  right: 0;
  left: 0;
  top: 30px;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .form .radio > span.error {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .form .radio > span.error {
    width: auto;
    right: inherit;
    left: 25px;
    top: 30px;
    bottom: inherit;
  }
}
.form .radio .error + .check_img {
  box-shadow: 0 0 0 2px #d9534f;
}
.form .radio .error + label:before {
  color: #d9534f;
}
.form .check_box {
  width: auto;
  margin: 60px 0 30px 0;
  text-align: center;
  position: relative;
}
.form .check_box input {
  height: 5px;
  width: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 9;
  opacity: 0;
  z-index: -1px;
  visibility: hidden;
}
.form .check_box label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin: 0 ;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
}
.form .check_box label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #007dfe;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}
.form .check_box label:after {
  content: "";
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 2;
}
.form .check_box input:checked ~ label:after {
  content: "";
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  position: absolute;
  border: solid #007dfe;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 2;
}
.form .check_box span.error {
  position: relative;
}
#check_termos.error + label:before {
  border: 2px solid #d9534f;
}
#check_termos.error + label:after {
  color: #d9534f;
}
.envio {
  min-height: 564px;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.envio span {
  display: block;
  margin-bottom: 1rem;
}
.envio h3 {
  font-size: 1.3rem;
}
.envio img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.envio .btn.outline:after {
  display: none;
}
::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Roboto-Regular';
  font-size: 1rem;
}
::placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Roboto-Regular';
  font-size: 1rem;
}
:-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Roboto-Regular';
  font-size: 1rem;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
}
:focus::placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
}
/* credt card payment */
#credit-payment {
  background: #fff;
  padding: 2rem;
}
#credit-payment:after {
  content: "";
  display: block;
  clear: both;
}
#credit-payment h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  border-bottom: 1px #d0d0d1 solid;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
#credit-payment .btn {
  font-size: 1rem;
  font-family: 'Roboto-Bold';
}
.cvv_image {
  color: #000;
}
.cvv {
  width: 100%;
  display: none;
  background: url("../_images/payment/cvvimage.jpg") #fff center center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 9;
  border-radius: 10px;
}
.cvv.show {
  display: block;
}
.close_cvv {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.close_cvv:before {
  content: '';
  position: absolute;
  top: 11.5px;
  width: 25px;
  height: 2px;
  background-color: #007dfe;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close_cvv:after {
  content: '';
  position: absolute;
  top: 11.5px;
  width: 25px;
  height: 2px;
  background-color: #007dfe;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cartao {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.cartao li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}
.cartao li img {
  width: 50px;
  border: 1px #d0d0d1 solid;
}
.bt_cvv {
  font-family: 'Roboto-Bold';
}
.social_icons {
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
.social_icons p {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto-Medium';
  font-size: 0.8rem;
  margin: 0;
  color: #616161;
}
.social_icons a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.facebook {
  position: relative;
}
.facebook:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-120.6%20230.6%20100%20100%22%20enable-background%3D%22new%20-120.6%20230.6%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23b1b2b2%22%20d%3D%22M-42.8%2C242.5h-55.6c-5.7%2C0-10.3%2C4.6-10.3%2C10.3v55.6c0%2C5.7%2C4.6%2C10.3%2C10.3%2C10.3H-71l0-27.2H-78%0D%0A%09c-0.9%2C0-1.7-0.7-1.7-1.7l0-8.8c0-0.9%2C0.7-1.7%2C1.7-1.7h7.1v-8.5c0-9.8%2C6-15.2%2C14.8-15.2h7.2c0.9%2C0%2C1.7%2C0.7%2C1.7%2C1.7v7.4%0D%0A%09c0%2C0.9-0.7%2C1.7-1.7%2C1.7l-4.4%2C0c-4.8%2C0-5.7%2C2.3-5.7%2C5.6v7.3h10.5c1%2C0%2C1.8%2C0.9%2C1.7%2C1.9l-1%2C8.8c-0.1%2C0.8-0.8%2C1.5-1.7%2C1.5h-9.4l0%2C27.2%0D%0A%09h16.3c5.7%2C0%2C10.3-4.6%2C10.3-10.3v-55.6C-32.5%2C247.1-37.1%2C242.5-42.8%2C242.5z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.twitter {
  position: relative;
}
.twitter:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-74.5%20230.5%20100%20100%22%20enable-background%3D%22new%20-74.5%20230.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23b1b2b2%22%20d%3D%22M5.1%2C265.3c0%2C0.7%2C0%2C1.3%2C0%2C2c0%2C20.2-15.4%2C43.5-43.5%2C43.5c-8.6%2C0-16.7-2.5-23.4-6.9c1.2%2C0.1%2C2.4%2C0.2%2C3.6%2C0.2%0D%0A%09%09c7.2%2C0%2C13.7-2.4%2C19-6.6c-6.7-0.1-12.3-4.5-14.3-10.6c0.9%2C0.2%2C1.9%2C0.3%2C2.9%2C0.3c1.4%2C0%2C2.7-0.2%2C4-0.5c-7-1.4-12.3-7.6-12.3-15%0D%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c2.1%2C1.1%2C4.4%2C1.8%2C6.9%2C1.9c-4.1-2.8-6.8-7.5-6.8-12.7c0-2.8%2C0.8-5.4%2C2.1-7.7c7.5%2C9.2%2C18.8%2C15.3%2C31.5%2C15.9%0D%0A%09%09c-0.3-1.1-0.4-2.3-0.4-3.5c0-8.4%2C6.8-15.3%2C15.3-15.3c4.4%2C0%2C8.4%2C1.8%2C11.2%2C4.8c3.5-0.7%2C6.8-2%2C9.7-3.7c-1.1%2C3.6-3.6%2C6.6-6.7%2C8.5%0D%0A%09%09c3.1-0.4%2C6-1.2%2C8.8-2.4C10.7%2C260.5%2C8.1%2C263.1%2C5.1%2C265.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.instagram {
  position: relative;
}
.instagram:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-429%20231%20100%20100%22%20enable-background%3D%22new%20-429%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22XMLID_2_%22%3E%0D%0A%09%3Cpath%20id%3D%22XMLID_3_%22%20fill%3D%22%23b1b2b2%22%20d%3D%22M-342.4%2C280.9c0%2C7%2C0%2C12.3-0.2%2C15.4c-0.2%2C3.1-0.6%2C5.8-1.4%2C8.2c-1%2C2.7-2.5%2C5.1-4.5%2C7.2%0D%0A%09%09c-1.9%2C1.9-4.5%2C3.5-7.2%2C4.5c-2.3%2C0.8-5.1%2C1.2-8.2%2C1.4c-3.1%2C0.2-8.2%2C0.2-15.2%2C0.2s-12.3%2C0-15.2-0.2c-3.1-0.2-5.8-0.8-8.2-1.6%0D%0A%09%09c-2.7-0.8-5.1-2.3-7.2-4.3c-1.9-1.9-3.5-4.5-4.5-7.2c-0.8-2.3-1.2-5.1-1.4-8.2c-0.2-3.1-0.2-8.2-0.2-15.4c0-7%2C0-12.3%2C0.2-15.2%0D%0A%09%09c0.2-2.9%2C0.6-5.8%2C1.4-8.2c1-2.7%2C2.5-5.1%2C4.5-7.2c1.9-1.9%2C4.5-3.5%2C7.2-4.5c2.3-0.8%2C5.1-1.2%2C8.2-1.4c3.1-0.2%2C8.2-0.2%2C15.2-0.2%0D%0A%09%09s12.3%2C0%2C15.2%2C0.2c3.1%2C0.2%2C5.8%2C0.6%2C8.2%2C1.4c2.7%2C1%2C5.1%2C2.5%2C7.2%2C4.5c1.9%2C1.9%2C3.5%2C4.5%2C4.5%2C7.2c0.8%2C2.3%2C1.2%2C5.1%2C1.6%2C8.2%0D%0A%09%09C-342.4%2C268.8-342.4%2C274.1-342.4%2C280.9z%20M-349%2C293.7c0.2-2.3%2C0.2-5.8%2C0.2-10.1v-5.3c0-4.5%2C0-7.8-0.2-10.1c-0.2-4.1-0.6-7-1.4-8.8%0D%0A%09%09c-1.4-3.3-3.7-5.8-7-7.2c-1.8-0.6-4.7-1.2-8.8-1.4c-2.3-0.2-5.8-0.2-10.1-0.2h-5.3c-4.3%2C0-7.8%2C0-10.1%2C0.2c-4.1%2C0.4-7%2C0.8-9%2C1.4%0D%0A%09%09c-3.3%2C1.4-5.6%2C3.7-7%2C7c-0.6%2C1.8-1.2%2C4.7-1.4%2C9c-0.2%2C2.3-0.2%2C5.8-0.2%2C10.1v5.3c0%2C4.3%2C0%2C7.8%2C0.2%2C10.1c0.2%2C4.1%2C0.6%2C7%2C1.4%2C8.8%0D%0A%09%09c1.4%2C3.3%2C3.7%2C5.6%2C7%2C7c1.9%2C0.6%2C4.9%2C1.2%2C8.8%2C1.4c2.3%2C0.2%2C5.8%2C0.2%2C10.1%2C0.2h5.3c4.5%2C0%2C7.8%2C0%2C10.1-0.2c4.1-0.2%2C7-0.6%2C8.8-1.4%0D%0A%09%09c3.3-1.4%2C5.6-3.7%2C7-7C-349.8%2C300.5-349.4%2C297.6-349%2C293.7z%20M-369.6%2C264.7c2.9%2C1.8%2C5.3%2C3.9%2C6.8%2C6.8c1.8%2C2.9%2C2.5%2C6%2C2.5%2C9.3%0D%0A%09%09s-0.8%2C6.4-2.5%2C9.3c-1.8%2C2.9-3.9%2C5.3-6.8%2C6.8c-2.9%2C1.8-6%2C2.5-9.3%2C2.5c-3.3%2C0-6.4-0.8-9.3-2.5c-2.9-1.8-5.3-3.9-6.8-6.8%0D%0A%09%09c-1.8-2.9-2.5-6-2.5-9.3s0.8-6.4%2C2.5-9.3c1.8-2.9%2C3.9-5.3%2C6.8-6.8c2.9-1.8%2C6-2.5%2C9.3-2.5C-375.6%2C262.2-372.5%2C263-369.6%2C264.7z%0D%0A%09%09%20M-370.3%2C289.7c2.3-2.3%2C3.5-5.3%2C3.5-8.6c0-3.3-1.2-6.2-3.5-8.6c-2.3-2.3-5.3-3.5-8.6-3.5c-3.3%2C0-6.2%2C1.2-8.6%2C3.5%0D%0A%09%09c-2.3%2C2.3-3.5%2C5.3-3.5%2C8.6c0%2C3.3%2C1.2%2C6.2%2C3.5%2C8.6s5.3%2C3.5%2C8.6%2C3.5C-375.6%2C293.2-372.7%2C292-370.3%2C289.7z%20M-356.2%2C258.2%0D%0A%09%09c-0.8-0.8-1.9-1.4-3.1-1.4s-2.1%2C0.4-3.1%2C1.4c-0.8%2C0.8-1.4%2C1.9-1.4%2C3.1s0.4%2C2.1%2C1.4%2C3.1c0.8%2C0.8%2C1.9%2C1.4%2C3.1%2C1.4s2.1-0.4%2C3.1-1.4%0D%0A%09%09c0.8-0.8%2C1.4-1.9%2C1.4-3.1C-355.1%2C260.2-355.4%2C259.2-356.2%2C258.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.youtube {
  position: relative;
}
.youtube:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-67.5%20231.5%20100%20100%22%20enable-background%3D%22new%20-67.5%20231.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23b1b2b2%22%20d%3D%22M5.9%2C253.2h-46.8c-9.2%2C0-16.6%2C7.4-16.6%2C16.6v23.4c0%2C9.2%2C7.4%2C16.6%2C16.6%2C16.6H5.9c9.2%2C0%2C16.6-7.4%2C16.6-16.6%0D%0A%09v-23.4C22.5%2C260.6%2C15.1%2C253.2%2C5.9%2C253.2z%20M-5.4%2C282.6l-21.9%2C10.4c-0.6%2C0.3-1.3-0.1-1.3-0.8v-21.5c0-0.7%2C0.7-1.1%2C1.3-0.8l21.9%2C11.1%0D%0A%09C-4.7%2C281.4-4.7%2C282.3-5.4%2C282.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.whatsapp {
  color: #fff;
  font-size: 0.9rem;
  position: relative;
}
.whatsapp:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22418.1px%22%20height%3D%22418.1px%22%20viewBox%3D%22-40%2041.9%20418.1%20418.1%22%20enable-background%3D%22new%20-40%2041.9%20418.1%20418.1%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M158.9%2C42.1C48.5%2C47.4-38.6%2C139.3-38.3%2C249.9c0.1%2C33.7%2C8.2%2C65.5%2C22.6%2C93.5l-22%2C106.9%0D%0A%09%09c-1.2%2C5.8%2C4%2C10.8%2C9.8%2C9.5L76.7%2C435c26.9%2C13.4%2C57.1%2C21.1%2C89.1%2C21.6c112.9%2C1.7%2C207-87.9%2C210.5-200.7%0D%0A%09%09C380.1%2C134.9%2C280.3%2C36.3%2C158.9%2C42.1z%20M283.9%2C364.1c-30.7%2C30.7-71.4%2C47.6-114.8%2C47.6c-25.4%2C0-49.7-5.7-72.3-16.9l-14.6-7.3L18%2C402.6%0D%0A%09%09L31.5%2C337L24.3%2C323C12.6%2C300%2C6.7%2C275.2%2C6.7%2C249.2c0-43.4%2C16.9-84.1%2C47.6-114.8c30.4-30.4%2C71.8-47.6%2C114.8-47.6%0D%0A%09%09c43.4%2C0%2C84.1%2C16.9%2C114.8%2C47.6c30.7%2C30.7%2C47.6%2C71.4%2C47.6%2C114.8C331.4%2C292.2%2C314.3%2C333.7%2C283.9%2C364.1z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M269.7%2C294.2l-40.2-11.5c-5.3-1.5-11%2C0-14.8%2C3.9l-9.8%2C10c-4.1%2C4.2-10.4%2C5.6-15.9%2C3.4%0D%0A%09%09c-19-7.7-59-43.2-69.2-61c-2.9-5.1-2.5-11.5%2C1.2-16.2l8.6-11.1c3.4-4.3%2C4.1-10.2%2C1.8-15.2l-16.9-38.2c-4-9.2-15.7-11.8-23.4-5.4%0D%0A%09%09c-11.2%2C9.5-24.5%2C23.9-26.1%2C39.9c-2.9%2C28.1%2C9.2%2C63.6%2C54.9%2C106.2c52.7%2C49.2%2C95%2C55.7%2C122.4%2C49.1c15.6-3.8%2C28.1-18.9%2C35.9-31.3%0D%0A%09%09C283.6%2C308.2%2C279.3%2C297%2C269.7%2C294.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.whatsapp:before {
  margin-right: 0.5rem;
}
/* INSTITUCIONAL */
.about_info {
  position: relative;
  background: -webkit-linear-gradient(bottom, #fff, #f7f7f7);
  background: -moz-linear-gradient(bottom, #fff, #f7f7f7);
  background: -o-linear-gradient(bottom, #fff, #f7f7f7);
  background: -ms-linear-gradient(bottom, #fff, #f7f7f7);
  background: linear-gradient(bottom, #fff, #f7f7f7);
  z-index: 1;
}
.about_info h3 {
  font-family: 'Gotham-Black';
  color: #007dfe;
}
.about_info .history {
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px #e4e5e6 solid;
  background: #fff;
}
@media only screen and (min-width: 992px) {
  .about_info .history {
    max-width: 80%;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.about_info .history h3 {
  font-family: 'Gotham-Black';
}
.about_info .history a {
  text-decoration: underline;
}
#about_gallery {
  position: relative;
  background: #007dfe;
  background: -moz-linear-gradient(-45deg, #007dfe 0%, #0061c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #007dfe 0%, #0061c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #007dfe 0%, #0061c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dfe', endColorstr='#0061c5', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#about_gallery:before {
  content: "";
  width: 430px;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 7%;
  top: 0;
  margin: auto;
  background: url("../_images/back-layout/dot2.png") left center repeat;
}
@media only screen and (min-width: 992px) {
  #about_gallery:before {
    display: block;
  }
}
#about_gallery #swiper_carousel {
  max-width: 1024px;
  padding-bottom: 0;
  margin: 0 auto 3rem auto;
}
@media only screen and (min-width: 992px) {
  #about_gallery #swiper_carousel {
    box-shadow: 0 12px 31px -13px rgba(0, 0, 0, 0.4);
    border: 4px #ffffff solid;
  }
}
@media screen and (max-height: 768px) and (orientation: landscape) {
  #about_gallery #swiper_carousel {
    width: 800px;
  }
}
#about_gallery #swiper_carousel .swiper-container {
  padding: 0;
}
#about_gallery #swiper_carousel .swiper-button-next,
#about_gallery #swiper_carousel .swiper-button-prev {
  width: 2rem;
  height: 4rem;
  display: block;
}
@media only screen and (min-width: 992px) {
  #about_gallery #swiper_carousel .swiper-button-next,
  #about_gallery #swiper_carousel .swiper-button-prev {
    width: 4rem;
  }
}
#about_gallery #swiper_carousel .carousel-next {
  background: url("../_images/page-icons/next-2.svg") #fff center center no-repeat;
  background-size: 150%;
}
@media only screen and (min-width: 992px) {
  #about_gallery #swiper_carousel .carousel-next {
    background: url("../_images/page-icons/next-2.svg") #fff center center no-repeat;
    background-size: contain;
  }
}
#about_gallery #swiper_carousel .carousel-prev {
  background: url("../_images/page-icons/prev-2.svg") #fff center center no-repeat;
  background-size: 150%;
}
@media only screen and (min-width: 992px) {
  #about_gallery #swiper_carousel .carousel-prev {
    background: url("../_images/page-icons/prev-2.svg") #fff center center no-repeat;
    background-size: contain;
  }
}
#about_gallery #swiper_carousel .swiper-button-next.swiper-button-disabled:before,
#about_gallery #swiper_carousel .swiper-button-prev.swiper-button-disabled:before {
  background-color: transparent;
}
#about_gallery .btn.outline {
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}
#about_gallery .btn.outline:after {
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2231.5px%22%20height%3D%2231.5px%22%20viewBox%3D%22-463%20265.5%2031.5%2031.5%22%20enable-background%3D%22new%20-463%20265.5%2031.5%2031.5%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-441.8%2C271.6c-0.4-0.4-1.1-0.4-1.6%2C0c-0.4%2C0.4-0.4%2C1.1%2C0%2C1.6l8%2C8h-26.6c-0.6%2C0-1.1%2C0.5-1.1%2C1.1%0D%0A%09c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h26.6l-8%2C8c-0.4%2C0.4-0.4%2C1.2%2C0%2C1.6c0.4%2C0.4%2C1.2%2C0.4%2C1.6%2C0l10-10c0.4-0.4%2C0.4-1.1%2C0-1.6L-441.8%2C271.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about.numbers {
  background: -webkit-linear-gradient(bottom, #fff, #f3f4f4);
  background: -moz-linear-gradient(bottom, #fff, #f3f4f4);
  background: -o-linear-gradient(bottom, #fff, #f3f4f4);
  background: -ms-linear-gradient(bottom, #fff, #f3f4f4);
  background: linear-gradient(bottom, #fff, #f3f4f4);
}
.about.numbers:before {
  display: none;
}
.about.numbers .col-md-12 {
  text-align: center;
}
.about.numbers .box_num {
  display: block;
  margin: 1rem auto;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .about.numbers .box_num {
    width: 49%;
    max-width: inherit;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .about.numbers .box_num {
    width: 49%;
    max-width: inherit;
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .about.numbers .box_num {
    max-width: 240px;
  }
}
/* NOTICIA */
@media only screen and (min-width: 992px) {
  .section_news {
    padding-top: 3rem;
  }
}
.section_news .row {
  align-items: flex-start;
}
@media only screen and (min-width: 1200px) {
  .lista {
    max-width: 95%;
  }
}
.lista .item_feed {
  border-top: 1px #ececec solid;
  align-items: flex-start;
  margin: 0;
  padding: 1.5rem 0;
  position: relative;
}
.lista .item_feed:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 992px) {
  .lista .item_feed {
    padding: 1.8rem 0;
  }
}
.lista .item_feed:first-child {
  border-top: none;
}
.lista figure {
  width: 30%;
  height: 90px;
  margin: 0;
  float: left;
}
@media only screen and (min-width: 992px) {
  .lista figure {
    width: 22%;
    height: 110px;
  }
}
.lista figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lista .feed_text {
  width: 70%;
  float: left;
  padding: 1rem 0 0 0;
}
@media only screen and (min-width: 992px) {
  .lista .feed_text {
    width: 75%;
  }
}
.lista .feed_text p {
  font-size: 1rem;
  margin: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 992px) {
  .lista .feed_text p {
    margin-top: 0.5rem;
  }
}
.lista .feed_text time {
  font-size: 0.8rem;
  color: #b2b4b7;
  font-style: normal;
}
.lista .feed_text h3 {
  color: #007dfe;
  margin: 0;
}
.lista .feed_text h3 a {
  color: #007dfe;
}
.lista .feed_text h3 a:hover {
  color: #007dfe;
}
.lista figure ~ .feed_text {
  padding: 0 0 0 1rem;
  min-height: 89px;
}
@media only screen and (min-width: 992px) {
  .lista figure ~ .feed_text {
    padding: 1rem 2rem;
    padding: 0 2rem;
  }
}
.mais_lidas {
  background: #f1f1f1;
  padding: 2rem 1rem;
}
.mais_lidas h3 {
  position: relative;
  padding: 1.1rem 1rem 1rem 1.5rem;
  background: #004892;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  margin: -2rem -1rem -2rem -1rem;
  font-size: 1rem;
  font-family: 'Roboto-Medium';
  letter-spacing: 1px;
}
.mais_lidas ul {
  margin: 1rem 0;
  margin-top: 2rem;
}
.mais_lidas ul li {
  margin: 0 0 1.3rem 0;
  padding: 1.3rem 0 0 0;
  border-top: 1px #d5dbe0 solid;
}
.mais_lidas ul li:after {
  content: "";
  display: block;
  clear: both;
}
.mais_lidas ul li:first-child {
  border-top: none;
}
.mais_lidas ul li a {
  color: #333;
  font-size: 0.9rem;
  line-height: 1.5;
}
.mais_lidas ul li a:hover {
  opacity: 0.5;
}
.mais_lidas ul li figure {
  width: 24%;
  height: 65px;
  float: left;
  margin: 0;
  overflow: hidden;
}
.mais_lidas ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mais_lidas ul li span {
  font-size: 0.8rem;
}
.mais_lidas ul li span time {
  display: block;
  font-size: 0.7rem;
  color: #b2b4b7;
  font-family: 'Roboto-Regular';
  font-style: normal;
}
@media only screen and (min-width: 992px) {
  .mais_lidas ul li span time {
    margin-top: -4px;
  }
}
.mais_lidas ul li span time:after {
  width: 37px;
  height: 5px;
  margin-left: 0.4rem;
}
.mais_lidas ul li figure ~ span {
  width: 70%;
  float: left;
  padding-left: 1rem;
}
.share_news {
  text-align: center;
  margin-top: 1rem;
}
.share_news a {
  display: inline-block;
  margin: 0 3px;
  padding: 3px;
  border: 1px #c8c8c9 solid;
}
.share_news a:hover {
  border: 1px #007dfe solid;
  background: #007dfe;
}
.share_news a.twitter {
  position: relative;
}
.share_news a.twitter:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-74.5%20230.5%20100%20100%22%20enable-background%3D%22new%20-74.5%20230.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23007dfe%22%20d%3D%22M5.1%2C265.3c0%2C0.7%2C0%2C1.3%2C0%2C2c0%2C20.2-15.4%2C43.5-43.5%2C43.5c-8.6%2C0-16.7-2.5-23.4-6.9c1.2%2C0.1%2C2.4%2C0.2%2C3.6%2C0.2%0D%0A%09%09c7.2%2C0%2C13.7-2.4%2C19-6.6c-6.7-0.1-12.3-4.5-14.3-10.6c0.9%2C0.2%2C1.9%2C0.3%2C2.9%2C0.3c1.4%2C0%2C2.7-0.2%2C4-0.5c-7-1.4-12.3-7.6-12.3-15%0D%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c2.1%2C1.1%2C4.4%2C1.8%2C6.9%2C1.9c-4.1-2.8-6.8-7.5-6.8-12.7c0-2.8%2C0.8-5.4%2C2.1-7.7c7.5%2C9.2%2C18.8%2C15.3%2C31.5%2C15.9%0D%0A%09%09c-0.3-1.1-0.4-2.3-0.4-3.5c0-8.4%2C6.8-15.3%2C15.3-15.3c4.4%2C0%2C8.4%2C1.8%2C11.2%2C4.8c3.5-0.7%2C6.8-2%2C9.7-3.7c-1.1%2C3.6-3.6%2C6.6-6.7%2C8.5%0D%0A%09%09c3.1-0.4%2C6-1.2%2C8.8-2.4C10.7%2C260.5%2C8.1%2C263.1%2C5.1%2C265.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.share_news a.twitter:hover {
  position: relative;
}
.share_news a.twitter:hover:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-74.5%20230.5%20100%20100%22%20enable-background%3D%22new%20-74.5%20230.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.1%2C265.3c0%2C0.7%2C0%2C1.3%2C0%2C2c0%2C20.2-15.4%2C43.5-43.5%2C43.5c-8.6%2C0-16.7-2.5-23.4-6.9c1.2%2C0.1%2C2.4%2C0.2%2C3.6%2C0.2%0D%0A%09%09c7.2%2C0%2C13.7-2.4%2C19-6.6c-6.7-0.1-12.3-4.5-14.3-10.6c0.9%2C0.2%2C1.9%2C0.3%2C2.9%2C0.3c1.4%2C0%2C2.7-0.2%2C4-0.5c-7-1.4-12.3-7.6-12.3-15%0D%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c2.1%2C1.1%2C4.4%2C1.8%2C6.9%2C1.9c-4.1-2.8-6.8-7.5-6.8-12.7c0-2.8%2C0.8-5.4%2C2.1-7.7c7.5%2C9.2%2C18.8%2C15.3%2C31.5%2C15.9%0D%0A%09%09c-0.3-1.1-0.4-2.3-0.4-3.5c0-8.4%2C6.8-15.3%2C15.3-15.3c4.4%2C0%2C8.4%2C1.8%2C11.2%2C4.8c3.5-0.7%2C6.8-2%2C9.7-3.7c-1.1%2C3.6-3.6%2C6.6-6.7%2C8.5%0D%0A%09%09c3.1-0.4%2C6-1.2%2C8.8-2.4C10.7%2C260.5%2C8.1%2C263.1%2C5.1%2C265.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #007dfe;
}
.share_news a.facebook {
  position: relative;
}
.share_news a.facebook:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%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%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_1_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_2_%22%20fill%3D%22%23007dfe%22%20d%3D%22M-447.6%2C320.7v-35.4h-11.9v-14.1h11.9v-11.3c0-5.8%2C1.6-10.5%2C5-13.7c3.2-3.2%2C7.7-4.8%2C13.1-4.8%0A%09%09c4.4%2C0%2C8.1%2C0.2%2C10.9%2C0.6v12.5h-7.5c-2.8%2C0-4.6%2C0.6-5.6%2C1.8c-0.8%2C1.2-1.2%2C2.8-1.2%2C5v9.7h13.1l-1.8%2C14.1h-11.3v35.4L-447.6%2C320.7%0A%09%09L-447.6%2C320.7L-447.6%2C320.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.share_news a.facebook:hover {
  position: relative;
}
.share_news a.facebook:hover:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%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%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_1_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_2_%22%20fill%3D%22%23fff%22%20d%3D%22M-447.6%2C320.7v-35.4h-11.9v-14.1h11.9v-11.3c0-5.8%2C1.6-10.5%2C5-13.7c3.2-3.2%2C7.7-4.8%2C13.1-4.8%0A%09%09c4.4%2C0%2C8.1%2C0.2%2C10.9%2C0.6v12.5h-7.5c-2.8%2C0-4.6%2C0.6-5.6%2C1.8c-0.8%2C1.2-1.2%2C2.8-1.2%2C5v9.7h13.1l-1.8%2C14.1h-11.3v35.4L-447.6%2C320.7%0A%09%09L-447.6%2C320.7L-447.6%2C320.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #007dfe;
}
.compartilhar .social:hover {
  background: #007dfe;
  border: 1px #007dfe solid;
}
.compartilhar .social:hover.twitter {
  position: relative;
}
.compartilhar .social:hover.twitter:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-74.5%20230.5%20100%20100%22%20enable-background%3D%22new%20-74.5%20230.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.1%2C265.3c0%2C0.7%2C0%2C1.3%2C0%2C2c0%2C20.2-15.4%2C43.5-43.5%2C43.5c-8.6%2C0-16.7-2.5-23.4-6.9c1.2%2C0.1%2C2.4%2C0.2%2C3.6%2C0.2%0D%0A%09%09c7.2%2C0%2C13.7-2.4%2C19-6.6c-6.7-0.1-12.3-4.5-14.3-10.6c0.9%2C0.2%2C1.9%2C0.3%2C2.9%2C0.3c1.4%2C0%2C2.7-0.2%2C4-0.5c-7-1.4-12.3-7.6-12.3-15%0D%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c2.1%2C1.1%2C4.4%2C1.8%2C6.9%2C1.9c-4.1-2.8-6.8-7.5-6.8-12.7c0-2.8%2C0.8-5.4%2C2.1-7.7c7.5%2C9.2%2C18.8%2C15.3%2C31.5%2C15.9%0D%0A%09%09c-0.3-1.1-0.4-2.3-0.4-3.5c0-8.4%2C6.8-15.3%2C15.3-15.3c4.4%2C0%2C8.4%2C1.8%2C11.2%2C4.8c3.5-0.7%2C6.8-2%2C9.7-3.7c-1.1%2C3.6-3.6%2C6.6-6.7%2C8.5%0D%0A%09%09c3.1-0.4%2C6-1.2%2C8.8-2.4C10.7%2C260.5%2C8.1%2C263.1%2C5.1%2C265.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
.compartilhar .social:hover.twitter:before {
  float: none;
  display: inline-block;
}
.compartilhar .social:hover.facebook {
  position: relative;
}
.compartilhar .social:hover.facebook:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-120.6%20230.6%20100%20100%22%20enable-background%3D%22new%20-120.6%20230.6%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-42.8%2C242.5h-55.6c-5.7%2C0-10.3%2C4.6-10.3%2C10.3v55.6c0%2C5.7%2C4.6%2C10.3%2C10.3%2C10.3H-71l0-27.2H-78%0D%0A%09c-0.9%2C0-1.7-0.7-1.7-1.7l0-8.8c0-0.9%2C0.7-1.7%2C1.7-1.7h7.1v-8.5c0-9.8%2C6-15.2%2C14.8-15.2h7.2c0.9%2C0%2C1.7%2C0.7%2C1.7%2C1.7v7.4%0D%0A%09c0%2C0.9-0.7%2C1.7-1.7%2C1.7l-4.4%2C0c-4.8%2C0-5.7%2C2.3-5.7%2C5.6v7.3h10.5c1%2C0%2C1.8%2C0.9%2C1.7%2C1.9l-1%2C8.8c-0.1%2C0.8-0.8%2C1.5-1.7%2C1.5h-9.4l0%2C27.2%0D%0A%09h16.3c5.7%2C0%2C10.3-4.6%2C10.3-10.3v-55.6C-32.5%2C247.1-37.1%2C242.5-42.8%2C242.5z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
.compartilhar .social:hover.facebook:before {
  float: none;
  display: inline-block;
}
.box_noticias .col-md-4 {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .box_noticias .col-md-4:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .box_noticias .col-md-4:nth-child(2n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 768px) {
  .box_noticias .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}
.header_news {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px #d0d0d1 solid;
}
.header_news h1 {
  max-width: 980px;
  font-size: 1.7rem;
  margin: 0;
  color: #007dfe;
  line-height: 1.5;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .header_news h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header_news h1 {
    font-size: 2.3rem;
  }
}
.header_news p {
  margin: 0.5rem;
  font-size: 0.9rem;
}
.header_news time {
  font-size: 0.8rem;
  color: #9c9c9f;
  margin-top: 0.5rem;
  display: block;
}
/* CONTATO */
#form_contato {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #form_contato {
    max-width: 83%;
    margin: 1rem 0;
  }
}
#form_contato legend {
  display: none;
}
#form_contato .btn.large {
  border: 1px #fff solid;
  padding: 0.7rem 2.3rem 0.8rem 2.3rem;
}
#form_contato input[type=text],
#form_contato textarea {
  border: 1px #dedede solid;
}
#form_contato ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-family: 'Roboto-Regular';
  font-size: 1rem;
}
#form_contato ::placeholder {
  color: #999;
  opacity: 1;
  font-family: 'Roboto-Regular';
  font-size: 1rem;
}
#form_contato :-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Roboto-Regular';
  font-size: 1rem;
}
#form_contato :focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
}
#form_contato :focus::placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
#form_contato :focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
}
.info_contato {
  border-radius: 0;
  margin: 5rem 0 2rem 0;
  position: relative;
  border: 1px #dedede solid;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .info_contato {
    border: none;
    border-left: 1px #dedede solid;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    margin: 0;
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .info_contato {
    padding: 0 8rem;
  }
}
.info_contato h4 {
  position: relative;
  margin-bottom: 2rem;
  padding: 0;
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
}
.info_contato h4 .fa {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.info_contato .tel_footer {
  padding: 0;
}
.info_contato .tel_footer p strong {
  font-size: 1.4rem;
}
.info_contato p span {
  font-family: 'Roboto-Regular';
}
.info_contato p em {
  font-style: normal;
}
.info_contato p strong {
  font-size: 1.2rem;
  font-family: 'Roboto-Bold';
  margin-left: 0.2rem;
}
.info_contato p.small {
  font-size: 0.85rem;
  margin-bottom: 0;
}
.sec_contact {
  padding-top: 3.5rem;
  background: -webkit-linear-gradient(bottom, #fff, #f7f7f7);
  background: -moz-linear-gradient(bottom, #fff, #f7f7f7);
  background: -o-linear-gradient(bottom, #fff, #f7f7f7);
  background: -ms-linear-gradient(bottom, #fff, #f7f7f7);
  background: linear-gradient(bottom, #fff, #f7f7f7);
}
#video {
  width: 100%;
  height: 85vh;
  overflow: hidden;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
}
#video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
#video:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 3;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(176, 216, 255, 0.2));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(176, 216, 255, 0.2));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(176, 216, 255, 0.2));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(176, 216, 255, 0.2));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(176, 216, 255, 0.2));
}
#video .txt {
  max-width: 1200px;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  padding: 0 1.5rem;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.85, 0.39, 2);
  transition: all 0.5s cubic-bezier(0.45, 0.85, 0.39, 2);
  transform: translate3d(0, 0, 0);
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #video .txt {
    padding: 0;
  }
}
#video .txt.hide {
  opacity: 0;
  transform: translate3d(0, -100px, 0);
}
#video .txt .teste {
  margin-top: 9rem;
  margin-bottom: 8rem;
  padding: 1rem 2rem;
  background: rgba(0, 125, 254, 0.8);
  border: 4px solid #fff;
  border-radius: 1rem;
}
#video .txt h2 {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.3;
  font-family: 'Gotham-Black';
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 992px) {
  #video .txt h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  #video .txt h2 {
    font-size: 3.4rem;
  }
}
#video .txt p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 992px) {
  #video .txt p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .location {
    max-width: 424px;
  }
}
.location .heading {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1200px) {
  .location .heading {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
.location p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .location p {
    font-size: 1.6rem;
  }
}
.numbers {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .numbers {
    padding: 6.5rem 0 5rem 0;
  }
}
.numbers:before {
  content: "";
  width: 100%;
  height: 75%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../_images/back-layout/map.png") top center no-repeat;
}
@media only screen and (min-width: 992px) {
  .numbers:before {
    height: 67%;
  }
}
.numbers .col-md-7 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .numbers .col-md-7 {
    padding: 0;
  }
}
.numbers .box_num {
  max-width: 300px;
  padding: 1.2rem 2rem;
  border: 1px #e4e5e6 solid;
  margin-bottom: 2.5rem;
  background: #fff;
  height: 208px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .numbers .box_num {
    max-width: 295px;
  }
}
.numbers .box_num h3 {
  font-family: 'Gotham-Black';
  font-size: 1.5rem;
  margin: 0;
  color: #a6a8aa;
}
@media only screen and (min-width: 1200px) {
  .numbers .box_num h3 {
    font-size: 1.5rem;
  }
}
.numbers .box_num p {
  font-size: 1.3rem;
  line-height: 1.2;
}
.about {
  background: #f3f4f4;
  overflow: hidden;
}
.about figure {
  position: relative;
  z-index: 1;
}
.about figure:before {
  content: "";
  width: 90%;
  height: 100%;
  display: block;
  background: url("../_images/back-layout/dot.png") center center repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(-42px, 40px, 0);
  z-index: 1;
}
.about figure img {
  position: relative;
  z-index: 3;
}
.about .about_txt {
  margin-top: 2rem;
  position: relative;
  padding: 2rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .about .about_txt {
    padding: 2rem 0 3rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .about .about_txt {
    margin-top: 3rem;
  }
}
.about .about_txt:before {
  content: "";
  width: 1100px;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: -60px;
  top: 0;
  margin: auto;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .about .about_txt:before {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .about .about_txt:before {
    left: -116px;
  }
}
.about .about_txt .heading {
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 3;
}
.about .about_txt p {
  font-size: 1.1rem;
  color: #7e7d7d;
  margin-bottom: 2rem;
  line-height: 2.1;
  position: relative;
  z-index: 3;
}
.about .about_txt a {
  position: relative;
  z-index: 3;
}
.product .heading {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .product .heading {
    margin-bottom: 3rem;
  }
}
.product #swiper_carousel {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .product #swiper_carousel {
    padding-bottom: 3rem;
  }
}
.product #swiper_carousel .swiper-slide {
  border: 1px #e8e9ea solid;
}
.product #swiper_carousel .swiper-slide:hover img {
  opacity: 0.7;
}
.product #swiper_carousel .swiper-slide span {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: left;
  line-height: 1.5;
  padding: 0.8rem;
  font-size: 0.85rem;
}
.product #swiper_carousel .slide_noimage {
  height: 220px;
  background: #f7f7f7;
}
.product #swiper_carousel .slide_noimage span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: left;
  line-height: 1.5;
  padding: 0.8rem;
  font-size: 0.85rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.product #swiper_carousel .slide_noimage:hover {
  background: #007dfe;
}
.product #swiper_carousel .slide_noimage:hover span {
  color: #fff;
}
.product #swiper_carousel .swiper-container {
  padding: 2rem 4rem;
}
@media only screen and (min-width: 992px) {
  .product #swiper_carousel .swiper-container {
    padding: 0 4rem;
  }
}
.noticias {
  overflow: hidden;
  background: #f3f4f4;
}
.noticias .box-btn {
  margin: 1rem 0 2rem 0;
}
@media only screen and (min-width: 992px) {
  .noticias .box-btn {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .noticias .heading {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.box_news {
  margin: 1rem 0;
}
@media only screen and (min-width: 992px) {
  .box_news {
    max-width: 276px;
  }
}
.box_news img {
  border-bottom: 5px #007dfe solid;
  max-height: 188px;
  min-height: 188px;
  object-fit: cover;
  width: 100%;
}
.box_news em {
  font-family: 'Roboto-Medium';
  font-style: normal;
  font-size: 0.9rem;
  color: #b2b4b7;
  margin: 0.5rem 0;
  display: block;
  padding: 0 3px;
}
.box_news h3 {
  font-family: 'RobotoSlab-Regular';
  font-size: 1.1rem;
  color: #000;
  padding: 0 3px;
}
.box_news h3 a {
  color: #000;
}
.box_news h3 a:hover {
  color: #007dfe;
}
.cotacao {
  background: #007dfe;
  position: relative;
}
.cotacao:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #007dfe;
  z-index: 2;
}
.cotacao:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url("../_images/back-layout/dot.png") left top repeat;
  transform: translate3d(34px, 37px, 0);
  z-index: 1;
}
.cotacao div {
  position: relative;
  z-index: 3;
  padding: 1rem;
}
@media only screen and (min-width: 992px) {
  .cotacao div {
    padding: 3rem;
  }
}
.cotacao div h3 {
  font-family: 'Roboto-Bold';
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.cotacao div iframe {
  width: 100%;
  max-width:300px;
  margin: 0 auto;
  display: block;
}


.cotacao table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-family: 'Roboto-Regular';
  font-weight: normal;
  background: #fff;
  text-align: center;
}
.cotacao table thead {
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
}
.cotacao table thead tr th {
  border-top: 1px #d0d0d1 solid;
  border-bottom: 1px #d0d0d1 solid;
  border-left: 1px #d0d0d1 solid;
  font-weight: normal;
  font-family: 'Roboto-Bold';
  padding: 0.5rem;
  width: 1px;
}
.cotacao table thead tr th:last-child {
  border-right: 1px #d0d0d1 solid;
}
.cotacao table td {
  border: 1px #d0d0d1 solid;
  color: #333;
  font-size: 0.8rem;
  padding: 0.5rem;
  font-weight: normal;
}
.newsletter {
  background: #007dfe;
  padding: 4rem 0;
  margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .newsletter {
    margin-top: 0;
  }
}
.newsletter .row {
  align-items: center;
}
.newsletter h4 {
  color: #fff;
  font-family: 'RobotoSlab-Regular';
  font-size: 1.8rem;
  margin-bottom: 0;
}
.newsletter p {
  color: #fff;
  font-family: 'Roboto-Light';
  line-height: 1.4;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .newsletter #form_newsletter {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
  }
}
.newsletter #form_newsletter label {
  display: none;
}
.newsletter #form_newsletter .box_input {
  margin: 1rem  0;
}
@media only screen and (min-width: 992px) {
  .newsletter #form_newsletter .box_input {
    max-width: 270px;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter #form_newsletter .box_input {
    width: 270px;
  }
}
.newsletter #form_newsletter .box_input input[type=text] {
  background: #f6f6f6;
  padding: 0.8rem 1rem 0.66rem 1rem;
  border: 1px #f6f6f6 solid;
  box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.2);
}
.newsletter #form_newsletter .btn {
  border-radius: 0;
  background: #e3e5e7;
  font-family: 'Roboto-Bold';
  color: #828589;
  padding: 1.1rem 1.3rem 1.1rem 1.3rem;
  box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .newsletter #form_newsletter .btn {
    width: 190px;
  }
}
.newsletter #form_newsletter .btn:after {
  content: "";
  width: 20px;
  height: 14px;
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2231.5px%22%20height%3D%2231.5px%22%20viewBox%3D%22-463%20265.5%2031.5%2031.5%22%20enable-background%3D%22new%20-463%20265.5%2031.5%2031.5%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23828589%22%20d%3D%22M-441.8%2C271.6c-0.4-0.4-1.1-0.4-1.6%2C0c-0.4%2C0.4-0.4%2C1.1%2C0%2C1.6l8%2C8h-26.6c-0.6%2C0-1.1%2C0.5-1.1%2C1.1%0D%0A%09c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h26.6l-8%2C8c-0.4%2C0.4-0.4%2C1.2%2C0%2C1.6c0.4%2C0.4%2C1.2%2C0.4%2C1.6%2C0l10-10c0.4-0.4%2C0.4-1.1%2C0-1.6L-441.8%2C271.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
}
.newsletter #form_newsletter .btn.load {
  opacity: 1;
}
.newsletter #form_newsletter .btn.load:after {
  display: none;
}
.newsletter #form_newsletter .btn.load img {
  width: 20px;
  height: 20px;
  display: block;
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: bottom;
}
.newsletter #form_newsletter .btn.load.disabled {
  opacity: 0.5;
}
.newsletter #form_newsletter .disabled {
  opacity: 0.4;
  pointer-events: none;
}
.newsletter #form_newsletter ::-webkit-input-placeholder {
  color: #babdc0;
  opacity: 1;
  font-family: 'Roboto-Medium';
  font-size: 1.15rem;
}
.newsletter #form_newsletter ::placeholder {
  color: #babdc0;
  opacity: 1;
  font-family: 'Roboto-Medium';
  font-size: 1.15rem;
}
.newsletter #form_newsletter :-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Roboto-Medium';
  font-size: 1.15rem;
}
.newsletter #form_newsletter :focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
}
.newsletter #form_newsletter :focus::placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.newsletter #form_newsletter :focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
}
.message_newsletter {
  position: absolute;
  bottom: -3rem;
}
.message_newsletter p {
  font-size: 0.9rem;
}
/* produto e lista produto */
@media only screen and (min-width: 992px) {
  #product-list {
    padding-top: 5rem;
  }
}
#product-list .box_prod {
  height: 236px;
  position: relative;
  border: 1px #e8e9ea solid;
  margin: 0 auto 1rem auto;
}
@media only screen and (min-width: 992px) {
  #product-list .box_prod {
    margin: 0 auto 2rem auto;
  }
}
#product-list .box_prod:hover figure {
  opacity: 0.7;
}
#product-list .box_prod figure {
  margin: 0;
  position: relative;
  z-index: 1;
}
#product-list .box_prod figure img {
  width: 100%;
}
#product-list .box_prod h3 {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
  font-family: 'Roboto-Bold';
  color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  #product-list .box_prod h3 {
    font-size: 1.1rem;
  }
}
#product-list .box_prod a {
  height: 100%;
  display: block;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
  background: #f7f7f7;
  color: #333;
}
#product-list .box_prod a:hover {
  background: #007dfe;
  color: #fff;
}
.box_prod_img {
  border: 1px #e8e9ea solid;
  position: relative;
  margin-bottom: 1rem;
}
.box_prod_img figure {
  margin: 0;
}
.box_prod_img figure img {
  width: 100%;
}
.box_prod_img h3 {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: left;
  line-height: 1.5;
  padding: 0.8rem;
  font-size: 0.85rem;
  margin: 0;
  color: #333;
  pointer-events: none;
}
.box_prod_img:hover h3 {
  color: #007dfe;
}
.product_gallery {
  height: 430px;
}
.product_gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#gallery_thumbs {
  max-width: 550px;
  margin: 5px 0 1rem 0;
}
#gallery_thumbs:after {
  content: "";
  display: block;
  clear: both;
}
#gallery_thumbs li {
  width: calc(20% - 9px);
  height: 54px;
  display: block;
  float: left;
  margin: 5px 0 5px 10px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  #gallery_thumbs li {
    width: calc(12.5% - 9px);
  }
}
#gallery_thumbs li a {
  height: 54px;
  display: block;
  opacity: 0.5;
  border: 1px #d0d0d1 solid;
  position: relative;
}
#gallery_thumbs li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
#gallery_thumbs li a.video {
  background: #f7f7f7;
}
#gallery_thumbs li a.video img {
  opacity: 0;
}
#gallery_thumbs li a.video:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 3;
  background: url("../_images/page-icons/play.svg") center center no-repeat;
  background-size: contain;
  pointer-events: none;
}
#gallery_thumbs li:nth-child(5n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  #gallery_thumbs li:nth-child(5n+1) {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  #gallery_thumbs li:nth-child(8n+1) {
    margin-left: 0;
  }
}
#gallery_thumbs li:hover a,
#gallery_thumbs li.active a {
  opacity: 1;
}
.sidebar_menu {
  width: 90%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 992px) {
  .sidebar_menu {
    max-width: 90%;
    height: auto;
    display: block;
    transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 1;
    box-shadow: none;
  }
}
.sidebar_menu.show {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
}
.sidebar_menu h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
  background: #007dfe;
  color: #fff;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .sidebar_menu h2 {
    padding: 0;
    background: #fff;
    color: #007dfe;
    margin: -2.2rem 0 0.5rem 2px;
  }
}
.sidebar_menu h2 .close_cat {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0.7rem;
  top: 0;
  margin: auto;
}
.sidebar_menu h2 .close_cat:before {
  content: '';
  position: absolute;
  top: 9px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar_menu h2 .close_cat:after {
  content: '';
  position: absolute;
  top: 9px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar_menu ul {
  height: 100%;
  margin: 0;
  overflow: auto;
  padding-bottom: 6rem;
}
@media only screen and (min-width: 992px) {
  .sidebar_menu ul {
    overflow: hidden;
    padding-bottom: 1rem;
    border: 1px #d0d0d1 solid;
  }
}
.sidebar_menu ul li {
  border-top: 1px #d0d0d1 solid;
}
.sidebar_menu ul li:first-child {
  border-top: none;
}
.sidebar_menu ul li a {
  display: block;
  padding: 0.8rem 1rem 0.8rem 2rem;
  font-family: 'Roboto-Medium';
  font-size: 0.85rem;
  position: relative;
  line-height: 1.5;
}
.sidebar_menu ul li a:hover,
.sidebar_menu ul li a.active {
  background: #f7f7f7;
  color: #007dfe;
}
.sidebar_menu ul li a i {
  font-size: 0.7rem;
}
.sidebar_menu ul li a:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background: #007dfe;
  position: absolute;
  bottom: 0;
  left: 1rem;
  top: 0;
  margin: auto;
}
.btn.outline.open_category {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .btn.outline.open_category {
    display: none;
  }
}
.btn.outline.open_category:focus,
.btn.outline.open_category:hover {
  background: #fff;
  color: #007dfe;
}
.btn.outline.open_category:focus:after,
.btn.outline.open_category:hover:after {
  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%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%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%2231.5px%22%20height%3D%2231.5px%22%20viewBox%3D%22-463%20265.5%2031.5%2031.5%22%20enable-background%3D%22new%20-463%20265.5%2031.5%2031.5%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23007dfe%22%20d%3D%22M-441.8%2C271.6c-0.4-0.4-1.1-0.4-1.6%2C0c-0.4%2C0.4-0.4%2C1.1%2C0%2C1.6l8%2C8h-26.6c-0.6%2C0-1.1%2C0.5-1.1%2C1.1%0D%0A%09c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h26.6l-8%2C8c-0.4%2C0.4-0.4%2C1.2%2C0%2C1.6c0.4%2C0.4%2C1.2%2C0.4%2C1.6%2C0l10-10c0.4-0.4%2C0.4-1.1%2C0-1.6L-441.8%2C271.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .product_view figure {
    min-height: 780px;
  }
}
.product_view figure img {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.product_view .pagination {
  float: right;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .product_view .pagination {
    width: auto;
    margin-top: -5rem;
  }
}
.product_view .pagination > li > a,
.product_view .pagination > li > span {
  padding: 0.3rem 0.8rem;
}
/* REPRESENTANTES */
#sec_repre {
  background: -webkit-linear-gradient(bottom, #fff, #f7f7f7);
  background: -moz-linear-gradient(bottom, #fff, #f7f7f7);
  background: -o-linear-gradient(bottom, #fff, #f7f7f7);
  background: -ms-linear-gradient(bottom, #fff, #f7f7f7);
  background: linear-gradient(bottom, #fff, #f7f7f7);
}
@media only screen and (min-width: 1200px) {
  #sec_repre .col-md-6 {
    min-height: 700px;
  }
}
#sec_repre .mapa_brasil {
  display: none;
  margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
  #sec_repre .mapa_brasil {
    display: block;
  }
}
#sec_repre h2 {
  font-family: 'Gotham-Black';
}
@media only screen and (min-width: 992px) {
  #sec_repre h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  #sec_repre h2 {
    margin: -1rem 0 2rem 0;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
#sec_repre .form .box_select select {
  padding: 0.8rem 1rem;
  background: #fff;
  border: 1px #e8e8e8 solid;
}
#sec_repre .form label {
  font-size: 1.2rem;
  color: #007dfe;
  margin-left: 0;
  font-family: 'Roboto-Bold';
}
#sec_repre .box_repre {
  max-width: 350px;
  margin: 0.5rem auto 0 auto;
}
@media only screen and (min-width: 992px) {
  #sec_repre .box_repre {
    margin: 2rem auto 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  #sec_repre .result {
    max-height: 600px;
    overflow: auto;
  }
}
#sec_repre .result h3 {
  font-size: 1.2rem;
}
#sec_repre .result .box {
  border: 1px #e8e8e8 solid;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
}
#sec_repre .result .box p {
  font-size: 0.85rem;
  margin: 0;
}

/* atualização */

#form_info input[type='text'] {
  background: transparent;
  padding: 0.3rem;
  border: 1px transparent solid;
  border-bottom: 1px #98a1af solid;
}

.bg-primary-subtle{
  background-color: #f3faff;
  border-radius: 5px;
}

.btn-primary{
  width: auto;
  border-radius: 5px;
  font-size: 1.2rem;
  font-family: 'OpenSans-Italic';
  padding: 1.1rem 1.3rem  1.1rem 1.3rem;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 1px;
  line-height: 1;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  background-color: #0982ff;
  color: white;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover{
  background-color: #3f9fff;
  color: white;
}

.w-100{
  width: 100% !important;
}

.d-flex{
  display: flex;
}

.flex-column{
  flex-direction: column;
}

.flex-grow-1{
  flex-grow: 1;
}

.mb-4{
  margin-bottom: 1.5rem;
}

.mb-0{
  margin-bottom: 0px !important;
}

.p-5{
  padding: 2rem;
}

.p-0 {
    padding: 0px;
}

.pt-0{
  padding-top: 0px;
}

.pt-4{
  padding-top: 1.5rem !important;
}

.pt-5{
  padding-top: 2rem !important;
}

.py-5{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pb-0{
  padding-bottom: 0 !important;
}

.gap-3{
  gap: 1rem !important;
}

.flex-wrap{
  flex-wrap: wrap;
}

.row-gap-4{
  row-gap: 1.5rem !important;
}

.revista img {
  max-height: 580px;
  margin: 0 auto;
}

.revista a{
  display: block;
    text-align: center;
}

.contact-title{
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 2rem;
    line-height: 1.5;
    text-transform: uppercase;
}

#products-section .cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 820px;
    
}

#products-section .card__like {
    width: 18px;
}

#products-section .card__clock {
    width: 15px;
    vertical-align: middle;
    fill: #AD7D52;
}

#products-section .card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

#products-section .card__clock-info {
    float: right;
}


#products-section .card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
}

#products-section .card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0;
    z-index: 99;
    transition: 0.2s all ease-out;
    margin-top: -30px;
}

#products-section .card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
    top: 0;
}

#products-section .card {
    margin: 0 auto;
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #054a8d;
    width: 100%;
    max-width: 300px;
    position: relative;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

#products-section .card-link {
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    width: 100%;
    position: relative;
    /* border-radius: 12px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    
}

#products-section .card:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    
}

#products-section .card:hover .card__title {
   color: white;
    
}

#products-section .card:hover .card__category {
   color: white;
    
}


#products-section .card__info {
    z-index: 2;
    background-color: #fafafa;
    /* border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; */
    padding: 16px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    transition: all .3s cubic-bezier(0.175, 0.885, 0, 1);
}

#products-section .card__category {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #868686;
    position: unset !important;
    padding: 0px !important;
}

#products-section .card__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #1f1e1e;
    text-align: start;
}


#products-section .card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

#products-section .card:hover .card__info {
    background-color: transparent;
    position: relative;
}

#products-section .card:hover .card__info-hover {
  margin-top: 10px;
    opacity: 1;
}

#products-section #swiper_carousel .swiper-slide{
  border: 0px;
  display: flex;
  flex-direction: column;
  height: auto;
}

#products-section #swiper_carousel .swiper-container{
  overflow: hidden;
}

.justify-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.grid-align-pagination {
    width: 100%;
    display: grid;
    gap: 0 5.2rem;
}
.noticias-pagination {
    position: unset !important;
    
}
.noticias-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #ffffff;
}
.noticias-pagination .swiper-pagination-bullet{
  background: #000000;
}
.swiper-pagination-bullet{
background: white;
}
.content-news{
    padding: 20px 40px;
    background-color: #007dfe;
    color: white !important;
   text-align: start;
}
.content-news a{
    
    color: white !important;
}

.swiper-container figure{
  margin: 0px;
}

.col-img-news{
  padding: 0px 15px;
}
.main-news-img{
  width: 100%;
  object-fit: cover;
  max-height: 408px;
  height: 100%;
}

.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

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

@media (min-width:992px){
  .text-lg-start{
    text-align: start !important;
  }
}


.tabela.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

@media only screen and (min-width: 65px) and (max-width:992px) {
    .grid-align-pagination{
        position: absolute;
        bottom: 10px;
    }

     .swiper-noticias .noticias-pagination{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .grid-align-pagination {
        grid-template-columns: 1fr 1fr;
        position: absolute;
        bottom: 20px;
        z-index: 1;
    }

    .noticias-pagination {
        grid-column: 2 / 3;
        max-width: 46rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* margin: 0 auto; */
        gap: 5px;
    }
    .col-img-news{
      padding: 0px;
    }
}