/* CSS novo */

.site-navbar-wrap {
    position: relative;
    z-index: 999;
    width: 100%;
    left: 0;
}

.site-navbar-wrap a {
    color: #fff;
}

.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
}

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
    margin-top: -31px;
}

.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    position: relative;
}

.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 20px 10px;
    color: #1C3F64;
    font-size: 17px;
    text-decoration: none !important;
    font-family: 'NeoSansStd';
}

.site-navbar .site-navigation .site-menu>li>a.active {
    color: #78b537 !important;
}

.site-navbar .site-navigation .site-menu>li>a.nav-link:hover:before {
    content: "\f077";
}

.site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\f078";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
    font-family: 'NeoSansStd';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #78b537;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #ebeef0;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #ebeef0;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 9999999999;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #000;
    font-family: 'NeoSansStd';
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
    color: #78b537;
    text-decoration: none;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
    color: #78b537;
    text-decoration: none;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
}

.sticky-header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: inherit;
}

.sticky-wrapper+.site-blocks-cover {
    margin-top: 96px;
}

span.icon-menu.h3 {
    color: #003057;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
    color: #78b537 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background-color: #fff;
    margin-top: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
    padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
    padding: 10px 10px;
    font-size: 15px;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #78b537 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
    color: #78b537 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
    color: #78b537 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
    color: #78b537;
}

.site-mobile-menu .site-nav-wrap>li.submenu {
    display: none!important;
}

nav.site-navigation.text-right {
    text-align: center;
}

.social-lateral {
    position: fixed;
    right: auto;
    left: 0%;
    bottom: 0%;
    z-index: 9999;
    top: 38%;
    height: 63px;
    z-index: 10;
}

.social-fixo {
    position: relative;
    z-index: 9999;
    width: 55px;
    height: 55px;
    margin-bottom: 5px;
    padding: 10px;
    float: left;
    clear: left;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.31);
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.social-fixo:hover {
    width: 80px;
    text-decoration: none;
}

.social-fixo.whatss {
    background-color: #fff;
}

.social-fixo.login {
    background-color: #801500;
}

a.social-fixo {
    color: black;
}

a.social-fixo.w-inline-block i {
    font-size: 30px;
}

a.social-fixo.w-inline-block i.fa-brands.fa-instagram {
    color: #fb3958;
}

.social-lateral i.fa-brands.fa-facebook-f {
    color: #3C5A99;
}

.social-lateral .fa-whatsapp {
    color: #39d52e;
}

.social-lateral i.fa-brands.fa-youtube {
    color: #FF0000;
}

.social-lateral i.fa-brands.fa-twitter {
    color: #1DA1F2;
}

.social-lateral i.fa-brands.fa-linkedin {
    color: #0077b5;
}

.social-lateral i.fa-light.fa-share-nodes {
    color: #000;
}

.container-ajust {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row-ajust {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.slider-noticias-img img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.slider-noticias-img a {
    display: block;
    height: 200px;
    display: block;
    position: relative;
    height: 192px;
    overflow: hidden;
}

section#noticias-home {
    position: relative;
    z-index: 13;
    margin-top: -34px;
    margin-bottom: 70px;
    background-size: 200% 76%;
    background-repeat: repeat-x;
    background-position: -100% 5%;
    background-image: linear-gradient(to right, transparent 50%, #78ba31 50%);
}

.slider-btn a {
    font-family: 'NeoSansStd Medium';
    width: 240px;
    height: 40px;
    border-radius: 58px;
    background: #054569;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 15px;
    margin: 0 auto;
}

.slider-content {
    text-align: center;
    margin-top: 23px;
    height: 221px;
}

.slider-content h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 16px;
    color: #054569;
    font-family: 'NeoSansStd';
}

.slider-content p {
    font-size: 16px;
    color: #676764;
    margin: 0 0 20px;
    line-height: 23px;
    font-family: 'NeoSansStd';
}

.noticias-slide .owl-nav .owl-prev {
    margin-left: -25px;
}

.noticias-slide .owl-nav .owl-next {
    margin-right: -25px;
}

.noticias-slide .owl-nav span {
    font-size: 42px;
    color: #eb7221;
    font-weight: 900;
}

.noticias-slide .owl-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: center;
    /* top: 50%; */
    position: absolute;
    bottom: 43%;
}

.noticias-slide .owl-stage-outer {
    padding-bottom: 51px;
    z-index: 2;
}

.noticia-slider-card {
    background-color: #ffff;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 10%);
}

.secao-home {
    background: url("../images/bg-projetos.jpg?v=1");
    background-size: auto;
    background-position-y: -13vw;
    padding: 80px 0 60px;
}

.noticia-title h2 {
    font-family: 'NeoSansStd';
    font-size: 1.88vw;
    line-height: 1;
    color: #eb7221;
    padding: 0 0 1.81vw;
    text-align: center;
    font-weight: bold;
    /* margin-top: 5vw; */
}

.noticias-slide .owl-item {
    padding: 6px 20px;
}

.noticia-slide-ajust {
    padding: 0 15px 28px;
}

#header .menu {
    position: relative;
    /* width: 100%; */
    padding-right: 15px;
    padding-left: 35px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

div#google_translate span {
    display: none;
}

