.fontDef,
body,
body a,
body span,
body div,
body strong,
body p,
#mobile_fader ul,
#mobile_fader ul li a,
body.subpage #join .news_left h2,
body.subpage #join .news_left strong,
body.subpage #join .news_left p,
#header,
#header .top_text,
#header .info_box,
.default_button,
.default_button.small,
#callbox .container h4 span,
footer {
    font-family: "Lato", sans-serif !important;
}
.no_padding {
    padding: 0 !important;
}
.fast_ease,
#header #navigation li a,
.default_button,
#boxes .box,
#boxes .box h4,
#boxes .box p,
footer .links_footer li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news_boxer {
    margin-bottom: 50px;
}
body {
    padding: 0;
    margin: 0;
}
.ditto_next_link:hover,
.ditto_previous_link:hover {
    background: #bad600;
    color: #fff;
    text-decoration: none;
}
.pagination {
    font-size: 12px;
}
.ditto_next_link,
.ditto_previous_link {
    float: none !important;
    border: 1px solid #bad600;
    color: #bad600;
    padding: 1px 9px;
    border-radius: 500px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#navi_mobile {
    float: left;
    width: 100%;
    height: 60px;
    background: #004b67;
    position: fixed;
    display: none;
    z-index: 99999;
    top: 0;
}
#navi_mobile img {
    width: 150px;
    margin: 6px;
}
#navi_mobile .navi_trigger {
    color: #fff;
    font-family: FontAwesome !important;
    font-size: 40px !important;
    margin: 10px;
    cursor: pointer;
}
#mobile_fader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #004b67;
    padding-top: 100px;
    overflow: auto;
    display: none;
}
#mobile_fader ul {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    list-style: none;
    padding-left: 0;
}
#mobile_fader ul li {
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: 1px solid #1d7b9e;
}
#mobile_fader ul li.blue {
    color: #0092c9;
}
#mobile_fader ul li.red a {
    color: #cf6c10;
}
#mobile_fader ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
body.subpage #header {
    background: url(../img/header_small.jpg);
    background-size: cover;
    min-height: 340px;
}
body.subpage #boxes .container {
    margin-top: 0;
}
body.subpage .news_right .title {
    color: #0092c9;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}
body.subpage .news_right .title:first-of-type {
    margin-top: 0;
}
body.subpage .news_right .news_boxer {
    margin-bottom: 30px;
}
body.subpage .news_right .news_boxer p,
body.subpage .news_right .news_boxer h4,
body.subpage .news_right .news_boxer h2 {
    line-height: 26px;
}
body.subpage .news_right .news_boxer p a,
body.subpage .news_right .news_boxer h4 a,
body.subpage .news_right .news_boxer h2 a {
    color: #fff;
}
body.subpage .news_right .news_boxer p a:hover,
body.subpage .news_right .news_boxer h4 a:hover,
body.subpage .news_right .news_boxer h2 a:hover {
    text-decoration: none;
}
body.subpage .news_right .join_team img {
    margin-bottom: 20px;
    margin-top: 20px;
}
body.subpage .news_right .join_team p,
body.subpage .news_right .join_team h4,
body.subpage .news_right .join_team h2 {
    line-height: 26px;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    color: #797979;
}
body.subpage #boxes {
    margin-bottom: 50px;
}
body.subpage #join .news_left {
    line-height: 34px;
}
body.subpage #join .news_left h2 {
    font-size: 28px;
    color: #bad600;
}
body.subpage #join .news_left h2 a {
    color: #bad600;
}
body.subpage #join .news_left h2 a:hover {
    text-decoration: none;
}
body.subpage #join .news_left strong {
    font-size: 18px;
    color: #797979;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}
