@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:300,400,500,700&display=swap");
/*!
Theme Name: MZiQ - FS Bioenergia
Author: MZiQ
Author URI: http://mziq.com/
Description: MZiQ CMS Theme for FS Bioenergia Site
Version: 1.0
License: GNU General Public License v2 or later

General description...
*/
/* MZ Sites */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

*:before,
*:after {
  font: 400 20px/1 dashicons;
}

html.no-js {
  margin-top: 0 !important;
}

.logged-in {
  padding-top: 32px;
}

button {
  border: none;
  background: none;
}

.hiddenToggle {
  position: fixed;
  top: 50%;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 782px) {
  .logged-in {
    padding-top: 46px;
  }
  .logged-in .breadcrumb {
    top: 168.88px;
  }
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-moz-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-ms-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-o-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-moz-scrollbar {
  width: 9px;
  height: 9px;
}

::-ms-scrollbar {
  width: 9px;
  height: 9px;
}

::-o-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-thumb:hover {
  background: #73a742;
}

::-moz-scrollbar-thumb:hover {
  background: #73a742;
}

::-ms-scrollbar-thumb:hover {
  background: #73a742;
}

::-o-scrollbar-thumb:hover {
  background: #73a742;
}

::-webkit-scrollbar-thumb {
  background: #1a7754;
}

::-moz-scrollbar-thumb {
  background: #1a7754;
}

::-ms-scrollbar-thumb {
  background: #1a7754;
}

::-o-scrollbar-thumb {
  background: #1a7754;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@-ms-viewport {
  width: device-width;
}
.container {
  width: 100%;
  max-width: calc(1140px + 15px* 2);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.btn {
  border: none;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 12px 30px 10px;
  background: #1a7754;
  color: #ffffff;
  line-height: 20px;
  font-weight: 500;
  margin-top: 15px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.btn#btnSearchHistory, .btn#btnExportToExcel {
  margin-top: 0 !important;
  background-color: #1a7754;
}
.btn#btnExportToExcel {
  margin-top: 0 !important;
  background-color: #fff;
  color: #1a7754;
}
.btn-white {
  border: 1px solid #ffffff;
  color: #1a7754;
}
.btn-primary, .btn-sucess {
  background: #1a7754;
  color: #fff;
}
.btn-secondary {
  background: #73a742;
}
.btn-terciary {
  background: #f6d11d;
}
.btn-terciary:hover {
  background: #d7b409 !important;
}
.btn:hover {
  background: #f6d11d;
  color: #ffffff;
}
.btn:focus {
  outline: 0;
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.ver-mais-post {
  border: none;
  font-family: "Montserrat", sans-serif;
  display: table;
  margin: 0 auto;
  padding: 12px 45px 10px;
  background: #f6d11d;
  color: #ffffff;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.ver-mais-post:hover {
  background: #1a7754;
}
.ver-mais-post.disabled {
  display: none;
  pointer-events: none;
  opacity: 0.5;
}

.page-contact {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-contact .form {
  max-width: 45%;
  width: 100%;
  margin: 0;
  padding: 25px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-contact .form.ri {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}
.page-contact .form.ri .divider {
  padding-right: 30px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-contact .form.ri .divider:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .page-contact .form.ri {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-contact .form.ri .divider {
    padding-right: 0;
  }
  .page-contact .form.ri .divider:first-child {
    margin-bottom: 15px;
  }
}
.page-contact .form__field {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-contact .form__field:first-child {
  margin-top: 0;
}
.page-contact .form__field .label {
  padding: 5px 0 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #1a7754;
  display: none;
  font-size: 15px;
}
.page-contact .form__field.terms {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.page-contact .form__field.terms input {
  min-width: 15px;
  margin: 4px 7.5px 0 0;
}
.page-contact .form__field.terms p {
  color: #5c6062;
  margin-bottom: 20px;
  font-size: 16px;
}
.page-contact .form__field.terms p a {
  color: #5c6062;
  text-decoration: underline;
}
.page-contact .form__field.terms p a:hover {
  text-decoration: none;
}
.page-contact .form__field .input,
.page-contact .form__field .select,
.page-contact .form__field textarea {
  border: none;
  border-bottom: 1px solid #6b6b6b;
  height: 58px;
  padding: 15px 20px;
  color: #6b6b6b;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  width: 100%;
  background-color: #e8e8e8;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}
.page-contact .form__field .input::placeholder,
.page-contact .form__field .select::placeholder,
.page-contact .form__field textarea::placeholder {
  color: #000;
  font-size: 16px;
}
.page-contact .form__field textarea {
  height: 136px;
  resize: none;
}
.page-contact .form__buttons {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.page-contact .form__buttons .btn {
  min-width: 120px;
  text-transform: uppercase;
}
.page-contact .form .recaptcha,
.page-contact .form .g-recaptcha {
  margin: 5px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.page-contact .texto-destaque {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 47.5%;
  padding: 10px 0 0;
}
.page-contact .texto-destaque .container {
  padding: 0;
}
.page-contact .texto-destaque h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  line-height: 133%;
  padding: 25px 0;
  text-transform: initial;
  text-align: left;
}
.page-contact .texto-destaque h3 strong {
  font-weight: 600;
  color: #1a7754;
}
.page-contact .texto-destaque p {
  margin: 0 0 15px;
  font-family: "Montserrat", sans-serif;
  color: #5c6062;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-size: 17px;
}
@media (max-width: 768px) {
  .page-contact .texto-destaque {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .page-contact .texto-destaque h3 {
    padding-top: 0;
    font-size: 29px;
  }
}
.page-contact-ri {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.page-contact-ri .form {
  max-width: 40%;
  padding: 0 0 25px;
}
.page-contact-ri .form__buttons {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.page-contact-ri .texto-destaque {
  max-width: 60%;
  padding: 20px 0 0 40px;
}
.page-contact-ri .texto-destaque .table-cvs .item {
  max-width: 100%;
  font-size: 15px;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-contact-ri .texto-destaque .table-cvs .item .nome {
  width: 235px;
}
@media (max-width: 768px) {
  .page-contact-ri .texto-destaque .table-cvs .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-contact-ri .texto-destaque .table-cvs .item .nome {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-contact {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-contact .form {
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-contact .texto-destaque {
    width: 100% !important;
    max-width: 100% !important;
    padding: 30px 0;
  }
}

.page-template-contact .page-contact,
.page-template-contact-ri .page-contact {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .page-template-contact .page-contact,
  .page-template-contact-ri .page-contact {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.page-template-contact .page-contact .form__buttons,
.page-template-contact-ri .page-contact .form__buttons {
  padding: 0 45px;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.page-template-contact .page-contact-sac,
.page-template-contact-ri .page-contact-sac {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-contact .page-contact-sac .text,
.page-template-contact-ri .page-contact-sac .text {
  max-width: 500px;
  width: 100%;
  margin-top: 15px;
  padding: 27px;
  background: #f3f3f3;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-contact .page-contact-sac .text h3,
.page-template-contact-ri .page-contact-sac .text h3 {
  font-size: 18px;
}
.page-template-contact .page-contact-sac .text h3 a,
.page-template-contact-ri .page-contact-sac .text h3 a {
  text-decoration: none;
  color: #1a7754 !important;
}

.modalSuccessForm {
  visibility: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 0;
  padding: 15px;
  z-index: 999999;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.modalSuccessForm.active {
  top: 0;
  height: 100%;
  visibility: visible;
}
.modalSuccessForm.active::before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.modalSuccessForm .icon-close {
  cursor: pointer;
  position: fixed;
  right: 15px;
  top: 15px;
  padding: 0;
  color: #fff;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: url(img/icons/close-modal.png) no-repeat center;
}
.modalSuccessForm .icon-close:hover {
  opacity: 0.85;
}
.modalSuccessForm .content {
  position: relative;
  background-color: #fff;
  z-index: 9;
  text-align: center;
  width: 100%;
  max-width: 270px;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.modalSuccessForm .content img {
  margin: 5px auto 15px auto;
}
.modalSuccessForm .content p {
  margin: 5px auto;
}
.modalSuccessForm .content .btn {
  max-width: 120px;
  width: 100%;
  padding-top: 9px;
}
.modalSuccessForm .content .btn:hover {
  opacity: 0.5;
}

.trabalhe-conosco {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.trabalhe-conosco .accordion {
  max-width: 50%;
  width: 100%;
}
.trabalhe-conosco .form {
  max-width: 75%;
  width: 100%;
}
.trabalhe-conosco .form__field {
  margin-top: 0;
}
.trabalhe-conosco .form__field.terms p {
  width: auto;
}

.wpContent .box-contato {
  width: 100%;
  margin: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.wpContent .box-contato .item {
  width: 100%;
  padding: 27px;
  margin: 10px 0;
  background: #EAEAEA;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #5c6062 !important;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.wpContent .box-contato .item:before {
  display: none;
}
.wpContent .box-contato .item a {
  font-weight: bold;
  color: #73a742;
  text-decoration: none;
}
.wpContent .box-contato .item a:hover {
  color: #1a7754;
}

.calendar-pdf {
  margin: 15px 0;
  border: solid #f2f2f2;
  border-width: 1px 0;
  padding: 4px 0 6px;
}
.calendar-pdf p {
  margin-bottom: 0 !important;
}
.calendar-pdf a {
  display: block;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #1a7754;
}
.calendar-pdf a:hover {
  color: #73a742;
}

.datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.datepicker .nav-event {
  position: absolute;
  top: 4px;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.datepicker .nav-event::before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #1a7754;
  font-size: 30px;
}
.datepicker .nav-event.next {
  right: 15px;
}
.datepicker .nav-event.prev {
  left: 13px;
}
.datepicker .nav-event.prev::before {
  content: "\f0d9";
}
.datepicker .nav-event:hover {
  opacity: 0.8;
}
.datepicker .ui-datepicker-group {
  display: table-cell;
  width: 33.3%;
  padding: 0 12px 0;
  vertical-align: top;
  border-right: none;
}
@media (max-width: 992px) {
  .datepicker .ui-datepicker-group {
    width: 50%;
  }
  .datepicker .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 768px) {
  .datepicker .ui-datepicker-group {
    width: 100%;
  }
  .datepicker .ui-datepicker-group-middle {
    display: none;
  }
}
.datepicker .ui-datepicker-header {
  width: 100%;
}
.datepicker .ui-datepicker-header .datepicker .ui-datepicker-prev span, .datepicker .ui-datepicker-header .datepicker .ui-datepicker-next span {
  display: none;
}
.datepicker .ui-datepicker-title {
  color: #1a7754;
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.datepicker .ui-datepicker-inline {
  width: 100% !important;
  display: table !important;
  border-collapse: separate;
  margin: 0 auto;
  min-height: 310px;
}
.datepicker .ui-datepicker-calendar {
  margin-top: 0;
  border: none;
}
.datepicker .ui-datepicker-calendar tr th {
  text-align: center;
}
.datepicker .ui-datepicker-calendar tr td {
  background: #fff;
  padding: 5px;
  text-align: center;
  width: 14.3%;
  border: none !important;
}
.datepicker .ui-datepicker-calendar tr td span {
  color: #5c6062 !important;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}
.datepicker .ui-datepicker-calendar tr td.has-event span {
  color: #fff !important;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #1a7754 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: #73a742 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.mais-de-um-evento span {
  background-color: #f6d11d !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: #78aa41 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: #919191 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.presenciais span {
  background-color: #000000 !important;
}
.datepicker .ui-datepicker-prev, .datepicker .ui-datepicker-next {
  display: none;
}

#legenda_eventos {
  width: 100%;
  margin: 5px auto;
}
#legenda_eventos .legenda_item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  position: relative;
}
#legenda_eventos .legenda_item .cor {
  position: absolute;
  left: 0;
  top: 9px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#legenda_eventos .legenda_item .cor-01 {
  background-color: #1a7754 !important;
}
#legenda_eventos .legenda_item .cor-02 {
  background-color: #73a742 !important;
}
#legenda_eventos .legenda_item .cor-03 {
  background-color: #f6d11d !important;
}
#legenda_eventos .legenda_item .cor-04 {
  background-color: #78aa41 !important;
}
#legenda_eventos .legenda_item .cor-05 {
  background-color: #919191 !important;
}
#legenda_eventos .legenda_item .label {
  color: #5c6062;
  padding: 5px 0 5px 25px;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  background: white;
  border: 1px solid #e6e6e6;
  max-width: 300px;
  color: #2A2222;
  box-shadow: 0 0 7px #a8a8a8;
  padding: 0;
}
.ui-tooltip h5 {
  color: #476da6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}
.ui-tooltip ul {
  padding: 0;
  margin-bottom: 0;
}
.ui-tooltip ul li {
  list-style: none;
  padding: 8px 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
}
.ui-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.ui-tooltip .arrow.left {
  left: 20%;
}
.ui-tooltip .arrow:after {
  content: "";
  background: white;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-helper-hidden-accessible {
  display: none;
}

.evento-futuro .export {
  padding: 0;
  width: 130px;
  text-align: center;
}
.evento-futuro .export a {
  margin: 8px;
}
.evento-futuro .export a img {
  width: 24px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  clear: both;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.accordion {
  display: inline-block;
  width: 100%;
}
.accordion__item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.accordion__item__header {
  background-color: #eaeaea;
  border: none;
  color: #5c6062;
  min-height: 42px;
  padding: 12px 50px 10px 25px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  line-height: 22px;
  font-size: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 768px) {
  .accordion__item__header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .accordion__item__header .col {
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
  .accordion__item__header .col.cargo {
    font-weight: 400;
    font-size: 12px;
  }
}
.accordion__item__header .col {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
}
.accordion__item__header .col.nome {
  min-width: 300px;
  max-width: 300px;
}
.accordion__item__header svg {
  width: 75px;
  display: block;
  margin-right: 9px;
}
.accordion__item__header .fa {
  color: #5c6062;
  font-weight: 100;
  position: absolute;
  right: 15px;
}
.accordion__item__header .fa:before {
  font-size: 18px;
}
.accordion__item__header .fa-minus-square-o, .accordion__item__header .fa-angle-up, .accordion__item__header .fa-angle-down {
  display: none;
}
.accordion__item__header .fa-plus:before {
  content: "+";
}
.accordion__item__header .fa-minus {
  display: none;
}
.accordion__item__header .fa-minus:before {
  content: "-";
}
.accordion__item__header .fa-icon {
  position: absolute;
  top: 10px;
  right: 25px;
}
.accordion__item__header .fa-icon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #fff;
}
.accordion__item__header.active, .accordion__item__header:hover {
  background-color: #1a7754;
  color: #fff;
  border-color: #1a7754;
}
.accordion__item__header.active svg path, .accordion__item__header:hover svg path {
  fill: #fff;
}
.accordion__item__header.active .fa, .accordion__item__header:hover .fa {
  color: #f6d11d;
}
.accordion__item__header.active .fa-plus, .accordion__item__header.active .fa-plus-square-o, .accordion__item__header.active .fa-angle-right {
  display: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__item__header.active .fa-minus, .accordion__item__header.active .fa-minus-square-o, .accordion__item__header.active .fa-angle-up, .accordion__item__header.active .fa-angle-down {
  display: inline-block;
}
.accordion__item__header.active .fa-icon:before {
  border-top: 0 solid transparent;
  border-bottom: 9px solid #f6d11d;
}
.accordion__item__header.bg-primary {
  border-color: #1a7754;
  background-color: #1a7754;
  color: #fff;
}
.accordion__item__header__relatorios {
  background-color: #E8E8E8;
  border: none;
  color: #73a742;
  min-height: 64px;
  padding: 22px 50px 20px 25px;
  margin-top: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.accordion__item__header__relatorios svg {
  width: 75px;
  display: block;
  margin-right: 9px;
}
.accordion__item__header__relatorios .fa {
  color: #73a742;
  top: 21px;
}
.accordion__item__header__relatorios.active, .accordion__item__header__relatorios:hover {
  background-color: #73a742;
  color: #1a7754;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.accordion__item__header__relatorios.active svg path, .accordion__item__header__relatorios:hover svg path {
  fill: #ffffff;
}
.accordion__item__header__relatorios.active .fa, .accordion__item__header__relatorios:hover .fa {
  color: #1a7754;
}
.accordion__item__content {
  padding: 10px 25px;
}
.accordion__item__content p {
  line-height: 150%;
  color: #5c6062;
  margin: 15px 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #5c6062;
  font-size: 14px;
}
.accordion__item__content p:last-child {
  margin-bottom: 0;
}
.accordion__item__content__relatorios {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.accordion__item__content__relatorios .fm-months {
  margin: 0;
  padding: 15px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.accordion__item__content__relatorios .fm-months th {
  background-color: transparent;
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #6B6B6B;
  font-size: 15px;
}
.accordion__item__content__relatorios .fm-months td {
  background-color: transparent !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #6B6B6B;
  font-size: 15px;
}
.accordion__item__content__relatorios .fm-months td.month a {
  text-align: center;
}
.accordion__item__content__relatorios .fm-months td.month a img {
  margin: 0 auto;
  display: block;
}
.accordion__item.disabled .accordion__item__header {
  background-color: #eaeaea;
  color: #5c6062;
  cursor: default;
}
.accordion__item.disabled .accordion__item__header .fa {
  display: none;
}
.accordion .primary {
  border: 1px solid #1a7754;
  margin-bottom: 10px;
}
.accordion .primary__header {
  background-color: #fff;
  color: #4E85C5;
  padding: 15px 50px 15px 15px;
}
.accordion .primary__header .fa {
  color: #4E85C5;
  top: 15px;
}
.accordion .primary__header .fa-icon:before {
  border-top: 9px solid #4E85C5;
}
.accordion .primary__header:hover {
  background-color: #fff;
  color: #4E85C5;
}
.accordion .primary__header:hover .fa {
  color: #4E85C5;
}
.accordion .primary__header.active {
  background-color: #fff;
  color: #4E85C5;
}
.accordion .primary__header.active .fa {
  color: #4E85C5;
}
.accordion .primary__header.active .fa-icon:before {
  border-bottom: 9px solid #4E85C5;
}

.ri .accordion__item__header:hover {
  background-color: #8dc63f;
  border-color: #8dc63f;
}
.ri .accordion__item__header.active {
  background-color: #8dc63f;
  border-color: #8dc63f;
}

#popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
}
#popup .mode-text {
  padding: 20px 40px 0px 40px;
}
#popup .logo-popup {
  background: url(img/logo-popup-white.png) no-repeat center;
  height: 80px;
  background-size: 240px 120px;
}
#popup .box-msg {
  background-color: #197755;
  padding: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 580px;
  z-index: 99999;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  border-radius: 0px 70px 0px 70px;
}
#popup .box-msg .info {
  background-color: white;
}
#popup .box-msg header {
  padding: 0 0 25px;
  background-color: #052144;
}
#popup .box-msg header h2 {
  line-height: 28px;
  font-size: 22px;
  font-family: "Century Gothic";
  font-weight: bold;
  padding: 5px 15px;
  color: white;
  position: relative;
  z-index: 1;
}
#popup .box-msg header p {
  color: white;
}
#popup .box-msg main {
  float: left;
  width: 100%;
  position: relative;
  background-color: white;
  border-radius: 0px 70px 0px 70px;
  padding: 15px !important;
}
#popup .box-msg main .logo {
  padding-bottom: 20px;
}
#popup .box-msg main h2 {
  color: #052144;
  font-size: 21px;
  float: left;
  width: 100%;
  margin: 10px 0;
}
#popup .box-msg main .subtitle-popup {
  width: 100%;
  float: left;
  text-align: center;
  color: #666666;
  margin-bottom: 10px;
  margin-top: 0;
}
#popup .box-msg main h3 {
  color: #052144;
  font-size: 17px;
  float: left;
  width: 100%;
  margin: 10px 0 15px;
}
#popup .box-msg main p,
#popup .box-msg main strong {
  font-family: "Century Gothic";
  color: #197755;
}
#popup .box-msg main table {
  width: 100%;
  max-width: 350px;
  margin: 20px auto;
}
#popup .box-msg main table td {
  width: 50%;
  text-align: left;
  padding: 2px 15px;
  vertical-align: top;
  color: #666666;
  font-size: 16px;
}
#popup .box-msg main table td:first-child {
  border-right: 1px solid #052144;
}
#popup .box-msg main table td strong {
  color: #000;
  font-size: 16px;
}
#popup .box-msg main table td a {
  line-height: 20px;
  font-size: 17px;
  font-family: "Century Gothic";
  font-weight: normal;
  padding: 5px 15px;
  margin: 10px 0;
  color: #7e7e7e;
}
#popup .box-msg main p {
  margin-bottom: 15px;
  color: #666666;
  float: left;
  margin: 9px 0;
  width: 100%;
}
#popup .box-msg main p a {
  line-height: 25px;
  font-family: "Century Gothic";
  color: #666666;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14.5px;
}
#popup .box-msg .close {
  position: absolute;
  right: 37px;
  top: 30px;
  width: 30px;
  height: 30px;
  font-size: 25.5px;
  font-family: "Century Gothic";
  color: black;
  padding: 5px;
  border-radius: 50%;
  font-style: normal;
  cursor: pointer;
  z-index: 9999;
}
@media (max-width: 767px) {
  #popup .box-msg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 767px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#popup-img {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(34, 34, 34, 0.8);
}
@media (max-width: 768px) {
  #popup-img {
    display: none;
  }
}
#popup-img .close-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  height: 32px;
  cursor: pointer;
}
#popup-img .content-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#popup-img .content-info img {
  position: relative;
  max-width: 450px;
}
#popup-img .content-info .link-popup-img {
  position: absolute;
  bottom: 10px;
  left: 25px;
  width: 108px;
  height: 30px;
  cursor: pointer;
}

.lightboxImage {
  cursor: pointer;
}