.wrap-translate {
    position: relative;
    /* width: 100%; */
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

@media (min-width: 576px) {
    .container-ajust {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container-ajust {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container-ajust {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container-ajust {
        max-width: 1140px
    }
}

@media print {
    .container {
        min-width: 992px !important
    }
}

.doe-flutuante {
    position: fixed;
    left: auto;
    right: -1%;
    bottom: 0%;
    top: 52%;
    height: 63px;
    z-index: 10;
}

.doe-flutuante a {
    position: relative;
    display: block;
    background-color: #78b537;
    border-radius: 25px 0 0 25px;
    padding: 10px 33px;
    font-family: 'NeoSansStd';
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgb(0 168 34 / 37%);
    animation: pulse3 2.5s infinite;
}

#banner .owl-nav button.owl-prev:hover,
#banner .owl-nav button.owl-next:hover {
    color: #eb7221;
}

@keyframes pulse3 {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

#cursos-tabela .info {
    width: 73vw;
    margin: 0 auto;
    padding-bottom: 100px
}

#cursos-tabela .info .row {
    display: grid;
    grid-template-columns: 9vw 30.09vw 9vw 9vw 9vw;
    grid-template-rows: repeat(10, auto);
    width: 100%;
    justify-content: space-between;
}

#cursos-tabela .info .errorMessage {
    grid-column: 1 / 5;
    font-size: 22px;
    color: #773B24;
    margin: 10px 0 0;
}

#cursos-tabela .info .titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #78BA31;
}

#cursos-tabela .info .titulo h2 {
    font-size: 16px;
    line-height: 42px;
    font-family: 'NeoSansStd Medium';
    color: #034569;
    margin-bottom: 5px
}

#cursos-tabela .info .item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #78BA31;
    width: 100%;
    padding: 20px 0;
    height: 100%;
}

#cursos-tabela .info .item p {
    color: #727272;
    font-size: 16px;
    line-height: 29px
}

#cursos-tabela .info .item img {
    margin: 0 12px
}

#cursos-tabela .info .item img.link {
    width: 16px;
}

#cursos-tabela .info .item.n12 {
    justify-content: center;
    text-align: center;
}

#cursos-tabela .info .item.n12 a {
    word-break: break-all;
}

#cursos-tabela .info .item.tipo,
#cursos-tabela .info .item.data {
    font-family: 'NeoSansStd Medium'
}

#cursos-tabela .info .item.n11.tipo {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
}

#cursos-tabela .paginacao {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

#cursos-tabela .paginacao .btn {
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    margin: 0 40px;
}

#cursos-tabela .paginacao a,
#cursos-tabela .paginacao span {
    font-size: 24px;
    font-family: 'NeoSansStd Medium';
    color: #676764;
    opacity: 0.6;
    line-height: 42px;
    margin: 0 10px;
}

#cursos-tabela .paginacao span.sel {
    font-family: 'NeoSansStd Ultra';
    opacity: 1;
}

#cursos-tabela .paginacao .btn.left {
    border-bottom: 2px solid #78BA31;
    border-left: 2px solid #78BA31
}

#cursos-tabela .paginacao .btn.right {
    border-top: 2px solid #78BA31;
    border-right: 2px solid #78BA31
}

#cursos-tabela .paginacao .btn.first {
    border-top: 2px solid #78BA31;
    border-right: 2px solid #78BA31
}

#cursos-tabela .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    display: none;
}

#cursos-tabela .share-box {
    position: fixed;
    background: #FFF;
    z-index: 9;
    border-radius: 20px;
    right: 7.35vw;
    padding: 25px 30px;
    display: none;
    top: 50%!important;
}

#cursos-tabela .share-box .close {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 27px;
    right: 30px;
}

#cursos-tabela .share-box .close:after,
#cursos-tabela .share-box .close:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #676764;
    position: absolute;
    top: 50%;
    left: 50%;
}

#cursos-tabela .share-box .close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

#cursos-tabela .share-box .close:before {
    transform: translate(-50%, -50%) rotate(135deg);
}

#cursos-tabela .share-box h3 {
    font-size: 19px;
    color: #676764;
    font-family: 'NeoSansStd';
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px;
}

#cursos-tabela .share-box .options {
    display: flex;
    justify-content: space-between;
}

#cursos-tabela .share-box .options .ic-share {
    margin: 0 20px 0 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cursos-tabela .share-box .options .ic-share:last-child {
    margin: 0;
}

#cursos-tabela .wFormDownload {
    padding: 2.86vw 4.69vw;
    display: flex;
    justify-content: space-between;
    width: 73vw;
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: #FFF;
    display: none;
    max-height: 95vh;
    overflow-y: auto;
}

#cursos-tabela .wFormDownload .content-download {
    width: 23.91vw;
    flex-shrink: 0;
    min-height: 1px;
}

#cursos-tabela .wFormDownload .content-download .title {
    display: block;
    color: #5B6266;
    font-size: 1.88vw;
    line-height: 2.29vw;
    font-family: 'NeoSansStd';
    font-weight: bold;
    margin: 0 0 15px;
}

#cursos-tabela .wFormDownload .content-download p {
    color: #676764;
    font-size: 16px;
    line-height: 26px;
    font-family: 'NeoSansStd';
    margin: 0 0 15px;
}

#cursos-tabela .wFormDownload .content-download img {
    display: block;
    max-width: 100%;
    margin: 0 0 15px;
}

#cursos-tabela .wFormDownload form {
    width: 33.18vw;
}

#cursos-tabela .wFormDownload form h4 {
    font-size: 24px;
    line-height: 30px;
    color: #034569;
    margin: 0 0 50px;
    font-family: 'NeoSansStd Medium';
}

