.inter-300,
.inter-400,
.inter-500,
.inter-600,
.inter-700,
.inter-900{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.inter-300{ font-weight: 300; }
.inter-400{ font-weight: 400; }
.inter-500{ font-weight: 500; }
.inter-600{ font-weight: 600; }
.inter-700{ font-weight: 700; }
.inter-900{ font-weight: 900; }

body,html{
    height: 100%;
    min-height: 100%;
    padding: 0;margin: 0;
}
body{
    background-color: #F5F5F5;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    font-family: "Inter", sans-serif;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #006D3C;
    --bs-btn-border-color: #006D3C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #006D3C;
    --bs-btn-hover-border-color: #006D3C;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #006D3C;
    --bs-btn-active-border-color: #006D3C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #006D3C;
    --bs-btn-disabled-border-color: #006D3C;
     border-radius: 0;
}

.btn-black {
    --bs-btn-color: #fff;
    --bs-btn-bg: #161616;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #006D3C;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #006D3C;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #161616;
    --bs-btn-disabled-border-color: #161616;
    border-radius: 0;
}

.form-control {
    font-family: Arial, Helvetica, sans-serif;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #006D3C;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    border-color: #006D3C;
    box-shadow: 0 0 0 0.25rem rgba(0, 109, 60, 0.25);
}

.form-control::-moz-placeholder {
    color: #A3A2A2;
    opacity: 1;
}
.form-control::placeholder {
    color: #A3A2A2;
    opacity: 1;
}
select.form-control{
    color: #A3A2A2;
}
select.form-control:focus option{
    color:#161616;
}
select.form-control.selected-option{
    color:#161616;
}
select.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}
.section-title-1{
    min-height: 50px;
}
.section-title-1 h2,
.section-title-1 h3{
    color: #161616;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.section-title-1 h2:before,
.section-title-1 h3:before{
    content: " ";
    display: inline-block;
    position: absolute;
    width: 50%;height: 3px;
    background-color:#006D3C;
    left: 50%; bottom: 0;
    transform: translate(-50%,0%);
}

/* --------------------- Navbar --------------------------*/
.navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(255,255,255,0.5);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
}
.navbar{
    background:#006D3C;
    min-height: 60px;
}
.navbar.fixed-top{
    z-index: 1024;
    top: -100%;
}
.navbar .navbar-brand{
  padding: 0;
  width: 220px;
}
.navbar .navbar-nav .nav-link{
    color: #E1E1E1;
    font-size: 15px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.social-nav{
    padding: 20px 20px 20px 20px;
    background-color: #006D3C;
}

.social-nav .contatos{
    position: relative;
}
.social-nav .contatos:before{
    content: " ";
    display: block;
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #F5F5F5;
    left: 50%;top: 0;
    transform: translate(-50%,0%);
}
.social-nav .contatos a{
    color: #fff;
    text-decoration: none;
}
.social-nav .social{
    width: 150px;
    max-width: 100%;
}
.social-nav .social > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color:#E1E1E1;
}
.social-nav .social > a svg path{
   fill: #161616;
}
.social-nav .social > a:hover,
.social-nav .social > a:focus,
.social-nav .social > a:active{
    background-color:#E1E1E1;
}
.social-nav .social > a:hover svg path,
.social-nav .social > a:focus svg path,
.social-nav .social > a:active svg path{
    fill:#006D3C;
}
@media(max-width: 992px){
    body{
       padding-top: 70px;
    }
    .navbar.fixed-top{ top: 0;}
}
/* --------------------- Header --------------------------*/
header{
    background-color: #006D3C;
}
header > .line-top{
    min-height: 40px;
    background-color: #161616;
}
header > .line-top > .container{}
header > .line-top a{
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
header > .line-top a,
header > .line-top a:hover,
header > .line-top a:focus,
header > .line-top a:active{
     color: #fff;
}
header .line-top .social{
    margin-left: 15px;
}
header .line-top .social > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color:#E1E1E1;
}
header .line-top .social > a svg path{
    fill:#161616;
}
header .line-top .social > a:hover,
header .line-top .social > a:focus,
header .line-top .social > a:active{
    background-color:#006D3C;
}
header .line-top .social > a:hover svg path,
header .line-top .social > a:focus svg path,
header .line-top .social > a:active svg path{
    fill:#ffffff;
}
header > .line-bottom > .container{
    padding-top: 12px;
    padding-bottom: 12px;
}
header .nav .nav-item .nav-link{
    color: #E1E1E1;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

@media(max-width: 992px){
    header{
        display: none;
    }
}

/* --------------------- Banner/Home --------------------------*/
.main-banner{
    padding: 0;
    margin: 0;
}
.owl-banner{ position: relative;margin-bottom: 0; }
.owl-banner .item{
    position: relative;
    margin-bottom: 0;
    padding-bottom:36.979166666667%;
    background-color: #6f42c1;
}
.owl-banner .item > img,
.owl-banner .item > a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;top: 0;
    overflow: hidden;
}
.owl-banner .item > img{
    z-index: 0;
}
.owl-banner .item > a{
    z-index: 10;
}

