@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexaregular.otf"); }

@font-face {
  font-family: "Nexa";
  font-weight: 700;
  src: url("../fonts/nexabold.otf"); }

@font-face {
  font-family: "Nexa";
  font-weight: 900;
  src: url("../fonts/nexaheavy.otf"); }

body, html {
  min-height: 100%;
  font-family: "Montserrat";
  font-weight: normal;
  color: #504F51; }

*:focus {
  outline: 0 !important;
  box-shadow: none !important; }

*:hover {
  text-decoration: none !important; }

ul {
  font-size: 16px;
  list-style: none; }

.content ul {
  list-style: disc; }

.content ol {
  list-style: decimal; }

.container {
  max-width: 1200px; }

p {
  font-size: 17.6px;
  /*17*/
  line-height: 25.6px;
  /*25*/
  font-weight: 400;
  padding-bottom: 15px !important;
  margin-bottom: 0 !important; }
  p.p_sm {
    font-size: 13.33333px;
    line-height: 19.2px; }
  p strong {
    font-weight: 900; }
  p small {
    font-size: 13.33333px; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  line-height: auto; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: inherit; }

h1 {
  font-size: 51.2px;
  /*51*/
  font-weight: 900; }

h2 {
  font-size: 22.4px;
  /*22*/
  font-weight: 400; }
  h2.h2_big {
    font-size: 32px; }

h3 {
  font-size: 19.2px;
  /*19*/
  font-weight: 400; }

.hidedesk {
  display: none; }
  @media only screen and (max-width: 640px) {
    .hidedesk {
      display: block; } }

.wclr {
  color: white !important; }

.pclr {
  color: #E9AE37 !important; }

.sclr {
  color: #75A540 !important; }

.hasborder {
  position: relative;
  margin-bottom: 70px !important; }
  .hasborder:after {
    width: 2px;
    height: 60px;
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    background-color: #E9AE37; }
  @media only screen and (max-width: 640px) {
    .hasborder {
      margin-bottom: 15px !important; }
      .hasborder:after {
        content: none; } }

.ttn {
  text-transform: none !important; }

.ttu {
  text-transform: uppercase !important; }

.nob {
  font-weight: 400; }

.btn {
  height: 50px;
  line-height: 54px;
  font-size: 22.4px !important;
  /*22*/
  text-transform: uppercase;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important; }
  .btn span {
    text-align: center;
    color: white;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    display: block;
    border: 1px solid white;
    float: right;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .btn.btn-sm {
    height: 35px;
    line-height: 35px;
    font-size: 16px !important;
    /*16*/
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .btn.btn-xs {
    height: 25px;
    line-height: 25px;
    font-size: 13.33333px !important;
    /*14*/
    font-weight: 900;
    text-transform: none;
    padding-left: 30px !important;
    padding-right: 30px !important; }
  @media only screen and (max-width: 640px) {
    .btn {
      font-size: 16px !important;
      /*22*/
      height: 40px;
      line-height: 40px;
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  .btn.btn-neutral {
    color: #504F51 !important;
    background-color: #C3C1A5 !important;
    border: 1px solid #C3C1A5 !important; }
    .btn.btn-neutral:hover, .btn.btn-neutral:focus {
      background-color: #b9b696 !important;
      border: 1px solid #b9b696 !important; }
    .btn.btn-neutral.btn-out {
      color: #E9AE37 !important;
      background-color: white !important; }
      .btn.btn-neutral.btn-out:hover, .btn.btn-neutral.btn-out:focus {
        color: white !important;
        background-color: #e6a520 !important;
        border: 1px solid #e6a520 !important; }
  .btn.btn-primary {
    color: white !important;
    background-color: #E9AE37 !important;
    border: 1px solid #E9AE37 !important; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background-color: #e6a520 !important;
      border: 1px solid #e6a520 !important; }
    .btn.btn-primary.btn-xs {
      color: white !important; }
    .btn.btn-primary.btn-out {
      color: #E9AE37 !important;
      background-color: white !important; }
      .btn.btn-primary.btn-out:hover, .btn.btn-primary.btn-out:focus {
        color: white !important;
        background-color: #e6a520 !important;
        border: 1px solid #e6a520 !important; }
  .btn.btn-secondary {
    color: white !important;
    background: #8c9f32;
    /* Old browsers */
    border: 1px solid #75A540 !important; }
    .btn.btn-secondary.gradient {
      color: white !important;
      background: -moz-linear-gradient(left, #8c9f32 0%, #758340 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #8c9f32 0%, #758340 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #8c9f32 0%, #758340 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c9f32', endColorstr='#758340',GradientType=1 );
      /* IE6-9 */ }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus {
      background: #8c9f32;
      /* Old browsers */
      border: 1px solid #689339 !important; }
      .btn.btn-secondary:hover.gradient, .btn.btn-secondary:focus.gradient {
        color: white !important;
        background: -moz-linear-gradient(right, #8c9f32 0%, #758340 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(right, #8c9f32 0%, #758340 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to left, #8c9f32 0%, #758340 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c9f32', endColorstr='#758340',GradientType=1 );
        /* IE6-9 */ }
    .btn.btn-secondary.btn-out {
      color: #75A540 !important;
      background-color: white !important; }
      .btn.btn-secondary.btn-out:hover, .btn.btn-secondary.btn-out:focus {
        color: white !important;
        background-color: #689339 !important;
        border: 1px solid #689339 !important; }

.btng {
  text-align: center;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  border: 1px solid #C3C1A5;
  background-color: white;
  padding: 0 25px;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important; }
  @media only screen and (max-width: 640px) {
    .btng {
      font-size: 16px !important;
      /*22*/
      height: 40px;
      line-height: 40px;
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  .btng a:hover {
    text-decoration: underline !important; }
  .btng.btng-primary {
    color: #E9AE37;
    border: 1px solid #E9AE37 !important; }
    .btng.btng-primary a {
      color: #E9AE37; }
  .btng.btng-secondary {
    color: #75A540;
    border: 1px solid #75A540 !important; }
    .btng.btng-secondary a {
      color: #75A540; }

a.link {
  font-size: 16px;
  color: #9d9b9e !important;
  text-decoration: underline !important;
  -webkit-transition: 0.2s color ease;
  -moz-transition: 0.2s color ease;
  -ms-transition: 0.2s color ease;
  -o-transition: 0.2s color ease;
  transition: 0.2s color ease; }
  a.link:hover, a.link:focus {
    color: #75A540 !important;
    text-decoration: underline !important; }
  a.link.danger {
    font-size: 10.66667px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 4px;
    -webkit-transition: 0.2s color ease;
    -moz-transition: 0.2s color ease;
    -ms-transition: 0.2s color ease;
    -o-transition: 0.2s color ease;
    transition: 0.2s color ease; }
    a.link.danger:hover, a.link.danger:focus {
      color: #e60000 !important;
      background-color: transparent !important; }

input[type="text"],
input[type="email"],
textarea,
select {
  font-size: 16px !important;
  text-transform: uppercase;
  color: #504F51 !important;
  border: none !important;
  border: 1px solid #E9AE37 !important;
  padding: 7px 20px !important;
  background-image: url("../images/scanline_input.png");
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus,
  select:focus {
    color: #2a2a2a; }
  @media only screen and (max-width: 640px) {
    input[type="text"],
    input[type="email"],
    textarea,
    select {
      background-image: none; } }

select.hasbg {
  color: white !important;
  background-color: #75A540 !important;
  border: 1px solid #75A540 !important; }

input[type="text"].hd_input {
  width: 350px;
  background-color: #d7d5b9 !important;
  background-image: none;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important; }
  @media only screen and (max-width: 640px) {
    input[type="text"].hd_input {
      width: 100%; } }

input[type="submit"].ic {
  width: 25px;
  height: 25px;
  background-color: transparent;
  background-image: url("../images/ic_search.png");
  background-size: cover;
  border: none;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 1; }

label {
  font-size: 13.33333px !important;
  color: #504F51;
  display: block; }
  label.error {
    color: red;
    display: block;
    background-color: #ff0000;
    padding: 5px 15px; }

textarea {
  resize: none !important; }
  textarea:focus {
    color: #2a2a2a; }

.form-group {
  position: relative; }

.screen-reader-response {
  display: none; }

header {
  width: 100%; }
  header .hd_base {
    padding: 10px 0;
    background-color: #E9AE37; }
  header .hd_nav {
    padding: 10px 0; }
  header ul.hd_list {
    text-align: right;
    padding: 0;
    margin: 0; }
    header ul.hd_list li {
      display: inline-block;
      color: white;
      position: relative; }
      header ul.hd_list li.hasipt {
        margin-right: 45px; }
        header ul.hd_list li.hasipt .form-group {
          position: relative;
          margin-bottom: 0; }
      header ul.hd_list li a {
        display: block;
        height: 19px;
        background-image: url("../images/sprite_icons_header.png"); }
        header ul.hd_list li a.ifb {
          width: 8px;
          background-position: 0 0; }
        header ul.hd_list li a.itw {
          width: 16px;
          background-position: -41px 0; }
        header ul.hd_list li a.iyt {
          width: 18px;
          background-position: -84px 0; }
        header ul.hd_list li a.ibr {
          width: 19px;
          background-position: -147px 0; }
        header ul.hd_list li a.ius {
          width: 19px;
          background-position: -187px 0; }
      header ul.hd_list li.hasicon {
        height: 16px; }
      header ul.hd_list li.lang {
        height: 16px;
        margin-left: 45px; }
      header ul.hd_list li.haspipe {
        margin: 0 10px; }
      header ul.hd_list li img {
        display: block;
        width: 20px; }
      @media only screen and (max-width: 640px) {
        header ul.hd_list li.hasipt {
          text-align: center;
          width: 100%;
          display: block;
          margin-right: 0; }
          header ul.hd_list li.hasipt .form-group {
            margin-bottom: 10px; }
        header ul.hd_list li.lang {
          margin-left: 0; } }

ul#mainmenu {
  text-align: right;
  font-size: 17.28px;
  width: 100%;
  padding: 50px 0 0 0;
  margin: 0; }
  ul#mainmenu li {
    height: 30px;
    display: inline-block;
    margin-left: 15px;
    position: relative; }
    ul#mainmenu li a {
      color: #504F51;
      border-bottom: 1px solid #000;
      display: block; }
      ul#mainmenu li a:hover, ul#mainmenu li a.active {
        color: #75A540; }
    ul#mainmenu li.hassub:hover ul {
      display: block; }
    ul#mainmenu li.hassub ul {
      width: 100%;
      min-width: 175px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.8);
      position: absolute;
      left: -20px;
      top: 30px;
      z-index: 100;
      padding: 10px 15px;
      display: none; }
      ul#mainmenu li.hassub ul li {
        width: 100%;
        display: block;
        margin-left: 0; }
        ul#mainmenu li.hassub ul li:not(:last-child) {
          margin-bottom: 5px;
          border-bottom: 1px solid #000 !important; }
        ul#mainmenu li.hassub ul li a {
          border-bottom: none !important; }
      @media only screen and (max-width: 640px) {
        ul#mainmenu li.hassub ul {
          position: static;
          left: 0;
          top: 0; } }
  @media only screen and (max-width: 640px) {
    ul#mainmenu {
      text-align: center; }
      ul#mainmenu li {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-bottom: 10px;
        display: block; } }

.openmenu {
  width: 32px;
  height: 32px;
  display: block;
  margin-top: 30px;
  margin-right: 15px;
  color: #E9AE37 !important;
  float: right;
  background-image: url("../images/ic_menu.png");
  background-size: cover; }

@media only screen and (max-width: 640px) {
  nav {
    display: none; } }

nav.showmenu {
  display: block; }

footer {
  background-color: #E9AE37;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../images/scanline_rodape.jpg"); }
  footer p:last-child {
    padding-bottom: 0 !important; }
  footer ul.social {
    margin-top: 50px; }
    footer ul.social li {
      display: inline-block;
      padding-left: 15px; }
      footer ul.social li:not(:last-child) {
        border-right: 1px solid white;
        padding-right: 15px; }
      footer ul.social li img {
        display: block;
        width: 25px; }
  footer p {
    font-size: 14.54545px;
    color: white;
    padding-bottom: 20px !important; }
  footer .ft_logo {
    padding-top: 15px;
    padding-bottom: 25px;
    border-right: 2px solid white;
    padding-right: 30px;
    margin-right: 30px; }
    footer .ft_logo img {
      width: 245px;
      max-width: 100%;
      display: block; }
    @media only screen and (max-width: 640px) {
      footer .ft_logo {
        padding-top: 0;
        padding-bottom: 30px;
        padding-right: 0;
        border-right: none; } }

section {
  width: 100%; }
  section.content {
    margin-bottom: 75px; }
    section.content a, section.content p {
      word-break: break-word; }

.banner_fix {
  width: 100%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 40px; }
  .banner_fix h1 {
    color: white;
    margin-bottom: 20px; }
  .banner_fix h2 {
    color: white; }
  .banner_fix p {
    font-size: 27.2px;
    /*27*/
    text-transform: uppercase;
    color: white;
    margin-bottom: 40px !important; }
  .banner_fix .bf_box {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 60px;
    background-image: linear-gradient(to bottom right, rgba(117, 151, 64, 0.8), rgba(160, 179, 50, 0.8)); }
    .banner_fix .bf_box .bf_box_base {
      position: relative;
      z-index: 99; }
    .banner_fix .bf_box:before {
      content: "";
      width: 100%;
      height: 100%;
      border: 1px solid #E9AE37;
      position: absolute;
      left: -10px;
      top: -10px;
      z-index: 98; }
  .banner_fix .bf_msg {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px; }
    .banner_fix .bf_msg p {
      font-size: 27.2px;
      /*27*/
      line-height: 27.2px;
      /*27*/
      text-transform: uppercase;
      padding: 0 !important;
      margin: 0 !important; }
    .banner_fix .bf_msg:before {
      content: "";
      width: 100%;
      height: 100%;
      border: 1px solid #E9AE37;
      position: absolute;
      left: -10px;
      top: -10px;
      z-index: 98; }
  @media only screen and (max-width: 640px) {
    .banner_fix h1 {
      font-size: 35.2px; }
    .banner_fix p {
      margin-bottom: 20px; }
    .banner_fix .bf_box {
      padding: 30px; }
      .banner_fix .bf_box:before {
        width: 95%;
        height: 95%;
        left: 2.5%;
        top: 2.5%; }
    .banner_fix .bf_msg {
      padding: 30px; }
      .banner_fix .bf_msg:before {
        width: 95%;
        height: 95%;
        left: 2.5%;
        top: 2.5%; } }

.hm_img {
  margin-bottom: 5px;
  display: block; }

.hm_box {
  padding: 40px;
  position: relative;
  flex-direction: column;
  display: flex;
  margin-bottom: 30px; }
  .hm_box.noimg {
    padding: 80px 40px; }
  .hm_box.bdr_yellow {
    border: 1px solid #E9AE37;
    background-image: url("../images/scanline_yellow.png"); }
  .hm_box.bdr_green {
    border: 1px solid #75A540;
    background-image: url("../images/scanline_green.png"); }
  .hm_box p {
    padding-bottom: 5px !important; }
  .hm_box img {
    display: block;
    margin-bottom: 40px; }
  .hm_box .btn, .hm_box .btng {
    position: absolute;
    bottom: -15px;
    align-self: center;
    z-index: 1; }
  @media only screen and (max-width: 640px) {
    .hm_box {
      padding: 25px;
      margin-bottom: 60px; }
      .hm_box.noimg {
        padding: 60px 30px; }
      .hm_box p {
        text-align: center; }
      .hm_box img {
        margin-bottom: 20px; }
      .hm_box a {
        bottom: -15px;
        z-index: 1; } }

.sec-title {
  font-size: 22.4px;
  /*22*/
  text-transform: uppercase;
  font-weight: 900;
  width: 100%;
  height: 4px;
  background-color: #E9AE37;
  position: relative;
  margin-bottom: 50px; }
  .sec-title span {
    border-left: 4px solid #E9AE37;
    border-right: 4px solid #E9AE37;
    padding: 0 10px;
    background-color: white;
    position: absolute;
    left: 90px;
    top: -15px;
    z-index: 1; }
  .sec-title.sec-secondary {
    background-color: #75A540; }
    .sec-title.sec-secondary span {
      border-left: 4px solid #75A540;
      border-right: 4px solid #75A540; }
  @media only screen and (max-width: 640px) {
    .sec-title {
      height: auto !important;
      background-color: white;
      margin-bottom: 25px; }
      .sec-title span {
        width: 100%;
        display: block;
        position: static; } }

.post_summary {
  margin-top: 20px;
  margin-bottom: 50px; }
  .post_summary p {
    display: block;
    border-left: 1px solid black;
    padding-left: 10px !important;
    padding-bottom: 0 !important; }

.nwl_box {
  padding-top: 55px;
  padding-bottom: 55px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 70px; }
  .nwl_box p {
    padding-bottom: 20px !important; }

.goup {
  font-size: 64px;
  /*64*/
  color: #E9AE37; }

ul.breadcrumbs {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 12.30769px; }
  ul.breadcrumbs li {
    color: #504F51;
    display: inline-block; }
    ul.breadcrumbs li.active {
      color: #E9AE37; }
    ul.breadcrumbs li a {
      color: inherit; }

.acc_btn {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 22.4px;
  /*22*/
  font-weight: 900;
  padding: 10px;
  color: white;
  background-color: #75A540;
  cursor: pointer;
  margin-bottom: 20px;
  display: block;
  position: relative;
  background: #8c9f32;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8c9f32 0%, #758340 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8c9f32 0%, #758340 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8c9f32 0%, #758340 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c9f32', endColorstr='#758340',GradientType=1 );
  /* IE6-9 */ }
  .acc_btn .arrow {
    width: 40px;
    height: 24px;
    background-image: url("../images/ic_arrow_acc_up.png");
    position: absolute;
    right: 75px;
    top: 15px;
    z-index: 1; }
    .acc_btn .arrow.open {
      background-image: url("../images/ic_arrow_acc_down.png"); }
    @media only screen and (max-width: 640px) {
      .acc_btn .arrow {
        width: 30px;
        height: 17px;
        background-size: cover;
        right: 15px; } }

.acc_box {
  padding: 10px 70px 30px 70px;
  display: none; }
  .acc_box.show {
    display: block; }
  @media only screen and (max-width: 640px) {
    .acc_box {
      padding: 10px 30px 30px 30px; } }

.pdf_block {
  padding-bottom: 45px !important; }
  .pdf_block img {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto; }
  .pdf_block .pdf_data {
    font-size: 14.54545px;
    font-weight: 900;
    color: #E9AE37; }
  .pdf_block .pdf_titulo {
    font-size: 19.2px;
    text-transform: uppercase; }
  .pdf_block .pdf_titulo {
    font-size: 19.2px;
    text-transform: uppercase; }
  @media only screen and (max-width: 640px) {
    .pdf_block {
      text-align: center; }
      .pdf_block .pdf_data {
        margin-bottom: 15px; }
      .pdf_block img {
        max-width: 100px;
        margin-bottom: 15px; } }

.filtro {
  width: 100%;
  display: block;
  padding: 15px 25px;
  background-color: #75A540;
  color: white;
  margin-bottom: 65px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease; }
  .filtro big {
    font-size: 19.2px;
    line-height: 19.2px;
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 0; }
  .filtro:hover {
    color: white;
    background-color: #5b8032; }
  @media only screen and (max-width: 640px) {
    .filtro {
      margin-bottom: 15px; } }

ul.pages {
  width: 100%;
  text-align: center !important;
  margin-bottom: 70px;
  padding: 0;
  margin: 0; }
  ul.pages li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 5px; }
    ul.pages li a {
      color: #4F4E51;
      display: block;
      border: 1px solid #c4c4c4;
      padding: 7px 14px;
      -webkit-transition: 0.2s all ease;
      -moz-transition: 0.2s all ease;
      -ms-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      transition: 0.2s all ease; }
      ul.pages li a.active, ul.pages li a:hover {
        background-color: #c4c4c4; }
  @media only screen and (max-width: 640px) {
    ul.pages li.lead {
      display: none; }
    ul.pages li {
      width: 50px; } }

.post_date {
  font-size: 14.54545px;
  font-weight: 900;
  color: #75A540; }

.est_img {
  border-right: 2px solid #C3C1A5;
  margin-bottom: 20px; }
  @media only screen and (max-width: 640px) {
    .est_img {
      border-right: 0px; } }

.owl-next,
.owl-prev {
  font-size: 80px !important;
  line-height: 48px !important;
  position: absolute;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  text-indent: -1000px;
  height: 53px;
  width: 32px;
  cursor: pointer !important; }
  @media only screen and (max-width: 640px) {
    .owl-next,
    .owl-prev {
      position: static;
      margin-top: 30px; }
      .owl-next:not(:last-child),
      .owl-prev:not(:last-child) {
        margin-right: 30px; } }

.owl-prev {
  left: -50px;
  background-image: url("../images/ic_arrow_left.png") !important; }

.owl-next {
  right: -50px;
  background-image: url("../images/ic_arrow_right.png") !important; }

.owl-caption {
  min-height: 100px;
  border: 1px solid #75A540;
  padding: 10px 30px;
  margin-top: 5px;
  background-image: url("../images/scanline_green.png"); }
  .owl-caption a {
    color: inherit;
    display: block; }

@media only screen and (max-width: 640px) {
  .owl-nav {
    text-align: center; } }

.galeria .owl-next,
.galeria .owl-prev {
  top: 30% !important; }

.owl-image {
  text-align: center;
  width: 100%;
  height: 450px;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 640px) {
    .owl-image {
      height: 150px; } }

.imagemeditor {
  display: block; }
  @media only screen and (max-width: 640px) {
    .imagemeditor {
      width: 100%; } }

ul.associadoslist {
  text-align: center;
  padding: 0;
  margin: 0; }
  ul.associadoslist li {
    width: 16%;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 70px;
    border-right: 1px solid #E9AE37; }
    ul.associadoslist li.semborda {
      border-right: 0px; }
    ul.associadoslist li img {
      display: block; }
  @media only screen and (max-width: 640px) {
    ul.associadoslist li {
      width: 45%;
      padding-right: 0;
      margin-right: 0;
      margin-bottom: 15px;
      border-right: 0 !important; }
      ul.associadoslist li:nth-child(2n) {
        margin-left: 15px; } }