#cursos-tabela .wFormDownload form input[type='text'],
#cursos-tabela .wFormDownload form input[type='email'],
#cursos-tabela .wFormDownload form select {
    width: 100%;
    height: 40px;
    border: 1px solid #5B6266;
    border-radius: 20px;
    padding: 0 22px;
    font-size: 16px;
    color: #5B6266;
    font-family: 'NeoSansStd';
    font-style: italic;
}

#cursos-tabela .wFormDownload form input[type='text']::-moz-placeholder {
    opacity: 1;
}

#cursos-tabela .wFormDownload form input[type='email']::-moz-placeholder {
    opacity: 1;
}

#cursos-tabela .wFormDownload form input[type='text']::-webkit-input-placeholder {
    color: #5B6266;
}

#cursos-tabela .wFormDownload form input[type='email']::-webkit-input-placeholder {
    color: #5B6266;
}

#cursos-tabela .wFormDownload form .col-radio {
    position: relative;
}

#cursos-tabela .wFormDownload form .col-radio input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

#cursos-tabela .wFormDownload form .col-radio input+label {
    font-size: 16px;
    color: #78BA31;
    font-family: 'NeoSansStd Medium Italic';
    display: flex;
    align-items: center;
}

#cursos-tabela .wFormDownload form .col-radio input+label span {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #026535;
    position: relative;
    margin: 0 10px 0 0;
}

#cursos-tabela .wFormDownload form .col-radio input+label span:after {
    transition: all .25s;
    opacity: 0;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #026535;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#cursos-tabela .wFormDownload form .col-radio input:checked+label span:after {
    opacity: 1;
}

#cursos-tabela .wFormDownload form input[type='submit'] {
    width: 165px;
    line-height: 40px;
    border-radius: 20px;
    background: #034569;
    color: #FFF;
    font-size: 16px;
    font-family: 'NeoSansStd Medium';
    border: 0;
    cursor: pointer;
    margin: 0 auto 0 0
}

#cursos-tabela .wFormDownload form label.error {
    color: #BC1F4B;
    font-size: 12px;
}

#cursos-tabela .wFormDownload form span {
    margin: 0 15px;
    color: #034569;
    font-size: 12px;
    display: block;
}

#cursos-tabela .wFormDownload form .download,
#cursos-tabela .wFormDownload form .copy {
    color: #034569;
    font-family: 'NeoSansStd Medium';
    font-size: 12px;
    display: block;
}

#cursos-tabela .wFormDownload form .col-flex {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
}

#cursos-tabela .wFormDownload form .tooltipCopy {
    background: #034569;
    color: #FFF;
    padding: 15px 7.5px;
    border-radius: 15px;
    width: auto;
    margin: 20px 0 0;
    display: none;
    float: right;
}

#cursos-tabela .wFormDownload .close {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 27px;
    right: 30px;
}

#cursos-tabela .wFormDownload .close:after,
#cursos-tabela .wFormDownload .close:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #676764;
    position: absolute;
    top: 50%;
    left: 50%;
}

#cursos-tabela .wFormDownload .close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

#cursos-tabela .wFormDownload .close:before {
    transform: translate(-50%, -50%) rotate(135deg);
}

section#cursos-tabela .info {
    background-color: #fff;
    border-radius: 15px;
    padding: 33px 32px;
}

div#nossos-valores .titulo h2 {
    font-size: 60px;
    line-height: 65px;
    color: #78b537;
    font-weight: bold;
    z-index: 1;
}

div#nossos-valores .txt1 p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
}

div#nossos-valores {
    background: url(../images/bg-projetos.jpg?v=1);
    background-size: auto;
    background-position-y: -13vw;
    padding: 80px 0 100px;
    position: relative;
}

#nossos-valores .row-ajust {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

div#nossos-valores .txt1 ul li {
    margin-bottom: 3px;
}

div#nossos-valores .titulo {
    width: 26%;
    margin-left: 1.9vw;
    align-self: flex-start;
}

div#nossos-valores .txt1 {
    width: 70%;
    align-self: flex-start;
}

div#nossos-valores .row-ajust {
    margin-bottom: 79px;
}

div#nossos-valores .row-ajust:nth-child(2) .titulo h2 {
    color: #f5a31d;
}

div#nossos-valores .row-ajust:nth-child(3) .titulo h2 {
    color: #0094C2;
}

.estrutura-card-ajust .row-ajust {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nossa-missao p {
    font-size: 16px;
    line-height: 29px;
}

.nossa-missao {
    margin-top: 5vw;
    padding: 0 15px;
    padding-left: 0;
}

.nossa-missao h2 {
    font-size: 60px;
    line-height: 75px;
    color: #f5a31d;
    font-weight: bold;
    margin-bottom: 41px;
}

.folha-flutuante {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

.folha-flutuante2 {
    transform: translatey(2px);
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

.folha-missao {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -27%;
}

.agende-visita-card a {
    margin-left: 26px;
}

.agende-visita-card {
    width: 100vw;
    text-align: left;
}

.agende-visita-card h2 {
    font-size: 38px;
    font-weight: bold;
    color: #78b537;
    line-height: 87px;
}

.agende-visita-card a {
    padding: 14px 20px;
    font-size: 1.15vw;
    font-family: 'NeoSansStd';
    font-weight: bold;
    bottom: 7.3vw;
    right: 0;
    z-index: 1;
    width: 34%;
    text-align: center;
    margin-top: 21px;
    border-radius: 25px;
    transform: scale(0.9);
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    background-color: #78b537;
    color: #fff;
}

div#agende-visita {
    position: relative;
    padding: 90px 0;
}

.agende-visita-card a:hover {
    background-color: #78b537c2;
}

.frutos-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #EA7221;
    text-transform: uppercase;
    margin-top: 21px;
}

.frutos-title {
    width: 100%;
    margin-bottom: 41px;
}

.sede h3 {
    font-size: 19px;
    font-weight: bold;
    color: #0094C2;
    line-height: 87px;
}

.sede h3 a {
    background-color: #0094C2;
    color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    margin-left: 13px;
}

.sede h3 a:hover {
    background-color: #0094c2b5;
}

#frutos .info {
    width: 73vw;
    margin: 0 auto;
    padding-bottom: 100px
}