body.subpage #join .news_left p {
    font-size: 14px;
    padding-bottom: 10px;
    color: #797979;
}
body.subpage #join .news_left p img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* tabela */
.news_left .styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1em;
    min-width: 400px;
    width: 100%;
  }
  .news_left .styled-table thead tr {
    background-color: #158d40;
    text-align: left;
  }
  .news_left .styled-table thead p {
    color: #ffffff;
    font-weight: 600;
    margin: 0;
  }
  .news_left .styled-table th,
  .news_left .styled-table td {
    padding: 12px 15px;
  }
  .news_left .styled-table td img {
    max-width: 100%;
    height: auto;
    max-height: 250px;
  }
  .news_left .styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
  }
  .news_left .styled-table tbody p {
    margin: 0;
  }
  .news_left .styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
  }
  
  .news_left .styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #158d40;
  }
  .news_left .styled-table tbody tr.active-row {
    font-weight: bold;
    color: #158d40;
  }


#header {
    min-height: 950px;
    float: left;
    width: 100%;
    background: url(../img/header.jpg);
    background-size: cover;
    background-position: bottom;
}
#header .logo_row {
    margin-top: 51px;
}
#header .top_text {
    margin-top: 80px;
    color: #fff;
}
#header .top_text a {
    color: #fff;
}
#header .top_text a:hover {
    text-decoration: none;
}
#header .top_text h5 {
    font-size: 20px;
    text-transform: uppercase;
}
#header .top_text h2 {
    font-size: 40px;
    color: #bad600;
    position: relative;
}
#header .top_text h2:after {
    position: absolute;
    content: "";
    height: 4px;
    background: #bad600;
    width: 100px;
    bottom: -20px;
    left: 0;
}
#header .top_text p {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    color: #fff;
}
#header #navigation {
    margin-top: 60px;
    float: left;
    width: 100%;
    text-align: center;
}
#header #navigation li {
    float: none;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    list-style: none;
}
#header #navigation li:last-of-type {
    margin-right: 0;
}
#header #navigation li a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 2px 9px;
    text-shadow: 1px 1px 5px #333;
    font-weight: bold;
}
#header #navigation li a:hover {
    border: 1px solid #bad600;
    text-decoration: none;
    color: #bad600;
}
#header .emergency_button span {
    color: #bad600;
}
#header .emergency_button {
    float: left;
    border: 1px solid #bad600;
    border-radius: 17px;
    padding: 10px 17px;
    margin-top: 26px;
    color: #bad600;
}
#header .emergency_button span {
    float: left;
}
#header .emergency_button span:first-of-type {
    text-align: right;
    text-align: right;
    line-height: 15px;
}
#header .emergency_button span:last-of-type {
    font-size: 37px;
    line-height: 27px;
}
#header .emergency_button img {
    float: left;
    margin: 4px;
}
#header .bip {
    margin-top: 20px;
}
#header .info_box {
    float: left;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 40px;
}
#header .info_box img,
#header .info_box span,
#header .info_box a {
    float: left;
}
#header .info_box span {
    margin-right: 10px;
}
#header .info_box img {
    margin-right: 5px;
}
#header .info_box a {
    color: #fff;
}
.max100 {
    max-width: 100%;
}
.default_button {
    color: #bad600;
    border: 2px solid #bad600;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
}
.default_button.small {
    font-size: 10px;
    color: #a4a4a4;
    text-transform: uppercase;
    border: 1px solid #a4a4a4;
    padding: 9px 13px;
    line-height: initial;
    margin-top: 10px;
    float: left;
}
.default_button.small:hover {
    background: #a4a4a4;
    color: #fff;
}
.default_button.small.white {
    border-color: #fff;
    color: #fff;
}
.default_button.small.white:hover {
    background: #fff;
    color: #b9d501;
}
.default_button:hover {
    background: #bad600;
    color: #fff;
    text-decoration: none;
}
.separ {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    background: #a4a4a4;
    position: relative;
    text-align: center;
}
.separ a {
    float: none !important;
    display: inline-block !important;
    position: relative;
    top: -24px;
    background: #fff;
    padding: 6px 13px !important;
}
#boxes {
    float: left;
    width: 100%;
}
#boxes .container {
    background: #fff;
    padding: 0;
    margin-top: -80px;
}
#boxes .box {
    overflow: visible;
    background: #fff;
    height: 230px;
}
#boxes .box:first-of-type {
    position: relative;
}
#boxes .box:first-of-type:after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 13px;
    height: 13px;
    z-index: 2;
    background: url(../img/cross.png);
}
#boxes .box:nth-child(7),
#boxes .box:nth-child(8) {
    position: relative;
}
#boxes .box:nth-child(7):after,
#boxes .box:nth-child(8):after {
    content: "";
    position: absolute;
    right: -6px;
    top: -6px;
    width: 13px;
    height: 13px;
    z-index: 2;
    background: url(../img/cross.png);
}
#boxes .box:nth-child(2) {
    position: relative;
}
#boxes .box:nth-child(2):after {
    content: "";
    z-index: 2;
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 13px;
    height: 13px;
    background: url(../img/cross.png);
}
#boxes .box:nth-child(2n):hover {
    background: #1f79d1 !important;
}
#boxes .box h4 {
    margin-top: 30px;
}
#boxes .box:hover {
    background: #126fcb;
}
#boxes .box:hover a {
    text-decoration: none;
}
#boxes .box:hover h4,
#boxes .box:hover span,
#boxes .box:hover p {
    color: #fff;
}
#boxes .box:hover .default_button {
    background: #bad600;
    color: #fff;
    border-color: #bad600;
}
#boxes .box.more_Box {
    display: none;
}
#boxes .box img {
    margin-top: 58px;
}
#boxes .box h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #797979;
    position: relative;
}
#boxes .box h4:after {
    position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    width: 50px;
    background: #bad600;
    left: 0;
}
#boxes .box p {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    color: #797979;
}
#join {
    float: left;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 40px;
}
#join h5 {
    color: #93c11c;
    font-size: 15px;
    position: relative;
}
#join h5:before {
    content: "";
    position: absolute;
    top: -9px;
    width: 70px;
    left: 0;
    height: 1px;
    background: #93c11c;
}
#join h4 {
    font-size: 20px;
    color: #797979;
}
#join h4 a {
    color: #797979;
}
#join h4 a:hover {
    text-decoration: none;
    color: #797979;
}
#join p {
    font-size: 15px;
    color: #525252;
}