.owl-banner.owl-theme .owl-dots{
    position: absolute;
    bottom:10px;
    left:35%;right:35%;
    text-align: center;
    margin-bottom: 0;
}
.owl-banner.owl-theme .owl-dots .owl-dot span{
    width: 14px;
    height: 14px;
    background: #333333;
    border: 2px solid #333333;
    border-radius: 50%;
}
.owl-banner.owl-theme .owl-dots .owl-dot.active span{
    background: #006D3C;
}
.owl-banner.owl-theme .owl-nav{
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.owl-banner.owl-theme .owl-nav div{
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    border-radius:0;
}
.owl-banner.owl-theme .owl-next,
.owl-banner.owl-theme .owl-prev {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 50;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-banner.owl-theme .owl-next {
    right: 0;
    display: flex;
}
.owl-banner.owl-theme .owl-prev{
    left: 0;
    display: flex;
}

.owl-banner.owl-theme .owl-nav [class*='owl-'] {
    outline: 0;
    margin: 5px;
    padding:0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 1px solid #006D3C;
    background-color: #006D3C;
    background-repeat: no-repeat;
    background-position: center center;
}
.owl-banner.owl-theme  .owl-nav [class*='owl-']:hover {
    outline: 0;
    border: 1px solid #fff;
}
.owl-banner.owl-theme .owl-nav .owl-next{
    background-image: url('data:image/svg+xml,<svg width="11" height="19" viewBox="0 0 11 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.347656 0.457458L9.41552 9.53191L0.347653 18.6064" stroke="%23E1E1E1"/></svg>');
}
.owl-banner.owl-theme .owl-nav .owl-prev{
    background-image: url('data:image/svg+xml,<svg width="11" height="19" viewBox="0 0 11 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.3843 18.5157L1.33527 9.46678L10.3843 0.417772" stroke="%23E1E1E1"/></svg>');
}
@media(max-width: 768px) {
    .owl-banner.owl-theme .owl-dots{
        left:0; right:0;
    }
}
/*-------------------------------- Home/ Menu -----------------------*/
.menu-divider{
    position: relative;
    min-height:38px;
    background-color:#161616;
}
.menu-divider > .right-content{
    position: absolute;
    padding-left:0;
    height: 100px;
    width: 40%;
    right: 0;
    top: -30px;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    background-image: url('data:image/svg+xml, <svg width="687" height="99" viewBox="0 0 687 99" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 99L65.7622 0L131.532 99H0Z" fill="white"/><path d="M830.045 0H65.7622V99H830.045V0Z" fill="white"/></svg>');
    background-size: cover ;
    -moz-background-size:  cover;
    -webkit-background-size: cover;
}
.menu-divider > .right-content > .container{
    padding-top: 10px;
}
.menu-divider > .right-content .logo-nor-green{ width: 200px;display: inline-block; }
.menu-divider > .right-content .logo-atos{ width: 121px;display: inline-block; }
.menu-divider > .right-content p{
    color:#000;
    font-size: 15px;
    font-weight: 500;
}
.menu-divider .nav .nav-item .nav-link{
    color: #E1E1E1;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.menu-divider .nav .nav-item .nav-link:hover,
.menu-divider .nav .nav-item .nav-link:focus,
.menu-divider .nav .nav-item .nav-link:active{
    color: #E1E1E1;
}
.menu-divider .nav .nav-item.nav-divider{
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-divider .nav .nav-item.nav-divider > span{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background-color: #006D3C;
}
@media (max-width: 1600px) {
    .menu-divider > .right-content{
        padding-left: 50px;
    }
}
@media (max-width: 1400px) {
    .menu-divider > .right-content{
        padding-left: 50px;
    }
}
@media (max-width: 1099px) {
    .menu-divider > .right-content{
         width: 100%;
         padding-right: 0;
         position: relative;
         background-color: #fff;
         right: auto;
         top: auto;left: auto;
    }
    .menu-divider > .right-content > .container{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 1099px) {
    .menu-divider > .right-content .logo-nor-green{ width: 150px; }
    .menu-divider > .right-content .logo-atos{ width: 100px;}
}

/*-------------------------------- Home/Serviços -----------------------*/
.hservicos{
  background-color:#F5F5F5;
}
.hservicos > .container{
    padding-top: 80px;
    padding-bottom: 50px;
    min-height: 500px;
}
.hservicos .section-title-1{
    margin-bottom: 40px;
}
.hservicos .item-serv{
   position: relative;
   width: 420px;
   max-width: 100%;
   height: 100%;
   min-height:400px;
   background-color:#006D3C;
   border: 1px solid #006D3C;
    background-size: cover ;
    -moz-background-size:  cover;
    -webkit-background-size: cover;
}
.hservicos .item-serv ul li{
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
}
.hservicos .item-serv > .item-content{
    position: relative;
    display: none;
    height: 100%;
    min-height: 100%;
    padding: 20px 20px 60px 20px;

    background-color:#006D3C;
}
.hservicos .item-serv > .item-legend{
    position: absolute;
    z-index: 10;
    bottom: 0;left: 0;
    width:100%;height: 60px;
    background-position: right center;
    background-size: cover ;
    -moz-background-size:  cover;
    -webkit-background-size: cover;
    background-image: url('data:image/svg+xml,<svg width="246" height="69" viewBox="0 0 246 69" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M202 0H5V69H246L202 0Z" fill="%23006D3C"/><path d="M197 0H0V69H241L197 0Z" fill="%23161616"/></svg>');
}
.hservicos .item-serv > .item-legend > span{
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.hservicos .item-serv:hover .item-content,
.hservicos .item-serv:focus .item-content,
.hservicos .item-serv:active .item-content{
    display: flex !important;
}

.hservicos .item-serv:focus > .item-legend,
.hservicos .item-serv:active > .item-legend,
.hservicos .item-serv:hover > .item-legend{
    width: 100%;
    background-image:none;
    background-color: #161616;
}
.hservicos .item-serv a.btn{
    display: none;
}

.hservicos .item-serv:focus  a.btn,
.hservicos .item-serv:active a.btn,
.hservicos .item-serv:hover  a.btn{
    display: inline-flex;
}



@media(max-width: 1199px){
    .hservicos .item-serv > .item-legend{
        width: 80%;
    }
    .hservicos .item-serv:focus > .item-legend,
    .hservicos .item-serv:active > .item-legend,
    .hservicos .item-serv:hover > .item-legend{
        width: 100%;
        background-image:none;
        background-color: #161616;
    }
    .hservicos > .container{
        padding-top: 50px;
    }
}

@media(max-width: 1199px){
    .hservicos > .container{
        padding-top: 50px;
    }
}
@media(max-width: 992px){
    .hservicos .item-serv > .item-legend{
        width: 80%;
    }
    .hservicos .item-serv:focus > .item-legend,
    .hservicos .item-serv:active > .item-legend,
    .hservicos .item-serv:hover > .item-legend{
        width: 100%;
        background-image:none;
        background-color: #161616;
    }
}
@media(max-width:768px){
    .hservicos .item-serv > .item-legend{
        width: 75%;
    }
    .hservicos .item-serv:focus > .item-legend,
    .hservicos .item-serv:active > .item-legend,
    .hservicos .item-serv:hover > .item-legend{
        width: 100%;
        background-image:none;
        background-color: #161616;
    }
}
/*-------------------------------- Home|Serviços/Agende ---------------------*/
.hagende{
    z-index: 0;
    background-color:#F5F5F5;
}
.hagende > .container{
    z-index: 0;
    padding-top:15px;
    padding-bottom:15px;
}

.hagende .agblock{
     position: relative;
     width:100%;
     min-height:85px;
     z-index: 0;
     border:1px solid #161616;
     background-color: #006D3C
}

.hagende > .container .top-dc,
.hagende > .container .bottom-dc{
    display: block;
    width: 30%;
    position: absolute;
    z-index: -1;
}
.hagende > .container > .bottom-dc{
    left: 3%;
    bottom:-10px;
}
.hagende > .container > .top-dc{
    left: auto;
    right: 3%;
    top:-10px;
}
.hagende a{
    color: #161616;
    font-size: 22px;
}
.hagende a > span{
    color: #fff;
}
@media(max-width: 992px){
    .hagende > .container .top-dc,
    .hagende > .container .bottom-dc{
        width: 45%;
    }
}
@media(max-width: 768px){
    .hagende > .container .top-dc,
    .hagende > .container .bottom-dc{
        width:50%;
    }
    .hagende a{
        color: #161616;
        font-size: 18px;
    }
    .hagende .agblock{
        min-height:60px;
    }

}

/*-------------------------------- Home/Autorizado -----------------------*/
.hautorizado{
    z-index: 0;
    position: relative;
    min-height: 500px;
    background-color:#F5F5F5;
}
.hautorizado > .container{
    padding-top: 70px;
    padding-bottom: 50px;
}
.hautorizado > svg{
    position: absolute;
    width: 98%;left:1%; top:50%;
    z-index: -1;
    transform: translate(0%,-50%);
}
.hautorizado .section-title h2{
    color: #161616;
}
.hautorizado .section-title > h2 span{
    color: #006D3C;
}
/*-------------------------------- Home/Produtos -----------------------*/
.hprodutos{
    position: relative;
    min-height:400px;
    background-color:#F5F5F5;
}
.hprodutos > .container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.hprodutos .section-title-1{
    margin-bottom:30px;
}
.card-linha-produto{
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: start;
   border:1px solid rgba(0,109,60,0.3);
   min-height: 460px;
   padding-top: 35px;
   padding-bottom: 35px;
}
.card-linha-produto > .selos{
    width: 50%;
    left: 3%;top: 2%;
    padding: 5px;
    z-index: 10;
    position: absolute;
}
.card-linha-produto > .image{
    width:98%;
    z-index: 0;
    overflow: hidden;
    position: relative;
    padding-bottom:66%;
}
.card-linha-produto > .image > img {
    position: absolute;
    left: 50%;top: 50%;
    transform: translate(-50%,-50%);
}
.card-linha-produto > .title{
    width: 90%;
    padding-top:10px;
    min-height: 50px;
}
.card-linha-produto > .title > h5{
    color: #006D3C;
    line-height: 110%;
}
.card-linha-produto > .description {
    padding: 10px;
}
.card-linha-produto > .description p{
  color:#5A5A5A;
  font-size: 13px;
}
.card-linha-produto > a{
    position: absolute;
    width: 100%;
    height:35px;
    bottom: 0;left: 0;
    text-decoration: none;
    background-color:#006D3C;
}
.card-linha-produto > a > span{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.card-linha-produto > a:hover,
.card-linha-produto > a:active,
.card-linha-produto > a:focus{
  background-color:#006D3C;
}
/*-------------------------------- Home/QuemSomos -----------------------*/
.hqsomos{
    overflow: hidden;
    position: relative;
    background-color:#F5F5F5;
    padding-top: 120px;
}
.hqsomos .container-fluid{
    padding: 50px 40px 50px 0;
}
.hqsomos  .top-content{
    background-color: #161616;
}
.hqsomos .image-left{
    position: relative;
    padding-bottom: 60%;
}
.hqsomos .image-left > img{
    display: block;
    max-width: 100%;
    left: 0;bottom: 0;
    position: absolute;
}
.hqsomos .texto{
   margin-top: 50px;
   width: 500px;
   max-width: 100%;
}
.hqsomos .texto h3{
    color: #fff;
    font-weight: 600;
    position: relative;
}
.hqsomos .texto h3:before{
    content: " ";
    position: absolute;
    background-color:#006D3C;
    width:80px;height: 2px;
    left: 0;bottom: 0;
}
.hqsomos .texto p{
    color: #fff;
    font-weight: 400;
}
.hqsomos svg.right-dc{
    display: block;
    height: 60%;
    width: auto;
    right: 0; top:25%;
    position: absolute;
}
.hqsomos .bottom-content{
    background-color: #161616;
}
.hqsomos .bottom-content > .container{
    padding-bottom:60px;
}
.hqsomos .bottom-content h3{
   color: #fff;
   position: relative;
   display: inline-block;
}
.hqsomos .bottom-content h3:before{
    content: " ";
    position: absolute;
    background-color:#006D3C;
    width:80px;height: 2px;
    left: 50%;bottom: 0;
    transform: translate(-50%,0%);
}

@media (max-width: 992px){
    .hqsomos .texto{
        margin-top:20px;
    }
}
@media (max-width: 768px){
    .hqsomos .image-left{
        padding-bottom: 0;
    }
    .hqsomos .image-left > img{
        position: relative;
        display: block;
        max-width: 100%;
        margin-top:-50px;
    }
    .hqsomos .container-fluid{
        padding-top: 0;
        padding-left:20px;
        padding-right:30px;
    }
    .hqsomos svg.right-dc{
        display: block;
        height:300px;
        width: auto;
        right: 0; top:25%;
        position: absolute;
    }
}
/*-------------------------------- Home/Contato -----------------------*/
.hcontato{
    position: relative;
    background-color:#F5F5F5;
    border-bottom: 3px solid #161616;
}
.hcontato > .container{
   padding-top: 80px;
   padding-bottom:80px;
}
.hcontato .section-title h2{
    color: #161616;
}
.hcontato .section-title h2 > span{
    color: #006D3C;
}
.hcontato .btn-success{
    width: 120px;
    text-align: center;
}
.hcontato .txt-contatos p a{
    color: #161616;
    font-weight: 500;
    font-size: 16px;
}
.hcontato .txt-contatos p a:hover,
.hcontato .txt-contatos p a:focus,
.hcontato .txt-contatos p a:active{
    color: #161616;
    font-weight: 500;
}
.hcontato .txt-contatos p a.phone{
    text-decoration: none;
}
.hcontato > .bottom-dc-content{
   position: absolute;
   width: 100%;
   height: 30px;
   bottom: 0;left: 0;
   overflow: hidden;
}
.hcontato > .bottom-dc-content > svg{
    width: 40%;
    left: 0;top:0;
    position: absolute;
}
.hcontato > .right-image-dc{
    width: 32%;
    max-width: 600px;
    right: 0;bottom:0;
    position: absolute;
    z-index: 10;
}

.hcontato .social > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color:#006D3C;
}
.hcontato .social > a svg path{
    fill:#ffffff;
}
.hcontato .social > a:hover,
.hcontato .social > a:focus,
.hcontato .social > a:active{
    background-color:#006D3C;
}
.hcontato .social > a:hover svg path,
.hcontato .social > a:focus svg path,
.hcontato .social > a:active svg path{
    fill:#ffffff;
}

@media(min-width: 1199px) and (max-width: 1400px){
    .hcontato > .container{
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 20%;
    }
}
@media(min-width:992px) and (max-width: 1199px){
    .hcontato > .container{
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 30%;
    }
}
@media(max-width:991px){
    .hcontato > .container{
        padding-top: 40px;
        padding-bottom:40px;
    }
    .hcontato > .right-image-dc{ display: none}
}

/*-------------------------------- Home/Mapa -----------------------*/
.hmapa{
    position: relative;
    width: 100%;
    height:350px;
}
.hmapa > iframe{
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1199px) {
    height:280px;
}
@media (max-width: 768px) {
    height:200px;
}

/*-------------------------------- Bread Crumb ------------------*/
.breadcrumb-content{
   background-color: transparent;
}
.breadcrumb-content > .container{
    padding-top: 20px;
    padding-bottom:10px;
}
.breadcrumb .breadcrumb-item:before{
    content: " ";
    width: 15px;
    height:25px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml,<svg width="7" height="13" viewBox="0 0 7 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.804688 1.06348L6.11301 6.37177L0.804686 11.6801" stroke="%23A2A2A2"/></svg>');
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item > a{
    color: #A3A2A2;
    font-size: 14px;
    text-decoration: none;
}
.breadcrumb .breadcrumb-item > a:active,
.breadcrumb .breadcrumb-item > a:hover,
.breadcrumb .breadcrumb-item > a:focus{
    text-decoration: underline;
}
.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item.active > a{
    color: #5A5A5A;
}
/*------------------------------ Quem Somos -------------------*/
.qsomos-wrap{
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(180deg, #161616 0%, #006D3C 100%);
}

.qsomos-wrap > .right-dc,
.qsomos-wrap > .left-dc{
    position: absolute;
    z-index: 10;
}
.qsomos-wrap > .right-dc{
    right: 0;
    top: 15%;
}
.qsomos-wrap > .left-dc{
    left: 0;
    bottom: 15%;
}

.qsomos-top{
    margin-top: -70px;
}
.qsomos-top > .container-fluid{
    padding-top: 150px;
    padding-bottom:50px;
}
.qsomos-top .image-left{
    position: relative;
    padding-bottom: 60%;
}
.qsomos-top .image-left > img{
    display: block;
    max-width: 100%;
    left: -20px;bottom: 0;
    position: absolute;
}
.qsomos-top .texto-2,
.qsomos-top .texto{
    width: 480px;
    max-width: 100%;
}
.qsomos-top .texto h3{
    color: #fff;
    font-weight: 700;
    position: relative;
}
.qsomos-top .texto h3:before{
    content: " ";
    position: absolute;
    background-color:#006D3C;
    width:80px;height: 2px;
    left: 0;bottom: 0;
}
.qsomos-top .texto-2 p,
.qsomos-top .texto p{
    color: #fff;
    font-weight: 300;
    text-align: justify;
}
.qsomos-top .texto-2{
    margin-right: 40px;
}
@media(max-width: 1199px){
    .qsomos-top .texto{
        margin-left: 0;
    }
    .qsomos-top .texto-2{
        margin-right:0;
    }
    .qsomos-wrap > .right-dc,
    .qsomos-wrap > .left-dc{
        height: 700px !important;
    }
}

@media(max-width: 992px){
    .qsomos-top{
        margin-top:0;
    }
    .qsomos-top .texto{
        width: 100%;
        margin-left: 0;
    }
    .qsomos-top > .container-fluid{
        padding-top: 20px;
    }
    .qsomos-top .image-left{
        position: relative;
        padding-bottom: 80%;
    }
    .qsomos-wrap > .right-dc,
    .qsomos-wrap > .left-dc{
        height: 500px !important;
    }
    .qsomos-wrap > .right-dc{
        right: -5px;
    }
    .qsomos-wrap > .left-dc{
        left: -5px;
    }
    .qsomos-top .texto{
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media(max-width: 768px){
    .qsomos-wrap > .right-dc,
    .qsomos-wrap > .left-dc{
        height: 400px !important;
    }
    .qsomos-wrap > .right-dc{
        right: -5px;
    }
    .qsomos-wrap > .left-dc{
        left: -5px;
    }
    .qsomos-top .texto{
        width: 100%;
        padding-left:5px;
        padding-right: 25px;
    }
}
/*------------------------------ Quem Somos/Princípios ----------*/
.principios > .container{
    padding-top: 70px;
    padding-bottom: 40px;
}
.principios h3,
.qsomos-clientes h3{
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 4px;
}
.principios h3:before,
.qsomos-clientes h3:before{
    content: " ";
    position: absolute;
    background-color:#161616;
    width:80px;height: 2px;
    left: 50%;bottom: 0;
    transform: translate(-50%,0%);
}
.gridp > .item{
    width: 20%;
    padding:30px;
}
.gridp > .item > .number{
    color: #161616;
    font-weight: 900;
    font-size: 3em;
    text-align: center;
}
.gridp > .item > p{
    color: #fff;
    font-weight:300;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 992px) {
    .gridp > .item{
        width: 50%;
        padding:20px;
    }
    .gridp > .item > .number{
        font-size: 2em;
    }
}
@media (max-width: 768px) {
    .gridp > .item{
        width: 90%;
        padding:20px 20px 0 20px;
    }
    .gridp > .item > .number{
        font-size: 2em;
    }
}
.qsomos-clientes > .container{
    padding-top: 40px;
    padding-bottom:70px;
}
/*-------------------------------- Contato-----------------------*/
body.page-contato{
    background-color:#F5F5F5;
}
body.page-contato .hcontato > .container{
    padding-bottom:100px;
}
body.page-contato .section-title{
    margin-top: -25px;
}
@media (max-width: 1199px) {
    body.page-contato .hcontato > .container{
        padding-bottom:80px;
    }
    body.page-contato .section-title{
        margin-top: 0;
    }
}
@media (max-width: 992px) {
    body.page-contato .hcontato > .container{
        padding-top:0;
    }
    body.page-contato .section-title{
        margin-top: 0;
    }
}
/*-------------------------------- Serviços----------------------*/
.servicos > .container{
    min-height:70vh;
    padding-bottom: 25px;
}
.servicos .serv-category{
    position: relative;
    min-height: 100%;
    padding-bottom: 35px;
    border: 1px solid #006D3C;
    background-color:#006D3C;
}
.servicos .serv-category > .image{
    position: relative;
    padding-bottom: 55%;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.servicos .serv-category h4{
    color: #E1E1E1;
    padding: 15px 25px 15px 25px;
    background-color: #161616;
}
.servicos .serv-category .description{
    padding: 30px 15px 15px 20px;
}
.servicos .serv-category ul li{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
.servicos .serv-category ul li marker{
    color: #fff;
}
.servicos .serv-category .btn-success{
    width: 130px;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #fff;
    position: absolute;
    bottom: 20px;right:20px;
}
.servicos .serv-category .btn-success:hover,
.servicos .serv-category .btn-success:active,
.servicos .serv-category .btn-success:focus{
    border: 1px solid #fff;
}
.servicos .hagende{
    margin-top: 25px;
    margin-bottom: 25px;
}
/*-------------------------------- Serviços/categoria-----------*/
.servicos-cat .section-title-1 h2:before{
    left: 0;transform: translate(0,0);
}
.item-serv-cat{
    position: relative;
    padding: 10px;
    min-height: 100%;
    border: 1px solid #dcdcdc;
    background-color: #F5F5F5;
}
.item-serv-cat > .image{
    position: relative;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.item-serv-cat h4{
     font-size: 18px;
     color: #006D3C;
     font-weight: 600;
     min-height: 50px;
}
.item-serv-cat p{
     font-size: 14px;
     color:#5A5A5A;
     font-weight: 300;
}
.item-serv-cat .description{
    min-height: 150px;
}
.item-serv-cat .btn-success{
    border-radius: 0;
    font-weight: 400;
}
.servicos-cat .list-group{
    border-radius: 0;
}
.servicos-cat .list-group-item{
    padding-top: 15px;
    padding-bottom: 15px;
}
.servicos-cat .list-group-item-header{
    color: #161616;
    font-weight: 900;
    font-size: 18px;
}
.servicos-cat .list-group-item > a{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}
.servicos-cat .list-group-item > a > span{
    color: #161616;
    font-weight: 600;
}
.servicos-cat .list-group-item > a > svg{
    display: none;
}
.servicos-cat .list-group-item.active{
    border-color: rgba(0,109,60,0.4);
    background-color: rgba(0,109,60,0.10);
}

.servicos-cat .list-group-item.active > a > span{
    color:#006D3C;
}
.servicos-cat .list-group-item > a:hover > span{
    color:#006D3C;
}
.servicos-cat .list-group-item.active > a > svg{
    display: inline;
}
.servicos-cat .btn-outline-secondary svg path{
    stroke:#747373;
}
.servicos-cat .btn-outline-secondary{
    color: #747373;
    border-radius: 0;
    border-bottom-color: #747373;
}
.servicos-cat .btn-outline-secondary:active,
.servicos-cat .btn-outline-secondary:hover,
.servicos-cat .btn-outline-secondary:focus{
    color: #747373;
    background-color: transparent;
}
/*------------------------------- Serviços/categoria/Item-------*/

.servico-item .i-serv-contato > .c-whats{
   text-decoration: none;
   padding: 8px 18px 8px 18px;
   background-color: #006D3C;
}
.servico-item .i-serv-contato > .c-whats > span,
.servico-item .i-serv-contato > .c-email > span{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.servico-item .i-serv-contato > .c-email{
    text-decoration: none;
    padding: 8px 18px 8px 18px;
    background-color: #161616;
}
.servico-item .info-servico{
    width: 500px;
    max-width: 100%;
    min-height: 450px;
    position: relative;
}
.servico-item .info-servico h3{
    color: #006D3C;
    padding-bottom: 10px;
    border-bottom: 1px solid #006D3C;
}
.servico-item .info-servico .description p{
  color: #5A5A5A;
  text-align: justify;
}
.servico-item .slide-content{
    width: 590px;
    max-width: 100%;
}
.fotorama__nav{
   text-align: left !important;
}
.fotorama__thumb-border{
    border-color: #006D3C;
}
.servico-item .item-serv-cat .description{
    min-height: 120px;
}
.servico-item .section-title-1 h3:before{
    left: 0;transform: translate(0,0);
}
.servico-item .link-bottom{
    color: #006D3C;
}
/*-------------------------------- Produtos----------------------*/
.produtos > .container{
    min-height:70vh;
    padding-bottom: 25px;
}
.produtos .hagende{

}
/*-------------------------------- Produtos/categoria-----------*/
.produtos-cat .section-title-1 h2:before{
    left: 0;transform: translate(0,0);
}
.item-produto{
    position: relative;
    padding: 10px;
    min-height: 100%;
    border: 1px solid #dcdcdc;
    background-color: #F5F5F5;
}
.item-produto > .selos{
  position: absolute;
  left: 15px; top: 15px;
  display: flex;
  z-index: 10;
}
.item-produto > .selos > svg{
    margin-right: 10px;
}
.item-produto > .selos > svg:last-child{
    margin-right: 0;
}
.item-produto > .image{
    position: relative;
    padding-bottom: 75%;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.item-produto h4{
    font-size: 20px;
    color: #006D3C;
    font-weight: 700;
    min-height: 50px;
}
.item-produto p{
    font-size: 14px;
    color:#5A5A5A;
    font-weight: 400;
}
.item-produto .description{
    min-height: 150px;
}
.item-produto  .btn-success{
    border-radius: 0;
    font-weight: 400;
}
.produtos-cat .list-group{
    border-radius: 0;
}
.produtos-cat .list-group-item{
    padding-top: 15px;
    padding-bottom: 15px;
}
.produtos-cat .list-group-item-header{
    color: #161616;
    font-weight: 900;
    font-size: 18px;
}
.produtos-cat .list-group-item > a{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}
.produtos-cat .list-group-item > a > span{
    color: #161616;
    font-weight: 600;
}
.produtos-cat .list-group-item > a > svg{
    display: none;
}
.produtos-cat .list-group-item.active{
    border-color: rgba(0,109,60,0.4);
    background-color: rgba(0,109,60,0.10);
}

.produtos-cat .list-group-item.active > a > span{
    color:#006D3C;
}
.produtos-cat .list-group-item > a:hover > span{
    color:#006D3C;
}
.produtos-cat .list-group-item.active > a > svg{
    display: inline;
}
.produtos-cat .btn-outline-secondary svg path{
    stroke:#747373;
}
.produtos-cat .btn-outline-secondary{
    color: #747373;
    border-radius: 0;
    border-bottom-color: #747373;
}
.produtos-cat .btn-outline-secondary:active,
.produtos-cat .btn-outline-secondary:hover,
.produtos-cat .btn-outline-secondary:focus{
    color: #747373;
    background-color: transparent;
}
/*------------------------------- Produtos/categoria/Item-------*/

.servico-item .i-serv-contato > .c-whats{
    text-decoration: none;
    padding: 8px 18px 8px 18px;
    background-color: #006D3C;
}
.servico-item .i-serv-contato > .c-whats > span,
.servico-item .i-serv-contato > .c-email > span{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.servico-item .i-serv-contato > .c-email{
    text-decoration: none;
    padding: 8px 18px 8px 18px;
    background-color: #161616;
}
.servico-item .info-servico{
    width: 500px;
    max-width: 100%;
    min-height: 450px;
    position: relative;
}
.servico-item .info-servico h3{
    color: #006D3C;
    padding-bottom: 10px;
    border-bottom: 1px solid #006D3C;
}
.servico-item .info-servico .description p{
    color: #5A5A5A;
    text-align: justify;
}
.servico-item .slide-content{
    width: 590px;
    max-width: 100%;
}
.fotorama__nav{
    text-align: left !important;
}
.fotorama__thumb-border{
    border-color: #006D3C;
}
.servico-item .item-serv-cat .description{
    min-height: 120px;
}
.servico-item .section-title-1 h3:before{
    left: 0;transform: translate(0,0);
}
.servico-item .link-bottom{
    color: #006D3C;
}
/*-------------------------------- Footer -----------------------*/
.footer .footer-top{
    background-color: #161616;
}
.footer .footer-bottom{
    background-color: #006D3C;
}
.footer .footer-top > .container{
    padding-top: 50px;
    padding-bottom:50px;
}
.footer .footer-bottom > .container{
    width: 400px !important;
    max-width: 100% !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer .footer-top h4{
    color: #fff;
    position: relative;
    font-weight: 700;
    padding-bottom: 4px;
    display: inline-block;
}
.footer .footer-top h4:before{
    content: " ";
    position: absolute;
    background-color:#006D3C;
    width:50%;height:2px;
    left:0;bottom:0;
}
.footer .txt-contatos p a{
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.footer .txt-contatos p a:hover,
.footer .txt-contatos p a:focus,
.footer .txt-contatos p a:active{
    color: #fff;
}
.footer .txt-contatos p a.phone{
    text-decoration: none;
}
.footer .social > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color:#006D3C;
}
.footer .social > a svg path{
    fill:#ffffff;
}
.footer .social > a:hover,
.footer .social > a:focus,
.footer .social > a:active{
    background-color:#006D3C;
}
.footer .social > a:hover svg path,
.footer .social > a:focus svg path,
.footer .social > a:active svg path{
    fill:#ffffff;
}
.footer .nav,
.footer .nav .nav-link,
.footer .nav .nav-link > a{
    padding-left: 0;
    margin-left: 0;
}
.footer .nav .nav-link{
    color: #fff;
    position: relative;
}
.footer .nav .nav-link:before{
   content: " ";
   width: 20%;height: 0;
   position: absolute;
   left: 0;
   bottom: 0;
   border-bottom: 2px solid #161616;
}

.footer .nav .nav-link:hover:before,
.footer .nav .nav-link:focus:before,
.footer .nav .nav-link:active:before{
    border-bottom: 2px solid #006D3C;
}
.footer .footer-bottom p{
    font-size: 14px;
    text-align: center;
}
.fixed-whatsapp{
    z-index: 999;
    width: 50px;
    height: 50px;
    position: fixed;
    border-radius: 50%;
    background-color:#006D3C;
    bottom: 25px;right: 25px;
    margin-top: -25px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}
.fixed-whatsapp > svg{
    width: 80%;
    fill: #fff;
}
.fixed-whatsapp > svg path{
   fill: #fff;
}
@media(max-width: 768px){
    .fixed-whatsapp{
        width: 40px;
        height: 40px;
        top:auto;
        margin-top:0;
        bottom: 10px;right: 10px;
    }
}