#frutos .info .row {
    display: grid;
    grid-template-columns: 62.09vw 9vw;
    grid-template-rows: repeat(10, auto);
    width: 100%;
    justify-content: space-between;
}

#frutos .info .errorMessage {
    grid-column: 1 / 5;
    font-size: 22px;
    color: #773B24;
    margin: 10px 0 0;
}

#frutos .info .titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #78BA31;
}

#frutos .info .titulo h2 {
    font-size: 24px;
    line-height: 42px;
    font-family: 'NeoSansStd Medium';
    color: #ea7221;
    margin-bottom: 5px;
    font-weight: bold;
}

#frutos .info .item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #78BA31;
    width: 100%;
    padding: 20px 0;
    height: 100%;
    flex-direction: row-reverse;
}

#frutos .info .item p {
    color: #727272;
    font-size: 16px;
    line-height: 29px
}

#frutos .info .item.n12 p {
    font-size: 24px;
}

#frutos .info .item.n12 {
    justify-content: center;
    font-weight: bold;
}

#frutos .info .item img {
    margin: 0 12px
}

#frutos .info .item img.link {
    width: 16px;
}

#frutos .info .item.tipo,
#frutos .info .item.data {
    font-family: 'NeoSansStd Medium'
}

.btn-propriedades a:hover {
    background-color: #ea7221c7;
}

.btn-propriedades a {
    background-color: #ea7221;
    color: #fff;
    font-family: 'NeoSansStd Medium Italic';
    font-size: 29px;
    border-radius: 15px;
    padding: 17px 75px;
}

.btn-propriedades {
    width: 100%;
    text-align: center;
    padding: 42px 0 75px;
}

#cursos {
    font-family: 'NeoSansStd'
}

#cursos .baner {
    height: 21.8vw;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#cursos .baner h2 {
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 0;
    border-bottom: 1px solid #78B537;
    width: 291px;
    margin: 0 auto;
}

#cursos .baner h1 {
    font-size: 60px;
    line-height: 79px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-top: 7px;
}


/*#cursos .baner img.f1{width: 17.24vw; position: absolute; left: -11.8vw; top: 12vw;}*/

.projeto-escolha .info {
    display: flex;
    padding: 4vw 0 45px;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.projeto-escolha .info img.detalhe-cursos {
    position: absolute;
    top: 0;
    left: 0;
    width: 58.02vw
}

.projeto-escolha .info .btn {
    position: relative;
    width: 34vw;
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 3.44vw;
    position: relative;
    background-color: #78b537;
    padding: 0 1.56vw;
}

.projeto-escolha .info .btn p {
    font-size: 1.25vw;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding-left: 0.8vw
}

.projeto-escolha .info .btn.selected {
    border: none;
    background: #ffffff
}

.projeto-escolha .info .btn label {
    display: flex;
    align-items: center;
}

.projeto-escolha .info .btn input {
    position: absolute;
    visibility: hidden;
}

.projeto-escolha .info .btn input+span {
    display: block;
    width: 33px;
    height: 26px;
    border: 2px solid #ffffff;
    border-radius: 18px;
    position: relative;
}

.projeto-escolha .info .btn input:checked+span {
    background-color: #78b537;
}

.projeto-escolha .info img.detalhe-cursos {
    position: absolute;
    top: 0;
    left: 0;
    width: 58.02vw;
}

.projeto-escolha .info .wrap {
    display: flex;
    width: 70.7vw;
    justify-content: space-between;
    margin-bottom: 1vw;
    position: relative;
    z-index: 9;
}

.projeto-escolha .info .geral {
    width: 70.7vw;
    display: grid;
    z-index: 1;
    grid-template-columns: repeat(auto-fill, minmax(21.56vw, 1fr));
    grid-gap: 3.39vw;
}

.projeto-escolha .info .geral .opcao {
    background: #fff;
    border-radius: 20px;
    margin: 20px 0;
    width: 100%;
    color: #646461;
    padding: 2.08vw 1.82vw;
    display: flex;
    flex-direction: column;
}

#projeto-banner {
    font-family: 'NeoSansStd';
    height: 23vw;
    background: url("../images/bg-ondeatuamos.jpg?q=1") center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 6.88vw 0; */
    flex-wrap: nowrap;
    align-content: center;
}

#projeto-banner h1 {
    font-size: 60px;
    line-height: 74px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.projeto-ajust #agricola,
#florestal {
    display: none;
}

.projeto-ajust #agricola .cert,
.projeto-ajust #florestal .cert {
    padding: 0;
}

.projeto-ajust .busca {
    padding-top: 52px;
}

a.conheca-prop-btn {
    width: 68%;
    color: #ea7221;
    font-weight: 600;
}