/* ===================================
    Galeria
====================================== */
.masonry {
    columns: 3;
    column-gap: 36px;
  }
  @media (max-width: 1200px) {
    .masonry {
      columns: 3;
    }
  }
  @media (max-width: 992px) {
    .masonry {
      columns: 2;
    }
  }
  .masonry .grid2 {
    display: inline-block;
    margin-bottom: 36px;
    position: relative;
    width: 100%;
  }
  .masonry .grid2:before {
    /*border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);*/
  }
  .masonry .grid2 img {
    width: 100%;
    border-radius: 5px;
  }
  .masonry .grid2__title {
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
  }
  .masonry .grid2__author {
    font-size: 14px;
    font-weight: 300;
  }
  .masonry .grid2__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid2__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .masonry .grid2__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
  }
  
  .mt-auto {
    margin-top: auto;
  }


#join h2 {
    color: #0092c9;
    font-size: 28px;
    margin-top: 0;
}
#callbox {
    float: left;
    width: 100%;
}
#callbox .container {
    padding-top: 34px;
    min-height: 250px;
    background: url(../img/banner.jpg) right;
    background-size: cover;
    color: #fff;
}
#callbox .container h4 span {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
}
#callbox .container h4 span:last-of-type {
    font-size: 44px;
}
.boxer h4 a {
    color: #797979;
}
.boxer h4 a:hover {
    color: #797979;
    text-decoration: none;
}
.boxer a {
    color: #bfd911;
}
.boxer a:hover {
    color: #bfd911;
    text-decoration: none;
}
body.subpage #join.sub_news .news_left strong {
    font-size: inherit;
    color: #797979;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
}
#news {
    float: left;
    width: 100%;
}
#news .news_boxer {
    margin-bottom: 40px;
    padding-right: 15px !important;
}
#news .news_boxer p,
#news .news_boxer h4,
#news .news_boxer h2 {
    line-height: 26px;
}
#news .news_boxer p a,
#news .news_boxer h4 a,
#news .news_boxer h2 a {
    color: #797979;
}
#news .news_boxer p a:hover,
#news .news_boxer h4 a:hover,
#news .news_boxer h2 a:hover {
    text-decoration: none;
}
#news .title {
    color: #0092c9;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}
