@charset "utf-8";
/* CSS Document */
/******************/
/******************/
/*

Verde medio - RGB 0/148/68 #009444
Verde escuro - RGB 16/49/43 #10312B
Verde claro - RGB 105/190/96 #69BE60

*/
/******************/
/******************/
* {
    margin: 0;
    padding: 0;
}
HTML {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    HTML {
        font-size: 13px;
    }
}
BODY {
    width: 100%;
    min-height: 100%;
    font-family: 'PT Sans', Helvetica, Arial, "sans-serif";
    color: #000;
    background-color: #fff;
}
p {
    margin-bottom: 1rem;
}
a {
    outline: 0;
    color: inherit;
    cursor: pointer;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}
BUTTON:hover {
    text-decoration: none;
}
IMG {
    border: none;
}
FIELDSET {
    border: none;
    border-color: transparent;
}
*:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button {
    cursor: pointer;
}
INPUT::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}
INPUT::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}
INPUT:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}
INPUT:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}
TEXTAREA::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}
TEXTAREA::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}
TEXTAREA:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}
TEXTAREA:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}
/******************/
/******************/
/**********************/
@media screen and (max-width: 1200px) {}
/* TABLETS */
@media screen and (max-width: 970px) {}
/* SMARTPHONES */
@media screen and (max-width: 767px) {}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.mobile_only {
    display: none !important;
}
.desk_only {
    display: block !important;
}
.mobile_only-f {
    display: none !important;
}
.desk_only-f {
    display: flex !important;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .mobile_only {
        display: block !important;
    }
    .desk_only {
        display: none !important;
    }
    .mobile_only-f {
        display: flex !important;
    }
    .desk_only-f {
        display: none !important;
    }
}
.uppercase {
    text-transform: uppercase;
}
.main {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 166px);
    position: relative;
    padding-bottom: 166px;
}
@media screen and (max-width: 767px) {
    .main {
        min-height: 100vh;
        padding-bottom: 0;
    }
}
.img_cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img_contain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.img_res {
    width: 100%;
    height: auto;
}
.no_margin {
    margin: 0% !important;
}
/************************/
/************************/
section {
    width: 100%;
    height: auto;
    position: relative;
}
.block {
    width: 100%;
    height: auto;
    position: relative;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row_table {
    display: flex;
    flex-wrap: nowrap;
}
.block-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.block_90 {
    width: 90%;
    margin-left: 5%;
}
.block_95 {
    width: 95%;
    margin-left: 2.5%;
}
.block_80 {
    width: 80%;
    margin-left: 10%;
}
.full_height {
    min-height: 100vh;
}
.wraper {
    width: calc(100% - 30px);
    max-width: calc(1200px - 30px);
    padding: 0 15px;
    margin: 0 auto;
}
.block_row {
    width: 100%;
    height: auto;
    position: relative;
}
.block_row::after {
    content: "";
    clear: both;
    display: table;
}
.block_col {
    position: relative;
    float: left;
    min-height: 20px;
}
.espaco_80 {
    padding: 40px 0;
}
.block_75 {
    width: 75%;
}
.block_66 {
    width: 66.66%;
}
.block_50 {
    width: 50%;
}
.block_50_r {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.block_50_l {
    width: calc(50% - 30px);
    margin-right: 30px;
}
.block_33 {
    width: 33.33%;
}
.block_25 {
    width: 25%;
}
/* TABLETS */
@media screen and (max-width: 970px) {
    .block_75 {
        width: 66.66%;
    }
    .block_66 {
        width: 50%;
    }
    .block_25 {
        width: 33.33%;
    }
    .block_50.breackTablet {
        width: 100%;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .block_80 {
        width: 100%;
        margin-left: 0;
    }
    .block_95 {
        width: 100%;
        margin-left: 0;
    }
    .block_90 {
        width: 100%;
        margin-left: 0;
    }
    .block_75 {
        width: 100%;
    }
    .block_66 {
        width: 100%;
    }
    .block_50 {
        width: 100%;
    }
    .block_50_r {
        width: 100%;
        margin-left: 0px;
    }
    .block_50_l {
        width: 100%;
        margin-right: 0px;
    }
    .block_33 {
        width: 100%;
    }
    .block_25 {
        width: 50%;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 467px) {
    .block_25 {
        width: 100%;
    }
}
.flex {
    display: flex !important;
}
/***/
.flex-hl-left {
    justify-content: flex-start;
}
.flex-hl-center {
    justify-content: center;
}
.flex-hl-right {
    justify-content: flex-end;
}
.flex-hl-space {
    justify-content: space-between;
}
.flex-hl-space-eq {
    justify-content: space-evenly;
}
/***/
.flex-vl-top {
    align-items: flex-start;
}
.flex-vl-center {
    align-items: center;
}
.flex-vl-bottom {
    align-items: flex-end;
}
.flex-vl-stretch {
    align-items: stretch;
}
/***/
/***/
.flex-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex-grid-eq {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.flex-grid::after {
    content: "";
    flex: auto;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .flex {
        flex-wrap: wrap;
    }
}
/***********************/
/***********************/
.ba-mgn-100-tp {
    margin-top: 100px;
}
.ba-mgn-80-tp {
    margin-top: 80px;
}
.ba-mgn-801-tp {
    margin-top: 80px;
}
.ba-mgn-60-tp {
    margin-top: 60px;
}
.ba-mgn-40-tp {
    margin-top: 40px;
}
/*****/
.ba-mgn-100-bt {
    margin-bottom: 100px;
}
.ba-mgn-80-bt {
    margin-bottom: 80px;
}
.ba-mgn-60-bt {
    margin-bottom: 60px;
}
.ba-mgn-40-bt {
    margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
    .ba-mgn-100-tp {
        margin-top: 90px;
    }
    .ba-mgn-80-tp {
        margin-top: 70px;
    }
    .ba-mgn-60-tp {
        margin-top: 50px;
    }
    .ba-mgn-40-tp {
        margin-top: 30px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 90px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 70px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 50px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 30px;
    }
}
/* TABLETS */
@media screen and (max-width: 970px) {
    .ba-mgn-100-tp {
        margin-top: 80px;
    }
    .ba-mgn-80-tp {
        margin-top: 60px;
    }
    .ba-mgn-60-tp {
        margin-top: 40px;
    }
    .ba-mgn-40-tp {
        margin-top: 20px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 80px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 60px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 40px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 20px;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .ba-mgn-100-tp {
        margin-top: 60px;
    }
    .ba-mgn-80-tp {
        margin-top: 40px;
    }
    .ba-mgn-801-tp {
        margin-top: 60px;
    }
    .ba-mgn-60-tp {
        margin-top: 25px;
    }
    .ba-mgn-40-tp {
        margin-top: 10px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 60px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 40px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 25px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 10px;
    }
}
/************************/
/************************/
/*********************/
/* HEADER */
header {
    position: fixed;
    display: block;
    width: 100%;
    background-color: #10312b;
    left: 0;
    top: 0;
    z-index: 5000;
}
header.home-site-ar {
    background-color: transparent;
}
header.home {
    position: fixed;
}
header .header-wraper {
    height: 77px;
}
header .logo {
    position: relative;
    width: 233px;
    height: 34px;
}
header.home .logo {
    opacity: 0;
}
header .logo h1 a {
    position: relative;
    display: block;
    float: left;
    width: 233px;
    height: 34px;
    overflow: hidden;
    text-indent: -1500px;
    background-image: url("images/logo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
header nav {
    width: 470px;
    display: block;
    position: relative;
}
header.home nav {
    padding-left: 200px;
}
header .menu-mobile-icon {
    display: none;
    position: absolute;
    top: calc(50% - 1.2rem);
    right: 15px;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}
header nav > UL {
    position: relative;
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
header nav > UL > LI {
    display: inline-block;
    font-size: 0.87rem;
    position: relative;
    color: #fff;
    transition: 0.3s;
}
header nav > UL > LI A {
    transition: 0.3s;
}
header nav > UL > LI.has-child::after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f107";
    margin-left: 0.2rem;
    color: #69be60;
}
header nav > UL > LI > SPAN {
    cursor: pointer;
}
header nav > UL > LI.select {
    color: #69be60;
}
header nav > UL > LI A:hover {
    opacity: 0.7;
}
/******/
header nav UL.submenu {
    position: absolute;
    top: 17px;
    left: -0.6rem;
    list-style-type: none;
    width: auto;
    padding: 1.5rem;
    background-color: #006937;
    display: none;
}
header nav UL.submenu_p {
    width: 9rem;
}
header nav UL.submenu LI {
    color: #ffffff;
    display: block;
    position: relative;
    margin-bottom: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 0.8rem;
    font-weight: normal;
    border-bottom: 1px solid #69be60;
}
header nav UL.submenu LI A {
    white-space: nowrap;
}
header nav UL.submenu LI:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/************/
.menu-mobile {
    display: none;
    min-height: 50vh;
}
.menu-mobile UL.submenu {
    display: none;
}
.menu-mobile UL {
    list-style-type: none;
}
.menu-mobile UL LI {
    font-size: 1rem;
    position: relative;
    color: #fff;
    transition: 0.3s;
}
.menu-mobile > UL {
    padding-left: 10%;
}
.menu-mobile > UL > LI {
    padding-bottom: 0.65rem;
}
.menu-mobile UL.submenu {
    padding-left: 0.3rem;
    padding-top: 0.5rem;
}
.menu-mobile UL.submenu LI {
    padding-bottom: 0.5rem;
}
/************/
@media screen and (min-width: 768px) {
    .menu-mobile {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    header .header-wraper {
        min-height: 77px;
        height: auto;
    }
    header nav {
        display: none;
    }
    header .menu-mobile-icon {
        display: block;
    }
}
/************************/
/************************/
/* FOOTER */
footer {
    position: absolute;
    height: 166px;
    bottom: 0px;
    width: 100%;
    background-color: #10312b;
    align-items: center;
    z-index: 3000;
}
.footer-wraper > DIV.border {
    border-left: 1px solid #006937;
    border-right: 1px solid #006937;
    margin: 0 5rem;
    padding: 0 5rem;
}
.footer-wraper > DIV.border2 {
    border-left: 1px solid #006937;
    margin-left: 5rem;
    padding-left: 5rem;
}
.logo-baixo {
    position: relative;
    width: 151px;
    height: 78px;
}
.logo-baixo h1 a {
    position: relative;
    display: block;
    float: left;
    width: 151px;
    height: 78px;
    overflow: hidden;
    text-indent: -1500px;
    background-image: url("images/logo-baixo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.footer-contato H5 {
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.footer-contato P {
    font-size: 1.3rem;
    color: #69be60;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
.footer-contato P SPAN {
    font-size: 1rem;
    font-weight: normal;
}
.footer-local P {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.4rem;
}
.footer-local P A {
    color: #69be60;
}
.footer-social {
    
}
.footer-social UL {
    list-style-type: none;
}
.footer-social UL LI {
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.6); 
    box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.6);
    background-color: #319966;
}
.footer-social UL LI A {
    display: block;
    text-indent: -1500px;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.footer-social .social-01 {
    background-image: url("images/midias/linkedin.png");
}
.footer-social .social-02 {
    background-image: url("images/midias/insta.png");
}
.footer-social .social-03 {
    background-image: url("images/midias/wpp.png");
}
.footer-social .social-04 {
    background-image: url("images/midias/mail.png");
}
/***/
@media screen and (max-width: 970px) {
    .footer-wraper > DIV.border {
        border-left: 1px solid #006937;
        border-right: 1px solid #006937;
        margin: 0 2.5rem;
        padding: 0 2.5rem;
    }
    .footer-wraper > DIV.border2 {
        border-left: 1px solid #006937;
        margin-left: 2.5rem;
        padding-left: 2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .footer-it {
        width: 100%;
    }
    .footer-wraper > DIV.border {
        border-left: none;
        border-right: none;
        margin: 0;
        padding: 0;
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }
    .footer-wraper > DIV.border2 {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }
    footer {
        position: relative;
        height: auto;
    }
    .footer-01 {
        justify-content: center !important;
        padding-top: 2rem;
    }
    .footer-03 {
        justify-content: center !important;
        padding-bottom: 2rem;
    }
    .footer-02 P, .footer-02 h5 {
        text-align: center;
    }
    .footer-03 P {
        text-align: center;
    }
    .footer-04 {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
}
/*****************/
/*****************/
/*****************/
.titulo {
    padding: 4rem 0;
    background-color: #f5f5f5;
}
.titulo H2 {
    font-size: 5rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    font-family: 'Nunito Sans', sans-serif;
}
.titulo H3 {
    font-size: 1.3rem;
    font-weight: 300;
    padding-bottom: 0.8rem;
    font-family: 'Nunito Sans', sans-serif;
}
/***********************/
/***********************/
.loading {
    width: 100%;
    height: auto;
    min-height: 250px;
    background-repeat: no-repeat;
    background-image: url(images/loading.gif);
    background-position: center center;
}
/************************/
/************************/
/************************/
/************************/
@media screen and (max-width: 767px) {
    section {
        min-height: 40vh;
    }
}
section.top-menu {
    padding-top: 77px;
}
/*******/
.home-block, .home-content, .home-img {
    width: 100%;
    max-width: 100vw;
    height: 100vh;
}
.home-content {
    z-index: 3200;
    display: flex;
    align-items: center;
}
.home-content.noflex {
    display: block;
}
.home-text-slide {
    display: block;
    width: 100%;
    position: relative;
}
.slide-text-it{
    display: flex !important;
    justify-content: flex-end;
    height: auto;
    padding: 3rem;
}
.slide-text-it .content{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    transform: scale(0.8);
    transition: all 4s cubic-bezier(.17,.67,.83,.67);
}
.slick-active .content {
    transform: scale(1);
}
.slide-text-it .content H2 {
    transform: scale(0.6);
    transition: all 3s cubic-bezier(.17,.67,.83,.67);
}
.slick-active .content H2 {
    transform: scale(1);
}
.home-text {
    margin-left: 65%;
}
.home-text H2, .home-text-slide H2 {
    color: #fff;
    font-size: 4.2rem;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    line-height: 4.5rem;
}
.home-text H4, .home-text-slide H4 {
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    text-align: left !important;
}
.home-text H5, .home-text-slide H5 {
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 1.4rem;
}
.text-layer H2 {
    display: inline-block;
}
.text-layer H5 {
    display: inline-block;
}
.red-layer {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 3100;
    opacity: 1;
    pointer-events: none;
    top: 0;
    left: 0;
}
.red-layer {
    background-color: #006937;
    mix-blend-mode: multiply;
}
.home-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
}

/*******/
.img_sld_cont{
    width: 100%;
    max-width: 100vw;
    height: 100vh;
}
.hm-sld-img-1 {
    background-image: url("images/home/block-1a.jpg");
    background-position: left center;
}
.hm-sld-img-2 {
    background-image: url("images/home/block-1b.jpg");
}
.hm-sld-img-3 {
    background-image: url("images/home/block-1c.jpg");
}
/*******/
.hm-img-1 {
    z-index: 3000;
}
.hm-img-4 {
    background-image: url("images/home/block-4.jpg");
    z-index: 3000;
}
.hm-img-5 {
    background-image: url("images/home/block-5.jpg");
    z-index: 3000;
}
.hm-img-6 {
    background-image: url("images/home/block-6.jpg");
    z-index: 3000;
}
.hm-img-7 {
    background-image: url("images/home/block-7.jpg");
    background-position: left center;
    z-index: 3000;
}
.home-logo {
    position: absolute;
    display: block;
    width: 361px;
    height: 187px;
    background-image: url("images/logo-home.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: -20vh;
    left: 5%;
    max-width: 80vw;
    z-index: 3200;
}
.home-text-1 H5 {
    max-width: none;
}
@media screen and (max-width: 1000px) {
    
    
}
@media screen and (max-width: 767px) {
    
    .home-logo {
        top: -30vh;
        max-width: 50vw;
    }
    .home-text {
        margin-left: 20%;
    }
    .home-text H2 {
        font-size: 3.5rem;
        display: block;
        text-align: left
    }
    .home-text-slide H2 {
        font-size: 3.4rem;
    }
    .home-text H4 {
        font-size: 1.3rem;
    }
    .home-text H5 {
        font-size: 1.1rem;
        display: block;
        text-align: left
    }
    .text-layer > DIV {
        display: block;
    }
}
@media screen and (max-width: 380px) {
    .home-text-slide H2 {
        font-size: 2.5rem;
    }
    .home-text, .home-text-slide {
        margin-left: 10%;
    }
    .home-text H2 {
        font-size: 3rem;
        display: block;
        text-align: left
    }
    .home-text {
        margin-left: 10%;
    }
}
/*********/
/* LAYERS */
/* home 2 */
.hm-cnt-2 {
    overflow: hidden;
    max-width: 100vw;
}
.hm-2-layer {
    position: absolute;
    bottom: 0;
}
.hm-2-layer IMG {
    display: block;
}
.hm-2-layer-1 {
    background-image: url("images/home/layers/layer-1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    /*background-size: contain;*/
    width: 500px;
    height: 115vh;
    mix-blend-mode: multiply;
    z-index: 2500;
    right: 0;
}
.hm-2-layer-2 {
    z-index: 2200;
    left: 0;
}
.hm-2-layer-3 {
    z-index: 2000;
}
/*********/
.home-text2-wp {
    z-index: 2700;
}
.home-text2 {
    padding-top: 10rem;
    z-index: 2700;
}
.home-text2 H3 {
    color: #10312b;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    line-height: 2rem;
}
.home-text2 P {
    color: #363436;
    max-width: 27rem;
}
/********/
.hm-cnt-3 {
    height: 50vh;
}
.home-text3 {
    margin-left: 0;
}
.home-text3 H2 {
    font-size: 3.4rem;
    color: #69be60;
    margin-bottom: auto;
    text-transform: uppercase;
    max-width: 45rem;
    text-align: left;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    line-height: 3.6rem;
}
.home-text3 H3 {
    font-size: 3.4rem;
    color: #10312b;
    margin-bottom: auto;
    text-transform: uppercase;
    max-width: 45rem;
    text-align: left;
    line-height: 3.6rem;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .home-text3 H2 {
        font-size: 2.7rem;
    }
    .home-text3 H3 {
        font-size: 2.7rem;
    }
    .hm-cnt-3 {
        height: 100vh;
    }
}
/***********/
.home-8 {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.home-text-8 {
    margin-left: 0;
}
.home-text-8 H2 {
    font-size: 2.5rem;
    color: #10312b;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
    margin-bottom: 2.2rem;
    text-align: center;
}
.home-text-8 H2 SPAN {
    display: block;
    position: absolute;
    width: 7rem;
    border-bottom: 1px solid #69be60;
    left: calc(50% - 3.5rem);
    bottom: 0;
}
.home-text-8 H3 {
    font-size: 1.7rem;
    color: #69be60;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
.home-text-8 P {
    color: #363436;
    max-width: 85%;
}
@media screen and (max-width: 767px) {
    .home-text-8 H2 {
        font-size: 1.5rem;
    }
    .home-text-8 P {
        padding-bottom: 1.5rem;
    }
}
/****************/
/****************/
.empresa_1 {
    padding-top: 6rem;
    background-color: #f1f2f2;
    padding-bottom: 4rem;
}
.empresa_1 H2, .empresa_3 H2 {
    font-size: 5rem;
    line-height: 4.5rem;
    color: #009444;
    margin-bottom: 1rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
.empresa_1 H4 {
    font-size: 1.7rem;
    text-transform: uppercase;
    color: #10312B;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    line-height: 1.9rem;
}
/******/
.empresa_2 {
    padding-top: 5rem;
}
.empresa_2 .block_50_l H3 {
    color: #009444;
    font-size: 1.8rem;
    line-height: 2rem;
    padding-bottom: 1.5rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.empresa_2 .block_50_l P {
    font-size: 1.3rem;
}
@media screen and (max-width: 1120px) {
    .empresa_1 H2, .empresa_3 H2 {
        font-size: 3.7rem;
        line-height: 3.4rem;
        margin-bottom: 1.5rem;
    }
}
@media screen and (max-width: 1010px) {
    .empresa_1 H2, .empresa_3 H2 {
        font-size: 3.4rem;
        line-height: 3.2rem;
        margin-bottom: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .empresa_1 H2, .empresa_3 H2 {
        margin-bottom: 2rem;
    }
    .empresa_1 H4 {
        margin-bottom: 2.5rem;
    }
}
/******/
/******/
.accordion-horizontal {
    height: auto;
    background: linear-gradient(90deg, #002300 50%, #90ee60 50%);
    margin-top: 3rem;
    overflow: hidden;
}
.accordion-main {
    height: 600px;
    overflow: hidden;
    width: auto;
    display: flex;
    min-width: 1170px;
}
.accordion-it {
    height: 600px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    float: left;
    display: flex;
    align-items: stretch;
    position: relative;
}
.accord-it-cont H3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
.accordion-1 {
    background-color: #132316;
}
.accordion-1 .accord-it-cont H3 {
    color: #132316;
}
/***************/
.accordion-2 {
    background-color: #0c2819;
}
.accordion-2 .accord-it-cont H3 {
    color: #0c2819;
}
/***************/
.accordion-3 {
    background-color: #10312b;
}
.accordion-3 .accord-it-cont H3 {
    color: #10312b;
}
/***************/
.accordion-4 {
    background-color: #016938;
}
.accordion-4 .accord-it-cont H3 {
    color: #016938;
}
/***************/
.accordion-5 {
    background-color: #016938;
}
.accordion-5 .accord-it-cont H3 {
    color: #016938;
}
/***************/
.accordion-6 {
    background-color: #009543;
}
.accordion-6 .accord-it-cont H3 {
    color: #009543;
}
/***************/
.accordion-7 {
    background-color: #009543;
}
.accordion-7 .accord-it-cont H3 {
    color: #009543;
}
/***************/
.accordion-8 {
    background-color: #62ae54;
}
.accordion-8 .accord-it-cont H3 {
    color: #62ae54;
}
/***************/
.accordion-9 {
    background-color: #7cbc5c;
}
.accordion-9 .accord-it-cont H3 {
    color: #7cbc5c;
}
/***************/
.accordion-10 {
    background-color: #8abd6c;
}
.accordion-10 .accord-it-cont H3 {
    color: #8abd6c;
}
/***************/
.accordion-11 {
    background-color: #90ee60;
}
.accordion-11 .accord-it-cont H3 {
    color: #90ee60;
}
/***************/
.accordion-12 {
    background-color: #90ee60;
}
.accordion-12 .accord-it-cont H3 {
    color: #90ee60;
}
/***************/
.accordion-it.select {
    background-color: #e6e7e8;
}
.accord-it-title {
    padding: 1rem;
    cursor: pointer;
    width: calc(130px - 2rem);
}
.accord-it-title H3 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
    padding-top: 130px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
.accord-it-title H6 {
    font-size: 0.7rem;
    color: #fff;
    height: 160px;
    text-transform: uppercase;
    font-weight: normal;
}
.accord-it-title P {
    font-size: 0.7rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 1rem;
}
/*******/
.accord-it-cont {
    display: none;
    position: relative;
    height: 600px;
    width: 645px;
    max-width: 100vw;
}
.accord-it-close {
    position: absolute;
    z-index: 3000;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background-image: url("images/empresa/close.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.accord-it-cont.small {
    width: 300px;
}
.accord-it-cont-int {
    width: calc(100% - 3.5rem);
    padding-left: 2.5rem;
    padding-right: 1rem;
    padding-top: 4rem;
    display: none;
}
.accord-it-cont h3 {
    font-size: 5.7rem;
}
.accord-it-cont P {
    max-width: 80%;
    font-size: 0.8rem;
}
/******/
/******/
.empresa_3 {
    padding-bottom: 6rem;
    margin-bottom: 6rem;
    padding-top: 7rem;
    background-color: #f1f2f2;
}
/******/
.empresa_4 H3 {
    color: #10312b;
    font-size: 2.5rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
.empresa_4 H3 SPAN {
    display: block;
    position: absolute;
    width: 7rem;
    border-bottom: 1px solid #69be60;
    left: 0;
    bottom: 0;
}
.empresa_4 P {
    padding-bottom: 2rem;
    max-width: 60%;
}
.empresa_4 .empresa_4_a {
    padding-top: 2rem;
}
.empresa_4 H4 {
    color: #69be60;
    font-size: 2rem;
    margin-bottom: 0.4rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .empresa_4 .empresa_4_a {
        text-align: left;
    }
    .empresa_4 .empresa_4_a H3 SPAN {
        left: 0;
    }
}
/****************/
/****************/
.areas-it {
    position: relative;
    width: 100%;
    height: 120px;
    cursor: pointer;
}
.area-1 {
    background-image: url("images/areas-atuacao/industriais.jpg");
}
.area-2 {
    background-image: url("images/areas-atuacao/mineracao.jpg");
}
.area-3 {
    background-image: url("images/areas-atuacao/subsolo.jpg");
}
.area-4 {
    background-image: url("images/areas-atuacao/infra-social.jpg");
}
.area-5 {
    background-image: url("images/areas-atuacao/florestal.jpg");
}
.area-6 {
    background-image: url("images/areas-atuacao/locacao.jpg");
}
.areas-it-layer {
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: #006937;
    mix-blend-mode: multiply;
}
.areas-it-titulo {
    height: 120px;
}
.areas-it-titulo H3 {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
/*******/
.areas-it-cont {
    display: none;
    padding: 4rem 0;
}
.area-it-text {
    padding-bottom: 2rem;
}
.area-it-text p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    text-align: center;
    width: 93%;
    font-family: 'Nunito Sans', sans-serif;
}
.area-it-text h5 {
    margin-bottom: 1rem;
    color: #69be60;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
.areas-it-cont .block_50_l P {
    text-align: left;
    color: #69be60;
}
/*****/
.areas-it-cont .block_50_r H4 {
    font-size: 1rem;
    color: #69be60;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
}
.areas-it-cont .block_50_r UL {
    list-style-type: none;
    margin-bottom: 4rem;
}
.areas-it-cont .block_50_r UL LI {
    margin-left: 0.7rem;
    color: #000;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.areas-it-cont .block_50_r UL LI::before {
    content: "\2022";
    color: #69be60;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
}
@media screen and (max-width: 767px) {
    .area-it-text p {
        width: 100%;
    }
}
/*******/
.area-thumnbs{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.area-thumnbs-it {
    width: 100%;
    height: auto;
    position: relative;
}
.area-thumnbs-it-img {
    height: auto;
    cursor: pointer;
}
.area-thumnbs-it-img IMG {
    display: block;
}
.area-thumnbs-it-img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 0 #69be60;
    transition: box-shadow .1s ease;
}
.area-thumnbs-it-img:hover::after {
    box-shadow: inset 0 0 0 5px #69be60;
}
.area-thumnbs-it-img.select::after {
    box-shadow: inset 0 0 0 5px #69be60;
}
.area-thumnbs-it-text h4 {
    padding-top: 0.5rem;
}
.area-thumnbs-it-text h4 {
    color: #69be60;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
.area-thumnbs-it-text h5 {
    font-size: 0.9rem;
}
.area-thumnbs-it-text P {
    font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
    .area-thumnbs{
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
/***********/
.ajax-text {
    display: block;
    position: relative;
    height: auto;
}
.ajax-text h2 {
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 0.3rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
.ajax-text P {
    
}
.grid-fotos-obras{
    height: auto;
    min-height: 60vh;
}
.obra-grit-it{
    height: auto;
    padding-bottom: 14px;
}
.obra-grit-it-gr{
    width: calc(100% - 14px);
}
.obra-grit-it-md{
    width: calc(50% - 14px);
}
.obra-grit-it-pq{
    width: calc(25% - 14px);
}
@media screen and (max-width: 767px) {
    .obra-grit-it-pq{
        width: calc(50% - 14px);
    }
    .ajax-text h2 {
        font-size: 1.5rem;
    line-height: 1.8rem;
    }
}
/****************/
/****************/
.clientes {
    padding: 4rem 0;
}
.clientes-it {
    padding-bottom: 2rem;
}
/****************/
/****************/
.equipe > DIV:first-child {
    padding-top: 7rem;
    padding-bottom: 5rem;
}
.equipe-int H2 {
    color: #009444;
    font-size: 4rem;
    text-transform: uppercase;
    margin-top: -1rem;
    line-height: 4rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
.equipe-text {
    margin-left: 8%;
}
.equipe_slider {
    height: auto;
}
.equipe_slider-it {
    width: 100%;
    height: auto;
}
.equipe_slider-it IMG {
    display: block;
}
@media screen and (max-width: 1215px) {
    .equipe-int H2 {
        font-size: 3rem;
        line-height: 3rem;
    }
}
@media screen and (max-width: 934px) {
    .equipe-int H2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .equipe-int H2 {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 1.5rem;
    }
    .equipe-text {
        margin-left: 0;
    }
}
/****************/
/****************/
.contato-int {
    padding: 5rem 0;
}
.contato-int .contato-l {
    margin-bottom: 3.5rem;
}
.contato-int .contato-l H5 {
    color: #363436;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
}
.contato-int .contato-tel P {
    color: #69be60;
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-bottom: 1.5rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
.contato-int .contato-tel P SPAN {
    font-size: 1.0rem;
}
.contato-int .contato-l A {
    color: #69be60;
    font-weight: bold;
}
/*****/
.contato-int .contato-r H3 {
    color: #69be60;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
.contato-int INPUT, .contato-int SELECT {
    width: calc(100% - 1rem);
    height: 2rem;
    padding: 0.5rem;
    border: none;
    background-color: #eee;
    margin-bottom: 0.6rem;
}
.contato-int SELECT {
    width: 100%;
    height: 42px;
    font-size: 0.8rem;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.6rem;
}
.contato-int SELECT OPTIONS {
	line-height: 2rem;
}
.contato-int INPUT::-webkit-input-placeholder { /* Edge */
    font-size: 0.8rem;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #000;
}
.contato-int INPUT:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 0.8rem;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #000;
}
.contato-int INPUT::placeholder {
    font-size: 0.8rem;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #000;
}
.contato-int TEXTAREA {
    width: calc(100% - 1rem);
    height: 10rem;
    padding: 0.5rem;
    border: none;
    background-color: #eee;
    margin-bottom: 0.6rem;
}
.contato-int TEXTAREA::-webkit-input-placeholder { /* Edge */
    font-size: 0.8rem;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #000;
    font-family: 'PT Sans', Helvetica, Arial, "sans-serif";
}
.contato-int TEXTAREA:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 0.8rem;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #000;
    font-family: 'PT Sans', Helvetica, Arial, "sans-serif";
}
.contato-int TEXTAREA::placeholder {
    font-size: 0.8rem;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #000;
    font-family: 'PT Sans', Helvetica, Arial, "sans-serif";
}
.contato-int .contato-r BUTTON {
    background-color: #69be60;
    color: #fff;
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0.5rem 2rem;
}
.alert{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #5C0001;
	font-size: 12px;
}
/*****/
/*********************/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/*********************/
/*********************/
/*********************/