.projeto-escolha .info .btn.btn-agropecuarios {
    background-color: #E56F1E;
}

div#quemsomos .tour h3 a {
    padding: 10px 25px;
    margin-left: 13px;
    font-family: 'NeoSansStd Medium';
    border-radius: 58px;
    background: #054569;
    color: #ffffff;
    font-size: 18px;
}

div#quemsomos .tour h3 {
    padding: 82px 0 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

div#florestal #cursos-tabela .info .row {
    grid-template-columns: 16vw 12.09vw 18vw 9vw 5vw 6vw 8vw 11vw;
}

div#agricola #cursos-tabela .info .row {
    grid-template-columns: 16vw 12.09vw 18vw 9vw 5vw 6vw 8vw;
}

div#cursos-tabela {
    z-index: 1;
    position: relative;
}

.item.n13 svg#download {
    min-height: 52px;
    padding: 0;
}

ul.site-nav-wrap .acesso:hover {
    background-color: #78b537d4;
    border: 1px solid #78B537;
    color: #fff;
}

ul.site-nav-wrap .acesso {
    border: 1px solid #78B537;
    width: 95%;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    margin-right: 13px;
    background-color: #78b537;
    color: #fff;
    font-family: 'NeoSansStd';
}

.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-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.logo-mobile,
#translate-mobile,
.table.empreendimentos-mobile,
.cursos-mobile {
    display: none;
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.vagas .info h3 {
    color: #695048;
    font-weight: 800;
    font-size: 3vh;
    margin-top: 70px;
}

.pagination {
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#numbers,
#numbers2 {
    padding: 0;
    margin: 0 2rem;
    list-style-type: none;
    display: flex;
}

#numbers li a,
#numbers2 li a {
    padding: 0.5rem 1rem;
    text-decoration: none;
    /* opacity: .7; */
    font-size: 24px;
    font-family: 'NeoSansStd Medium';
    color: #676764;
    opacity: 0.6;
}

#numbers li a:hover,
#numbers2 li a:hover {
    opacity: 1;
}

#numbers li a.active,
#numbers2 li a.active {
    opacity: 1;
    background: #fff;
    color: #333;
}

#post-noticia .info .banner-galeria .original img {
    width: 42%;
}

#post-noticia .info .banner-galeria .item {
    border: none;
    margin-bottom: 6px;
}

#post-noticia .info .banner-galeria .item a {
    display: block;
    position: relative;
}

#post-noticia .info .banner-galeria .item a img {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    width: 100%;
}

#post-noticia .info .banner-galeria .item .item-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

#post-noticia .info .banner-galeria .item .item-wrap:after {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

#post-noticia .info .banner-galeria .item .item-wrap>span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#post-noticia .info .banner-galeria .item .item-wrap>span,
#post-noticia .info .banner-galeria .original .item-wrap>span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#post-noticia .info .banner-galeria .item .item-wrap:hover:after {
    opacity: 1;
    visibility: visible;
}

#post-noticia .info .banner-galeria .item .item-wrap:hover span,
#post-noticia .info .banner-galeria .original .item-wrap:hover span {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

#post-noticia .info .banner-galeria .item:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

#post-noticia .info .banner-galeria figcaption {
    display: none;
}

#post-noticia .info .banner-galeria .item.brand.galeria-card {
    margin-bottom: 30px;
}

#galeria-projetos .banner-galeria .original img {
    width: 42%;
}

#galeria-projetos .banner-galeria .item {
    border: none;
    margin-bottom: 6px;
}

#galeria-projetos .banner-galeria .item a {
    display: block;
    position: relative;
}

#galeria-projetos .banner-galeria .item a img {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    width: 100%;
}

#galeria-projetos .banner-galeria .item .item-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

#galeria-projetos .banner-galeria .item .item-wrap:after {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

#galeria-projetos .banner-galeria .item .item-wrap>span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#galeria-projetos .banner-galeria .item .item-wrap>span,
#galeria-projetos .banner-galeria .original .item-wrap>span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#galeria-projetos .banner-galeria .item .item-wrap:hover:after {
    opacity: 1;
    visibility: visible;
}

#galeria-projetos .banner-galeria .item .item-wrap:hover span,
#galeria-projetos .banner-galeria .original .item-wrap:hover span {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

#galeria-projetos .banner-galeria .item:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

#galeria-projetos .banner-galeria figcaption {
    display: none;
}

#galeria-projetos .banner-galeria .item.brand.galeria-card {
    margin-bottom: 30px;
}

#cursos-tabela .item.n14.tipo {
    text-align: left;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