.modalImage {
  position: fixed;
  top: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 15px;
  z-index: 99999999;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.modalImage.active {
  height: 100%;
  top: 0;
}
.modalImage .closeModalImage {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 51px;
  width: 51px;
  display: inline-block;
  background: url(img/icons/icon-close-modal.png) no-repeat center;
  background-color: rgba(26, 119, 84, 0.75);
}
.modalImage .scroll {
  overflow: auto;
  height: calc(100vh - 30px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modalImage .scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.modalImage .scroll::-moz-scrollbar {
  width: 0;
  height: 0;
}
.modalImage .scroll::-ms-scrollbar {
  width: 0;
  height: 0;
}
.modalImage .scroll::-o-scrollbar {
  width: 0;
  height: 0;
}
.modalImage .scroll img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.modalMailing {
  visibility: hidden;
  position: fixed;
  display: none;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.65);
  overflow: auto;
  padding: 30px 15px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.modalMailing.active {
  visibility: visible;
  display: block;
  top: 0;
}
.modalMailing .mailerForm {
  width: 100%;
}
.modalMailing .container {
  max-width: 504px;
  padding: 15px 35px;
  background: #ffffff;
  border: 0.5px solid #f0f1f5;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.modalMailing .container h3 {
  margin-top: 10px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  text-align: center;
  font-size: 22px;
}
.modalMailing .container .form__buttons {
  margin-top: 0 !important;
}
.modalMailing .closeModalMailing {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 9999;
  text-indent: -9000px;
  background: url(img/icon-close.svg) no-repeat center;
  border: none;
}

.cookieinfo {
  max-width: calc(1140px + 15px* 2);
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-shadow: 0 0 5px 0px #e2e2e2;
  -moz-box-shadow: 0 0 5px 0px #e2e2e2;
  -ms-box-shadow: 0 0 5px 0px #e2e2e2;
  -o-box-shadow: 0 0 5px 0px #e2e2e2;
  box-shadow: 0 0 5px 0px #e2e2e2;
}
@media (max-width: 768px) {
  .cookieinfo {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .cookieinfo .text {
    padding-right: 0 !important;
  }
}
.cookieinfo .cookieinfo-close {
  min-width: 150px;
  padding: 10px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  font-size: 14px;
}
.cookieinfo .cookieinfo-close:hover {
  opacity: 0.5;
}
.cookieinfo .text {
  padding-right: 30px;
  width: 100%;
}
.cookieinfo .text h2 {
  font-family: "Montserrat", sans-serif;
  color: #1a7754;
  padding: 10px 0 15px 0;
  font-weight: bold;
  font-size: 29px;
}
.cookieinfo .text p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #5c6062;
  line-height: 24px;
  text-align: justify;
  font-size: 14px;
}
.cookieinfo .text p a {
  color: #73a742;
  text-decoration: underline;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.cookieinfo .text p a:hover {
  text-decoration: none;
}

.searchModal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 999999;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.searchModal.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.searchModal.active::before {
  content: "";
  background: #1a7754;
  background: linear-gradient(180deg, #78AA41 15.57%, #73A742 18.36%, #438D4C 48.48%, #257D52 71.48%, #1A7754 84.49%);
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.searchModal .searchModalClose {
  cursor: pointer;
  height: 46px;
  max-width: 49px;
  min-width: 49px;
  display: inline-block;
  background: url(img/icons/icon-close-yellow.svg) no-repeat center;
  position: relative;
  right: 0;
}
.searchModal form {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 46px;
  z-index: 10;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.searchModal form fieldset {
  border: 0;
}
.searchModal form input {
  background: #ffffff;
  border: none;
  color: #5c6062;
  text-align: left;
  padding: 15px 20px;
  width: 100%;
  font-weight: 300;
  line-height: 23px;
  font-size: 14px;
}
.searchModal form input::-webkit-input-placeholder {
  color: #B8B8B8;
}
.searchModal form input::-moz-input-placeholder {
  color: #B8B8B8;
}
.searchModal form input::-ms-input-placeholder {
  color: #B8B8B8;
}
.searchModal form input::-o-input-placeholder {
  color: #B8B8B8;
}
.searchModal form input::input-placeholder {
  color: #B8B8B8;
}
.searchModal form button {
  border: none !important;
  cursor: pointer;
  margin: 0;
  height: 100%;
  min-width: 55px;
  font-weight: normal;
  text-indent: -9000px;
  display: inline-block;
  background: #f6d11d url(img/icons/icon-search-header.svg) no-repeat center !important;
}
.searchModal form button:hover {
  background: #f6d11d url(img/icons/icon-search-header.svg) no-repeat center !important;
}
@media (max-width: 626px) {
  .searchModal {
    height: 100%;
    position: fixed;
    padding: 15px;
  }
  .searchModal .searchModalClose {
    position: fixed;
    top: 5px;
    right: 15px;
  }
  .searchModal form input {
    padding: 10px 15px;
    font-size: 16px;
  }
}

.logged-in .header {
  top: 32px;
}

.header {
  background: url(img/bg-header.png) no-repeat center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 1180px) {
  .header {
    background-position-x: -870px;
  }
}
.header:before {
  display: none;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.header .container {
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .logo {
  position: relative;
  padding: 0;
  margin: 0;
  min-width: 270px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .logo__img {
  position: relative;
  display: block;
  padding: 0;
  line-height: 0;
  width: 100%;
}
.header .logo__img span {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: -0.5px;
  font-size: 11px;
}
@media (max-width: 992px) {
  .header .logo {
    margin: 0;
  }
  .header .logo__img {
    max-width: 150px;
  }
  .header .logo__img span {
    display: none;
  }
}
.header .menu {
  width: 100%;
}
.header .menu .container {
  max-width: 1290px;
}
.header .menu .search {
  cursor: pointer;
  margin-left: 10px;
}
.header .menu .redesSociais {
  display: none;
}
@media (max-width: 992px) {
  .header .menu {
    background-color: rgba(115, 167, 66, 0.95);
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 50px 80px 50px 15px;
    overflow: auto;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    z-index: 999999;
  }
  .header .menu.active {
    left: 0;
  }
  .header .menu.active .icon-menu-close {
    display: block;
    right: 15px;
  }
  .header .menu .container {
    padding: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .menu .redesSociais {
    width: 100%;
    margin: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .header .menu .redesSociais li {
    margin-left: 25px;
  }
  .header .menu .redesSociais li:first-child {
    margin-left: 0;
  }
  .header .menu .redesSociais li a {
    color: #fff;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
  }
  .header .menu .redesSociais li a:hover {
    color: #f6d11d;
  }
  .header .menu .redesSociais li a .fa:before {
    font-size: 25px;
  }
}
.header .menu .icon-menu-close {
  position: fixed;
  right: 110%;
  top: 37.5px;
  padding: 15px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.header .menu__list {
  margin: 0;
  position: relative;
  top: 5px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .menu__list:before {
  display: none;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 265px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.header .menu__list > li {
  position: relative;
  margin: 0;
  padding: 8px 0 15px 0;
}
.header .menu__list > li > a {
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 0;
  margin: 0;
  color: #5c6062;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header .menu__list > li > a:before {
  display: none;
  content: "";
  position: absolute;
  top: 100%;
  left: -15px;
  height: 2px;
  width: calc(100% + 30px);
  background-color: #73a742;
}
.header .menu__list > li:last-child .sub-menu {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.header .menu__list > li:hover .sub-menu {
  display: block;
}
.header .menu__list .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  min-width: 145px;
  width: 100%;
  padding: 5px 0;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.header .menu__list .sub-menu:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #AA8966 0%, rgba(170, 137, 102, 0) 100%);
  display: none;
}
.header .menu__list .sub-menu li {
  padding: 0;
  margin: 0;
}
.header .menu__list .sub-menu li:last-child a {
  border-bottom: none;
}
.header .menu__list .sub-menu li a {
  color: #5c6062;
  line-height: 120%;
  padding: 6px 5px 6px 15px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header .menu__list .sub-menu li a:hover {
  color: #73a742;
}
.header .menu__list .sub-menu li a:hover:before {
  content: "";
  position: absolute;
  top: 2.5%;
  left: -4.5px;
  width: 9px;
  height: 95%;
  background: #f6d11d;
}
@media (max-width: 992px) {
  .header .menu__list {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .menu__list:before {
    display: none !important;
  }
  .header .menu__list > li {
    width: 100%;
    margin: 0;
    padding-right: 0;
  }
  .header .menu__list > li:before {
    display: none;
  }
  .header .menu__list > li.first {
    max-width: 100%;
    min-width: 100%;
  }
  .header .menu__list > li > a {
    color: #fff !important;
    padding: 10px 0;
    text-align: left;
    width: 100%;
    font-size: 17px;
  }
  .header .menu__list > li > a:before {
    display: none !important;
  }
  .header .menu__list .sub-menu {
    display: block;
    position: static;
    height: auto;
    border: none;
    background: transparent;
    padding: 0;
    width: 100%;
    min-width: 100px;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    -ms-box-shadow: 0;
    -o-box-shadow: 0;
    box-shadow: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header .menu__list .sub-menu:before {
    display: none;
  }
  .header .menu__list .sub-menu li {
    background-color: transparent;
  }
  .header .menu__list .sub-menu li a {
    padding: 10px 0;
    text-align: left;
    color: #fff;
    border: none;
    font-size: 15px;
  }
  .header .menu__list .sub-menu li a:hover {
    background-color: transparent;
    color: #fff !important;
    opacity: 0.5;
  }
}
.header .itensHeader {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.header .itensHeader .hasLocation {
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0;
  color: #a1a6a8;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 131%;
  text-transform: uppercase;
  font-size: 9px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 650px) {
  .header .itensHeader .hasLocation {
    display: none;
  }
}
.header .itensHeader .hasLocation span {
  margin-left: 3px;
  color: #1a7754;
}
.header .itensHeader .container {
  padding: 0;
}
@media (max-width: 480px) {
  .header .itensHeader h2 {
    overflow: hidden;
    width: 0;
  }
  .header .itensHeader .lang a {
    border: none;
  }
  .header .itensHeader .lang a.active {
    display: none;
  }
}
.header .links {
  width: 100%;
  height: 30px;
  position: static;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .links__a11y {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin: 0 12px 0 0;
}
@media screen and (min-width: 992px) {
  .header .links__a11y {
    margin: 0 25px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .header .links__a11y {
    position: absolute;
    top: -30px;
    margin-right: 0;
  }
}
.header .links__a11y .acesse {
  color: #1a7754;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 131%;
  text-transform: uppercase;
  font-size: 9px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .links__a11y .acesse .btn {
  background-color: #1a7754;
  padding: 5px 15px 4px;
  margin: 0;
  line-height: 120%;
  margin: 0 20px 0 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 11px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header .links__a11y .acesse .btn:hover {
  color: #1a7754;
  background-color: #f6d11d;
}
.header .links__a11y .a11y__item {
  margin: 0 12px 0 0;
  color: #5c6062;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  opacity: 0.53;
}
@media screen and (min-width: 768px) {
  .header .links__a11y .a11y__item {
    margin: 0 16px 0 0;
  }
}
.header .links__a11y .a11y__item:hover {
  opacity: 1;
}
.header .links__a11y .a11y__item:last-child {
  margin: 0;
}
.header .links__a11y .a11y__button {
  background-color: transparent;
  border: none;
  overflow: hidden;
  cursor: pointer;
}
.header .links__a11y .a11y__contrast span,
.header .links__a11y .a11y__accessibility_hyperlink span {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .links__a11y .a11y__contrast span,
  .header .links__a11y .a11y__accessibility_hyperlink span {
    display: inline;
  }
}
.header .links__a11y sup {
  line-height: 0;
  font-size: 18px;
}
.header .links__a11y svg {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .header .links__a11y svg {
    margin: 0 5px 0 0;
  }
}
.header .links__listTop {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header .links__listTop li {
  margin-left: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .links__listTop li:first-child {
  margin-left: 0;
}
.header .links__listTop li.search {
  cursor: pointer;
  min-width: 21px;
  margin-left: 10px;
}
.header .links__listTop li.search .white {
  display: none;
}
.header .links__listTop li.search.mobile {
  display: none;
}
.header .links__listTop li.search.desktop .searchForm {
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.header .links__listTop li.search.desktop .searchForm input {
  border: none;
  background-color: transparent;
  width: 260px;
  padding: 10px 20px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .header .links__listTop li.search.desktop .searchForm input {
    width: 190px;
  }
}
.header .links__listTop li.search.desktop .searchForm .btn {
  background-color: #1a7754;
  padding: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.header .links__listTop li.institucional {
  margin: 0 30px;
}
.header .links__listTop li.institucional a {
  color: #73a742;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  padding: 5px 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  font-size: 12px;
}
.header .links__listTop li.lang {
  padding: 0;
}
.header .links__listTop li.lang a {
  color: #1a7754;
  line-height: 10px;
  padding: 0 5px;
  font-size: 12px;
}
.header .links__listTop li.lang a.active {
  color: #73a742;
}
.header .links__listTop li.lang a:first-child {
  border-right: 1px solid #73a742;
}
.header .links__listTop li.icon-menu-open {
  display: none;
  color: #1a7754;
  cursor: pointer;
  margin-left: 15px;
}
@media (max-width: 992px) {
  .header .links__listTop li.icon-menu-open {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.header .links__listTop li a {
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #1a7754;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header .links__listTop li a:hover {
  opacity: 0.5;
}
.header .links__listTop li a.disabled {
  display: none;
}
@media (max-width: 992px) {
  .header .links__listTop li {
    margin-left: 25px;
  }
}
@media (max-width: 888px) {
  .header .links__listTop li.institucional, .header .links__listTop li.contraste, .header .links__listTop li.acessibilidade {
    display: none;
  }
}
@media (max-width: 992px) {
  .header .links {
    padding-right: 0;
    right: 0;
    top: 20px;
  }
  .header .links__listTop {
    margin-bottom: 0;
  }
  .header .links__listTop li.search img {
    display: block;
  }
  .header .links__listTop li.search img.white {
    display: block;
  }
}
.header .quotes {
  position: absolute;
  left: 10px;
  top: 15px;
}
.header .quotes .item {
  display: flex;
  width: 100%;
}
.header .quotes .item span {
  display: block;
  margin: 0 6px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.header .quotes .item span.variation {
  color: #fff;
}
.header .quotes .item span.variation.high {
  color: #19f51f;
}
.header .quotes .item span.variation.low {
  color: #ff0000;
}

@media (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
  .logged-in {
    padding: 0 !important;
  }
  .logged-in .header {
    top: 0;
  }
}
html.modal-ativo,
.modal-ativo body {
  overflow: hidden;
  position: relative;
  height: 100%;
}
html.modal-ativo:before,
.modal-ativo body:before {
  content: "";
  background: #000;
  opacity: 0.99;
  filter: alpha(opacity=85);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  z-index: 5;
}

body {
  overflow-x: hidden;
  display: block;
}
@media (max-width: calc(1092px)) {
  body.menu-active {
    overflow: hidden;
  }
}

main {
  overflow: hidden;
  display: block;
}

.overflow {
  overflow: auto;
  display: inline-block;
  width: 100%;
}

.wpcf7-submit {
  background-color: transparent;
  color: #1a7754;
  display: block;
  border: 0;
  text-align: center;
  letter-spacing: -0.688px;
  padding: 13px 15px;
  cursor: pointer;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.wpcf7-submit--big {
  width: 241px;
}
.wpcf7-submit--md {
  width: 165px;
}
.wpcf7-submit--sm {
  width: 120px;
}
.wpcf7-submit--white {
  color: #fff;
}
.wpcf7-submit--black {
  color: #000;
}
.wpcf7-submit--primaryColor {
  background-color: #1a7754;
}
.wpcf7-submit--secondaryColor {
  background-color: #73a742;
}
.wpcf7-submit--uppercase {
  text-transform: uppercase;
}
.wpcf7-submit--transparent {
  background: transparent;
  border: 1px solid #fff;
}
.wpcf7-submit:hover {
  opacity: 0.6;
}

.wpcf7-submit {
  background: #1a7754;
  color: #fff;
  width: 164px;
}

.bg-primaryColor {
  background-color: #1a7754;
}

.bg-secondaryColor {
  background-color: #73a742;
}

.bg-white {
  background-color: #fff;
}

.bg-white2 {
  background-color: #f0f0f0;
}

.mb-20 {
  margin-bottom: 20px;
}

.bg-title-table {
  background-color: #1a7754;
  color: #fff !important;
  padding-left: 20px !important;
}

.footer {
  background-color: #73a742;
  position: relative;
  overflow: hidden;
}
.footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(109.91deg, #78AA41 15.24%, #73A742 18.07%, #438D4C 48.55%, #257D52 71.82%, #1A7754 84.98%);
  transform: rotate(180deg);
}
.footer .info {
  position: relative;
  margin-top: -1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .info .logo {
  background: url(img/bg-logo-footer.svg) no-repeat right top;
  padding: 21px 0 27px;
  max-width: 60%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .info .logo:before {
  content: "";
  height: 100%;
  width: 5000px;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #EAEAEA;
}
.footer .info .logo .img {
  display: block;
  line-height: 0;
  margin: 0;
  min-width: 130px;
}
.footer .info .logo p {
  color: #5c6062;
  font-weight: 600;
  padding: 20px 0 0 30px;
  max-width: 150px;
  font-size: 12px;
}
@media (max-width: 1023px) {
  .footer .info .logo p {
    display: none;
  }
}
.footer .info .logo .redesSociais {
  max-width: 220px;
  margin: 10px 0 0 40px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 840px) {
  .footer .info .logo .redesSociais {
    display: none;
  }
}
.footer .info .logo .redesSociais li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .info .logo .redesSociais li:first-child {
  margin-left: 0;
}
.footer .info .logo .redesSociais li a {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.footer .info .logo .redesSociais li a:hover {
  color: #f6d11d;
  opacity: 0.53;
}
.footer .info .footer-dados {
  position: relative;
  width: 100%;
  max-width: 40%;
  min-width: 350px;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .info .footer-dados > img {
  width: 140px;
}
.footer .info .footer-dados p {
  color: #fff;
  font-weight: 600;
  line-height: 154%;
  padding: 5px 15px;
  font-size: 12px;
}
.footer .info .footer-dados .indices li {
  text-align: right;
  color: #fff;
  font-weight: 400;
  line-height: 154%;
  padding: 5px 0 0;
  font-size: 16px;
}
.footer .info .footer-dados .indices li strong {
  font-weight: 600;
}
@media (max-width: 800px) {
  .footer .info .footer-dados {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  .footer .info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .info .logo {
    display: none;
  }
  .footer .info .footer-dados {
    margin-top: 15px;
    max-width: 100%;
    min-width: 100px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .info .footer-dados .indices {
    margin-top: 15px;
  }
  .footer .info .footer-dados .indices li {
    text-align: center;
  }
}
.footer .text {
  padding: 25px 0 50px 0;
}
.footer .text p {
  padding: 12px 0 10px 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  text-align: justify;
  color: #fff;
  font-size: 12px;
}
.footer .menu__list {
  margin: 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 992px) {
  .footer .menu__list {
    display: none;
  }
}
.footer .menu__list > li {
  position: relative;
  margin: 0;
  padding: 30px 45px 10px 0;
  max-width: 195px;
}
.footer .menu__list > li:last-child {
  padding-right: 0;
}
.footer .menu__list > li > a {
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  padding: 5px 0;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
  font-size: 12px;
  -webkit-transition: 0.25;
  -moz-transition: 0.25;
  -ms-transition: 0.25;
  -o-transition: 0.25;
  transition: 0.25;
}
.footer .menu__list .sub-menu {
  display: block;
  width: 100%;
  padding: 10px 0 0;
}
.footer .menu__list .sub-menu li {
  margin: 0 0 4px;
}
.footer .menu__list .sub-menu li a {
  color: #fff;
  line-height: 140%;
  padding: 3.5px 0;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.footer .menu__list .sub-menu li a:hover:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -10px;
  width: 5px;
  height: 80%;
  background: #f6d11d;
}

.copyright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .copyright {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright p {
    padding-bottom: 0 !important;
  }
}
.copyright p {
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.copyright a {
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.siteMap {
  background-color: #1a7754;
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  height: 0;
  z-index: 998;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.siteMap.active {
  height: 350px;
  bottom: 0;
}
.siteMap .container {
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.siteMap .container.direitos {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.siteMap .container.direitos p {
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 7px 0;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 14px;
  -webkit-transition: 0.25;
  -moz-transition: 0.25;
  -ms-transition: 0.25;
  -o-transition: 0.25;
  transition: 0.25;
}
.siteMap__nav {
  width: 100%;
  display: block;
  margin: 15px auto 30px;
}
.siteMap__list {
  margin: 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.siteMap__list > li {
  position: relative;
  margin: 0;
  padding: 5px 45px 5px 0;
}
.siteMap__list > li.btn {
  display: none;
}
.siteMap__list > li:last-child {
  padding-right: 0;
}
.siteMap__list > li > a {
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  padding: 15px 0 5px;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
  font-size: 16px;
  -webkit-transition: 0.25;
  -moz-transition: 0.25;
  -ms-transition: 0.25;
  -o-transition: 0.25;
  transition: 0.25;
}
.siteMap__list .sub-menu {
  display: block;
  width: 100%;
  padding: 10px 0 0;
}
.siteMap__list .sub-menu li {
  margin: 0 0 2px;
}
.siteMap__list .sub-menu li a {
  color: #73a742;
  line-height: 17px;
  padding: 5px 0;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.siteMap__list .sub-menu li a:hover {
  color: #8dc63f;
}
@media (max-width: 992px) {
  .siteMap {
    display: none;
  }
}

.home .banner {
  position: relative;
  margin-top: 87px;
}
.home .inst-slideshow {
  margin: 0 auto;
  height: 520px;
}
.home .inst-slideshow .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 520px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .inst-slideshow .item:before {
  content: "";
  background: url(img/canvas-banner-ri.svg) no-repeat right bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 934px;
  height: 100%;
}
.home .inst-slideshow .item .container {
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .inst-slideshow .item .container .destacado {
  max-width: 480px;
  width: 100%;
  margin-left: -20%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .home .inst-slideshow .item .container .destacado {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .home .inst-slideshow .item .container .destacado {
    margin-left: 0%;
  }
}
.home .inst-slideshow .item .container .destacado h1 {
  text-shadow: 1px 1px 0px #f6d11d, -1px 1px 0px #f6d11d, -1px -1px 0px #f6d11d, 1px -1px 0px #f6d11d;
  font-style: normal;
  font-weight: 800;
  line-height: 86.5%;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  color: #428d4c;
  opacity: 0.5;
  font-size: 80px;
}
@media (max-width: 768px) {
  .home .inst-slideshow .item .container .destacado h1 {
    font-size: 50px;
  }
}
.home .inst-slideshow .item .container .destacado h2 {
  position: absolute;
  top: 20px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
  padding-left: 27px;
  margin: 0;
  z-index: 1;
  font-size: 22px;
}
@media (max-width: 768px) {
  .home .inst-slideshow .item .container .destacado h2 {
    padding-left: 0;
    margin-top: 10px;
    position: static;
  }
}
.home .inst-slideshow .item .container .destacado p {
  margin-top: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
}
.home .inst-slideshow .owl-nav {
  display: none;
}
.home .inst-slideshow .owl-nav div {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  width: 55px;
  height: 55px;
  text-indent: -9000px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home .inst-slideshow .owl-nav div.owl-prev {
  left: 45px;
  background-image: url(img/icons/chevron-left.png);
}
.home .inst-slideshow .owl-nav div.owl-next {
  right: 45px;
  background-image: url(img/icons/chevron-right.png);
}
.home .inst-slideshow .owl-nav div:hover {
  opacity: 0.5;
}
@media (max-width: 1380px) {
  .home .inst-slideshow .owl-nav div.owl-prev {
    left: 15px;
  }
  .home .inst-slideshow .owl-nav div.owl-next {
    right: 15px;
  }
}
@media (max-width: 768px) {
  .home .inst-slideshow .owl-nav div {
    width: 35px;
    height: 35px;
    background-size: 90%;
  }
}
.home .inst-slideshow .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home .inst-slideshow .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  margin: 10px 15px 10px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.home .inst-slideshow .owl-dots .owl-dot.active, .home .inst-slideshow .owl-dots .owl-dot:hover {
  background-color: #f6d11d;
  border: 2px solid #f6d11d;
}
.home .inst-numeros {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .inst-numeros .container {
  width: 100%;
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.home .inst-numeros .container .item {
  max-width: 230px;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .inst-numeros .container .item h2 {
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 150.5%;
  color: #1a7754;
  font-size: 75px;
}
@media (max-width: 768px) {
  .home .inst-numeros .container .item h2 {
    font-size: 45px;
  }
}
.home .inst-numeros .container .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150.5%;
  color: #5c6062;
  max-width: 195px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 576px) {
  .home .inst-numeros .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.home .inst-sustentabilidade {
  margin: 35px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .inst-sustentabilidade .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.home .inst-sustentabilidade .container .img {
  max-width: 360px;
  min-width: 360px;
}
.home .inst-sustentabilidade .container .text {
  max-width: 655px;
  width: 100%;
  margin-left: 30px;
}
.home .inst-sustentabilidade .container .text h1 {
  text-shadow: 1px 1px 0px #73a742, -1px 1px 0px #73a742, -1px -1px 0px #73a742, 1px -1px 0px #73a742;
  font-weight: 600;
  font-size: 60px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  mix-blend-mode: multiply;
}
.home .inst-sustentabilidade .container .text h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #1a7754;
  margin-top: 15px;
}
.home .inst-sustentabilidade .container .text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150.5%;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  color: #5c6062;
}
.home .inst-sustentabilidade .container .text .arquivos {
  background-color: #1a7754;
  padding: 20px;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .inst-sustentabilidade .container .text .arquivos p {
  width: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 150.5%;
  margin: 0;
}
.home .inst-sustentabilidade .container .text .arquivos .checks {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.home .inst-sustentabilidade .container .text .arquivos .checks .item {
  background: url(img/icon-check-off.svg) no-repeat 0 center;
  font-weight: 600;
  font-size: 14px;
  line-height: 150.5%;
  padding-left: 30px;
  opacity: 0.5;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.home .inst-sustentabilidade .container .text .arquivos .checks .item:hover {
  opacity: 1;
}
.home .inst-sustentabilidade .container .text .arquivos .checks .item.active {
  background-image: url(img/icon-check-on.svg);
  opacity: 1;
  color: #f6d11d;
}
.home .inst-sustentabilidade .container .text .arquivos .checks .link .btn {
  margin: 0 0 0 10px;
  font-weight: 600;
  font-size: 11px;
  line-height: 130%;
  text-transform: uppercase;
  color: #1A7754;
  background-color: #fff;
  padding: 5px 13px 4px;
}
.home .inst-sustentabilidade .container .text .arquivos .checks .link .btn:hover {
  background-color: #f6d11d;
  color: #fff;
}
@media (max-width: 1080px) {
  .home .inst-sustentabilidade .container .img {
    max-width: 250px;
    min-width: 250px;
  }
  .home .inst-sustentabilidade .container .text {
    max-width: 100%;
  }
  .home .inst-sustentabilidade .container .text h1 {
    font-size: 35px;
  }
  .home .inst-sustentabilidade .container .text h2 {
    font-size: 19px;
  }
  .home .inst-sustentabilidade .container .text .arquivos {
    margin-top: 0;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .inst-sustentabilidade .container .text .arquivos p {
    width: 100%;
  }
  .home .inst-sustentabilidade .container .text .arquivos .checks {
    width: 100%;
    margin-top: 10px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .home .inst-sustentabilidade .container .text .arquivos .checks .item {
    margin-right: 15px;
  }
  .home .inst-sustentabilidade .container .text .arquivos .checks .link .btn {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .home .inst-sustentabilidade .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .home .inst-sustentabilidade .container .text {
    margin-left: 0;
  }
  .home .inst-sustentabilidade .container .text h1 {
    font-size: 28px;
  }
}
.home .inst-ultimas-noticias {
  display: inline-block;
  width: 100%;
  margin: 35px 0;
}
.home .inst-ultimas-noticias .container {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.home .inst-ultimas-noticias .container h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 112.5%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #5C6062;
}
.home .inst-ultimas-noticias .container .list {
  width: 100%;
  margin: 60px 0 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.home .inst-ultimas-noticias .container .list .item {
  width: calc(33.333% - 30px);
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .inst-ultimas-noticias .container .list .item figure {
  height: 180px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.home .inst-ultimas-noticias .container .list .item figure img {
  display: none;
}
.home .inst-ultimas-noticias .container .list .item .infos {
  width: 100%;
  padding: 23px 15px;
}
.home .inst-ultimas-noticias .container .list .item .infos .data {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  display: block;
  margin-bottom: 10px;
  color: #73a742;
}
.home .inst-ultimas-noticias .container .list .item .infos h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #1a7754;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home .inst-ultimas-noticias .container .list .item .infos p {
  font-size: 14px;
  line-height: 150.5%;
  width: 100%;
  color: #5C6062;
  margin: 10px 0 15px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home .inst-ultimas-noticias .container .list .item .infos a {
  font-weight: 600;
  font-size: 11px;
  line-height: 130%;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-decoration: underline;
  color: #1a7754;
}
.home .inst-ultimas-noticias .container .list .item .infos a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .home .inst-ultimas-noticias .container .list .item {
    width: calc(33.333% - 15px);
  }
}
@media (max-width: 768px) {
  .home .inst-ultimas-noticias .container .list {
    width: 100%;
    margin: 30px 0 15px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .inst-ultimas-noticias .container .list .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.home .inst-ultimas-noticias .container .btn {
  margin-top: 0;
}
@media (max-width: 768px) {
  .home .inst-ultimas-noticias .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .inst-ultimas-noticias .container .btn {
    margin: 20px 0 0;
  }
}
.home .inst-visao-geral {
  margin-bottom: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home .inst-visao-geral .container {
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .inst-visao-geral .container .box {
  background: #73a742;
  padding: 50px 70px;
  max-width: 500px;
  margin-top: 70px;
  margin-bottom: -50px;
}
.home .inst-visao-geral .container .box .icon {
  max-width: 71px;
  display: block;
  margin-bottom: 20px;
  display: none;
}
.home .inst-visao-geral .container .box h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 118.5%;
  text-transform: uppercase;
  color: #1a7754;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .inst-visao-geral .container .box h3 img {
  margin-right: 12px;
  margin-top: 2px;
}
.home .inst-visao-geral .container .box p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #fff;
}
.home .inst-visao-geral .container .box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .home .inst-visao-geral {
    margin-bottom: 100px;
  }
  .home .inst-visao-geral .container .box {
    padding: 30px;
  }
}
.home .inst-posts .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.home .inst-posts .container .box {
  max-width: calc(50% - 35px);
  width: 100%;
}
.home .inst-posts .container .box h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 118.5%;
  text-transform: uppercase;
  color: #73a742;
  margin-bottom: 45px;
  width: 100%;
}
@media (max-width: 992px) {
  .home .inst-posts .container .box h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .home .inst-posts .container .box {
    max-width: calc(50% - 10px);
  }
}
.home .inst-posts .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.home .inst-posts .container .list .item {
  max-width: 48%;
  width: 100%;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.home .inst-posts .container .list .item figure {
  width: 100%;
  display: block;
}
.home .inst-posts .container .list .item figure a {
  height: 165px;
  width: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home .inst-posts .container .list .item figure a img {
  opacity: 0;
  position: absolute;
}
.home .inst-posts .container .list .item p a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #5c6062;
  margin: 15px 0;
  min-height: 55px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home .inst-posts .container .list .item .btn {
  margin-top: 0;
}
@media (max-width: calc(1092px)) {
  .home .inst-posts .container .list .item {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .home .inst-posts .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .inst-posts .container .box {
    max-width: 100%;
  }
  .home .inst-posts .container .box.videos {
    margin-top: 30px;
  }
}
.home .scrollDown {
  background: url(img/icon-scrollDown.svg) no-repeat center;
  display: block;
  margin: 35px auto;
  width: 35px;
  height: 50px;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.home .scrollDown:hover {
  opacity: 0.5;
}

.interna .ri-banner {
  position: relative;
  margin-top: 87px;
}
.interna .ri-slideshow {
  margin: 0 auto;
  height: 520px;
}
.interna .ri-slideshow .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 520px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.interna .ri-slideshow .item:before {
  content: "";
  background: url(img/canvas-banner-ri.svg) no-repeat right bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 934px;
  height: 100%;
}
.interna .ri-slideshow .item .container {
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.interna .ri-slideshow .item .container .destacado {
  max-width: 480px;
  width: 100%;
  margin-left: -20%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .interna .ri-slideshow .item .container .destacado {
    margin-left: 0%;
  }
}
@media (max-width: 1400px) {
  .interna .ri-slideshow .item .container .destacado {
    margin-left: 0;
  }
}
.interna .ri-slideshow .item .container .destacado h1 {
  text-shadow: 1px 1px 0px #f6d11d, -1px 1px 0px #f6d11d, -1px -1px 0px #f6d11d, 1px -1px 0px #f6d11d;
  font-style: normal;
  font-weight: 800;
  line-height: 86.5%;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  color: #428d4c;
  opacity: 0.5;
  font-size: 80px;
}
@media (max-width: 768px) {
  .interna .ri-slideshow .item .container .destacado h1 {
    font-size: 50px;
  }
}
.interna .ri-slideshow .item .container .destacado h2 {
  position: absolute;
  top: 20px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
  padding-left: 27px;
  margin: 0;
  z-index: 1;
  font-size: 22px;
}
@media (max-width: 768px) {
  .interna .ri-slideshow .item .container .destacado h2 {
    padding-left: 0;
    margin-top: 10px;
    position: static;
  }
}
.interna .ri-slideshow .item .container .destacado p {
  margin-top: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
}
.interna .ri-slideshow .owl-nav {
  display: none;
}
.interna .ri-slideshow .owl-nav div {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  width: 55px;
  height: 55px;
  text-indent: -9000px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.interna .ri-slideshow .owl-nav div.owl-prev {
  left: 45px;
  background-image: url(img/icons/chevron-left.png);
}
.interna .ri-slideshow .owl-nav div.owl-next {
  right: 45px;
  background-image: url(img/icons/chevron-right.png);
}
.interna .ri-slideshow .owl-nav div:hover {
  opacity: 0.5;
}
@media (max-width: 1380px) {
  .interna .ri-slideshow .owl-nav div.owl-prev {
    left: 15px;
  }
  .interna .ri-slideshow .owl-nav div.owl-next {
    right: 15px;
  }
}
@media (max-width: 768px) {
  .interna .ri-slideshow .owl-nav div {
    width: 35px;
    height: 35px;
    background-size: 90%;
  }
}
.interna .ri-slideshow .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.interna .ri-slideshow .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  margin: 10px 15px 10px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.interna .ri-slideshow .owl-dots .owl-dot.active, .interna .ri-slideshow .owl-dots .owl-dot:hover {
  background-color: #f6d11d;
  border: 2px solid #f6d11d;
}
.interna .ri-cotacao {
  background-color: #F9F9F9;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.interna .ri-cotacao .cotacoes {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.interna .ri-cotacao .cotacoes li {
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.interna .ri-cotacao .cotacoes li span {
  display: inline-block;
  padding: 15px 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 133%;
  color: #5C6062;
}
.interna .ri-destaques .item {
  padding: 85px 0 35px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.interna .ri-destaques .item .link {
  background: url(img/destaques/bg-destaque.svg) no-repeat center;
  height: 120px;
  width: 176px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.interna .ri-destaques .item .link img {
  position: absolute;
  top: -25px;
  display: block;
}
.interna .ri-destaques .item .link span {
  position: absolute;
  top: 65px;
  font-weight: 600;
  font-size: 12px;
  line-height: 112.5%;
  text-align: center;
  letter-spacing: 1.5px;
  color: #1a7754;
}
.interna .ri-destaques .owl-dots {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.interna .ri-destaques .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  background-color: #d5d5d5;
  border: 2px solid #d5d5d5;
  cursor: pointer;
  margin: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.interna .ri-destaques .owl-dots .owl-dot.active, .interna .ri-destaques .owl-dots .owl-dot:hover {
  background-color: #f6d11d;
  border: 2px solid #f6d11d;
}
.interna .ri-destaques .owl-dots.disabled {
  display: none !important;
}
.interna .ri-servicos {
  width: 100%;
  margin-bottom: 105px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.interna .ri-servicos .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 992px) {
  .interna .ri-servicos .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .interna .ri-servicos .container .box {
    width: 100% !important;
  }
  .interna .ri-servicos .container .box-resultados {
    margin: 60px 0;
  }
}
.interna .ri-servicos .box {
  background: #F9F9F9;
  padding: 35px 25px 15px;
  width: calc(33.333% - 7px);
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.interna .ri-servicos .box h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 112.5%;
  align-items: center;
  letter-spacing: 1.5px;
  color: #1a7754;
  margin-bottom: 29px;
}
.interna .ri-servicos .box .ver-mais {
  position: absolute;
  bottom: -35px;
  font-weight: 600;
  font-size: 11px;
  line-height: 140%;
  color: #1a7754;
  text-decoration: underline;
  text-transform: uppercase;
}
.interna .ri-servicos .box .ver-mais:hover {
  text-decoration: none;
}
.interna .ri-servicos .box-eventos {
  background-color: #1a7754;
}
.interna .ri-servicos .box-eventos h2 {
  color: #fff;
}
.interna .ri-servicos .box-eventos .list {
  width: 100%;
}
.interna .ri-servicos .box-eventos .list li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 150.5%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.interna .ri-servicos .box-eventos .list li strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.interna .ri-servicos .box-eventos .list li .actions {
  max-width: 60px;
  min-width: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.interna .ri-servicos .box-eventos .list li .title {
  width: 100%;
  padding-right: 20px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.interna .ri-servicos .box-resultados .tabs {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.interna .ri-servicos .box-resultados .tabs li {
  margin: 0 10px 10px 0;
  width: 71px;
  text-align: center;
  padding: 5px 5px 4px;
  color: #fff;
  background-color: #73a742;
  font-weight: 600;
  font-size: 11px;
  line-height: 130%;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.interna .ri-servicos .box-resultados .tabs li:last-child {
  margin-right: 0;
}
.interna .ri-servicos .box-resultados .tabs li:hover, .interna .ri-servicos .box-resultados .tabs li.active {
  color: #1a7754;
  background-color: #f6d11d;
}
.interna .ri-servicos .box-resultados .tabsContent {
  width: 100%;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.interna .ri-servicos .box-resultados .tabsContent.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.interna .ri-servicos .box-resultados .tabsContent li {
  display: inline-block;
  width: 50%;
  padding: 0 10px;
  margin: 10px 0 15px;
}
.interna .ri-servicos .box-resultados .tabsContent li .link {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.interna .ri-servicos .box-resultados .tabsContent li .link .icone {
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.interna .ri-servicos .box-resultados .tabsContent li .link .text {
  font-weight: 600;
  font-size: 13px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 15px;
  display: inline-block;
  color: #1a7754;
}
.interna .ri-servicos .box-resultados .tabsContent li .link.off {
  cursor: not-allowed;
  filter: grayscale(1);
}
.interna .ri-servicos .box-noticias .list {
  width: 100%;
}
.interna .ri-servicos .box-noticias .list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 150.5%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.interna .ri-servicos .box-noticias .list li strong {
  color: #73a742;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.interna .ri-servicos .box-noticias .list li .title {
  color: #5c6062;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.interna .ri-forms {
  margin-bottom: 50px;
}
.interna .ri-forms .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 992px) {
  .interna .ri-forms .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .interna .ri-forms .container .box {
    width: 100% !important;
  }
  .interna .ri-forms .container .box-contato {
    margin-top: 30px;
  }
}
.interna .ri-forms .container .box h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #1a7754;
}
.interna .ri-forms .container .box .btn {
  font-weight: bold;
  min-width: 140px;
  text-align: center;
}
.interna .ri-forms .container .box .btn-terciary {
  color: #1a7754;
}
.interna .ri-forms .container .box .btn:hover {
  color: #1a7754;
}
.interna .ri-forms .container .box-mailing {
  width: 51.5%;
  padding: 23px 0;
}
.interna .ri-forms .container .box-mailing .form {
  margin: 0;
  padding: 15px 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.interna .ri-forms .container .box-mailing .form fieldset {
  border: none;
  display: none;
  visibility: hidden;
}
.interna .ri-forms .container .box-mailing .form fieldset.active {
  display: block;
  visibility: visible;
}
.interna .ri-forms .container .box-mailing .form__field {
  margin-top: 15px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.interna .ri-forms .container .box-mailing .form__field .label {
  padding: 5px 0 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  color: #6d6e71;
  display: none;
  font-size: 13px;
}
.interna .ri-forms .container .box-mailing .form__field.group {
  display: none;
}
.interna .ri-forms .container .box-mailing .form__field.terms {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.interna .ri-forms .container .box-mailing .form__field.terms input {
  width: 15px;
  height: 15px !important;
  margin-top: 3px !important;
  margin-right: 10px !important;
  box-shadow: none !important;
  cursor: pointer;
}
.interna .ri-forms .container .box-mailing .form__field.terms p {
  font-size: 14px;
}
.interna .ri-forms .container .box-mailing .form__field.terms p a {
  color: #1a7754;
}
.interna .ri-forms .container .box-mailing .form__field .error {
  display: none;
  padding: 5px 0 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  color: red;
  font-size: 13px;
}
.interna .ri-forms .container .box-mailing .form__field .error.active {
  display: inline-block;
}
.interna .ri-forms .container .box-mailing .form__field input,
.interna .ri-forms .container .box-mailing .form__field select,
.interna .ri-forms .container .box-mailing .form__field .input,
.interna .ri-forms .container .box-mailing .form__field .select,
.interna .ri-forms .container .box-mailing .form__field textarea {
  padding: 23px 20px;
  border: none;
  color: #5c6062;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  width: 100%;
  background-color: #EAEAEA;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
.interna .ri-forms .container .box-mailing .form__field input::placeholder,
.interna .ri-forms .container .box-mailing .form__field select::placeholder,
.interna .ri-forms .container .box-mailing .form__field .input::placeholder,
.interna .ri-forms .container .box-mailing .form__field .select::placeholder,
.interna .ri-forms .container .box-mailing .form__field textarea::placeholder {
  color: #5c6062;
  font-size: 14px;
}
.interna .ri-forms .container .box-mailing .form__field textarea {
  height: 170px;
  resize: none;
}
.interna .ri-forms .container .box-mailing .form .g-recaptcha {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.interna .ri-forms .container .box-mailing .form__buttons {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.interna .ri-forms .container .box-mailing .form__buttons .btn-white {
  display: none;
  visibility: hidden;
}
.interna .ri-forms .container .box-mailing .form .msg {
  display: none;
  visibility: hidden;
  width: 100%;
  float: left;
  border-left: 4px solid #e6d700;
  padding: 15px;
  margin: 10px 0;
  background-color: #fff;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: normal;
}
.interna .ri-forms .container .box-mailing .form .msg.error, .interna .ri-forms .container .box-mailing .form .msg.register, .interna .ri-forms .container .box-mailing .form .msg.alertTerms {
  border-left-color: #dc3232;
}
.interna .ri-forms .container .box-mailing .form .msg.success, .interna .ri-forms .container .box-mailing .form .msg.updated, .interna .ri-forms .container .box-mailing .form .msg.successBlacklist {
  border-left-color: #00bb00;
}
.interna .ri-forms .container .box-mailing .form .msg.blacklist {
  border-left-color: #000000;
}
.interna .ri-forms .container .box-mailing .form .msg.unexpectedError {
  border-left-color: #fa8500;
}
.interna .ri-forms .container .box-mailing .form .msg.reCaptchaValidate, .interna .ri-forms .container .box-mailing .form .msg.notBlacklist {
  border-left-color: #e6d700;
}
.interna .ri-forms .container .box-mailing .form .msg.active {
  display: block;
  visibility: visible;
}
.interna .ri-forms .container .box-mailing .form .alert {
  display: none;
  visibility: hidden;
  color: #dc3232;
  width: 100%;
  font-size: 13px;
  padding-top: 3px;
}
.interna .ri-forms .container .box-mailing .form .alert.active {
  display: block;
  visibility: visible;
}
.interna .ri-forms .container .box-mailing .form .newRegister {
  display: none;
  visibility: hidden;
}
.interna .ri-forms .container .box-mailing .form .newRegister.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  visibility: visible;
}
.interna .ri-forms .container .box-contato {
  width: 42%;
}
.interna .ri-forms .container .box-contato h2 {
  color: #fff;
  position: relative;
}
.interna .ri-forms .container .box-contato .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 23px 33px;
  display: inline-block;
  width: 100%;
  height: 224px;
  margin-bottom: 13px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.interna .ri-forms .container .box-contato .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(321.38deg, rgba(120, 170, 65, 0.8) 16.52%, rgba(115, 167, 66, 0.8) 19.27%, rgba(67, 141, 76, 0.8) 48.85%, rgba(37, 125, 82, 0.8) 71.43%, rgba(26, 119, 84, 0.8) 84.2%);
}
.interna .ri-forms .container .box-contato .img p {
  margin: 25px 0 0;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #fff;
  position: relative;
  width: 100%;
}
.interna .ri-forms .container .box-contato .img p a {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #fff;
}

iframe {
  border: 0;
}

img {
  max-width: 100%;
}

.pageBanner {
  margin-top: 84px;
  display: block;
  width: 100%;
  position: relative;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: #1a7754;
  background: linear-gradient(271.08deg, #78AA41 14.49%, #73A742 17.37%, #438D4C 48.35%, #257D52 72.01%, #1A7754 85.39%);
  margin-bottom: 45px;
  overflow: hidden;
}
.pageBanner:before {
  background-color: #73a742;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.pageBanner:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 86px;
  background-size: auto 100%;
  z-index: 3;
  display: none;
}
.pageBannerEsg {
  height: 380px;
  margin-bottom: 0;
}
.pageBannerEsg:before {
  display: block;
  background: url(img/bgInternasEsg.png) no-repeat center/cover;
}
.pageBannerEsg .container {
  padding-top: 100px !important;
}
@media (max-width: 1000px) {
  .pageBannerEsg .container {
    flex-direction: column !important;
    gap: 40px;
  }
}
.pageBannerEsg .container h1 {
  text-shadow: 1px 1px 0px #f6d11d, -1px 1px 0px #f6d11d, -1px -1px 0px #f6d11d, 1px -1px 0px #f6d11d;
  font-weight: 600;
  font-size: 69px;
  padding-bottom: 0;
  line-height: 92.5%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a7754;
  text-align: left;
  mix-blend-mode: multiply;
}
.pageBannerEsg .container .content {
  max-width: 700px;
  color: white;
}
@media (max-width: 1000px) {
  .pageBannerEsg .container .content {
    max-width: 100%;
  }
}
.pageBannerEsg .container .content a {
  color: white;
  text-decoration: underline;
  font-weight: 500;
}
.pageBannerEsg .container .content a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .pageBannerEsg {
    height: initial;
  }
  .pageBannerEsg .container {
    padding-top: 45px !important;
  }
  .pageBannerEsg .container h1 {
    font-size: 45px;
  }
  .pageBannerEsg .container h1.large {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .pageBannerEsg .container h1 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 120%;
  }
  .pageBannerEsg .container h1.large {
    font-size: 40px;
  }
}
.pageBanner .scrollDown {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 42px;
  width: 35px;
  height: 50px;
  cursor: pointer;
  z-index: 4;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pageBanner .scrollDown:hover {
  opacity: 0.5;
}
.pageBanner .container {
  width: 100%;
  min-height: 224px;
  position: relative;
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 768px) {
  .pageBanner .container {
    min-height: 180px;
  }
}
.pageBanner h1 {
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 112.5%;
  font-size: 35px;
}
.pageBanner h1::before {
  display: none;
  background-color: #1a7754;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 550px;
  height: 100%;
  z-index: -1;
}
.pageBanner h1::after {
  display: none;
  background-color: #1a7754;
  content: "";
  position: absolute;
  top: 0;
  right: 99%;
  width: 5000px;
  height: 100%;
  z-index: -1;
}
.pageBanner__breadcrumb {
  display: none !important;
  position: relative;
  margin-bottom: 5px;
}
.pageBanner__breadcrumb::before {
  display: none;
  background: linear-gradient(90deg, #1a7754 50%, rgba(115, 167, 66, 0) 100%);
  content: "";
  position: absolute;
  top: 8px;
  right: calc(100% + 15px);
  width: 220px;
  height: 6px;
}
.pageBanner__breadcrumb::after {
  display: none;
  background-color: #1a7754;
  content: "";
  position: absolute;
  top: 8px;
  right: calc(100% + 230px);
  width: 980px;
  height: 6px;
}
.pageBanner__breadcrumb li {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  line-height: 22px;
  font-size: 17px;
}
.pageBanner__breadcrumb li a {
  color: #fff;
  font-weight: 300;
}
.pageBanner__breadcrumb li a:hover {
  opacity: 0.7;
}
.pageBanner__breadcrumb li strong {
  text-decoration: none;
  font-weight: 300;
}
.pageBanner__breadcrumb li + li {
  margin-left: 10px;
}
.pageBanner__breadcrumb li.separator {
  color: #fff;
  position: relative;
}
.pageBanner__breadcrumb li.separator .fa:before {
  font-size: 14px;
}
@media (max-width: 576px) {
  .pageBanner__breadcrumb {
    display: none;
  }
}
@media (max-width: 992px) {
  .pageBanner h1 {
    text-transform: initial;
    margin-top: 0;
    font-size: 25px;
  }
  .pageBanner__breadcrumb {
    display: none;
  }
}

body {
  background-color: #ffffff;
}
body.hidden {
  overflow: hidden;
}

.wpContent {
  position: relative;
  z-index: 1;
  margin-bottom: 105px;
}
@media (max-width: 768px) {
  .wpContent {
    margin-bottom: 30px;
  }
}
.wpContent h1 {
  font-family: "Montserrat", sans-serif;
  color: #1a7754;
  padding: 15px 0;
  font-weight: bold;
  font-size: 32px;
}
.wpContent h2 {
  font-family: "Montserrat", sans-serif;
  color: #73a742;
  padding: 15px 0;
  font-style: normal;
  font-weight: 300;
  line-height: 133%;
  font-size: 39px;
  text-align: center;
  text-transform: uppercase;
}
.wpContent h2 strong {
  color: #1a7754;
  font-weight: 600;
}
.wpContent h3 {
  font-family: "Montserrat", sans-serif;
  color: #1a7754;
  padding: 15px 0;
  font-weight: 600;
  font-size: 28px;
}
.wpContent h4 {
  font-family: "Montserrat", sans-serif;
  color: #4e85c5;
  padding: 15px 0;
  font-weight: normal;
  font-size: 24px;
}
.wpContent h5 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding: 15px 0;
  font-weight: bold;
  font-size: 19px;
}
.wpContent h6 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding: 15px 0;
  font-weight: normal;
  font-size: 18px;
}
.wpContent p,
.wpContent td,
.wpContent li {
  font-family: "Montserrat", sans-serif;
  color: #5c6062;
  line-height: 24px;
  font-size: 16px;
}
.wpContent p,
.wpContent li {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  font-weight: 300;
}
.wpContent ul {
  margin: 0 0 20px 0;
}
.wpContent ul li {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}
.wpContent ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #1a7754;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.wpContent a {
  color: #1a7754;
  cursor: pointer;
  text-decoration: underline;
}
.wpContent a:hover {
  text-decoration: none;
}
.wpContent a.q4-financial-document {
  padding-left: 25px;
  position: relative;
}
.wpContent a.q4-financial-document .fa {
  position: absolute;
  left: 0;
  top: -4px;
}
.wpContent a.btn {
  color: #fff;
  text-decoration: none;
}
.wpContent table {
  width: 100%;
  border-spacing: 0;
  margin: 15px 0;
  border: none;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.wpContent table.text-curriculo {
  border: none;
}
.wpContent table.text-curriculo td,
.wpContent table.text-curriculo th {
  border: none !important;
  background-color: transparent;
  color: #73a742;
}
.wpContent table tr th,
.wpContent table tr .tabelatt {
  color: #fff;
  background-color: #1a7754;
  font-weight: 600;
  padding: 15px;
  text-align: left;
  font-size: 15px;
}
.wpContent table tr th.data,
.wpContent table tr .tabelatt.data {
  width: 130px;
}
.wpContent table tr th.icone,
.wpContent table tr .tabelatt.icone {
  text-align: center;
  width: 130px;
}
.wpContent table tr th.icone.icone,
.wpContent table tr .tabelatt.icone.icone {
  width: 60px;
  padding: 0;
}
.wpContent table tr th.ano, .wpContent table tr th.icone,
.wpContent table tr .tabelatt.ano,
.wpContent table tr .tabelatt.icone {
  font-size: 15px;
}
.wpContent table tr th.bg-none,
.wpContent table tr .tabelatt.bg-none {
  color: #1a7754;
  background-color: transparent;
  border-bottom: none;
  border: none;
}
.wpContent table tr th.export,
.wpContent table tr .tabelatt.export {
  text-align: center;
}
.wpContent table tr td,
.wpContent table tr .tabelatx {
  padding: 5px;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
}
.wpContent table tr td.data, .wpContent table tr td.icone,
.wpContent table tr .tabelatx.data,
.wpContent table tr .tabelatx.icone {
  text-align: center;
  width: 190px;
  padding: 10px 15px;
  color: #929292;
}
.wpContent table tr td.data img, .wpContent table tr td.icone img,
.wpContent table tr .tabelatx.data img,
.wpContent table tr .tabelatx.icone img {
  margin: 0 auto;
}
.wpContent table tr td.data.icone, .wpContent table tr td.icone.icone,
.wpContent table tr .tabelatx.data.icone,
.wpContent table tr .tabelatx.icone.icone {
  width: 80px;
}
.wpContent table tr td.titulo,
.wpContent table tr .tabelatx.titulo {
  font-size: 16px;
}
.wpContent table tr td.off img,
.wpContent table tr .tabelatx.off img {
  filter: grayscale(1);
  opacity: 0.5;
}
.wpContent table tr td.col-icone,
.wpContent table tr .tabelatx.col-icone {
  width: 40px;
  padding: 0;
  position: relative;
}
.wpContent table tr td.col-icone .curriculoItem,
.wpContent table tr .tabelatx.col-icone .curriculoItem {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wpContent table tr td.col-icone .curriculoItem .icon,
.wpContent table tr .tabelatx.col-icone .curriculoItem .icon {
  position: absolute;
  top: 20px;
  right: 25px;
}
.wpContent table tr td.col-icone .curriculoItem .icon:before,
.wpContent table tr .tabelatx.col-icone .curriculoItem .icon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #000;
}
.wpContent table tr td.col-icone .curriculoItem .fa-angle-up,
.wpContent table tr .tabelatx.col-icone .curriculoItem .fa-angle-up {
  display: none;
}
.wpContent table tr td.col-icone .curriculoItem .fa:before,
.wpContent table tr .tabelatx.col-icone .curriculoItem .fa:before {
  color: #1a7754;
}
.wpContent table tr td .curriculoItem,
.wpContent table tr .tabelatx .curriculoItem {
  color: #5c6062;
  position: relative;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
}
.wpContent table tr td a img,
.wpContent table tr .tabelatx a img {
  margin: 5px 20px 7px 0 !important;
}
.wpContent table tr.curriculo {
  display: none;
  background: #f6d11d;
  border-top: 0;
  margin-top: -6px;
}
.wpContent table tr.curriculo.ativo {
  display: block;
}
.wpContent table tr.curriculo td {
  border: 1px solid #f6d11d;
  border-top: 0;
  position: relative;
  top: -10px;
  padding: 25px 15px;
}
.wpContent table tr.curriculo td p {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  color: #fff;
}
.wpContent table tr.curriculo td p:last-child {
  margin-bottom: 0;
}
.wpContent table tr.header-cv.active .col-icone .curriculoItem .fa {
  display: block;
}
.wpContent table tr.header-cv.active .col-icone .curriculoItem .fa-plus-square-o, .wpContent table tr.header-cv.active .col-icone .curriculoItem .fa-angle-down {
  display: none;
}
.wpContent table tr.header-cv.active .col-icone .curriculoItem .fa:before {
  color: #fff;
}
.wpContent table tr.header-cv:hover td, .wpContent table tr.header-cv.active td {
  background-color: #f6d11d;
  color: #fff;
  border-top: 1px solid #f6d11d;
  border-bottom: 1px solid #f6d11d;
}
.wpContent table tr.header-cv:hover td:first-child, .wpContent table tr.header-cv.active td:first-child {
  border-left: 1px solid #f6d11d;
}
.wpContent table tr.header-cv:hover td:last-child, .wpContent table tr.header-cv.active td:last-child {
  border-right: 1px solid #f6d11d;
}
.wpContent table tr.header-cv:hover td a, .wpContent table tr.header-cv.active td a {
  color: #fff;
}
.wpContent table tr.header-cv:hover td .icon:before, .wpContent table tr.header-cv.active td .icon:before {
  border-top: 9px solid #fff !important;
}
.wpContent table tr.header-cv:hover td .fa:before, .wpContent table tr.header-cv.active td .fa:before {
  color: #fff;
}
.wpContent table tr.header-cv td {
  background-color: #ebebeb;
  color: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.wpContent table tr.header-cv td:first-child {
  border-left: 1px solid #ebebeb;
}
.wpContent table tr.header-cv td:last-child {
  border-right: 1px solid #ebebeb;
  text-align: center;
}
.wpContent table tr.header-cv td a {
  color: #1a7754;
  padding-left: 0;
}
.wpContent table tr.separator td {
  padding: 4px;
  border: 0;
}
.wpContent table tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.wpContent table tfoot td {
  border: none !important;
}
.wpContent table.table__history th,
.wpContent table.table__history td,
.wpContent table.table__history a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.wpContent table.mobile-viewer tbody td {
  border-left: 1px solid #f6d11d;
}
.wpContent table.mobile-viewer tbody td:last-child {
  border-right: 1px solid #f6d11d;
}
.wpContent .btnsMailing .btn {
  float: none;
  font-size: 14px;
}
.wpContent .table-footer .footer {
  background: transparent;
}

.search-results .ui-main h3 {
  background-color: #f6d11d;
  padding-left: 15px;
  margin-bottom: 0;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
}
.search-results .ui-main .column {
  margin-bottom: 35px;
}
.search-results .ui-main table {
  margin-top: 0;
}
.search-results .ui-main table td a {
  font-weight: normal;
  color: #5c6062;
  text-decoration: none;
  display: block;
}
.search-results .ui-main table td a:hover {
  text-decoration: underline;
}
.search-results .ui-main .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

/*sucesso*/
.form-contato .box-sucesso {
  display: none;
  float: left;
  position: relative;
  margin-top: 5px;
  color: #fff;
  width: 100%;
  padding: 30px 15px;
  margin-bottom: 5px;
  letter-spacing: -1px;
  font-size: 19.2px;
  text-align: center;
  background-color: #73a742;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*loading*/
#loading {
  display: table;
  margin: 25px auto;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #1a7754;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wpContent .dinamic-curriculum tr th {
  padding: 10px 15px;
  text-align: center;
  font-size: 15px;
}
.wpContent .dinamic-curriculum tr th:first-child {
  text-align: left;
}
.wpContent .dinamic-curriculum tr.header-cv td {
  color: #f6d11d;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
}
.wpContent .dinamic-curriculum tr.header-cv td:first-child {
  text-align: left;
}
.wpContent .dinamic-curriculum tr.header-cv td a {
  text-decoration: none;
}
.wpContent .dinamic-curriculum tr.header-cv td a .fa {
  display: none;
}
.wpContent .dinamic-curriculum tr.header-cv:hover td, .wpContent .dinamic-curriculum tr.header-cv.active td {
  background-color: #f6d11d !important;
  color: #fff;
}
.wpContent .dinamic-curriculum tr.header-cv:hover td a, .wpContent .dinamic-curriculum tr.header-cv.active td a {
  color: #fff;
}
.wpContent .dinamic-curriculum tr.header-cv:hover td.curriculoItem img, .wpContent .dinamic-curriculum tr.header-cv.active td.curriculoItem img {
  filter: invert(100%);
}
.wpContent .dinamic-curriculum tr.curriculo {
  margin: 0;
}
.wpContent .dinamic-curriculum tr.curriculo td {
  background-color: #f6d11d !important;
  top: 0;
  padding: 10px 15px;
}
.wpContent .dinamic-curriculum tr.curriculo td p {
  color: #fff;
  font-size: 15px;
}

.page-template-page-principais-indicadores .wpContent .container {
  max-width: 100%;
  padding: 0;
}

.page-principais-indicadores {
  margin: -30px 0 0 0;
}
.page-principais-indicadores .container-page {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
}
.page-principais-indicadores .bloco-1 {
  clear: both;
}
.page-principais-indicadores .bloco-1 .imagem {
  float: right;
  display: inline-block;
  width: 50%;
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-1 .imagem {
    display: block;
    margin: 0 auto;
    float: unset;
    width: 100%;
  }
}
.page-principais-indicadores .bloco-1 .imagem img {
  max-width: unset;
  height: auto;
}
@media (max-width: 1365px) {
  .page-principais-indicadores .bloco-1 .imagem img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-1 .imagem img {
    max-width: 90%;
  }
}
.page-principais-indicadores .bloco-1 .texto {
  padding: 0 112px 0 45px;
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-1 .texto {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-1 .texto {
    padding: 0 30px;
  }
}
.page-principais-indicadores .bloco-1 .texto .conteudo {
  float: left;
  display: inline-block;
  width: 50%;
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-1 .texto .conteudo {
    display: block;
    margin: 0 auto;
    float: unset;
    width: 100%;
  }
}
.page-principais-indicadores .bloco-1 .texto .conteudo p {
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 20px;
  color: #333333;
}
.page-principais-indicadores .bloco-2 {
  background: linear-gradient(92.34deg, #1a9b97 15.56%, #226a72 94.16%);
  padding: 30px 0;
  clear: both;
}
.page-principais-indicadores .bloco-2 .conteudo {
  display: table;
}
.page-principais-indicadores .bloco-2 .conteudo .texto-esquerdo {
  width: 55%;
  display: table-cell;
  padding: 0 50px 0 25px;
  font-size: 23px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-2 .conteudo .texto-esquerdo {
    width: 100%;
    display: block;
    margin: 10px auto;
    padding: 0 20px;
  }
}
.page-principais-indicadores .bloco-2 .conteudo .texto-direito {
  width: 45%;
  display: table-cell;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-2 .conteudo .texto-direito {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.page-principais-indicadores .bloco-2 .conteudo .texto-direito .conteudo {
  display: table;
  margin: 0 auto;
  font-style: normal;
  line-height: 35px;
  font-size: 29px;
  color: #ffc17c;
}
.page-principais-indicadores .bloco-3 h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  line-height: 35px;
  color: #ffffff;
  margin: 0;
  padding: 50px 0 20px 0;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 h3 {
    font-sie: 20px;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .titulos {
  max-width: 993px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .titulos {
    display: flex;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .titulos .titulo {
  display: inline-block;
  padding: 0 105px;
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-3 .conteudo .titulos .titulo {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .titulos .titulo {
    width: 50%;
    text-align: center;
    padding: 0;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens {
  max-width: 993px;
  margin: 0 auto;
  padding: 40px 0 40px 0;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .table-cell {
  display: table-cell;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item {
  width: 354px;
  background: #ffffff;
  clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
  padding: 10px 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item {
    clip-path: unset;
    padding: 10px;
    width: 390px;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item .row {
  width: 100%;
  clear: both;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item .row .icon-img {
  display: inline-block;
  vertical-align: middle;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item .row .icon-img {
    display: block;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item .row .icon-img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item .row .icon-img img {
    margin: 0 auto;
    padding: 0;
    display: block;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item .row .texto {
  display: inline-block;
  width: 60%;
  color: #1aa096;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  vertical-align: middle;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item .row .texto {
    padding: 0 0px 5px 0px;
  }
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item .row .texto {
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item .row .texto p {
  margin: 0;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item-right {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 3% 50%);
  padding: 10px 0 10px 25px;
  background: linear-gradient(90.62deg, #18636e -4.12%, #1aa096 84.51%);
  vertical-align: middle;
  width: 654px;
}
@media (max-width: 950px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 3% 50%);
  }
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right {
    clip-path: unset;
    padding: 10px;
    width: 50%;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row {
  width: 100%;
  clear: both;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .icon-img {
  display: inline-block;
  vertical-align: middle;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .icon-img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .icon-img img {
    display: block;
    padding: 10px 0;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 950px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .icon-img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .texto {
  display: inline-block;
  width: 60%;
  color: #fff;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  vertical-align: middle;
  padding: 0 30px 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 950px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .texto {
    display: block;
    width: 100%;
    padding: 0 30px 5px 30px;
  }
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .texto {
    padding: 0 0px 5px 0px;
  }
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .texto {
    padding: 0 5px 5px 5px;
    text-align: center;
  }
}
.page-principais-indicadores .bloco-3 .conteudo .itens .item-right .row .texto p {
  margin: 0;
  color: #fff;
}
.page-principais-indicadores .bloco-3 .conteudo .itens .divisa {
  display: inline-block;
}
.page-principais-indicadores .bloco-4 {
  background: #ebfaf9;
  padding: 0 0 51px 0;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights h3 {
  text-align: center;
  padding-top: 37px;
  font-weight: bold;
  font-size: 29px;
  line-height: 35px;
  color: #216f76;
  margin: 0;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights {
  display: flex;
  flex-wrap: wrap;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights {
  flex-direction: column;
  align-items: center;
  flex: 1 0 21%;
  padding: 0 0 20px 0;
  margin: 25px;
  width: 212px;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo {
  background: #fff;
  margin: 0 auto;
  width: 212px;
  height: 150px;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo img {
  padding: 20px 0;
  margin: 0 auto;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo span {
  text-align: center;
  display: block;
  color: #216f76;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 19px 0;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo .numbers {
  width: 212px;
  height: 150px;
  top: 0;
  margin-top: 150px;
  background: #fff;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo .numbers .number {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #ffa409;
  margin: 0 auto;
  padding: 35px 0 0 0;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo .numbers .title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #216f76;
  margin: 0 auto;
  padding: 0 20px;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .highlights .blocos-highlights .conteudo:hover .numbers {
  margin-top: 0;
}
.page-principais-indicadores .bloco-4 .indicadores-highlights .link-btn {
  background: #ffa409;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  width: 228px;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.64);
}
.page-principais-indicadores .bloco-5 .impact-investments {
  background: #216f76;
  display: flex;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-5 .impact-investments {
    background: transparent;
    display: block;
  }
}
.page-principais-indicadores .bloco-5 .impact-investments .img-impact {
  width: 50%;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-5 .impact-investments .img-impact {
    width: 100%;
  }
}
.page-principais-indicadores .bloco-5 .impact-investments .texto-impact {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .page-principais-indicadores .bloco-5 .impact-investments .texto-impact {
    width: 100%;
    padding: 50px 0;
    background: #216f76;
  }
}
.page-principais-indicadores .bloco-5 .impact-investments .texto-impact h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 100%;
  text-align: center;
  color: white;
  margin-top: 122px;
}
@media (max-width: 1080px) {
  .page-principais-indicadores .bloco-5 .impact-investments .texto-impact h3 {
    margin: 90px 0 0 0;
  }
}
@media (max-width: 900px) {
  .page-principais-indicadores .bloco-5 .impact-investments .texto-impact h3 {
    margin: 40px 0 0 0;
  }
}
.page-principais-indicadores .bloco-5 .impact-investments .texto-impact > button {
  background: #ffa409;
  width: 173px;
  height: 49px;
  border: 0;
  padding: 0 15px;
  margin-top: 50px;
}
.page-principais-indicadores .bloco-5 .impact-investments .texto-impact > button a {
  color: white;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.64);
  text-decoration: none;
}

.page-stockinfo table td.bold {
  font-weight: bold;
}
.page-stockinfo table td.green {
  color: #1a7754;
}

.wpContent--hlArea .container {
  margin: 40px auto;
  background-color: #1a7754;
  position: relative;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 10px 80px;
  -moz-border-radius: 10px 80px;
  -ms-border-radius: 10px 80px;
  -o-border-radius: 10px 80px;
  border-radius: 10px 80px;
}
.wpContent--hlArea .container .text {
  padding: 25px 45px;
  width: 100%;
}
.wpContent--hlArea .container .text h2 {
  text-shadow: 1px 1px 0px #f6d11d, -1px 1px 0px #f6d11d, -1px -1px 0px #f6d11d, 1px -1px 0px #f6d11d;
  font-style: normal;
  font-weight: bold;
  line-height: 95%;
  width: 100%;
  margin-bottom: -87px;
  text-transform: uppercase;
  color: #1a7754;
  opacity: 0.25;
  text-align: left;
  letter-spacing: 1.5px;
  position: relative;
  font-size: 46px;
}
.wpContent--hlArea .container .text h3 {
  position: relative;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 25px;
  padding-left: 23px;
}
.wpContent--hlArea .container .text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 20px;
}
.wpContent--hlArea .container .text p a {
  font-weight: 500;
  color: #fff;
}
.wpContent--hlArea .container .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  min-width: 392px;
  max-width: 392px;
  min-height: 560px;
}
.wpContent .files-etica {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpContent .files-etica .file {
  padding-left: 40px;
  margin-right: 45px;
  width: auto;
}
.wpContent .files-etica .file:last-child {
  margin-right: 0;
}
.wpContent .files-etica .file:before {
  background: url(img/icon-download-green.svg) no-repeat center;
  width: 23px;
  height: 23px;
  top: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.wpContent .files-etica .file a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 127.5%;
  color: #73a742;
}
.wpContent .files-etica .file a:hover {
  color: #1a7754;
}

.container.biomassa {
  max-width: 814px;
  padding: 0;
}
.container.biomassa .foto {
  position: relative;
  display: inline-block;
  margin: 20px 0 45px;
}
.container.biomassa .foto img {
  display: block;
}
.container.biomassa .foto:before {
  content: "";
  position: absolute;
  background-image: url(img/canvas/nossos-negocios-horizontal.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: -60px;
  bottom: 35px;
  height: 102px;
  width: 290px;
}
.container.biomassa .box-green {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container.biomassa .box-green .item {
  display: block;
  width: calc(50% - 15px);
  background-color: #1a7754;
  padding: 25px;
  margin-bottom: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.container.biomassa .box-green .item:before {
  display: none;
}
.container.biomassa .box-green .item h3 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 112.5%;
  padding: 0;
  margin-bottom: 15px;
}
.container.biomassa .box-green .item p {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1.5px;
  display: inline-block;
  margin: 0;
  width: 100%;
}
.container.biomassa .box-green .item p a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.container.biomassa .box-green .item p.zap {
  display: inline-block;
  width: auto;
  background-color: #fff;
  color: #1a7754;
  padding: 3px 15px 7px 10px;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.container.biomassa .box-green .item p.zap a {
  text-decoration: none;
  color: #1a7754;
}
.container.biomassa .box-green .item p.button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  background-color: #fff;
  color: #1a7754;
  padding: 5px 15px;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 600;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.container.biomassa .box-green .item p .fa {
  display: inline-block;
  font-size: 0;
  position: relative;
  left: 3px;
  top: 3px;
}
@media (max-width: 768px) {
  .container.biomassa .box-green .item {
    width: 100%;
  }
}

.img-zoom {
  cursor: zoom-in;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.img-zoom:hover {
  opacity: 0.75;
}

.file-manager .select-wrapper,
.evento-realizado .select-wrapper {
  width: 113px;
  float: right;
  margin-bottom: 20px;
  background-color: #f6d11d;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.file-manager .select-wrapper.event,
.evento-realizado .select-wrapper.event {
  margin-bottom: 0;
}
.file-manager .select-wrapper label,
.evento-realizado .select-wrapper label {
  background-color: transparent;
  position: relative;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.file-manager .select-wrapper label:before,
.evento-realizado .select-wrapper label:before {
  display: none;
  content: "";
  position: absolute;
  right: 20px;
  top: 18px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #1a7754;
}
.file-manager .select-wrapper label .fa,
.evento-realizado .select-wrapper label .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.file-manager .select-wrapper label .fa:before,
.evento-realizado .select-wrapper label .fa:before {
  color: #1a7754;
}
.file-manager .select-wrapper select,
.evento-realizado .select-wrapper select {
  background-color: transparent;
  border: none;
  color: #1a7754;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 40px 10px 20px;
  width: 113px;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  font-size: 16px;
}
.file-manager .select-wrapper select option,
.evento-realizado .select-wrapper select option {
  color: #1a7754;
}
.file-manager .accordion__item__content,
.evento-realizado .accordion__item__content {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.file-manager .accordion__item .arquivos__list,
.evento-realizado .accordion__item .arquivos__list {
  margin: 0;
}
.file-manager .accordion__item .arquivos__list--item,
.evento-realizado .accordion__item .arquivos__list--item {
  padding: 7.5px 60px 7.5px 15px;
  width: 100%;
  min-height: 55px;
  position: relative;
  border-bottom: 1px solid #f6d11d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.file-manager .accordion__item .arquivos__list--item.noActions,
.evento-realizado .accordion__item .arquivos__list--item.noActions {
  padding: 5px 15px;
}
.file-manager .accordion__item .arquivos__list--item:nth-child(odd),
.evento-realizado .accordion__item .arquivos__list--item:nth-child(odd) {
  background-color: #fefefe;
}
.file-manager .accordion__item .arquivos__list--item .data,
.evento-realizado .accordion__item .arquivos__list--item .data {
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #5c6062;
  min-width: 90px;
  max-width: 90px;
  font-size: 14px;
}
.file-manager .accordion__item .arquivos__list--item .icon,
.evento-realizado .accordion__item .arquivos__list--item .icon {
  width: 50px;
  text-align: center;
  line-height: 0;
}
.file-manager .accordion__item .arquivos__list--item .icon img,
.evento-realizado .accordion__item .arquivos__list--item .icon img {
  margin: 0 auto;
  display: block;
}
.file-manager .accordion__item .arquivos__list--item .title,
.evento-realizado .accordion__item .arquivos__list--item .title {
  width: calc(100% - 140px);
  display: block;
  padding-left: 15px;
  line-height: 24px;
  color: #5c6062;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
}
.file-manager .accordion__item .arquivos__list--item .title span,
.evento-realizado .accordion__item .arquivos__list--item .title span {
  display: block;
  width: 100%;
}
.file-manager .accordion__item .arquivos__list--item .title span.text,
.evento-realizado .accordion__item .arquivos__list--item .title span.text {
  font-size: 15px;
}
.file-manager .accordion__item .arquivos__list--item .actions,
.evento-realizado .accordion__item .arquivos__list--item .actions {
  position: absolute;
  right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.file-manager .accordion__item .arquivos__list--item .actions .copy,
.evento-realizado .accordion__item .arquivos__list--item .actions .copy {
  background: url(img/icons/icon-copy-link.png) no-repeat center center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: none !important;
}
.file-manager .accordion__item .arquivos__list--item .actions .copy:hover,
.evento-realizado .accordion__item .arquivos__list--item .actions .copy:hover {
  opacity: 0.5;
}
.file-manager .accordion__item .arquivos__list--item .actions .download,
.evento-realizado .accordion__item .arquivos__list--item .actions .download {
  background: url(img/icons/icon-download-small.png) no-repeat center center;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
  text-indent: -9000px;
  overflow: hidden;
  font-size: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.file-manager .accordion__item .arquivos__list--item .actions .download:hover,
.evento-realizado .accordion__item .arquivos__list--item .actions .download:hover {
  opacity: 0.5;
}
.file-manager .accordion__item .arquivos__list--item:last-child,
.evento-realizado .accordion__item .arquivos__list--item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .file-manager .accordion__item .arquivos__list--item,
  .evento-realizado .accordion__item .arquivos__list--item {
    height: initial;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .file-manager .accordion__item .arquivos__list--item .data,
  .evento-realizado .accordion__item .arquivos__list--item .data {
    width: 100%;
  }
  .file-manager .accordion__item .arquivos__list--item .icon,
  .evento-realizado .accordion__item .arquivos__list--item .icon {
    display: none;
  }
  .file-manager .accordion__item .arquivos__list--item .title,
  .evento-realizado .accordion__item .arquivos__list--item .title {
    width: 100%;
    white-space: initial;
  }
}
.file-manager #data,
.evento-realizado #data {
  margin-bottom: 15px;
}

.file-manager .results-center .arquivos__list {
  padding: 10px 0 0;
  width: 100%;
  min-width: 380px;
}
.file-manager .results-center .arquivos__list tr td, .file-manager .results-center .arquivos__list tr th {
  border: none !important;
  border-bottom: 1px solid #fff !important;
}
.file-manager .results-center .arquivos__list tr .tabelatt {
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  color: #1a7754;
  position: relative;
  padding: 10px 15px;
  font-size: 40px;
}
.file-manager .results-center .arquivos__list tr .tabelatt:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -0.5px;
  background-color: #73a742;
}
.file-manager .results-center .arquivos__list tr .tabelatt span {
  padding: 0 10px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.file-manager .results-center .arquivos__list tr .tabelatt.ano {
  text-align: left;
}
.file-manager .results-center .arquivos__list tr .tabelatt.ano:before {
  display: none;
}
.file-manager .results-center .arquivos__list tr .tabelatt.destacado {
  color: #73a742;
}
.file-manager .results-center .arquivos__list tr .tabelatt.destacado:before {
  display: none;
}
@media (max-width: 768px) {
  .file-manager .results-center .arquivos__list tr .tabelatt {
    padding: 5px 15px;
    font-size: 20px;
  }
}
.file-manager .results-center .arquivos__list tr .titulo {
  background-color: #F5F5F5;
  font-weight: 300 !important;
  color: #000;
}
.file-manager .results-center .arquivos__list tr .icone {
  width: 13.5% !important;
  text-align: center;
  line-height: 0;
  background-color: transparent !important;
}
.file-manager .results-center .arquivos__list tr .icone img {
  margin: 0 auto;
}
.file-manager .results-center .arquivos__list tr .icone a {
  display: block;
  line-height: 0;
}
.file-manager .results-center-ri .tb-central tr th, .file-manager .results-center-ri .tb-central tr .tabelatt {
  padding: 15px;
}
.file-manager .table-arquivos {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.file-manager .table-arquivos tr {
  background-color: #E8E8E8;
}
.file-manager .table-arquivos tr.divider {
  background-color: #fff;
}
.file-manager .table-arquivos tr.divider td {
  padding: 0;
  height: 10px;
  border: none;
}
.file-manager .table-arquivos td {
  background: none;
  border: none;
  font-size: 15px;
  color: black;
  color: #73a742;
}
.file-manager .table-arquivos td.data {
  width: 100px;
}
.file-manager .table-arquivos td.icone {
  text-align: center;
  width: 65px !important;
}
.file-manager .table-arquivos td.icone a {
  display: block;
  line-height: 0;
}
.file-manager .table-arquivos td.icone img {
  display: block;
}
.file-manager .table-arquivos td.icons {
  padding: 0;
  background-color: #73a742;
  text-align: center;
  width: 95px;
}
.file-manager .table-arquivos td.icons a {
  display: block;
  text-align: center;
}
.file-manager .table-arquivos td.icons img {
  cursor: pointer;
}
.file-manager .table-arquivos td.icons img:hover {
  opacity: 0.8;
}
.file-manager .table-arquivos td.link a {
  font-size: 15px;
  color: #73a742;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.file-manager .fm-months {
  background-color: #FAFAFA;
}
.file-manager .fm-months .month a {
  pointer-events: none;
  opacity: 0.25;
  display: block;
}
.file-manager .fm-months .month.on a {
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
}

.dropFilter {
  float: right;
  margin-bottom: 20px;
  width: 120px;
  position: relative;
  right: 0;
  z-index: 1;
}
.dropFilter .select {
  background-color: #fff;
  position: relative;
  width: 100%;
  max-width: 120px;
  z-index: 1;
}
.dropFilter .select .angle {
  position: absolute;
  top: 12px;
  right: 5px;
  fill: #5c6062;
}
.dropFilter .select .year {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #444444;
  border: 1px solid #E4E5E9;
  height: 40px;
  position: relative;
  cursor: pointer;
  padding: 10px;
  display: block;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.dropFilter .select .bg-dropFilter {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}
.dropFilter .select .bg-dropFilter.open {
  display: block;
}
.dropFilter .select__list {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding: 0;
  margin: 1px 0 0;
  z-index: 9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dropFilter .select__list::-webkit-scrollbar {
  width: 0;
}
.dropFilter .select__list.open {
  height: auto;
  max-height: 240px;
  overflow: auto;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.dropFilter .select__list .item {
  margin: 0;
  padding: 7.5px 10px;
  width: 100%;
  color: #444444;
  cursor: pointer;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  background-color: #fff;
  font-size: 14px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.dropFilter .select__list .item:before {
  display: none;
}
.dropFilter .select__list .item:hover, .dropFilter .select__list .item.active {
  background-color: #1a7754;
  color: #ffffff;
}
.dropFilter .select__list .item:last-child {
  border-bottom: none;
}

.page-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.page-filter.accordion .accordion__item {
  width: 100%;
  display: none;
}
.page-filter.accordion .accordion__item.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.wpContent .diretoria {
  display: inline-block;
  width: 100%;
}
.wpContent .diretoria .scrollTabs {
  overflow: auto;
  padding-bottom: 5px;
  position: relative;
}
.wpContent .diretoria .scrollTabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.wpContent .diretoria .scrollTabs::-moz-scrollbar {
  width: 0;
  height: 0;
}
.wpContent .diretoria .scrollTabs::-ms-scrollbar {
  width: 0;
  height: 0;
}
.wpContent .diretoria .scrollTabs::-o-scrollbar {
  width: 0;
  height: 0;
}
.wpContent .diretoria .tabs {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #5c6062;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.wpContent .diretoria .tabs .item {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  color: #1a7754;
  margin: 0;
  padding: 0 30px 0 0;
  cursor: pointer;
  width: auto;
}
.wpContent .diretoria .tabs .item:last-child {
  padding-right: 0;
}
.wpContent .diretoria .tabs .item:before {
  display: none;
}
.wpContent .diretoria .tabs .item span {
  position: relative;
  padding: 15px 0;
  display: inline-block;
}
.wpContent .diretoria .tabs .item.active span:before {
  content: "";
  position: absolute;
  bottom: -2.5px;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #73a742;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wpContent .diretoria h2 {
  text-align: left;
}
.wpContent .diretoria .contentDiretoria {
  display: none;
  margin: 45px 0;
}
.wpContent .diretoria .contentDiretoria.active {
  display: block;
}
.wpContent .diretoria .contentDiretoria .grid--list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 12px;
  position: relative;
  margin: 0;
}
.wpContent .diretoria .contentDiretoria .grid--list .item {
  overflow: hidden;
  position: relative;
  height: 280px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.wpContent .diretoria .contentDiretoria .grid--list .item .bg {
  display: none;
}
.wpContent .diretoria .contentDiretoria .grid--list .item .photo img {
  width: 100%;
  display: block;
}
.wpContent .diretoria .contentDiretoria .grid--list .item .info {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: linear-gradient(180deg, rgba(13, 40, 51, 0.65) 0%, #AA8966 100%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.wpContent .diretoria .contentDiretoria .grid--list .item .info .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  padding: 0 0 10px;
  margin: 0;
  color: #fff;
  text-align: left;
  text-transform: initial;
  position: relative;
  font-size: 39px;
}
.wpContent .diretoria .contentDiretoria .grid--list .item .info .title strong {
  color: #fff;
  font-weight: bold;
}
.wpContent .diretoria .contentDiretoria .grid--list .item .info .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #0D2833 0%, rgba(13, 40, 51, 0) 100%);
}
.wpContent .diretoria .contentDiretoria .grid--list .item .info .cargo {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 20px 0 25px 0;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  font-size: 18px;
  display: none;
}
.wpContent .diretoria .contentDiretoria .grid--list .item .info .fa-linkedin {
  display: none;
}
.wpContent .diretoria .contentDiretoria .grid--list .item .info .fa-linkedin:before {
  color: #fff;
  font-size: 30px;
}
.wpContent .diretoria .contentDiretoria .grid--list .item .info .linkedin {
  display: none;
}
.wpContent .diretoria .contentDiretoria .grid--list .item .info .descricao {
  display: none;
}
.wpContent .diretoria .contentDiretoria .grid--list .item:hover .info {
  top: 0;
}
@media (max-width: 992px) {
  .wpContent .diretoria .contentDiretoria .grid--list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 12px;
  }
  .wpContent .diretoria .contentDiretoria .grid--list .item .info .title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .wpContent .diretoria .contentDiretoria .grid--list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .wpContent .diretoria .contentDiretoria .grid--list .item {
    height: 250px;
  }
}
@media (max-width: 576px) {
  .wpContent .diretoria .contentDiretoria .grid--list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
  }
  .wpContent .diretoria .contentDiretoria .grid--list .item {
    height: 180px;
  }
}

.modalDiretoria {
  position: fixed;
  top: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999999999;
  height: 100%;
  width: 100%;
  padding: 45px;
  overflow-y: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.modalDiretoria::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.modalDiretoria::-moz-scrollbar {
  width: 0;
  height: 0;
}
.modalDiretoria::-ms-scrollbar {
  width: 0;
  height: 0;
}
.modalDiretoria::-o-scrollbar {
  width: 0;
  height: 0;
}
.modalDiretoria .container {
  padding: 0;
}
.modalDiretoria .closeModal {
  text-indent: -9000px;
  position: absolute;
  right: 20px;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(img/icons/icon-close-white.png) no-repeat center;
  cursor: pointer;
  z-index: 9;
}
.modalDiretoria .closeModal:hover {
  opacity: 0.5;
}
.modalDiretoria .closeModalDiretoria {
  text-indent: -9000px;
}
.modalDiretoria.active {
  top: 0;
}
.modalDiretoria.active .closeModalDiretoria {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.modalDiretoria .owl-carousel {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
.modalDiretoria .owl-carousel .owl-item {
  padding: 0 20px;
}
.modalDiretoria .owl-carousel .owl-item .item {
  width: 100%;
  background-color: #73a742;
  padding: 25px 35px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.modalDiretoria .owl-carousel .owl-item .item .bg {
  display: none;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  background-color: #272323;
  position: absolute;
  right: -1px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.modalDiretoria .owl-carousel .owl-item .item .photo {
  margin-right: 25px;
  min-width: 300px;
  max-width: 300px;
}
.modalDiretoria .owl-carousel .owl-item .item .photo img {
  width: 100%;
}
.modalDiretoria .owl-carousel .owl-item .item .info .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 133%;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  font-size: 28px;
}
.modalDiretoria .owl-carousel .owl-item .item .info .title strong {
  color: #1a7754;
  font-weight: 600;
}
.modalDiretoria .owl-carousel .owl-item .item .info .title span {
  font-weight: 300;
  line-height: 150%;
  color: #fff;
  font-size: 16px;
}
.modalDiretoria .owl-carousel .owl-item .item .info p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  color: #fff;
  margin-bottom: 25px;
  display: block;
  font-size: 16px;
}
.modalDiretoria .owl-carousel .owl-item .item .info p:last-child {
  margin-bottom: 15px;
}
.modalDiretoria .owl-carousel .owl-item .item .info .fa-linkedin:before {
  font-size: 25px;
  color: #fff;
}
.modalDiretoria .owl-carousel .owl-item .item .info .linkedin {
  width: 27px;
  display: inline-block;
}
@media (max-width: 768px) {
  .modalDiretoria .owl-carousel .owl-item .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modalDiretoria .owl-carousel .owl-item .item .photo {
    margin-right: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 180px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .modalDiretoria .owl-carousel .owl-item .item .photo img {
    min-width: 150px;
    max-width: 150px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .modalDiretoria .owl-carousel .owl-item .item .info {
    text-align: center;
  }
  .modalDiretoria .owl-carousel .owl-item .item .info .title {
    margin-bottom: 0;
  }
  .modalDiretoria .owl-carousel .owl-item .item .info p.cargo {
    margin-bottom: 15px;
  }
}
.modalDiretoria .owl-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 20px rgba(115, 167, 66, 0.15);
  -moz-box-shadow: 0 4px 20px rgba(115, 167, 66, 0.15);
  -ms-box-shadow: 0 4px 20px rgba(115, 167, 66, 0.15);
  -o-box-shadow: 0 4px 20px rgba(115, 167, 66, 0.15);
  box-shadow: 0 4px 20px rgba(115, 167, 66, 0.15);
}
.modalDiretoria .owl-carousel .owl-nav div.disabled .fa {
  color: #adadad;
}
.modalDiretoria .owl-carousel .owl-nav div.owl-prev {
  left: 0;
  padding-right: 3px;
}
.modalDiretoria .owl-carousel .owl-nav div.owl-next {
  right: 0;
  padding-left: 3px;
}
.modalDiretoria .owl-carousel .owl-nav div .fa {
  color: #1a7754;
}
.modalDiretoria .owl-carousel .owl-nav div .fa:before {
  font-size: 30px;
}
@media (max-width: 992px) {
  .modalDiretoria {
    padding: 45px 15px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
@media (max-height: 600px) {
  .modalDiretoria {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

.page-template-page-stockinfo .stockinfo-chart .chart .tbPrices__title {
  background-color: #1a7754;
}
.page-template-page-stockinfo .historyTabularPrices .form-inline .btn-default, .page-template-page-stockinfo .historyTabularPrices .form-inline .btn-export {
  background-color: #1a7754;
  border: none;
}
.page-template-page-stockinfo .historyTabularPrices tfoot tr td {
  background-color: transparent !important;
}
.page-template-page-stockinfo .btn-change-chart-type.active,
.page-template-page-stockinfo .btn-change-chart-period.active {
  background-color: #1a7754;
}

.page-template-page-listar-noticias .page-noticias .destacado,
.page-template-page-listar-noticias-ri .page-noticias .destacado {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 100px;
}
.page-template-page-listar-noticias .page-noticias .destacado .text,
.page-template-page-listar-noticias-ri .page-noticias .destacado .text {
  max-width: 52.5%;
  min-width: 52.5%;
  position: relative;
  top: 35px;
  z-index: 1;
  margin-left: -5%;
  background-color: #73a742;
  padding: 30px 50px;
  -webkit-border-radius: 53px 0;
  -moz-border-radius: 53px 0;
  -ms-border-radius: 53px 0;
  -o-border-radius: 53px 0;
  border-radius: 53px 0;
}
.page-template-page-listar-noticias .page-noticias .destacado .text .data,
.page-template-page-listar-noticias-ri .page-noticias .destacado .text .data {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.page-template-page-listar-noticias .page-noticias .destacado .text h2,
.page-template-page-listar-noticias-ri .page-noticias .destacado .text h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  padding: 0;
  display: block;
  text-align: left;
  text-transform: initial;
  color: #f6d11d;
}
.page-template-page-listar-noticias .page-noticias .destacado .text p,
.page-template-page-listar-noticias-ri .page-noticias .destacado .text p {
  font-size: 14px;
  line-height: 150.5%;
  display: block;
  color: #fff;
  margin: 10px 0 15px;
}
.page-template-page-listar-noticias .page-noticias .destacado .text a,
.page-template-page-listar-noticias-ri .page-noticias .destacado .text a {
  font-weight: 600;
  font-size: 11px;
  line-height: 130%;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
}
.page-template-page-listar-noticias .page-noticias .destacado .text a:hover,
.page-template-page-listar-noticias-ri .page-noticias .destacado .text a:hover {
  text-decoration: none;
}
.page-template-page-listar-noticias .page-noticias .destacado .img,
.page-template-page-listar-noticias-ri .page-noticias .destacado .img {
  position: relative;
  max-width: 52.5%;
  min-width: 52.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 53px 0;
  -moz-border-radius: 53px 0;
  -ms-border-radius: 53px 0;
  -o-border-radius: 53px 0;
  border-radius: 53px 0;
}
@media (max-width: 768px) {
  .page-template-page-listar-noticias .page-noticias .destacado,
  .page-template-page-listar-noticias-ri .page-noticias .destacado {
    display: none;
  }
}
.page-template-page-listar-noticias .page-noticias .listar-noticias,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias {
  width: 100%;
  margin: 45px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.page-template-page-listar-noticias .page-noticias .listar-noticias .item,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item {
  width: 100%;
  margin: 0;
  background: #FFFFFF;
  padding: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-template-page-listar-noticias .page-noticias .listar-noticias .item:first-child,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item:first-child {
  display: none;
}
.page-template-page-listar-noticias .page-noticias .listar-noticias .item:before,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item:before {
  display: none;
}
.page-template-page-listar-noticias .page-noticias .listar-noticias .item figure,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item figure {
  height: 180px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-template-page-listar-noticias .page-noticias .listar-noticias .item figure img,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item figure img {
  display: none;
}
.page-template-page-listar-noticias .page-noticias .listar-noticias .item .infos,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item .infos {
  padding: 23px 15px;
  width: 100%;
}
.page-template-page-listar-noticias .page-noticias .listar-noticias .item .infos .data,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item .infos .data {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  display: block;
  margin-bottom: 10px;
  color: #73a742;
}
.page-template-page-listar-noticias .page-noticias .listar-noticias .item .infos h2,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item .infos h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  padding: 0;
  display: block;
  text-align: left;
  text-transform: initial;
  color: #1a7754;
}
.page-template-page-listar-noticias .page-noticias .listar-noticias .item .infos p,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item .infos p {
  font-size: 14px;
  line-height: 150.5%;
  color: #5C6062;
  margin: 10px 0 15px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page-template-page-listar-noticias .page-noticias .listar-noticias .item .infos a,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item .infos a {
  font-weight: 600;
  font-size: 11px;
  line-height: 130%;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-decoration: underline;
  color: #1a7754;
}
.page-template-page-listar-noticias .page-noticias .listar-noticias .item .infos a:hover,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item .infos a:hover {
  text-decoration: none;
}
.page-template-page-listar-noticias .page-noticias .listar-noticias .btn,
.page-template-page-listar-noticias-ri .page-noticias .listar-noticias .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .page-template-page-listar-noticias .page-noticias .listar-noticias,
  .page-template-page-listar-noticias-ri .page-noticias .listar-noticias {
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  .page-template-page-listar-noticias .page-noticias .listar-noticias,
  .page-template-page-listar-noticias-ri .page-noticias .listar-noticias {
    grid-template-columns: 1fr 1fr;
  }
  .page-template-page-listar-noticias .page-noticias .listar-noticias .item:first-child,
  .page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .page-template-page-listar-noticias .page-noticias .listar-noticias .item .infos h2,
  .page-template-page-listar-noticias-ri .page-noticias .listar-noticias .item .infos h2 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .page-template-page-listar-noticias .page-noticias .listar-noticias,
  .page-template-page-listar-noticias-ri .page-noticias .listar-noticias {
    grid-template-columns: 1fr;
  }
}

.single-noticias .page-noticia .img-destaque {
  overflow: hidden;
  -webkit-border-radius: 80px 0;
  -moz-border-radius: 80px 0;
  -ms-border-radius: 80px 0;
  -o-border-radius: 80px 0;
  border-radius: 80px 0;
}
.single-noticias .page-noticia .img-destaque img {
  margin: auto;
  display: block;
  width: 100%;
}
.single-noticias .page-noticia h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  padding: 0;
  display: block;
  text-align: left;
  text-transform: initial;
  color: #1a7754;
}
.single-noticias .page-noticia .data {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  display: block;
  margin-bottom: 10px;
  color: #1a7754;
}
.single-noticias .page-noticia p {
  font-size: 14px;
  line-height: 150.5%;
  color: #5C6062;
  margin: 10px 0 15px;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.single-noticias .page-noticia .buttons .btn-primary {
  float: left;
  padding-right: 62px;
  position: relative;
}
.single-noticias .page-noticia .buttons .btn-primary:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  background: url(img/icon-download.svg) no-repeat center;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.single-noticias .page-noticia .buttons .btn-primary:hover {
  color: #1a7754;
}
.single-noticias .page-noticia .buttons .btn-primary:hover:after {
  background-image: url(img/icon-download-green.svg);
}
.single-noticias .page-noticia .buttons .btn-terciary {
  float: right;
}
.single-noticias .page-noticia .buttons .btn-terciary .fa {
  float: left;
  margin: 0 5px -3px 0;
}

.fornecedores-texto h3 {
  margin-bottom: 20px;
}
.fornecedores-manuais {
  margin: 65px 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fornecedores-manuais .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.fornecedores-manuais .item:last-child {
  width: 242px;
}
.fornecedores-manuais .item:last-child a {
  font-size: 8px;
  line-height: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.fornecedores-manuais .item a {
  margin-bottom: 33px;
  font-size: 8px;
}
@media (max-width: 576px) {
  .fornecedores-manuais .item {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .fornecedores-manuais {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  .fornecedores-manuais .item {
    margin-bottom: 30px;
  }
  .fornecedores-manuais .item a {
    margin-bottom: 20px;
  }
}
.fornecedores-faqs h3 {
  margin-bottom: 55px;
}
.fornecedores .btn {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 37px;
  line-height: 18px;
  position: relative;
}
.fornecedores .btn-file {
  padding: 15px 53px 15px 25px;
}
.fornecedores .btn-file.btn-terciary:after {
  background-image: url(img/icon-download-green.svg);
}
.fornecedores .btn-file:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  background: url(img/icon-download.svg) no-repeat center;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.fornecedores .btn-file:hover {
  color: #1a7754;
}
.fornecedores .btn-file:hover:after {
  background-image: url(img/icon-download-green.svg);
}

.providerFormModal {
  z-index: 99;
  position: relative;
  display: none;
}
.providerFormModal.active::before {
  content: "";
  background: linear-gradient(180deg, #78aa41 15.57%, #73a742 18.36%, #438d4c 48.48%, #257d52 71.48%, #1a7754 84.49%);
  opacity: 0.6;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.providerFormModal__content {
  width: 100%;
  max-width: 980px;
  max-height: 90%;
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #fff;
  z-index: 9;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  padding-bottom: 67px;
}
.providerFormModal__content--header {
  padding: 2rem 2rem 0 2rem;
  margin-bottom: 2.5rem;
}
.providerFormModal__content--header h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 112.5%;
  color: #1a7754;
}
.providerFormModal__content--header img {
  cursor: pointer;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.providerFormModal__content--header img:hover {
  opacity: 0.7;
}
.providerFormModal__content--text {
  padding: 2rem 2rem 0 2rem;
  margin-bottom: 2.5rem;
}
.providerFormModal__content--text p {
  color: #5c6062;
  font-size: 14px;
  line-height: 150.5%;
  margin-bottom: 1rem;
}
.providerFormModal__content--text p a {
  color: #78aa41;
  text-decoration: none;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.providerFormModal__content--text p a:hover {
  opacity: 0.7;
}
.providerFormModal__content--form .bgGray {
  background: #f7f7f7;
  padding: 1.5rem 2rem 1.5rem 2rem;
  margin-bottom: 2.5rem;
}
.providerFormModal__content--form fieldset {
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 1rem;
}
.providerFormModal__content--form fieldset:last-child {
  margin-bottom: 0;
}
.providerFormModal__content--form fieldset > div {
  margin: 20px 0;
}
.providerFormModal__content--form fieldset span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5c6062;
}
.providerFormModal__content--form input[type=text],
.providerFormModal__content--form input[type=email],
.providerFormModal__content--form select {
  padding: 1.5rem 1rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5c6062;
  width: 100%;
  background: white;
  border: none;
}
.providerFormModal__content--form input[type=text]::-webkit-input-placeholder,
.providerFormModal__content--form input[type=email]::-webkit-input-placeholder,
.providerFormModal__content--form select::-webkit-input-placeholder {
  color: #5c6062;
}
.providerFormModal__content--form input[type=text]::-moz-input-placeholder,
.providerFormModal__content--form input[type=email]::-moz-input-placeholder,
.providerFormModal__content--form select::-moz-input-placeholder {
  color: #5c6062;
}
.providerFormModal__content--form input[type=text]::-ms-input-placeholder,
.providerFormModal__content--form input[type=email]::-ms-input-placeholder,
.providerFormModal__content--form select::-ms-input-placeholder {
  color: #5c6062;
}
.providerFormModal__content--form input[type=text]::-o-input-placeholder,
.providerFormModal__content--form input[type=email]::-o-input-placeholder,
.providerFormModal__content--form select::-o-input-placeholder {
  color: #5c6062;
}
.providerFormModal__content--form input[type=text]::input-placeholder,
.providerFormModal__content--form input[type=email]::input-placeholder,
.providerFormModal__content--form select::input-placeholder {
  color: #5c6062;
}
.providerFormModal__content--form select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(img/select-arrow.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 22px;
}
.providerFormModal__content--form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.providerFormModal__content--form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.providerFormModal__content--form input[type=checkbox] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #1a7754;
}
.providerFormModal__content--form input[type=checkbox]:hover + label:before {
  background: #1a7754;
}
.providerFormModal__content--form input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.providerFormModal__content--form input[type=checkbox]:checked + label:before {
  background: #1a7754;
}
.providerFormModal__content--form input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.providerFormModal__content--form input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.providerFormModal__content--form input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #f6d11d;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #f6d11d, 4px 0 0 #f6d11d, 4px -2px 0 #f6d11d, 4px -4px 0 #f6d11d, 4px -6px 0 #f6d11d, 4px -8px 0 #f6d11d;
  transform: rotate(45deg);
}
.providerFormModal__content--form .btn-submit {
  display: block;
  margin: auto;
}
.providerFormModal__content--form .g-recaptcha > div {
  margin: 2rem auto;
}
.providerFormModal__content .success-box {
  background-color: #1a7754;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  color: white;
  display: none;
  width: 100%;
  margin: auto;
  max-width: 600px;
}

.banco-de-imagens .list {
  width: 100%;
  margin: 45px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.banco-de-imagens .list .item {
  width: 100%;
  background: #FFFFFF;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.banco-de-imagens .list .item:before {
  display: none;
}
.banco-de-imagens .list .item figure {
  height: 270px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.banco-de-imagens .list .item figure img {
  display: none;
}
.banco-de-imagens .list .item .btn {
  margin: 25px auto 45px;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 62px 15px 37px;
  position: relative;
}
.banco-de-imagens .list .item .btn:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  background: url(img/icon-download.svg) no-repeat center;
}
.banco-de-imagens .list .item .btn:hover {
  color: #1a7754;
}
.banco-de-imagens .list .item .btn:hover:after {
  background-image: url(img/icon-download-green.svg);
}
@media (max-width: 768px) {
  .banco-de-imagens .list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .banco-de-imagens .list .item .thumb {
    height: 210px;
  }
  .banco-de-imagens .list .item .btn {
    margin: 15px auto 0;
  }
}
@media (max-width: 440px) {
  .banco-de-imagens .list {
    grid-template-columns: 1fr;
  }
  .banco-de-imagens .list .item .thumb {
    height: 170px;
  }
}

.proposito {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.proposito .img {
  max-width: 50%;
  min-width: 50%;
}
.proposito .video {
  margin: auto;
}
@media (max-width: 768px) {
  .proposito .video {
    max-width: 100%;
    min-width: 100%;
  }
}
.proposito .video video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.proposito .text {
  max-width: 50%;
  min-width: 50%;
  padding-left: 30px;
}
.proposito .text h2 {
  text-shadow: 1px 1px 0px #73a742, -1px 1px 0px #73a742, -1px -1px 0px #73a742, 1px -1px 0px #73a742;
  font-weight: 600;
  font-size: 45px;
  padding-bottom: 0;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  mix-blend-mode: multiply;
}
.proposito .text h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 150%;
  color: #1a7754;
  margin-top: 0;
  padding: 0;
}
.proposito .text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150.5%;
  width: 100%;
  margin: 20px 0;
  color: #5c6062;
}
.proposito .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .proposito {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .proposito .img {
    max-width: 350px;
    min-width: 350px;
    margin-bottom: 30px;
  }
  .proposito .text {
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
  }
}

.missao-visao-valores {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.missao-visao-valores .box {
  position: relative;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.missao-visao-valores .box .text {
  position: relative;
  width: 100%;
  background: #78aa41;
  padding: 45px 70px;
  -webkit-border-radius: 85px 0px 77px;
  -moz-border-radius: 85px 0px 77px;
  -ms-border-radius: 85px 0px 77px;
  -o-border-radius: 85px 0px 77px;
  border-radius: 85px 0px 77px;
}
.missao-visao-valores .box .text:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.missao-visao-valores .box .text h2 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  text-transform: initial;
  text-align: left;
  color: #f6d11d;
}
.missao-visao-valores .box .text p {
  font-weight: normal;
  font-size: 18px;
  line-height: 150.5%;
  margin: 20px 0;
  color: #fff;
  max-width: 365px;
}
.missao-visao-valores .box .text p:last-child {
  margin-bottom: 0;
}
.missao-visao-valores .box-missao .text {
  width: 647px;
  padding: 45px 210px 45px 70px;
}
.missao-visao-valores .box-missao .text:before {
  content: "";
  background-image: url(img/canvas/missao.svg);
  left: 70px;
  top: 95%;
  height: 151px;
  width: 440px;
}
.missao-visao-valores .box-missao .img {
  position: absolute;
  right: 0;
  top: 45px;
}
@media (max-width: 1050px) {
  .missao-visao-valores .box-missao {
    background: #78aa41;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 30px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  .missao-visao-valores .box-missao .text {
    width: 100%;
    padding: 0 30px 0 0;
    -webkit-border-radius: 30px 0 0;
    -moz-border-radius: 30px 0 0;
    -ms-border-radius: 30px 0 0;
    -o-border-radius: 30px 0 0;
    border-radius: 30px 0 0;
  }
  .missao-visao-valores .box-missao .text:before {
    height: 111px;
    width: 320px;
    background-size: contain;
    display: none;
  }
  .missao-visao-valores .box-missao .text p {
    max-width: 100%;
  }
  .missao-visao-valores .box-missao .img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 250px;
    max-width: 250px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  .missao-visao-valores .box-missao .img img {
    display: block;
  }
}
.missao-visao-valores .box-visao {
  z-index: 2;
  margin-bottom: 140px;
}
.missao-visao-valores .box-visao .text {
  background-color: #1a7754;
  width: 100%;
  padding: 45px 30px 45px 52%;
  min-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 72px 0px 97px;
  -moz-border-radius: 72px 0px 97px;
  -ms-border-radius: 72px 0px 97px;
  -o-border-radius: 72px 0px 97px;
  border-radius: 72px 0px 97px;
}
.missao-visao-valores .box-visao .text:before {
  content: "";
  background-image: url(img/canvas/visao.svg);
  right: 30px;
  top: calc(100% - 2px);
  height: 180px;
  width: 526px;
  z-index: -1;
}
.missao-visao-valores .box-visao .text p {
  max-width: 100%;
  font-size: 18px;
}
.missao-visao-valores .box-visao .img {
  position: absolute;
  left: 62px;
  top: 0;
}
@media (max-width: 1050px) {
  .missao-visao-valores .box-visao {
    background-color: #1a7754;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 30px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  .missao-visao-valores .box-visao .text {
    width: 100%;
    padding: 0 30px 0 0;
    min-height: 100px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .missao-visao-valores .box-visao .text:before {
    display: none;
  }
  .missao-visao-valores .box-visao .img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 250px;
    max-width: 250px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  .missao-visao-valores .box-visao .img img {
    display: block;
  }
}
.missao-visao-valores .box-valores {
  margin-top: 80px;
}
.missao-visao-valores .box-valores .text {
  background-color: #f6d11d;
  width: 592px;
  padding: 45px 90px 45px 70px;
}
.missao-visao-valores .box-valores .text:before {
  content: "";
  background-image: url(img/canvas/valores.svg);
  left: -35px;
  top: 50%;
  height: 377px;
  width: 126px;
  z-index: -1;
}
.missao-visao-valores .box-valores .text h2 {
  color: #1a7754;
}
.missao-visao-valores .box-valores .text p {
  font-size: 18px;
  max-width: 100%;
  color: #5c6062;
}
.missao-visao-valores .box-valores .text p strong {
  color: #1a7754;
}
.missao-visao-valores .box-valores .img {
  position: absolute;
  right: 0;
  top: -80px;
}
@media (max-width: 1050px) {
  .missao-visao-valores .box-valores {
    background-color: #f6d11d;
    overflow: hidden;
    padding: 30px;
    margin: 0;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  .missao-visao-valores .box-valores .text {
    width: 100%;
    padding: 0 30px 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .missao-visao-valores .box-valores .text:before {
    display: none;
  }
  .missao-visao-valores .box-valores .img {
    position: relative;
    top: 0;
    min-width: 250px;
    max-width: 250px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  .missao-visao-valores .box-valores .img img {
    display: block;
  }
}
@media (max-width: 576px) {
  .missao-visao-valores .box {
    margin-bottom: 25px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .missao-visao-valores .box .text {
    margin-bottom: 20px;
  }
  .missao-visao-valores .box .text h2 {
    font-size: 22px;
  }
  .missao-visao-valores .box .text p {
    font-size: 15px;
  }
}

.nossos-negocios .box-newspapper {
  margin-bottom: 75px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.nossos-negocios .box-newspapper .imagem {
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
  position: relative;
}
.nossos-negocios .box-newspapper .imagem .canvas {
  position: absolute;
  background-image: url(img/canvas/nossos-negocios-vertical.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.nossos-negocios .box-newspapper .imagem .canvas-1 {
  left: -21px;
  top: 28px;
  width: 102px;
  height: 290px;
}
@media (max-width: 768px) {
  .nossos-negocios .box-newspapper .imagem .canvas-1 {
    width: 60px;
    height: 180px;
  }
}
.nossos-negocios .box-newspapper .imagem .canvas-2 {
  left: -21px;
  bottom: 28px;
  width: 102px;
  height: 290px;
}
@media (max-width: 768px) {
  .nossos-negocios .box-newspapper .imagem .canvas-2 {
    width: 60px;
    height: 180px;
  }
}
.nossos-negocios .box-newspapper .imagem .canvas-3 {
  right: -21px;
  top: 28px;
  width: 102px;
  height: 290px;
}
@media (max-width: 768px) {
  .nossos-negocios .box-newspapper .imagem .canvas-3 {
    width: 60px;
    height: 180px;
  }
}
.nossos-negocios .box-newspapper .imagem .canvas-4 {
  right: -21px;
  bottom: 28px;
  width: 102px;
  height: 290px;
}
@media (max-width: 768px) {
  .nossos-negocios .box-newspapper .imagem .canvas-4 {
    width: 60px;
    height: 180px;
  }
}
.nossos-negocios .box-newspapper .imagem .canvas-5 {
  background-image: url(img/canvas/nossos-negocios-horizontal.svg);
  left: 21px;
  bottom: -28px;
  height: 102px;
  width: 290px;
}
@media (max-width: 768px) {
  .nossos-negocios .box-newspapper .imagem .canvas-5 {
    height: 60px;
    width: 180px;
  }
}
.nossos-negocios .box-newspapper .imagem .canvas-6 {
  background-image: url(img/canvas/nossos-negocios-horizontal.svg);
  right: 21px;
  bottom: -28px;
  height: 102px;
  width: 288px;
}
@media (max-width: 768px) {
  .nossos-negocios .box-newspapper .imagem .canvas-6 {
    height: 60px;
    width: 180px;
  }
}
.nossos-negocios .box-newspapper .texto {
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
}
.nossos-negocios .box-newspapper .texto h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #1a7754;
  margin-top: 0;
  padding: 0;
}
.nossos-negocios .box-newspapper .texto p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: 100%;
  margin: 20px 0;
  color: #5c6062;
}
.nossos-negocios .box-newspapper .texto p:first-child {
  margin-top: 0;
}
.nossos-negocios .box-newspapper .texto p:last-child {
  margin-bottom: 0;
}
.nossos-negocios .box-newspapper-small .imagem {
  max-width: calc(38% - 15px);
  min-width: calc(38% - 15px);
}
.nossos-negocios .box-newspapper-small .texto {
  max-width: calc(62% - 15px);
  min-width: calc(62% - 15px);
}
@media (max-width: 768px) {
  .nossos-negocios .box-newspapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nossos-negocios .box-newspapper .imagem {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 45px;
  }
  .nossos-negocios .box-newspapper .imagem img {
    width: 100%;
  }
  .nossos-negocios .box-newspapper .texto {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 576px) {
  .nossos-negocios .box-newspapper-small .imagem {
    max-width: 100%;
    min-width: 100%;
  }
  .nossos-negocios .box-newspapper-small .texto {
    max-width: 100%;
    min-width: 100%;
  }
}
.nossos-negocios .box-green {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nossos-negocios .box-green .item {
  display: block;
  width: calc(50% - 15px);
  background-color: #1a7754;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.nossos-negocios .box-green .item h3 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 112.5%;
  padding: 0;
  margin-bottom: 25px;
}
.nossos-negocios .box-green .item p {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1.5px;
  display: inline-block;
  margin: 0;
  width: 100%;
}
.nossos-negocios .box-green .item p a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.nossos-negocios .box-green .item p.zap {
  display: inline-block;
  width: auto;
  background-color: #fff;
  color: #1a7754;
  padding: 3px 15px 7px 10px;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.nossos-negocios .box-green .item p.zap a {
  text-decoration: none;
  color: #1a7754;
}
.nossos-negocios .box-green .item p.button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  background-color: #fff;
  color: #1a7754;
  padding: 5px 15px;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 600;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.nossos-negocios .box-green .item p .fa {
  display: inline-block;
  font-size: 0;
  position: relative;
  left: 3px;
  top: 3px;
}
.nossos-negocios .box-green .item.tab {
  background-color: transparent;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nossos-negocios .box-green .item.tab.left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.nossos-negocios .box-green .item.tab .item-content {
  background-color: #f6d11d;
  background: linear-gradient(0deg, #F6D11D 15.58%, #F6D31A 45.39%, #F8D911 66.08%, #FAE104 81.85%);
  width: 350px;
  margin-left: 30px;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 40px 0;
  -moz-border-radius: 40px 0;
  -ms-border-radius: 40px 0;
  -o-border-radius: 40px 0;
  border-radius: 40px 0;
}
.nossos-negocios .box-green .item.tab .item-content .text {
  color: #1a7754;
  height: 115px;
  width: 62.5%;
  padding: 15px 0 15px 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nossos-negocios .box-green .item.tab .item-content .img {
  position: absolute;
  top: -10px;
  right: 0;
  height: 135px;
  width: 159px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .nossos-negocios .box-green .item {
    width: 100%;
  }
}
.nossos-negocios .box-green .modal {
  display: none;
}
.nossos-negocios .tabsMenu {
  margin: 110px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .nossos-negocios .tabsMenu {
    margin: 25px 0;
  }
}
.nossos-negocios .tabsMenu .item {
  background-color: #f6d11d;
  background: linear-gradient(0deg, #F6D11D 15.58%, #F6D31A 45.39%, #F8D911 66.08%, #FAE104 81.85%);
  width: calc(33.333% - 20px);
  margin-left: 30px;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 40px 0;
  -moz-border-radius: 40px 0;
  -ms-border-radius: 40px 0;
  -o-border-radius: 40px 0;
  border-radius: 40px 0;
}
.nossos-negocios .tabsMenu .item:first-child {
  margin-left: 0;
}
.nossos-negocios .tabsMenu .item.active, .nossos-negocios .tabsMenu .item:hover {
  background-color: #73a742;
  background: linear-gradient(180deg, #78AA41 15.57%, #73A742 18.36%, #438D4C 48.48%, #257D52 71.48%, #1A7754 84.49%);
}
.nossos-negocios .tabsMenu .item.active .text, .nossos-negocios .tabsMenu .item:hover .text {
  color: #f6d11d;
}
.nossos-negocios .tabsMenu .item .text {
  color: #1a7754;
  height: 115px;
  width: 62.5%;
  padding: 15px 0 15px 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nossos-negocios .tabsMenu .item .img {
  position: absolute;
  top: -10px;
  right: 0;
  height: 135px;
  width: 159px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .nossos-negocios .tabsMenu .item {
    width: calc(50% - 20px);
    margin: 20px 10px !important;
    overflow: hidden;
  }
  .nossos-negocios .tabsMenu .item .text {
    padding-left: 20px;
    font-size: 20px;
    width: 150px;
    height: 75px;
  }
  .nossos-negocios .tabsMenu .item .img {
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    background-size: 100%;
    border-radius: 40px 0;
  }
}
@media (max-width: 576px) {
  .nossos-negocios .tabsMenu .item {
    width: 100%;
    margin: 20px 0 !important;
  }
}
.nossos-negocios .tabsMenuContent {
  display: inline-block;
  margin-bottom: 45px;
  width: 100%;
}
.nossos-negocios .tabsMenuContent .tabsContent {
  display: none;
  width: 100%;
}
.nossos-negocios .tabsMenuContent .tabsContent.active {
  display: inline-block;
}
.nossos-negocios .item.itemNew span {
  font-size: 24px;
}
.nossos-negocios .col-md-4 .arquivos a {
  display: block;
  margin: 5px;
  width: 100%;
  text-decoration: none;
  transition: 0.3s;
  padding: 15px 0;
  background-image: url("https://www.fs.agr.br/wp-content/uploads/sites/1010/2022/03/Group-27.png");
  background-repeat: no-repeat;
  background-position: 86% 58%;
  background-size: 25px;
}
.nossos-negocios .col-md-4 .arquivos a:hover {
  opacity: 0.4;
}

.modal-midia,
.modal-zoom {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 45px 15px;
  overflow: auto;
}
.modal-midia:before,
.modal-zoom:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #78AA41 15.57%, #73A742 18.36%, #438D4C 48.48%, #257D52 71.48%, #1A7754 84.49%);
  opacity: 0.6;
}
.modal-midia.active,
.modal-zoom.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.modal-midia .modalContent,
.modal-zoom .modalContent {
  background-color: #fff;
  max-width: 820px;
  padding: 70px 30px 30px;
  position: relative;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.modal-midia .modalContent .close,
.modal-zoom .modalContent .close {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(img/icon-close.svg) no-repeat center;
  text-indent: -9000px;
}
.modal-midia .modalContent img,
.modal-zoom .modalContent img {
  display: block;
  margin-bottom: 25px;
  max-height: 450px;
  max-width: 800px;
}
.modal-midia .modalContent .btn,
.modal-zoom .modalContent .btn {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 62px 15px 37px;
  position: relative;
}
.modal-midia .modalContent .btn:after,
.modal-zoom .modalContent .btn:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  background: url(img/icon-download.svg) no-repeat center;
}
.modal-midia .modalContent .btn:hover,
.modal-zoom .modalContent .btn:hover {
  color: #1a7754;
}
.modal-midia .modalContent .btn:hover:after,
.modal-zoom .modalContent .btn:hover:after {
  background-image: url(img/icon-download-green.svg);
}
.modal-midia .modalContentVideo,
.modal-zoom .modalContentVideo {
  padding: 30px;
}
.modal-midia .modalContentVideo .close,
.modal-zoom .modalContentVideo .close {
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
}
.modal-midia .modalContentVideo .iframe,
.modal-zoom .modalContentVideo .iframe {
  max-width: 560px;
  width: 100%;
  height: 315px;
}
.modal-midia .modalContentZoom,
.modal-zoom .modalContentZoom {
  max-width: 90vw;
  max-height: 90vh;
  padding: 30px;
  overflow: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.modal-midia .modalContentZoom img,
.modal-zoom .modalContentZoom img {
  max-width: 90vw;
  max-height: 90vh;
}

.sustentabilidade--list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  position: relative;
  margin: 0;
}
.sustentabilidade--list .item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.sustentabilidade--list .item .link {
  background: #fff;
  width: 100%;
  height: 260px;
  padding: 25px 10px;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sustentabilidade--list .item .link .icon {
  height: 120px;
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sustentabilidade--list .item .link .icon img {
  margin: 0 auto;
  display: block;
}
.sustentabilidade--list .item .link .icon img.onHover {
  display: none;
}
.sustentabilidade--list .item .link .text {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 112.5%;
  text-align: center;
  text-transform: uppercase;
  color: #1a7754;
  width: 100%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.sustentabilidade--list .item .link:hover {
  background-color: #1a7754;
  opacity: 1;
}
.sustentabilidade--list .item .link:hover .icon img {
  display: none;
}
.sustentabilidade--list .item .link:hover .icon img.onHover {
  display: block;
}
.sustentabilidade--list .item .link:hover .text {
  color: #fff;
}
@media (max-width: 992px) {
  .sustentabilidade--list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
  }
}
@media (max-width: 768px) {
  .sustentabilidade--list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .sustentabilidade--list {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

.contato-para-imprensa .list {
  width: 100%;
  margin: 45px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .contato-para-imprensa .list {
    grid-template-columns: 1fr;
  }
}
.contato-para-imprensa .list .item {
  width: 100%;
  padding: 27px;
  background: #EAEAEA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contato-para-imprensa .list .item h2 {
  margin-top: 0;
  padding: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #1a7754;
  text-align: left;
  text-transform: initial;
}
.contato-para-imprensa .list .item p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: 100%;
  margin: 20px 0 0;
  color: #5c6062;
  display: inline-block;
}
.contato-para-imprensa .list .item p:first-child {
  margin-top: 0;
}
.contato-para-imprensa .list .item p:last-child {
  margin-bottom: 0;
}
.contato-para-imprensa .list .item p a {
  font-weight: 600;
  color: #73a742;
  text-decoration: none;
}
.contato-para-imprensa .list .item p a:hover {
  color: #1a7754;
}

.page-template-gente-nossa-gente .wpContent {
  margin-bottom: 0;
}

.gente-introducao {
  margin-bottom: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.gente-introducao .box {
  width: 100%;
  margin: 50px 0 0 0;
  background-color: #73a742;
  padding: 30px 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.gente-introducao .box h2 {
  margin-top: 0;
  padding: 0 20px 0 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}
.gente-introducao .box .btn {
  background-color: #f6d11d;
  background: linear-gradient(0deg, #F6D11D 15.58%, #F6D31A 45.39%, #F8D911 66.08%, #FAE104 81.85%);
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  min-width: 160px;
}
.gente-introducao .box .btn:hover {
  color: #1a7754;
}
.gente-introducao .img {
  position: relative;
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
.gente-introducao .img img {
  max-width: 100%;
}
.gente-introducao .text {
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
  padding: 0 35px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 0 89px 0 0;
  -moz-border-radius: 0 89px 0 0;
  -ms-border-radius: 0 89px 0 0;
  -o-border-radius: 0 89px 0 0;
  border-radius: 0 89px 0 0;
}
.gente-introducao .text h4 {
  margin-top: 0;
  padding: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #1a7754;
  text-align: left;
  text-transform: initial;
}
.gente-introducao .text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: 100%;
  margin: 35px 0 0;
  color: #5c6062;
  display: inline-block;
}
.gente-introducao .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gente-introducao {
    margin-bottom: 50px;
  }
  .gente-introducao .img {
    max-width: 37.5%;
    min-width: 37.5%;
  }
  .gente-introducao .text {
    max-width: 62.5%;
    min-width: 62.5%;
  }
  .gente-introducao .text p {
    margin-top: 15px;
  }
  .gente-introducao .text .box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .gente-introducao .text .box h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .gente-introducao {
    margin-bottom: 20px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gente-introducao .img {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 25px;
  }
  .gente-introducao .img img {
    width: 100%;
  }
  .gente-introducao .text {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .gente-introducao .text .box {
    width: 100%;
    margin: 20px 0;
    padding: 15px;
  }
}
.gente-inscricoes {
  display: inline-block;
  width: 100%;
}
.gente-inscricoes-vaga {
  width: 100%;
  margin-bottom: 88px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.gente-inscricoes-vaga .img {
  width: 319px;
  height: 140px;
  background: #fff;
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0 55px 0 62px;
  -moz-border-radius: 0 55px 0 62px;
  -ms-border-radius: 0 55px 0 62px;
  -o-border-radius: 0 55px 0 62px;
  border-radius: 0 55px 0 62px;
}
.gente-inscricoes-vaga .img .obs {
  font-weight: 600;
  font-size: 12px;
  line-height: 112.5%;
  text-align: center;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  width: 96px;
  height: 96px;
  position: absolute;
  top: -40px;
  right: -32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.gente-inscricoes-vaga .text {
  width: calc(100% - 397px);
}
.gente-inscricoes-vaga .text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150.5%;
  color: #5C6062;
}
.gente-inscricoes-vaga .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gente-inscricoes-vaga {
    margin-bottom: 50px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .gente-inscricoes-vaga .img {
    width: 260px;
    height: 120px;
    -webkit-border-radius: 0 35px;
    -moz-border-radius: 0 35px;
    -ms-border-radius: 0 35px;
    -o-border-radius: 0 35px;
    border-radius: 0 35px;
  }
  .gente-inscricoes-vaga .text {
    width: calc(100% - 280px);
  }
}
@media (max-width: 768px) {
  .gente-inscricoes-vaga {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gente-inscricoes-vaga .img {
    width: 260px;
    height: 120px;
    -webkit-border-radius: 0 35px;
    -moz-border-radius: 0 35px;
    -ms-border-radius: 0 35px;
    -o-border-radius: 0 35px;
    border-radius: 0 35px;
  }
  .gente-inscricoes-vaga .text {
    margin-top: 20px;
    width: 100%;
  }
}
.gente-inscricoes-comentarios {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.gente-inscricoes-comentarios .item {
  margin-bottom: 65px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.gente-inscricoes-comentarios .item.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.gente-inscricoes-comentarios .item.reverse .img {
  margin-right: 0;
  margin-left: 32px;
}
.gente-inscricoes-comentarios .item .img {
  min-width: 142px;
  min-height: 142px;
  max-width: 142px;
  max-height: 142px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 32px;
}
.gente-inscricoes-comentarios .item .text {
  width: 700px;
  max-width: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.gente-inscricoes-comentarios .item .text h2 {
  margin-top: 0;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: left;
  text-transform: initial;
}
.gente-inscricoes-comentarios .item .text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  width: 100%;
  margin: 10px 0 20px;
  color: #fff;
  display: inline-block;
}
.gente-inscricoes-comentarios .item .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .gente-inscricoes-comentarios .item {
    margin-bottom: 45px;
  }
  .gente-inscricoes-comentarios .item.reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .gente-inscricoes-comentarios .item.reverse .img {
    margin-left: 15px;
  }
  .gente-inscricoes-comentarios .item .img {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    margin-right: 15px;
  }
  .gente-inscricoes-comentarios .item .text {
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .gente-inscricoes-comentarios .item .text p {
    margin: 10px 0;
  }
}

.onde-estamos .mapa .item.active .icon:before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #f6d11d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.onde-estamos .mapa .item .icon {
  position: absolute;
  width: 9px;
  height: 9px;
  cursor: pointer;
}
.onde-estamos .mapa .item .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.onde-estamos .mapa .info {
  display: none;
}
.onde-estamos .mapa .filterMap {
  display: none;
  width: 100%;
  max-width: 400px;
  margin: 25px 0;
  background-color: #f6d11d;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.onde-estamos .mapa .filterMap .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.onde-estamos .mapa .filterMap .fa:before {
  color: #1a7754;
}
.onde-estamos .mapa .filterMap .label {
  color: #1a7754;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 40px 10px 20px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}
.onde-estamos .mapa .filterMap .list {
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
  border: 1px solid #efefef;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.onde-estamos .mapa .filterMap .list .item-drop {
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
  font-weight: normal;
  font-size: 14px;
  line-height: 150.5%;
  cursor: pointer;
}
.onde-estamos .mapa .filterMap .list .item-drop:hover, .onde-estamos .mapa .filterMap .list .item-drop.active {
  background-color: #f6d11d;
}
.onde-estamos .mapa .filterMap .list .item-drop:last-child {
  border-bottom: none;
}
.onde-estamos .mapa .filterMap .list .item-drop br {
  display: none;
}
.onde-estamos .mapa .map-info-mobile {
  display: none;
  width: 100%;
  margin-bottom: 25px;
}
.onde-estamos .mapa .map-info-mobile .info {
  display: none;
  width: 100%;
}
.onde-estamos .mapa .map-info-mobile .info.active {
  display: inline-block;
}
.onde-estamos .mapa .map-info-mobile .info .escritorio {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
.onde-estamos .mapa .map-info-mobile .info .escritorio br {
  display: none;
}
.onde-estamos .mapa .map-info-mobile .info h1 {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  line-height: 125%;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  text-transform: uppercase;
  color: #f6d11d;
  font-size: 25px;
}
.onde-estamos .mapa .map-info-mobile .info p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150.5%;
  color: #fff;
  margin-bottom: 15px;
}
.onde-estamos .mapa .map-info-mobile .info .btn {
  margin-top: 0;
  color: #1a7754;
}
.onde-estamos-home {
  background: linear-gradient(277.84deg, #78AA41 55.34%, #73A742 63.34%, #438D4C 79.59%, #1A7754 92.51%);
  width: 100%;
  display: inline-block;
  margin-top: 45px;
  height: 361px;
  overflow: hidden;
}
.onde-estamos-home .container {
  padding: 70px 15px 20px;
}
.onde-estamos-home .titulo {
  position: absolute;
  left: 15px;
  top: 15px;
}
.onde-estamos-home .titulo h2 {
  text-shadow: 1px 1px 0px #f6d11d, -1px 1px 0px #f6d11d, -1px -1px 0px #f6d11d, 1px -1px 0px #f6d11d;
  font-style: normal;
  font-weight: bold;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  color: #31824f;
  opacity: 0.65;
  font-size: 40px;
}
@media (max-width: 992px) {
  .onde-estamos-home {
    background: #73a742;
    height: initial;
  }
  .onde-estamos-home .container {
    height: initial;
    padding: 15px;
  }
  .onde-estamos-home .container .titulo {
    position: static;
  }
}
.onde-estamos-home .map-info-active {
  position: relative;
  z-index: 1;
  height: 271px;
  width: 680px;
  padding: 0 0 0 215px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .onde-estamos-home .map-info-active {
    height: initial;
    width: 100%;
  }
}
.onde-estamos-home .map-info-active .escritorio {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 112.5%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
.onde-estamos-home .map-info-active h1 {
  text-shadow: 1px 1px 0px #f6d11d, -1px 1px 0px #f6d11d, -1px -1px 0px #f6d11d, 1px -1px 0px #f6d11d;
  font-style: normal;
  font-weight: bold;
  line-height: 86.5%;
  width: 100%;
  margin: -107px 0 0 -10px;
  text-transform: uppercase;
  color: #3b884d;
  opacity: 0.25;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  font-size: 250px;
}
.onde-estamos-home .map-info-active p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150.5%;
  color: #fff;
  margin-bottom: 15px;
}
.onde-estamos-home .map-info-active .btn {
  margin-top: 0;
  color: #1a7754;
}
.onde-estamos-home .mapa {
  position: absolute;
  right: -56px;
  top: 0;
  height: 361px;
}
.onde-estamos-home .mapa .bg {
  display: block;
  width: 686px;
  height: 361px;
  background: url(img/mapa/mapa-home.svg) no-repeat center;
}
.onde-estamos-home .mapa .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 497px;
  height: 361px;
  background: url(img/mapa/bg-map-left.png) no-repeat center;
}
.onde-estamos-home .mapa .bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 189px;
  height: 361px;
  background: url(img/mapa/bg-map-right.png) no-repeat center;
}
.onde-estamos-home .mapa .info {
  display: none;
}
.onde-estamos-home .mapa .icon-interna {
  display: none;
}
.onde-estamos-interna {
  height: 521px;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.onde-estamos-interna .map-info-active {
  position: relative;
  z-index: 1;
  height: 521px;
  width: calc(100% - 588px);
  padding: 30px;
  overflow: auto;
  background-color: #1a7754;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-border-radius: 10px 0 0 80px;
  -moz-border-radius: 10px 0 0 80px;
  -ms-border-radius: 10px 0 0 80px;
  -o-border-radius: 10px 0 0 80px;
  border-radius: 10px 0 0 80px;
}
.onde-estamos-interna .map-info-active .escritorio {
  position: absolute;
  top: 22%;
  font-weight: 600;
  font-size: 22px;
  line-height: 112.5%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
.onde-estamos-interna .map-info-active h1 {
  text-shadow: 1px 1px 0px #f6d11d, -1px 1px 0px #f6d11d, -1px -1px 0px #f6d11d, 1px -1px 0px #f6d11d;
  font-style: normal;
  font-weight: bold;
  line-height: 86.5%;
  width: 100%;
  margin: -107px 0 0 -10px;
  text-transform: uppercase;
  color: #1a7754;
  opacity: 0.25;
  position: relative;
  z-index: -1;
  font-size: 250px;
}
.onde-estamos-interna .map-info-active p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150.5%;
  color: #fff;
  margin-bottom: 30px;
}
.onde-estamos-interna .mapa {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.onde-estamos-interna .mapa .bg {
  display: block;
  width: 588px;
  height: 521px;
  background: url(img/mapa/mapa-interna.svg) no-repeat center right;
}
.onde-estamos-interna .mapa .info {
  display: none;
}
.onde-estamos-interna .mapa .item.active .icon:before {
  background-color: #73a742;
}
.onde-estamos-interna .mapa .item.active .icon:after {
  background-color: #fff;
}
.onde-estamos-interna .mapa .item .icon:after {
  background-color: #1a7754;
}
@media (max-width: 992px) {
  .onde-estamos-interna {
    height: initial;
  }
}
.onde-estamos-interna .map-info-mobile .info .escritorio {
  color: #5c6062 !important;
}
.onde-estamos-interna .map-info-mobile .info h1 {
  color: #1a7754 !important;
}
.onde-estamos-interna .map-info-mobile .info p {
  color: #5c6062 !important;
}
@media (max-width: 992px) {
  .onde-estamos .mapa {
    position: static !important;
    width: 100% !important;
    height: initial !important;
    right: 0;
  }
  .onde-estamos .mapa .bg,
  .onde-estamos .mapa .pin {
    display: none !important;
  }
  .onde-estamos .mapa .filterMap {
    display: inline-block;
  }
  .onde-estamos .mapa .map-info-mobile {
    display: inline-block;
  }
  .onde-estamos .map-info-active {
    display: none;
  }
}

.esg-default {
  margin-top: -120px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.esg-default .item {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.esg-default .item.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.esg-default .item .img {
  max-width: calc(53% - 15px);
  min-width: calc(53% - 15px);
  position: relative;
}
.esg-default .item.item-1 .text h2 {
  margin-bottom: 15px;
  color: #fff;
  height: 120px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.esg-default .item .text {
  max-width: calc(47% - 15px);
  min-width: calc(47% - 15px);
}
.esg-default .item .text h2 {
  margin-top: 0;
  padding: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #1a7754;
  text-align: left;
  text-transform: initial;
}
.esg-default .item .text h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #1a7754;
  margin-top: 0;
  padding: 0;
}
.esg-default .item .text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: 100%;
  margin: 20px 0 0;
  color: #5c6062;
  display: inline-block;
}
.esg-default .item .text p:first-child {
  margin-top: 0;
}
.esg-default .item .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .esg-default {
    margin-top: 30px;
  }
  .esg-default .item {
    margin-bottom: 30px;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .esg-default .item.reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .esg-default .item .img {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 25px;
  }
  .esg-default .item .img img {
    width: 100%;
  }
  .esg-default .item .text {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 25px;
  }
  .esg-default .item .text h2 {
    color: #1a7754 !important;
    height: initial !important;
  }
}
.esg-lista-icones {
  margin: 0 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 130px;
}
.esg-lista-icones .item {
  width: 100%;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.esg-lista-icones .item .destacado {
  background: #73a742;
  color: #fff;
  height: 90px;
  width: 100%;
  padding: 10px 40% 10px 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  position: relative;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 40px 0;
  -moz-border-radius: 40px 0;
  -ms-border-radius: 40px 0;
  -o-border-radius: 40px 0;
  border-radius: 40px 0;
}
.esg-lista-icones .item .destacado .img {
  position: absolute;
  top: -10px;
  right: -15px;
  height: 110px;
  width: 125px;
  background-repeat: no-repeat;
  background-position: center;
}
.esg-lista-icones .item .text {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px;
}
.esg-lista-icones .item .text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  height: 110%;
  border-left: 1.15px dashed #000000;
}
.esg-lista-icones .item .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 87.5%;
  border-bottom: 1.15px dashed #000000;
}
.esg-lista-icones .item .text p {
  margin-bottom: 15px;
}
.esg-lista-icones .item.reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.esg-lista-icones .item.reverse .text {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px;
}
.esg-lista-icones .item.reverse .text:before {
  left: auto;
  right: -25px;
  bottom: -10%;
}
.esg-lista-icones .item.reverse .text:after {
  bottom: 100%;
  left: auto;
  right: -25px;
}
.esg-meta {
  margin-top: -120px;
  display: inline-block;
  width: 100%;
}
.esg-meta .img {
  width: 65%;
  float: left;
  position: relative;
  margin: 0 30px 10px 0;
}
.esg-meta .img .link {
  position: relative;
  display: block;
}
.esg-meta .img .link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(img/icon-player-video.svg) no-repeat center;
  left: 0;
  top: 0;
}
.esg-meta .img .link:hover:before {
  opacity: 0.5;
}
.esg-meta .img .link img {
  display: block;
}
.esg-meta h2 {
  margin-bottom: 15px;
  color: #fff;
  height: 120px;
  margin-top: 0;
  padding: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  text-align: left;
  text-transform: initial;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.esg-meta p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: auto;
  margin: 20px 0 0;
  color: #5c6062;
  display: initial;
}
.esg-meta p:first-child {
  margin-top: 0;
}
.esg-meta p:last-child {
  margin-bottom: 0;
}
.esg-meta-list {
  margin-bottom: 75px;
}
.esg-meta-list .item {
  margin-top: 150px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.esg-meta-list .item:first-child {
  margin-top: 175px;
}
.esg-meta-list .item.reverse {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.esg-meta-list .item.reverse .text {
  padding-left: 128px;
  -webkit-border-radius: 10px 10px 80px 10px;
  -moz-border-radius: 10px 10px 80px 10px;
  -ms-border-radius: 10px 10px 80px 10px;
  -o-border-radius: 10px 10px 80px 10px;
  border-radius: 10px 10px 80px 10px;
}
.esg-meta-list .item.reverse .text h2 {
  left: auto;
  right: 0;
}
.esg-meta-list .item.reverse .icones {
  left: auto;
  right: 81%;
}
.esg-meta-list .item .text {
  background: #EAEAEA;
  width: 85%;
  position: relative;
  padding: 79px 20% 49px 56px;
  -webkit-border-radius: 10px 10px 10px 80px;
  -moz-border-radius: 10px 10px 10px 80px;
  -ms-border-radius: 10px 10px 10px 80px;
  -o-border-radius: 10px 10px 10px 80px;
  border-radius: 10px 10px 10px 80px;
}
.esg-meta-list .item .text h2 {
  text-shadow: 1px 1px 0px #73a742, -1px 1px 0px #73a742, -1px -1px 0px #73a742, 1px -1px 0px #73a742;
  font-weight: 600;
  font-size: 45px;
  padding: 0 50px 0 0;
  line-height: 92.5%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  mix-blend-mode: multiply;
  position: absolute;
  left: 20px;
  bottom: 90%;
}
.esg-meta-list .item .text ul {
  margin: 0;
}
.esg-meta-list .item .text ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding-left: 15px;
  margin: 5px 0;
}
.esg-meta-list .item .text ul li:before {
  background-color: #5c6062;
  width: 4px;
  height: 4px;
}
.esg-meta-list .item .icones {
  position: absolute;
  left: 81%;
}
.esg-meta-list .item .icones img {
  display: block;
  margin-top: 20px;
}
.esg-meta-list .item .icones img:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .esg-meta {
    margin-top: 30px;
  }
  .esg-meta .img {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .esg-meta .img img {
    width: 100%;
  }
  .esg-meta h2 {
    color: #1a7754;
    height: initial;
    -webkit-line-clamp: 10;
  }
  .esg-meta p {
    display: inline-block;
    width: 100%;
  }
  .esg-meta p:first-child {
    margin-top: 20px;
  }
  .esg-meta p:last-child {
    margin-bottom: 20px;
  }
  .esg-meta-list {
    margin-bottom: 75px;
  }
  .esg-meta-list .item {
    margin-top: 110px;
  }
  .esg-meta-list .item:first-child {
    margin-top: 75px;
  }
  .esg-meta-list .item.reverse {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .esg-meta-list .item.reverse .text {
    padding: 50px 20px 50px 50px;
    -webkit-border-radius: 10px 10px 40px 10px;
    -moz-border-radius: 10px 10px 40px 10px;
    -ms-border-radius: 10px 10px 40px 10px;
    -o-border-radius: 10px 10px 40px 10px;
    border-radius: 10px 10px 40px 10px;
  }
  .esg-meta-list .item.reverse .icones {
    left: auto;
    right: calc(100% - 80px);
  }
  .esg-meta-list .item .text {
    width: calc(100% - 50px);
    padding: 50px 50px 50px 20px;
    -webkit-border-radius: 10px 10px 10px 40px;
    -moz-border-radius: 10px 10px 10px 40px;
    -ms-border-radius: 10px 10px 10px 40px;
    -o-border-radius: 10px 10px 10px 40px;
    border-radius: 10px 10px 10px 40px;
  }
  .esg-meta-list .item .text h2 {
    font-size: 25px;
    padding-right: 20px;
    line-height: 125%;
  }
  .esg-meta-list .item .icones {
    left: calc(100% - 80px);
    width: 80px;
  }
}
.esg-relatoriosDeSustentabilidade {
  margin-top: -120px;
  display: inline-block;
  width: 100%;
}
.esg-relatoriosDeSustentabilidade .img {
  width: 65%;
  float: left;
  position: relative;
  margin: 0 30px 10px 0;
}
.esg-relatoriosDeSustentabilidade .img .link {
  position: relative;
  display: block;
}
.esg-relatoriosDeSustentabilidade .img .link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(img/icon-player-video.svg) no-repeat center;
  left: 0;
  top: 0;
}
.esg-relatoriosDeSustentabilidade .img .link:hover:before {
  opacity: 0.5;
}
.esg-relatoriosDeSustentabilidade .img .link img {
  display: block;
}
.esg-relatoriosDeSustentabilidade h2 {
  margin-bottom: 15px;
  color: #fff;
  height: 120px;
  margin-top: 0;
  padding: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  text-align: left;
  text-transform: initial;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.esg-relatoriosDeSustentabilidade p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: auto;
  margin: 20px 0 0;
  color: #5c6062;
  display: initial;
}
.esg-relatoriosDeSustentabilidade p:first-child {
  margin-top: 0;
}
.esg-relatoriosDeSustentabilidade p:last-child {
  margin-bottom: 0;
}
.esg-relatoriosDeSustentabilidade-list .box-green {
  width: calc(100% + 45px);
  background-color: #1a7754;
  padding: 30px;
  margin-bottom: 15px;
  position: relative;
  left: -35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.esg-relatoriosDeSustentabilidade-list .box-green h3 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  padding: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.esg-relatoriosDeSustentabilidade-list .box-green .button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  background-color: #fff;
  color: #1a7754;
  padding: 5px 15px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.esg-relatoriosDeSustentabilidade-list .box-green .button:hover {
  background-color: #f6d11d;
}
.esg-relatoriosDeSustentabilidade-list .box-green .checks {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.esg-relatoriosDeSustentabilidade-list .box-green .checks-item {
  background: url(img/icon-check-off.svg) no-repeat 0 center;
  font-weight: 600;
  font-size: 14px;
  line-height: 150.5%;
  padding-left: 30px;
  margin-right: 30px;
  opacity: 0.75;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.esg-relatoriosDeSustentabilidade-list .box-green .checks-item:hover {
  opacity: 1;
}
.esg-relatoriosDeSustentabilidade-list .box-green .checks-item.active {
  background-image: url(img/icon-check-on.svg);
  opacity: 1;
  color: #f6d11d;
}
.esg-relatoriosDeSustentabilidade-list .box-green .checks .link .btn {
  margin: 0 0 0 10px;
  font-weight: 600;
  font-size: 11px;
  line-height: 130%;
  text-transform: uppercase;
  color: #1A7754;
  background-color: #fff;
  padding: 5px 13px 4px;
}
.esg-relatoriosDeSustentabilidade-list .box-green .checks .link .btn:hover {
  background-color: #f6d11d;
  color: #fff;
}
.esg-relatoriosDeSustentabilidade-list .item {
  margin-top: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.esg-relatoriosDeSustentabilidade-list .item.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.esg-relatoriosDeSustentabilidade-list .item.reverse .text {
  padding: 0 25px 0 0;
}
.esg-relatoriosDeSustentabilidade-list .item.reverse .box-green {
  left: 0;
}
.esg-relatoriosDeSustentabilidade-list .item .img {
  max-width: 52%;
  min-width: 52%;
  position: relative;
}
.esg-relatoriosDeSustentabilidade-list .item .img img {
  width: 100%;
}
.esg-relatoriosDeSustentabilidade-list .item .text {
  margin-top: 15px;
  max-width: 48%;
  min-width: 48%;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
.esg-relatoriosDeSustentabilidade-list .item .text h2 {
  margin-top: 0;
  padding: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #1a7754;
  text-align: left;
  text-transform: initial;
}
.esg-relatoriosDeSustentabilidade-list .item .text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: 100%;
  margin: 20px 0 0;
  color: #5c6062;
  display: inline-block;
}
.esg-relatoriosDeSustentabilidade-list .item .text p:first-child {
  margin-top: 0;
}
.esg-relatoriosDeSustentabilidade-list .item .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .esg-relatoriosDeSustentabilidade {
    margin-top: 30px;
  }
  .esg-relatoriosDeSustentabilidade .img {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .esg-relatoriosDeSustentabilidade .img img {
    width: 100%;
  }
  .esg-relatoriosDeSustentabilidade h2 {
    color: #1a7754;
    height: initial;
    -webkit-line-clamp: 10;
  }
  .esg-relatoriosDeSustentabilidade p {
    display: inline-block;
    width: 100%;
  }
  .esg-relatoriosDeSustentabilidade p:first-child {
    margin-top: 20px;
  }
  .esg-relatoriosDeSustentabilidade p:last-child {
    margin-bottom: 20px;
  }
  .esg-relatoriosDeSustentabilidade-list .box-green {
    width: 100%;
    left: 0;
  }
  .esg-relatoriosDeSustentabilidade-list .box-green h3 {
    font-size: 19px;
  }
  .esg-relatoriosDeSustentabilidade-list .item {
    margin-top: 30px;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .esg-relatoriosDeSustentabilidade-list .item.reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .esg-relatoriosDeSustentabilidade-list .item.reverse .text {
    padding: 0;
  }
  .esg-relatoriosDeSustentabilidade-list .item .img {
    max-width: 100%;
    min-width: 100%;
  }
  .esg-relatoriosDeSustentabilidade-list .item .text {
    margin: 0 0 25px 0;
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
  }
  .esg-relatoriosDeSustentabilidade-list .item .text h2 {
    font-size: 22px;
  }
}
.esg-certificacoes {
  display: inline-block;
  width: 100%;
}
.esg-certificacoes-list .item {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.esg-certificacoes-list .item.reverse {
  margin-top: -40px;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.esg-certificacoes-list .item.reverse .text {
  -webkit-border-radius: 0 0 89px 0;
  -moz-border-radius: 0 0 89px 0;
  -ms-border-radius: 0 0 89px 0;
  -o-border-radius: 0 0 89px 0;
  border-radius: 0 0 89px 0;
}
.esg-certificacoes-list .item.reverse .box-green {
  left: 0;
}
.esg-certificacoes-list .item.center {
  margin-top: 30px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.esg-certificacoes-list .item.center .text {
  width: 100%;
  max-width: 550px;
  padding: 27px;
  background: #EAEAEA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.esg-certificacoes-list .item.center .text h2 {
  margin-top: 0;
  padding: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #1a7754;
  text-align: left;
  text-transform: initial;
}
.esg-certificacoes-list .item.center .text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: 100%;
  margin: 20px 0 0;
  color: #5c6062;
  display: inline-block;
}
.esg-certificacoes-list .item.center .text p:first-child {
  margin-top: 0;
}
.esg-certificacoes-list .item.center .text p:last-child {
  margin-bottom: 0;
}
.esg-certificacoes-list .item.center .text p a {
  font-weight: 600;
  color: #73a742;
  text-decoration: none;
}
.esg-certificacoes-list .item.center .text p a:hover {
  color: #1a7754;
}
.esg-certificacoes-list .item .img {
  position: relative;
  max-width: 48%;
  min-width: 48%;
  padding: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.esg-certificacoes-list .item .img img {
  max-width: 100%;
}
.esg-certificacoes-list .item .text {
  margin-top: 15px;
  max-width: 52%;
  min-width: 52%;
  padding: 40px 45px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 0 89px 0 0;
  -moz-border-radius: 0 89px 0 0;
  -ms-border-radius: 0 89px 0 0;
  -o-border-radius: 0 89px 0 0;
  border-radius: 0 89px 0 0;
}
.esg-certificacoes-list .item .text h2 {
  margin-top: 0;
  padding: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: left;
  text-transform: initial;
}
.esg-certificacoes-list .item .text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  display: inline-block;
}
.esg-certificacoes-list .item .text p:first-child {
  margin-top: 0;
}
.esg-certificacoes-list .item .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .esg-certificacoes-list .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .esg-certificacoes-list .item .img {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .esg-certificacoes-list .item .img img {
    max-width: 300px;
    max-width: 180px;
  }
  .esg-certificacoes-list .item .text {
    margin-top: 20px;
    max-width: 100%;
    min-width: 100%;
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .esg-certificacoes-list .item .text h2 {
    font-size: 22px;
  }
  .esg-certificacoes-list .item .text h3 {
    padding: 0;
  }
  .esg-certificacoes-list .item.reverse {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .esg-certificacoes-list .item.reverse .img {
    padding: 0;
  }
  .esg-certificacoes-list .item.reverse .text {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
}
.esg-programas {
  display: inline-block;
  width: 100%;
}
.esg-programas-list .item {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.esg-programas-list .item.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.esg-programas-list .item.reverse .text {
  -webkit-border-radius: 89px 0;
  -moz-border-radius: 89px 0;
  -ms-border-radius: 89px 0;
  -o-border-radius: 89px 0;
  border-radius: 89px 0;
}
.esg-programas-list .item.reverse .box-green {
  left: 0;
}
.esg-programas-list .item .img {
  position: relative;
  max-width: 48%;
  min-width: 48%;
  padding: 25px 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.esg-programas-list .item .img img {
  max-width: 100%;
}
.esg-programas-list .item .text {
  margin-top: 15px;
  max-width: 52%;
  min-width: 52%;
  padding: 40px 45px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 0 89px;
  -moz-border-radius: 0 89px;
  -ms-border-radius: 0 89px;
  -o-border-radius: 0 89px;
  border-radius: 0 89px;
}
.esg-programas-list .item .text h2 {
  margin-top: 0;
  padding: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: left;
  text-transform: initial;
}
.esg-programas-list .item .text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  display: inline-block;
}
.esg-programas-list .item .text p:first-child {
  margin-top: 0;
}
.esg-programas-list .item .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .esg-programas-list .item .img {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .esg-programas-list .item .text {
    margin-top: 15px;
    max-width: 100%;
    min-width: 100%;
    padding: 25px;
    -webkit-border-radius: 0 25px;
    -moz-border-radius: 0 25px;
    -ms-border-radius: 0 25px;
    -o-border-radius: 0 25px;
    border-radius: 0 25px;
  }
}
.esg-greenBonds {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.esg-greenBonds .text {
  max-width: 52.5%;
  min-width: 52.5%;
  position: relative;
  z-index: 1;
}
.esg-greenBonds .text .box {
  background-color: #f6d11d;
  padding: 50px 60px;
  -webkit-border-radius: 94px 0 0 0;
  -moz-border-radius: 94px 0 0 0;
  -ms-border-radius: 94px 0 0 0;
  -o-border-radius: 94px 0 0 0;
  border-radius: 94px 0 0 0;
}
.esg-greenBonds .text .box p {
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  width: 100%;
  margin: 20px 0 0;
  color: #1a7754;
  display: inline-block;
  max-width: 370px;
}
.esg-greenBonds .text .box p:first-child {
  margin-top: 0;
}
.esg-greenBonds .text .box p:last-child {
  margin-bottom: 0;
}
.esg-greenBonds .text .links {
  padding: 35px 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.esg-greenBonds .text .links .btn {
  margin: 20px 0 0;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 62px 15px 37px;
  width: 85%;
  text-align: left;
  position: relative;
}
.esg-greenBonds .text .links .btn:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  background: url(img/icon-download.svg) no-repeat center;
}
.esg-greenBonds .text .links .btn:hover {
  color: #1a7754;
}
.esg-greenBonds .text .links .btn:hover:after {
  background-image: url(img/icon-download-green.svg);
}
.esg-greenBonds .img {
  position: relative;
  max-width: 52.5%;
  min-width: 52.5%;
  margin: 100px 0 0 -5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.esg-greenBonds .img:before {
  content: "";
  position: absolute;
  background: url(img/canvas/green-bonds.svg) no-repeat center;
  left: 10%;
  bottom: -72px;
  height: 152px;
  width: 445px;
  z-index: -1;
}
.esg-greenBonds .img img {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .esg-greenBonds {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .esg-greenBonds .text {
    max-width: 100%;
    min-width: 100%;
  }
  .esg-greenBonds .text .box {
    padding: 25px;
    -webkit-border-radius: 45px 0;
    -moz-border-radius: 45px 0;
    -ms-border-radius: 45px 0;
    -o-border-radius: 45px 0;
    border-radius: 45px 0;
  }
  .esg-greenBonds .text .box p {
    font-size: 16px;
    max-width: 100%;
  }
  .esg-greenBonds .text .links {
    padding: 0;
  }
  .esg-greenBonds .text .links .btn {
    margin: 15px 0 0;
    padding: 15px 62px 15px 20px;
    width: 100%;
  }
  .esg-greenBonds .img {
    max-width: 100%;
    min-width: 100%;
    margin: 15px 0 0 0;
  }
}

.quem-somos-ri {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.quem-somos-ri .box {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.quem-somos-ri .box .text {
  position: relative;
  width: 100%;
  background: #73a742;
  padding: 45px 70px;
  -webkit-border-radius: 85px 0px 77px;
  -moz-border-radius: 85px 0px 77px;
  -ms-border-radius: 85px 0px 77px;
  -o-border-radius: 85px 0px 77px;
  border-radius: 85px 0px 77px;
}
.quem-somos-ri .box .text:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.quem-somos-ri .box .text h2 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  text-transform: initial;
  text-align: left;
  color: #f6d11d;
}
.quem-somos-ri .box .text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150.5%;
  margin: 20px 0;
  color: #fff;
}
.quem-somos-ri .box .text p:last-child {
  margin-bottom: 0;
}
.quem-somos-ri .box-first .text {
  width: 60%;
  padding: 45px 150px 25px 50px;
  min-height: 395px;
}
.quem-somos-ri .box-first .text:before {
  content: "";
  background-image: url(img/canvas/missao.svg);
  background-size: 100%;
  left: 70px;
  top: 95%;
  height: 128px;
  width: 370px;
}
@media (max-width: 768px) {
  .quem-somos-ri .box-first .text:before {
    height: 60px;
    width: 180px;
    display: none;
  }
}
.quem-somos-ri .box-first .img {
  position: absolute;
  right: 0;
  top: 45px;
  width: 50%;
}
.quem-somos-ri .box-first .img img {
  width: 100%;
  display: block;
}
.quem-somos-ri .box-last {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  z-index: 2;
  margin-bottom: 50px;
}
.quem-somos-ri .box-last .text {
  background-color: #1a7754;
  width: 50%;
  padding: 45px 30px 45px 55px;
  min-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 0 0 99px 0;
  -moz-border-radius: 0 0 99px 0;
  -ms-border-radius: 0 0 99px 0;
  -o-border-radius: 0 0 99px 0;
  border-radius: 0 0 99px 0;
}
.quem-somos-ri .box-last .text:before {
  content: "";
  background-image: url(img/canvas/visao.svg);
  background-size: 100%;
  right: 30px;
  top: calc(100% - 52px);
  height: 128px;
  width: 370px;
  z-index: -1;
}
@media (max-width: 768px) {
  .quem-somos-ri .box-last .text:before {
    height: 60px;
    width: 180px;
    display: none;
  }
}
.quem-somos-ri .box-last .text p {
  max-width: 100%;
}
.quem-somos-ri .box-last .text p:first-child {
  margin-top: 0;
}
.quem-somos-ri .box-last .img {
  position: relative;
  left: 0;
  top: -25px;
  width: 50%;
}
.quem-somos-ri .box-last .img img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .quem-somos-ri .box {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 25px 0px;
    -moz-border-radius: 25px 0px;
    -ms-border-radius: 25px 0px;
    -o-border-radius: 25px 0px;
    border-radius: 25px 0px;
  }
  .quem-somos-ri .box-first {
    background: #73a742;
  }
  .quem-somos-ri .box-last {
    background: #1a7754;
  }
  .quem-somos-ri .box .text {
    width: 100%;
    padding: 25px;
    min-height: 100px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .quem-somos-ri .box .img {
    position: static;
    width: 100%;
  }
  .quem-somos-ri .box .img img {
    width: 100%;
  }
}
.quem-somos-ri .btn {
  margin: 25px 0 0;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 62px 15px 37px;
  position: relative;
}
.quem-somos-ri .btn:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  background: url(img/icon-download.svg) no-repeat center;
}
.quem-somos-ri .btn:hover {
  color: #1a7754;
}
.quem-somos-ri .btn:hover:after {
  background-image: url(img/icon-download-green.svg);
}

.licenciamento-ambiental {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.licenciamento-ambiental .text {
  max-width: 52.5%;
  min-width: 52.5%;
  position: relative;
  z-index: 1;
}
.licenciamento-ambiental .text .box {
  background-color: #73a742;
  padding: 50px 90px 50px 60px;
  -webkit-border-radius: 94px 0 0;
  -moz-border-radius: 94px 0 0;
  -ms-border-radius: 94px 0 0;
  -o-border-radius: 94px 0 0;
  border-radius: 94px 0 0;
}
.licenciamento-ambiental .text .box h2 {
  font-weight: normal;
  font-size: 35px;
  line-height: 140%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #f6d11d;
  text-transform: initial;
  display: inline-block;
  text-align: left;
}
.licenciamento-ambiental .text .box p {
  font-weight: normal;
  font-size: 25px;
  line-height: 140%;
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  display: inline-block;
  max-width: 370px;
}
.licenciamento-ambiental .text .box p:first-child {
  margin-top: 0;
}
.licenciamento-ambiental .text .box p:last-child {
  margin-bottom: 0;
}
.licenciamento-ambiental .text .links {
  padding: 35px 0 35px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.licenciamento-ambiental .text .links .btn {
  margin: 20px 0 0;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 62px 15px 37px;
  width: 85%;
  text-align: left;
  position: relative;
}
.licenciamento-ambiental .text .links .btn:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  background: url(img/icon-download.svg) no-repeat center;
}
.licenciamento-ambiental .text .links .btn:hover {
  color: #1a7754;
}
.licenciamento-ambiental .text .links .btn:hover:after {
  background-image: url(img/icon-download-green.svg);
}
.licenciamento-ambiental .img {
  position: relative;
  max-width: 52.5%;
  min-width: 52.5%;
  margin: 100px 0 0 -5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.licenciamento-ambiental .img:before {
  content: "";
  position: absolute;
  background: url(img/canvas/licenciamento.svg) no-repeat center;
  left: 10%;
  top: -72px;
  height: 160px;
  width: 445px;
  z-index: -1;
}
.licenciamento-ambiental .img img {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .licenciamento-ambiental {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .licenciamento-ambiental .text {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 25px;
  }
  .licenciamento-ambiental .img {
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 25px;
  }
  .licenciamento-ambiental .img img {
    width: 100%;
  }
}
.licenciamento-ambiental-esg .text .box p {
  font-size: 16px;
  max-width: 100%;
}

.nossos-produtos {
  display: inline-block;
  width: 100%;
}
.nossos-produtos-list .item {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nossos-produtos-list .item.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.nossos-produtos-list .item.reverse .text {
  margin-right: -3%;
  margin-left: 0;
  -webkit-border-radius: 89px 0;
  -moz-border-radius: 89px 0;
  -ms-border-radius: 89px 0;
  -o-border-radius: 89px 0;
  border-radius: 89px 0;
}
.nossos-produtos-list .item.reverse .box-green {
  left: 0;
}
.nossos-produtos-list .item .img {
  position: relative;
  max-width: 50%;
  min-width: 50%;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nossos-produtos-list .item .img img {
  max-width: 100%;
  width: 100%;
}
.nossos-produtos-list .item .text {
  margin-top: 15px;
  max-width: 53%;
  min-width: 53%;
  margin-left: -3%;
  padding: 28px 45px 55px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 0 89px;
  -moz-border-radius: 0 89px;
  -ms-border-radius: 0 89px;
  -o-border-radius: 0 89px;
  border-radius: 0 89px;
}
.nossos-produtos-list .item .text h2 {
  margin-top: 0;
  padding: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 112.5%;
  letter-spacing: 1.5px;
  color: #f6d11d;
  text-align: left;
  text-transform: initial;
}
.nossos-produtos-list .item .text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  display: inline-block;
}
.nossos-produtos-list .item .text p:first-child {
  margin-top: 0;
}
.nossos-produtos-list .item .text p:last-child {
  margin-bottom: 0;
}
.nossos-produtos-list .item .text p .btn {
  margin: 0;
  display: inline-block;
  padding: 4px 15px 5px;
  background-color: #fff;
  color: #1a7754;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.page-id-2988 .box-white,
.page-id-3192 .box-white {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  border-radius: 30px;
  padding-top: 30px;
}
.page-id-2988 .box-white .col-sm-6,
.page-id-3192 .box-white .col-sm-6 {
  max-width: 258px;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  padding: 0;
}
.page-id-2988 .box-white .col-sm-6 .titulo-capa,
.page-id-3192 .box-white .col-sm-6 .titulo-capa {
  position: relative;
  padding-left: 15px;
}
.page-id-2988 .box-white .col-sm-6 .titulo-capa::before,
.page-id-3192 .box-white .col-sm-6 .titulo-capa::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: solid 1px #c5d792;
  border-top: solid 1px #c5d792;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
  width: 50px;
  height: 100%;
  pointer-events: none;
}
.page-id-2988 .box-white .col-sm-6 .descriton,
.page-id-3192 .box-white .col-sm-6 .descriton {
  padding-left: 10px;
}
.page-id-2988 .box-white .col-sm-6 .btn,
.page-id-3192 .box-white .col-sm-6 .btn {
  width: 100%;
  text-align: center;
  border-radius: 0px 0px 15px 15px;
}

.formRegister .mailerForm form .field input,
.formRegister .mailerForm form .field select,
.formRegister .mailerFormBlacklist form .field input,
.formRegister .mailerFormBlacklist form .field select {
  border: none;
  border-bottom: 1px solid #6b6b6b;
  height: 58px;
  padding: 15px 20px;
  color: #6b6b6b;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  width: 100%;
  background-color: #e8e8e8;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}
.formRegister .mailerForm form .terms,
.formRegister .mailerFormBlacklist form .terms {
  padding-bottom: 80px;
}
.formRegister .mailerForm form .terms input,
.formRegister .mailerFormBlacklist form .terms input {
  width: 18px !important;
  margin-top: 15px;
}
.formRegister .mailerForm form .terms .label,
.formRegister .mailerFormBlacklist form .terms .label {
  display: block;
}
.formRegister .mailerForm form .buttons,
.formRegister .mailerFormBlacklist form .buttons {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.formRegister #g-recaptcha-0 {
  bottom: 75px;
}

.glossario .tabs {
  margin-bottom: 10px;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.glossario .tabs .item {
  height: 42px;
  width: 42px;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  color: #5c6062;
  padding: 0;
  margin: 10px;
  cursor: pointer;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.glossario .tabs .item:before {
  display: none;
}
.glossario .tabs .item:first-child {
  margin-left: 0;
}
.glossario .tabs .item:last-child {
  margin-right: 0;
}
.glossario .tabs .item.active {
  background-color: #73a742;
  color: #fff;
}
.glossario .tabs .item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.glossario .contentGlossario {
  display: none;
  width: 100%;
}
.glossario .contentGlossario.active {
  display: block;
}
.glossario .contentGlossario ul {
  width: 100%;
  margin: 15px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.glossario .contentGlossario ul li {
  background: #1a7754;
  padding: 20px;
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.glossario .contentGlossario ul li:before {
  display: none;
}
.glossario .contentGlossario ul li h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #f6d11d;
  padding-top: 0;
}
.glossario .contentGlossario ul li p {
  font-weight: 600;
  font-size: 14px;
  line-height: 142%;
  color: #fff;
}

.timeline-introducao {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.timeline-introducao .video {
  width: 50%;
  position: relative;
}
.timeline-introducao .video .link {
  width: 100%;
  display: block;
  position: relative;
}
.timeline-introducao .video .link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(img/icon-player-video.svg) no-repeat center;
  left: 0;
  top: 0;
}
.timeline-introducao .video .link:hover:before {
  opacity: 0.5;
}
.timeline-introducao .video .link img {
  display: block;
  width: 100%;
}
.timeline-introducao .texto {
  width: 45%;
}
.timeline-introducao .texto p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: auto;
  margin: 20px 0 0;
  color: #5c6062;
  display: initial;
}
.timeline-introducao .texto p:first-child {
  margin-top: 0;
}
.timeline-introducao .texto p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .timeline-introducao .video {
    width: 100%;
    margin-bottom: 25px;
  }
  .timeline-introducao .texto {
    width: 100%;
  }
}
.timeline-carrossel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 100px;
}
.timeline-carrossel .owl-item {
  padding-top: 200px;
  overflow: initial !important;
}
.timeline-carrossel .owl-item .item {
  padding: 35px 20px 55px 35px;
  position: relative;
  border-bottom: 3px solid #f6d11d;
  border-left: 3px solid #f6d11d;
  -webkit-border-radius: 0 0 0 70px;
  -moz-border-radius: 0 0 0 70px;
  -ms-border-radius: 0 0 0 70px;
  -o-border-radius: 0 0 0 70px;
  border-radius: 0 0 0 70px;
}
.timeline-carrossel .owl-item .item.primeiro {
  border: none;
}
.timeline-carrossel .owl-item .item.primeiro:after {
  display: none;
}
.timeline-carrossel .owl-item .item.primeiro .box {
  height: 105px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.timeline-carrossel .owl-item .item.primeiro .box-nutricao {
  margin-top: 15px;
  height: 135px;
}
.timeline-carrossel .owl-item .item.primeiro .box .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.timeline-carrossel .owl-item .item.primeiro .box .content .icone {
  display: inline-block;
  max-width: 62px;
  min-width: 62px;
  margin-right: 6px;
}
.timeline-carrossel .owl-item .item.primeiro .box .content .text {
  font-weight: bold;
  font-size: 14px;
  line-height: 150.5%;
  color: #5c6062;
}
.timeline-carrossel .owl-item .item:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 35px;
  width: 30px;
  height: 26px;
  background-color: #1a7754;
}
.timeline-carrossel .owl-item .item:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 90%;
  width: 100%;
  height: 3px;
  background-color: #f6d11d;
}
.timeline-carrossel .owl-item .item .ano {
  position: absolute;
  top: -160px;
  left: -9px;
  width: 130px;
  display: inline-block;
  font-weight: bold;
  font-size: 50px;
  line-height: 40px;
  color: #f6d11d;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.timeline-carrossel .owl-item .item .intro {
  height: 130px;
  margin: 0;
  font-size: 13px;
}
.timeline-carrossel .owl-item .item .bars {
  height: 105px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.timeline-carrossel .owl-item .item .bars.nutricao {
  margin-top: 15px;
  height: 105px;
}
.timeline-carrossel .owl-item .item .bars .title {
  font-size: 20px;
  line-height: 150.5%;
  letter-spacing: 0;
  padding: 0;
}
.timeline-carrossel .owl-item .item .bars .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.timeline-carrossel .owl-item .item .bars .text .bar {
  display: inline-block;
  max-width: 62px;
  min-width: 62px;
  margin-right: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.timeline-carrossel .owl-item .item .bars .text p {
  font-size: 13px;
  line-height: 150.5%;
  margin: 0;
}
.timeline-carrossel .owl-nav {
  display: block !important;
}
.timeline-carrossel .owl-nav:before {
  content: "";
  position: absolute;
  top: 167px;
  left: 25px;
  width: calc(100% - 50px);
  height: 2px;
  background-color: #1a7754;
}
.timeline-carrossel .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  font-size: 50px;
  color: #1a7754;
}
@media (max-width: 1199px) {
  .timeline-carrossel .owl-nav .owl-prev {
    top: 45%;
    left: 10px;
  }
}
.timeline-carrossel .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: 50%;
  font-size: 50px;
  color: #1a7754;
}
@media (max-width: 1199px) {
  .timeline-carrossel .owl-nav .owl-next {
    top: 45%;
    right: 10px;
  }
}
.timeline-carrossel .owl-nav div {
  background: #fff url(img/icons/icon-arrow-left.svg) no-repeat 0 center;
  position: absolute;
  top: 151px;
  width: 25px;
  height: 35px;
  text-indent: -9000px;
}
.timeline-carrossel .owl-nav div.disabled {
  opacity: 0.25;
  cursor: no-drop;
}

#popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
}
#popup .mode-text {
  padding: 20px 40px 0px 40px;
}
#popup .logo-popup {
  background: url(img/logo-popup-white.png) no-repeat center;
  height: 80px;
  background-size: 240px 120px;
}
#popup .box-msg {
  background-color: #197755;
  padding: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 580px;
  z-index: 99999;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  border-radius: 0px 70px 0px 70px;
}
#popup .box-msg .info {
  background-color: white;
}
#popup .box-msg header {
  padding: 0 0 25px;
  background-color: #052144;
}
#popup .box-msg header h2 {
  line-height: 28px;
  font-size: 22px;
  font-family: "Century Gothic";
  font-weight: bold;
  padding: 5px 15px;
  color: white;
  position: relative;
  z-index: 1;
}
#popup .box-msg header p {
  color: white;
}
#popup .box-msg main {
  float: left;
  width: 100%;
  position: relative;
  background-color: white;
  border-radius: 0px 70px 0px 70px;
  padding: 15px !important;
}
#popup .box-msg main .logo {
  padding-bottom: 20px;
}
#popup .box-msg main h2 {
  color: #052144;
  font-size: 21px;
  float: left;
  width: 100%;
  margin: 10px 0;
}
#popup .box-msg main .subtitle-popup {
  width: 100%;
  float: left;
  text-align: center;
  color: #666666;
  margin-bottom: 10px;
  margin-top: 0;
}
#popup .box-msg main h3 {
  color: #052144;
  font-size: 17px;
  float: left;
  width: 100%;
  margin: 10px 0 15px;
}
#popup .box-msg main p,
#popup .box-msg main strong {
  font-family: "Century Gothic";
  color: #197755;
}
#popup .box-msg main table {
  width: 100%;
  max-width: 350px;
  margin: 20px auto;
}
#popup .box-msg main table td {
  width: 50%;
  text-align: left;
  padding: 2px 15px;
  vertical-align: top;
  color: #666666;
  font-size: 16px;
}
#popup .box-msg main table td:first-child {
  border-right: 1px solid #052144;
}
#popup .box-msg main table td strong {
  color: #000;
  font-size: 16px;
}
#popup .box-msg main table td a {
  line-height: 20px;
  font-size: 17px;
  font-family: "Century Gothic";
  font-weight: normal;
  padding: 5px 15px;
  margin: 10px 0;
  color: #7e7e7e;
}
#popup .box-msg main p {
  margin-bottom: 15px;
  color: #666666;
  float: left;
  margin: 9px 0;
  width: 100%;
}
#popup .box-msg main p a {
  line-height: 25px;
  font-family: "Century Gothic";
  color: #666666;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14.5px;
}
#popup .box-msg .close {
  position: absolute;
  right: 37px;
  top: 30px;
  width: 30px;
  height: 30px;
  font-size: 25.5px;
  font-family: "Century Gothic";
  color: black;
  padding: 5px;
  border-radius: 50%;
  font-style: normal;
  cursor: pointer;
  z-index: 9999;
}
@media (max-width: 767px) {
  #popup .box-msg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 767px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#popup-img {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(34, 34, 34, 0.8);
}
@media (max-width: 768px) {
  #popup-img {
    display: none;
  }
}
#popup-img .close-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  height: 32px;
  cursor: pointer;
}
#popup-img .content-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#popup-img .content-info img {
  position: relative;
  max-width: 450px;
}
#popup-img .content-info .link-popup-img {
  position: absolute;
  bottom: 10px;
  left: 25px;
  width: 108px;
  height: 30px;
  cursor: pointer;
}

.lightboxImage {
  cursor: pointer;
}

.modalImage {
  position: fixed;
  top: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 15px;
  z-index: 99999999;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.modalImage.active {
  height: 100%;
  top: 0;
}
.modalImage .closeModalImage {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 51px;
  width: 51px;
  display: inline-block;
  background: url(img/icons/icon-close-modal.png) no-repeat center;
  background-color: rgba(26, 119, 84, 0.75);
}
.modalImage .scroll {
  overflow: auto;
  height: calc(100vh - 30px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modalImage .scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.modalImage .scroll::-moz-scrollbar {
  width: 0;
  height: 0;
}
.modalImage .scroll::-ms-scrollbar {
  width: 0;
  height: 0;
}
.modalImage .scroll::-o-scrollbar {
  width: 0;
  height: 0;
}
.modalImage .scroll img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.modalMailing {
  visibility: hidden;
  position: fixed;
  display: none;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.65);
  overflow: auto;
  padding: 30px 15px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.modalMailing.active {
  visibility: visible;
  display: block;
  top: 0;
}
.modalMailing .mailerForm {
  width: 100%;
}
.modalMailing .container {
  max-width: 504px;
  padding: 15px 35px;
  background: #ffffff;
  border: 0.5px solid #f0f1f5;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.modalMailing .container h3 {
  margin-top: 10px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  text-align: center;
  font-size: 22px;
}
.modalMailing .container .form__buttons {
  margin-top: 0 !important;
}
.modalMailing .closeModalMailing {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 9999;
  text-indent: -9000px;
  background: url(img/icon-close.svg) no-repeat center;
  border: none;
}

/*POPUP IMAGEM*/
#popup_img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(34, 34, 34, 0.4);
}
#popup_img .box-msg {
  position: fixed;
  width: max-content;
  left: 50%;
  top: 50%;
  z-index: 9999;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
#popup_img .box-msg .close {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  color: black;
  font-size: 26px;
  border-radius: 62px;
  overflow: hidden;
  cursor: pointer;
}
#popup_img .box-msg .close:hover {
  opacity: 0.8;
}
#popup_img .box-msg .link-pt {
  position: absolute;
  height: 20px;
  width: 204px;
  bottom: 56px;
  left: 38px;
}
#popup_img .box-msg .link-en {
  position: absolute;
  height: 20px;
  width: 171px;
  bottom: 53px;
  right: 80px;
}

html body.contrast {
  background-color: #000;
}
html body.contrast.home h2,
html body.contrast.home h3 {
  color: #fff !important;
}
html body.contrast.home p {
  color: #fff !important;
}
html body.contrast.home p a {
  color: #fff !important;
  text-decoration: underline;
}
html body.contrast.home .inst-sustentabilidade h1 {
  mix-blend-mode: initial !important;
}
html body.contrast.home .inst-ultimas-noticias h2,
html body.contrast.home .inst-ultimas-noticias h3 {
  color: #fff !important;
}
html body.contrast.home .inst-ultimas-noticias .list h2,
html body.contrast.home .inst-ultimas-noticias .list h3 {
  color: #000 !important;
}
html body.contrast.home .inst-ultimas-noticias p {
  color: #000 !important;
}
html body.contrast.home .inst-ultimas-noticias p a {
  color: #000 !important;
  text-decoration: underline;
}
html body.contrast .header {
  background: #000 !important;
}
html body.contrast .header:before {
  background-color: #000 !important;
}
html body.contrast .header ul.primary-menu:before {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
html body.contrast .header ul .sub-menu {
  background-color: #000 !important;
}
html body.contrast .header ul li a {
  color: #fff !important;
}
html body.contrast .header .links__a11y .a11y__item {
  opacity: 1;
  color: #fff !important;
}
html body.contrast .header .links__a11y .a11y__item path {
  fill: #fff !important;
}
html body.contrast .wpContent {
  background-color: #000 !important;
}
html body.contrast .wpContent * {
  color: #fff !important;
  border-color: #fff !important;
}
html body.contrast .wpContent .accordion__item__header {
  color: #000 !important;
}
html body.contrast .wpContent .accordion__item__header span {
  color: #000 !important;
}
html body.contrast .wpContent .accordion__item__header .fa {
  color: #000 !important;
}
html body.contrast .wpContent .accordion__item__header:hover, html body.contrast .wpContent .accordion__item__header.active {
  color: #fff !important;
}
html body.contrast .wpContent .accordion__item__header:hover span, html body.contrast .wpContent .accordion__item__header.active span {
  color: #fff !important;
}
html body.contrast .wpContent .accordion__item__header:hover .fa, html body.contrast .wpContent .accordion__item__header.active .fa {
  color: #fff !important;
}
html body.contrast .wpContent .disabled .accordion__item__header:hover, html body.contrast .wpContent .disabled .accordion__item__header.active {
  color: #000 !important;
}
html body.contrast .wpContent .disabled .accordion__item__header:hover span, html body.contrast .wpContent .disabled .accordion__item__header.active span {
  color: #000 !important;
}
html body.contrast .wpContent .disabled .accordion__item__header:hover .fa, html body.contrast .wpContent .disabled .accordion__item__header.active .fa {
  color: #000 !important;
}
html body.contrast .wpContent a {
  text-decoration: underline;
}
html body.contrast .wpContent #fano {
  background-color: #1a7754 !important;
}
html body.contrast .wpContent .listar-noticias h2,
html body.contrast .wpContent .listar-noticias h3 {
  color: #000 !important;
}
html body.contrast .wpContent .listar-noticias p {
  color: #000 !important;
}
html body.contrast .wpContent .listar-noticias a {
  color: #000 !important;
  text-decoration: underline;
}
html body.contrast .wpContent .listar-noticias a span {
  color: #000 !important;
}
html body.contrast .wpContent .esg-meta-list .item .text * {
  color: #000 !important;
}
html body.contrast .wpContent .esg-meta-list .item .text h2 {
  mix-blend-mode: initial;
  color: #fff !important;
}
html body.contrast .wpContent .zap {
  background-color: #000 !important;
}
html body.contrast .wpContent .proposito .text h2 {
  mix-blend-mode: initial !important;
}
html body.contrast .wpContent .esg-programas-list .item .text *,
html body.contrast .wpContent .box-contato .item *,
html body.contrast .wpContent .contato-para-imprensa .list .item * {
  color: #000 !important;
}
html body.contrast .wpContent .page-contact .form__field .input,
html body.contrast .wpContent .page-contact .form__field .select,
html body.contrast .wpContent .page-contact .form__field textarea {
  color: #000 !important;
}
html body.contrast .wpContent .page-contact .form__field .input option,
html body.contrast .wpContent .page-contact .form__field .select option,
html body.contrast .wpContent .page-contact .form__field textarea option {
  color: #000 !important;
}
html body.contrast .wpContent .nossos-produtos-list .item.reverse:last-child .text * {
  color: #000 !important;
}
html body.contrast .wpContent .nossos-produtos-list .item .text p .btn {
  color: #1a7754 !important;
}
html body.contrast .wpContent table tr:nth-child(even) td {
  color: #000 !important;
}
html body.contrast .footer {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
html body.contrast .footer .logo p {
  color: #000 !important;
}
html body.contrast .cookieinfo .text p {
  color: #000 !important;
}
html body.contrast .cookieinfo .text p a {
  color: #000 !important;
  text-decoration: underline;
}
html body.contrast .pageBanner:after {
  background-image: url(img/canvas-black.svg);
}
html body.contrast .funds .logo-svg path {
  fill: #fff !important;
}

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