#news h5 {
    color: #93c11c;
    font-size: 15px;
    position: relative;
}
#news h5:before {
    content: "";
    position: absolute;
    top: -9px;
    width: 70px;
    left: 0;
    height: 1px;
    background: #93c11c;
}
#news h4 {
    font-size: 20px;
    color: #797979;
}
#news p {
    font-size: 14px;
    color: #797979;
    line-height: 26px;
}
#news h2 {
    color: #0092c9;
    font-size: 28px;
    margin-top: 0;
}
footer {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 1.2rem;
    color: #8f8f8f;
}
footer .inform {
    color: #727272;
    font-size: 14px;
    line-height: 23px;
}
footer .container {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dfe0e0;
    margin-bottom: 100px;
}
footer .centralize {
    float: none;
    display: inline-block;
}
footer .partners {
    width: 170px;
    float: right;
}
footer .pTitle {
    font-size: 1.2rem;
    color: #00a657;
    font-weight: 700;
    text-align: right;
    float: right;
    margin-right: 30px;
}
footer .owl-nav {
    display: none;
}
footer .navi_items {
    float: right;
    cursor: pointer;
    margin-top: 22px;
}
footer .owl-stage-outer .owl-item {
    text-align: center;
}
footer .owl-stage-outer .owl-item a {
    float: none;
    display: inline-block;
}
footer a {
    color: #0092c9;
}
footer a:hover {
    color: #0092c9;
    text-decoration: none;
}
footer .links_footer {
    padding-left: 0;
    list-style: none;
    color: #7e6d55;
    font-size: 1.2rem;
    text-transform: uppercase;
}
footer .links_footer li {
    line-height: 20px;
    width: 50%;
    float: left;
}
footer .links_footer li a {
    color: #6f6f6f;
    font-size: 14px;
}
footer .links_footer li a:hover {
    color: #b8d501;
    text-decoration: none;
}
#header #navigation .open > .dropdown-menu {
    background: #94ab00;
    width: inherit;
    border-radius: 10px;
    padding: 18px 0;
    left: 0;
    top: 150%;
}
#header #navigation .open > .dropdown-menu li {
    float: left;
    width: 100%;
    padding: 2px 20px;
    border-bottom: 1px solid #ceed07;
}
#header #navigation .open > .dropdown-menu li a:hover {
    border: 1px solid transparent;
    text-decoration: none;
    color: #eafc72;
    background: none;
}
#header #navigation .open > .dropdown-menu li:last-of-type {
    border-bottom: 0;
}
#cookies {
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    position: fixed;
    padding: 40px;
    display: none;
    border: 1px solid #bad600;
    margin: 0 auto;
    background-color: #fff;
}
@media (min-width: 550px) {
    #cookies {
        left: 40px;
        bottom: 40px;
        max-width: 420px;
    }
}
#cookies .closee {
    top: 10px;
    right: 15px;
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
}
#cookies .closee:before,
#cookies .closee:after {
    top: -1px;
    left: 12px;
    width: 0;
    content: " ";
    height: 30px;
    display: block;
    position: absolute;
    border-right: 1px solid #bad600;
}
#cookies .closee:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cookies .closee:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#cookies img {
    top: 20px;
    right: 20px;
    position: absolute;
}
#cookies p {
    margin-bottom: 0;
}
#cookies h6 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #9d9d9d;
}