@media screen and (min-width: 200px) and (max-width:767px) {
    .logo-mobile {
        display: block
    }
    .col-md-2.col-5.logo-mobile h1 img {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }
    .sticky-wrapper.is-sticky .site-navbar .col-md-2.col-5.logo-mobile h1 img {
        width: 60%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }
    #translate-mobile {
        display: block;
        max-width: 100%;
    }
    header {
        padding: 0!important;
    }
    #header {
        display: none!important;
    }
    .site-navbar {
        background-color: #034569;
        padding: 30px 10px 15px;
        margin-top: -15px;
    }
    .sticky-wrapper.is-sticky .site-navbar {
        background-color: #034569;
        margin-top: 0;
        padding: 9px 10px 5px;
    }
    .site-navbar-top .row.align-items-center {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: space-between;
        align-items: center;
    }
    .site-navbar.site-navbar-target .col-md-2 {
        display: flex;
    }
    .site-navbar.site-navbar-target .col-md-10.col-7 {
        display: flex;
    }
    a.site-menu-toggle.js-menu-toggle.text-white span.icon-menu.h3 {
        color: #fff;
        font-size: 37px;
    }
    .wrap-banner #banner .item .wtitle,
    .wrap-banner .banner-temp .item .wtitle {
        width: 100vw;
        top: 25vw;
    }
    #banner .item .banner_button,
    .banner-temp .item .banner_button {
        padding: 2.17vw 1.41vw;
        font-size: 5vw;
        width: 54%;
    }
    .wrap-banner,
    #banner,
    .banner-temp,
    #banner .item,
    .banner-temp .item {
        min-height: 153vw;
    }
    #banner .owl-nav button.owl-next {
        top: 0;
    }
    #banner .owl-nav button.owl-prev {
        font-size: 69px;
    }
    #banner .owl-nav {
        top: 68.08vw;
    }
    #banner .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
    }
    .noticia-title h2 {
        font-size: 8vw;
    }
    .noticias-slide .owl-nav .owl-prev {
        margin-left: 0;
    }
    .noticias-slide .owl-nav .owl-next {
        margin-right: 0;
    }
    .noticias-slide .owl-nav span {
        font-size: 49px;
    }
    .noticias-slide .owl-nav {
        bottom: 43%;
        z-index: 55;
    }
    div#nossos-valores {
        text-align: center;
        padding-bottom: 0;
    }
    div#nossos-valores .titulo {
        padding: 0 15px;
        width: 100%;
        margin-left: 0;
    }
    div#nossos-valores .txt1 {
        width: 100%;
        padding: 25px 15px 0;
    }
    div#nossos-valores .row-ajust {
        margin-bottom: 57px;
        flex-direction: column;
    }
    .estrutura-card-ajust .row-ajust {
        flex-direction: column;
    }
    .folha-missao {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: -6%;
        width: 30%;
        text-align: right;
    }
    .folha-missao.folha-flutuante img {
        width: 60%;
    }
    #quemsomos .estrutura h2 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    #quemsomos .estrutura .equipe .pessoa .info {
        height: 175px;
        padding: 9px 10px 5px;
    }
    .pessoa-info {
        height: 120px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    #quemsomos .sede {
        padding: 7.78vw 6.44vw 25px;
    }
    .sede h3 {
        font-size: 14px;
        line-height: 42px;
        margin-bottom: 23px;
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .sede h3 a {
        margin: 11px 0 25px;
        padding: 0 25px;
    }
    #quemsomos .sede img.folhasede {
        z-index: 2;
    }
    #frutos .info {
        width: 87vw;
    }
    #frutos .info .row {
        display: grid;
        grid-template-columns: 72.09vw 9vw;
    }
    #frutos .info .item p {
        font-size: 14px;
    }
    #transparencia .banner {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 88.22vw;
    }
    #transparencia .banner h1 {
        font-size: 34px;
        display: block;
        padding-top: 0;
    }
    #transparencia .recursos img.ft3 {
        top: 397px;
    }
    #transparencia .recursos img.ft4 {
        top: 504px;
    }
    a.conheca-prop-btn {
        margin: 22px 0 15px;
    }
    #certificacoes.o-que-fazemos .wrap-results .results .item .text {
        flex-direction: column;
    }
    #certificacoes.o-que-fazemos .wrap-results .results .item .text .btn {
        width: 50%;
        color: #FFF;
        font-size: 16px;
        margin-top: 10px;
    }
    #projeto-banner {
        height: 50vw;
    }
    #projeto-banner h1 {
        font-size: 32px;
        line-height: 34px;
        text-align: center;
    }
    .projeto-escolha .info .btn input+span {
        width: 27px;
        height: 17px;
    }
    .projeto-escolha .info .btn p {
        font-size: 13px;
        line-height: 14px;
        padding-left: 0.8vw;
    }
    .projeto-escolha .info .btn {
        position: relative;
        width: 48vw;
    }
    .projeto-escolha .info .wrap {
        display: flex;
        width: 97.7vw;
    }
    .projeto-ajust #agricola .cert,
    .projeto-ajust #florestal .cert {
        padding: 0 15px;
    }
    #agricola .busca .pesquisa .wrapper .bsq,
    #florestal .busca .pesquisa .wrapper .bsq,
    #florestal .busca .pesquisa .wrapper .bsq2 {
        width: 100%;
    }
    #cursos-tabela {
        display: none;
    }
    .cursos-mobile {
        display: block;
    }
    .table.empreendimentos-mobile {
        display: block;
    }
    #florestal .table .wrap-cards .owl-prev {
        left: -62px;
    }
    #florestal .table .wrap-cards .owl-next {
        right: -62px;
    }
    #florestal .wrap-carousel2,
    #agricola .wrap-carousel {
        width: 67.78vw;
        margin: auto;
    }
    #cursos .baner {
        height: 26vh;
    }
    #cursos .baner h1 {
        font-size: 41px;
        line-height: 56px;
    }
    #cursos-mobile {
        display: block;
    }
    #cursos .info .geral {
        width: 90.7vw;
    }
    #cursos .info-completa .wrap {
        width: 100%;
        padding: 0 15px;
    }
    #cursos .info-completa .btn {
        width: 100vw;
    }
    #cursos .info-completa .wrap p {
        font-size: 15px;
        word-break: break-all;
    }
    #cursos .data {
        width: 90.07vw;
    }
    #noticias .categoria .news figure {
        width: 100%;
        height: 165px;
        margin-bottom: 40px;
    }
    #noticias .categoria .news {
        width: 100%;
        padding: 20px 0 50px;
        border-bottom: 1px solid #676764;
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }
    #relacionamento .indent {
        padding: 0 15px;
    }
    #relacionamento .box-contact {
        padding: 50px 0;
    }
    #relacionamento .main-block .wrap-list .item {
        width: 100%;
        margin: 0 0 25px;
        padding: 0;
        flex-direction: column;
        text-align: center;
    }
    .newsletter {
        width: 100%;
    }
    .news-title {
        width: 100%;
        padding: 0 12px;
    }
    #relacionamento #news.main-block .wrap-list .item h2 {
        font-size: 27px;
        line-height: 1.2;
        margin: 0 0 9px;
    }
    #relacionamento #news.main-block .wrap-list .item-newsletter h4 {
        font-size: 15px;
    }
    .newsletter .winput .col-lg-8 {
        margin-right: 2px;
    }
    .newsletter .col-lg-8 {
        width: 36%;
    }
    #relacionamento .main-block .wrap-list .item-newsletter form .form-group {
        width: 100%;
        padding: 0 15px;
        font-size: 14px;
    }
    div#quemsomos .tour h3 {
        font-size: 16px;
        line-height: 42px;
        margin-bottom: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    div#quemsomos .tour h3 a {
        margin: 11px 0 25px;
        padding: 0 25px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    #agricola .cert .txt,
    #florestal .cert .txt {
        width: 100%;
    }
    .logo-mobile {
        display: block
    }
    .col-md-2.col-5.logo-mobile h1 img {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }
    .sticky-wrapper.is-sticky .site-navbar .col-md-2.col-5.logo-mobile h1 img {
        width: 60%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }
    #translate-mobile {
        display: block;
        max-width: 100%;
    }
    header {
        padding: 0!important;
    }
    #header {
        display: none!important;
    }
    .site-navbar {
        background-color: #034569;
        padding: 30px 10px 15px;
        margin-top: -15px;
    }
    .sticky-wrapper.is-sticky .site-navbar {
        background-color: #034569;
        margin-top: 0;
        padding: 9px 10px 5px;
    }
    .site-navbar-top .row.align-items-center {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: space-between;
        align-items: center;
    }
    .site-navbar.site-navbar-target .col-md-2 {
        display: flex;
    }
    .site-navbar.site-navbar-target .col-md-10.col-7 {
        display: flex;
    }
    a.site-menu-toggle.js-menu-toggle.text-white span.icon-menu.h3 {
        color: #fff;
        font-size: 37px;
    }
    .wrap-banner #banner .item .wtitle,
    .wrap-banner .banner-temp .item .wtitle {
        width: 100vw;
        top: 6vw;
    }
    #banner .item .banner_button,
    .banner-temp .item .banner_button {
        padding: 1.17vw 0.41vw;
        font-size: 4vw;
        width: 54%;
    }
    .wrap-banner,
    #banner,
    .banner-temp,
    #banner .item,
    .banner-temp .item {
        min-height: 100vw;
    }
    #banner .owl-nav button.owl-next {
        top: -6vw;
    }
    #banner .owl-nav button.owl-prev {
        font-size: 69px;
    }
    #banner .owl-nav {
        top: 43.08vw;
    }
    #banner .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
    }
    .noticia-title h2 {
        font-family: 'NeoSansStd';
        font-size: 5vw;
    }
    footer .wrap-btns {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: space-around;
        align-items: center;
    }
    div#nossos-valores .titulo {
        width: 40%;
    }
    div#nossos-valores .txt1 {
        width: 60%;
    }
    .folha-missao.folha-flutuante img {
        width: 46%;
    }
    .folha-missao {
        bottom: -13%;
        text-align: right;
    }
    .estrutura-card-ajust .row-ajust {
        flex-direction: column;
    }
    #quemsomos .estrutura h2 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    #quemsomos .estrutura .equipe .pessoa .info {
        height: 175px;
        padding: 9px 10px 5px;
    }
    #quemsomos .estrutura .equipe .pessoa {
        width: 46%;
        height: auto;
        margin: 0 10px 20px;
    }
    #quemsomos .frutos .wrap .titulo {
        width: 28%;
    }
    #quemsomos .sede {
        padding: 7.78vw 8.44vw 25px;
    }
    .sede h3 {
        font-size: 16px;
    }
    .sede h3 a {
        padding: 7px 20px;
    }
    .sede h3 {
        font-size: 16px;
    }
    #transparencia .banner {
        height: 47.22vw;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    #transparencia .banner h1 {
        display: block;
        padding-top: 0;
    }
    #transparencia .recursos img.ft3 {
        position: absolute;
        left: 0;
    }
    #transparencia .recursos img.ft4 {
        width: 4.77vw;
    }
    #certificacoes.o-que-fazemos .indent {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
    }
    #certificacoes.o-que-fazemos .wrap-results .results .item {
        flex: 41%;
        margin: 0 14px 30px;
    }
    #certificacoes.o-que-fazemos .wrap-results .results .item figure {
        height: auto;
    }
    a.conheca-prop-btn {
        width: 100%;
        margin: 20px 0 14px;
    }
    #certificacoes.o-que-fazemos .wrap-results .results .item .text .btn {
        width: 60%;
    }
    .projeto-escolha .info .btn {
        width: 42vw;
    }
    .projeto-escolha .info .wrap {
        width: 87.7vw;
    }
    .projeto-escolha .info .btn p {
        font-size: 2.25vw;
    }
    #cursos-tabela {
        display: none;
    }
    .cursos-mobile {
        display: block;
    }
    .table.empreendimentos-mobile {
        display: block;
    }
    #florestal .table .wrap-cards .owl-prev {
        left: -62px;
    }
    #florestal .table .wrap-cards .owl-next {
        right: -62px;
    }
    #florestal .wrap-carousel2,
    #agricola .wrap-carousel {
        width: 67.78vw;
        margin: auto;
    }
    #cursos .baner {
        height: 26vh;
    }
    #cursos .baner h1 {
        font-size: 41px;
        line-height: 56px;
    }
    #cursos-mobile {
        display: block;
    }
    #cursos .info .geral {
        width: 90.7vw;
    }
    #cursos .info-completa .wrap {
        width: 100%;
        padding: 0 15px;
    }
    #cursos .info-completa .btn {
        width: 100vw;
    }
    #cursos .info-completa .wrap p {
        font-size: 15px;
        word-break: break-all;
    }
    #cursos .data {
        width: 90.07vw;
    }
    .projeto-ajust #agricola .cert,
    .projeto-ajust #florestal .cert {
        padding: 0 15px;
    }
    .news-title {
        width: 32%;
    }
    #relacionamento #news.main-block .wrap-list .item h2 {
        font-size: 3vw;
    }
    #relacionamento #news.main-block .wrap-list .item-newsletter h4 {
        font-size: 1.9vw;
    }
    .newsletter {
        width: 70%;
    }
    body>#wrapper {
        padding: 0;
    }
    #projeto-banner h1 {
        font-size: 38px;
    }
}

@media screen and (min-width: 993px) and (max-width:1199px) {
    #agricola .cert .txt,
    #florestal .cert .txt {
        width: 100%;
    }
    #banner .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
    }
    .noticia-title h2 {
        font-family: 'NeoSansStd';
        font-size: 3.88vw;
    }
    div#nossos-valores .titulo {
        width: 30%;
    }
    #quemsomos .estrutura .txt1 {
        margin-left: 0;
    }
    #quemsomos .sede .wrap .txt {
        width: 64.96vw;
    }
    #quemsomos .frutos .wrap .info .txt {
        width: 64.96vw;
    }
    .folha-missao.folha-flutuante img {
        width: 47%;
    }
    .folha-missao {
        bottom: -10%;
    }
    #quemsomos .estrutura .navegacao .select {
        font-size: 1.99vw;
    }
    #quemsomos .frutos .wrap .titulo {
        width: 21%;
    }
    #quemsomos .frutos .wrap .info {
        width: 50%;
    }
    #transparencia .banner h1 {
        padding-top: 8vw;
    }
    .projeto-escolha .info .wrap {
        width: 80.7vw;
    }
    .projeto-escolha .info .btn {
        position: relative;
        width: 39vw;
        height: 50px;
    }
    .projeto-escolha .info .btn p {
        font-size: 1.4vw;
    }
    div#florestal #cursos-tabela .info .row {
        grid-template-columns: 16vw 17.09vw 20vw 9vw 5vw 6vw 8vw 14vw;
    }
    div#agricola #cursos-tabela .info .row {
        grid-template-columns: 17vw 20vw 26vw 9vw 9vw 6vw 8vw;
    }
    #cursos-tabela .info .item p {
        font-size: 15px;
        line-height: 21px;
    }
    #projeto-banner h1 {
        font-size: 53px;
    }
    #numbers li a,
    #numbers2 li a {
        padding: 0.5rem 0.4rem;
    }
    #cursos-tabela .info .titulo h2 {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 0;
    }
    #cursos-tabela .info {
        width: 95vw;
    }
    div#cursos-tabela .item a {
        font-size: 13px;
        line-height: 19px;
    }
    .social-fixo {
        position: relative;
        z-index: 9999;
        width: 36px;
        height: 46px;
    }
    a.social-fixo.w-inline-block i {
        font-size: 20px;
    }
    .sede h3 {
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) and (max-width:1499px) {
    div#florestal #cursos-tabela .info .row {
        grid-template-columns: 17vw 15vw 26vw 9vw 5vw 6vw 8vw 11vw;
    }
    div#agricola #cursos-tabela .info .row {
        grid-template-columns: 17vw 15vw 26vw 9vw 5vw 6vw 8vw;
    }
    #cursos-tabela .info {
        width: 96vw;
    }
    #cursos-tabela .info .item.n12 a {
        font-size: 14px;
    }
    #cursos-tabela .info .item p {
        font-size: 14px;
    }
    #cursos-tabela .info .item.n13 a svg {
        width: 55%;
    }
    #cursos-tabela .info .titulo h2 {
        font-size: 13px;
    }
    #quemsomos .sede .wrap .txt {
        width: 52.96vw;
    }
    .sede h3 {
        font-size: 16px;
    }
    #quemsomos .frutos .wrap .info .txt {
        width: 52.96vw;
    }
}

@media screen and (min-width: 1500px) and (max-width:1720px) {
    #quemsomos .sede .wrap .txt {
        width: 44.96vw;
    }
    #quemsomos .frutos .wrap .info .txt {
        width: 44.96vw;
    }
}

@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-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        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-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        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-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        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-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}