body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    zoom: 1;
    height: 100%;
    min-width: 300px;
}

* {
    margin: 0;
    padding: 0;
    background: unset;
    border: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}


/*=========== CLASSES GERAIS ==========*/

.central {
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
}

.center {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    height: auto;
    display: block;
    position: relative;
}

.content {
    width: 100%;
    height: auto;
    min-height: 320px;
    padding: 5px 0;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

span {
    display: block;
}

.clear {
    clear: both;
}

.link:hover {
    text-decoration: underline;
}

h1 {
    font-family: "Comfortaa", cursive;
    color: #467545;
    font-size: 24px;
    margin: 10px 0 15px 0;
    font-weight: normal;
    height: 25px;
}

h2 {
    font-family: "Comfortaa", cursive;
    color: #467545;
    font-size: 20px;
    margin: 10px 0 15px 0;
    font-weight: normal;
    height: 25px;
}

h2 span {
    float: left;
    width: auto;
    margin-right: 15px;
}

h2 .fundo {
    background: url("../img/fundo-h2.png") no-repeat;
    background-position: 0 10px;
    width: 377px;
    float: left;
    display: block;
}

h3 {
    font-family: "Comfortaa", cursive;
    color: #467545;
    font-size: 18px;
    margin: 10px 0 15px 0;
    font-weight: normal;
    height: 25px;
}

h4 {
    font-family: "Comfortaa", cursive;
    color: #467545;
    font-size: 16px;
    margin: 10px 0 15px 0;
    font-weight: normal;
    height: 25px;
}

h5 {
    font-family: "Comfortaa", cursive;
    color: #467545;
    font-size: 14px;
    margin: 10px 0 15px 0;
    font-weight: normal;
    height: 25px;
}

#paginacao {
    text-align: center;
    margin-top: 30px;
}

#paginacao img {
    width: 30px;
    height: 30px;
}


/*========= FIM CLASSES GERAIS ==========*/


/*=============== TOPO ==================*/

header {
    width: 100%;
    height: auto;
    border-top: solid 5px #72a248;
}

header .topo {
    width: 100%;
    height: 150px;
    margin: 0 auto;
}

header .topo .logo {
    width: 300px;
    height: 94px;
    float: left;
    margin: 30px 0 0 35px;
}

header .topo .menu {
    width: 630px;
    height: 35px;
    float: right;
    margin: 60px 60px 0 0;
}

header .topo .menu .item {
    width: 105px;
    height: 35px;
    float: left;
    text-align: center;
    padding-top: 6px;
    border-radius: 2px;
    letter-spacing: 1px;
}

header .topo .menu .ativo {
    background-color: #f65339;
    color: #ffffff;
}

header .destaques {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    display: flex;
}

header .back-destaques {
    width: 100%;
    margin: 0 auto;
    background: url("../img/back-destaques.png") no-repeat;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
}

header .destaques .item {
    width: 330px;
    height: 150px;
    margin: 20px 0 0 28px;
    float: left;
}

header .destaques .item img {
    width: 77px;
    height: auto;
    max-height: 100px;
    float: left;
    margin-right: 13px;
}

header .destaques .item .previa {
    width: 230px;
    height: 65px;
    float: right;
    overflow: hidden;
    margin-right: 10px;
}


/*============= FIM TOPO ==================*/


/*============================================== INICIO HOME ==============================================*/


/*======== SOLUCOES INDUSTRIAIS ===========*/

.solucao-industrial {
    width: 250px;
    height: 310px;
    float: left;
    margin: 0 10px 0 10px;
}

.solucao-industrial .foto-container {
    width: 250px;
    height: 140px;
    overflow: hidden;
    margin-bottom: 5px;
    margin: auto;
}

.solucao-industrial .foto-container img {
    width: auto;
    min-width: 250px;
    height: auto;
    min-height: 140px;
}

.solucao-industrial .nome {
    text-align: center;
    margin-top: 10px;
}

.solucao-industrial .previa {
    margin-top: 10px;
    height: 100px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: solid 3px #7bae4e;
}

.solucao-industrial .back {
    width: 250px;
    height: 17px;
    background: url("../img/back-solucao.jpg") no-repeat;
}


/*======== SOLUCOES EMPRESARIAIS ===========*/

.solucoes-empresariais {
    width: 720px;
    height: 310px;
    float: left;
    margin: 10px 0 0 10px;
}

.solucoes-empresariais .box {
    width: 100%;
    height: 260px;
}

.box .abas {
    width: 100%;
    height: 45px;
    background-color: #7bae4e;
    overflow: hidden;
}

.box .abas .aba {
    width: 119px;
    height: 45px;
    padding-top: 12px;
    text-align: center;
    color: #ffffff;
    float: left;
    border-right: solid 1px #ffffff;
    cursor: pointer;
}

.box .abas .ativo {
    background-color: #f65339;
}

.box .conteudo-solucao-empresarial {
    width: 710px;
    height: 200px;
    padding: 5px;
}

.box .conteudo-solucao-empresarial .cont {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.box .conteudo-solucao-empresarial .veja-mais img {
    float: right;
}


/*======== SERVICOS ===========*/

.servicos {
    width: 330px;
    height: 310px;
    float: right;
    margin: 10px 10px 0 0;
}

.servicos .item,
.interna-servicos .item {
    background: url("../img/marcador.png") no-repeat;
    background-position: left;
    text-indent: 40px;
    height: 30px;
    margin-top: 8px;
    padding-top: 10px;
    overflow: hidden;
}


/*======== SOBRE ===========*/

.sobre {
    width: 640px;
    height: 200px;
    float: left;
    margin: 20px 0 0 10px;
}

.sobre .conteudo {
    width: 430px;
    height: 170px;
    float: right;
    overflow: hidden;
}

.separador {
    width: 3px;
    height: 227px;
    background: url("../img/separador.jpg") no-repeat;
    margin: 5px 0 0 20px;
    float: left;
}


/*======== ATENDIMENTO ===========*/

.atendimento {
    width: 385px;
    height: 200px;
    float: right;
    margin: 20px 10px 20px 0;
}

.atendimento .top {
    width: 168px;
    height: 38px;
    float: right;
    margin: 60px 10px 0 0;
    background: url("../img/fundo-atendimento.png") no-repeat;
}

.atendimento .telefone {
    width: 168px;
    height: 29px;
    float: right;
    margin: 1px 10px 0 0;
    background: url("../img/fundo-telefone.png") no-repeat;
    font-family: verdana, arial;
    font-size: 16px;
    color: #ffffff;
    text-indent: 12px;
    padding-top: 9px;
}


/*=============================================== FIM HOME ===================================================*/


/*========================================= INTERNA SERVICOS =================================*/

.interna-servicos {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.corpo-orcamento {
    width: 900px;
    height: 310px;
    margin: 40px 0 15px 0;
}

.dados-esq {
    width: 48%;
    height: 270px;
    float: left;
}

.dados-dir {
    width: 48%;
    height: 270px;
    float: right;
}

label {
    color: #333333;
    font-family: "Comfortaa", cursive;
    margin: 10px 0 10px 0;
    display: block;
    font-size: 14px;
}

.input {
    width: 100%;
    height: 25px;
    border: solid 1px #f65339;
    text-indent: 5px;
    outline: none;
    font-family: verdana, arial;
}

.textarea {
    width: 99%;
    height: 156px;
    border: solid 1px #f65339;
    outline: none;
    resize: none;
    font-family: verdana, arial;
    line-height: 20px;
}

.submit {
    width: 150px;
    height: 30px;
    float: right;
    margin: 20px 0 0 0;
    background-color: #f65339;
    border: none;
    color: #ffffff;
    font-family: "Comfortaa", cursive;
    cursor: pointer;
}


/*======================================== INTERNA PARCEIROS =================================*/

.parceiro {
    width: auto;
    max-width: 180px;
    min-width: 50px;
    height: 110px;
    margin: 25px;
}


/*======================================== NOVIDADES =================================*/

.novidade {
    width: 250px;
    height: 300px;
    float: left;
    margin: 10px;
    background-color: #eaeaea;
}

.foto-interna {
    width: auto;
    max-width: 300px;
    min-width: 150px;
    height: auto;
    max-height: 400px;
    min-height: 150px;
    float: right;
    margin: 10px;
    padding: 3px;
    border: dotted 1px #999;
}


/*======================================== CONTATO =================================*/

.box-contato {
    width: 48%;
    height: 700px;
    float: left;
}

.box-local {
    width: 48%;
    height: 530px;
    float: right;
    font-family: verdana, arial;
}

.box-local p {
    margin: 5px 0 5px 0;
}

.box-local small {
    display: none;
}

.box-local iframe {
    width: 100%;
    height: 350px;
}


/*=============== RODAPE ====================*/

footer {
    width: 100%;
    height: 130px;
    background-color: #3b6d3a;
    padding-top: 1px;
}

address {
    margin: 15px;
    font-style: normal;
    float: left;
    width: 20%;
}

footer .img {
    margin-right: 20px;
    height: 60px;
    float: left;
}

.phones {
    margin: 15px;
    font-style: normal;
    float: left;
    width: 300px;
}

.social {
    width: 300px;
    height: 80px;
    margin: 15px;
    float: right;
}

.social img {
    float: right;
    margin-left: 10px;
}

.hostche {
    margin-top: 30px;
}

footer span {
    margin-top: -10px;
    display: block;
}


/*============= FIM RODAPE ==================*/

#slider_rolagem {
    width: 1090px;
    height: 310px;
    margin: 15px auto;
}

.linha-verde {
    height: 3px;
    width: 100%;
    background: #72a248;
}

.overflow {
    overflow: hidden;
}

.sidebar .sidebar-content,
.sidebar .sidebar-overlay {
    left: 0;
    top: 135px;
    position: absolute;
    height: max-content;
    transition: all 0.5s ease-in-out 0s;
}

.sidebar .sidebar-overlay {
    right: 0;
    opacity: 0;
    width: 100%;
    z-index: 999;
    transform: scale(0);
    height: 503px;
    background: rgba(0, 0, 0, 0.8);
}

.sidebar .sidebar-content {
    width: 85%;
    padding: 15px;
    z-index: 9999;
    height: 473px;
    background: #396c39;
    opacity: 0.8;
    transform: translateX(-100%);
}

.sidebar.active {
    height: 100%;
    overflow-y: hidden;
}

.sidebar.active .sidebar-content {
    transform: translateY(0);
    overflow-y: hidden;
}

.sidebar.active .sidebar-overlay {
    opacity: 1;
    transform: scale(1);
    overflow-y: hidden;
    top: 135px;
}

.menu-dropdown {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    line-height: 24px;
    color: #fff;
    vertical-align: top;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    list-style-type: none;
}

.dropdown-li-responsive {
    cursor: pointer;
}

.dropdown-li-responsive2 {
    cursor: pointer;
}

.menu-dropdown li {
    margin-left: 10px;
    text-decoration: none;
    line-height: 200%;
    color: #fff;
}

.menu-dropdown li.active {
    text-decoration: none;
}

ul.dropdown li {
    display: inline;
    line-height: 180%;
    font-size: 1em;
    padding: 0 50px;
    margin-top: 14px;
    vertical-align: middle;
    text-decoration: none;
}

.dropdown-responsive {
    display: none;
}

.dropdown-responsive2 {
    display: none;
}

.dropdown-li-responsive:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;
    position: absolute;
    margin-left: 5px;
}

.dropdown-responsive.active {
    color: #72a248;
    display: block;
    line-height: 170%;
    transition: all 0.3s ease;
}

.dropdown-responsive.active:before {
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;
    position: absolute;
    margin-left: 60px;
    margin-top: -30px;
}

.dropdown-li-responsive.active:after {
    display: none;
}

.dropdown-li-responsive2:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;
    position: absolute;
    margin-left: 5px;
}

.dropdown-responsive2.active {
    color: #245b9c;
    display: block;
    line-height: 170%;
    transition: all 0.3s ease;
}

.dropdown-responsive2.active:before {
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;
    position: absolute;
    margin-left: 86px;
    margin-top: -31px;
}

.dropdown-li-responsive2.active:after {
    display: none;
}

.open-menu {
    display: NONE;
}

.topo-responsive {
    display: none;
}

.footer-responsive {
    display: none;
}

img.sobre-desktop {
    float: left;
}

img.atendimento-desktop {
    float: left;
}


/* =============== MÍDIAS SOCIAIS =============== */

.midias-sociais {
    height: auto;
    position: fixed;
    top: calc(50% - 20px);
    right: 10px;
    transform: translate(0, -50%) !important;
    animation-duration: 1.5s;
    z-index: 7000;
}

.midias-item {
    width: 40px;
    height: 40px;
    display: block;
    margin: 5px;
    font-size: 1.3em;
    border: 1px solid;
    border-radius: 50%;
    color: #ffffff;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.midias-item.instagram {
    border-color: #c13584;
    background-color: #c13584;
}

.midias-item.facebook {
    border-color: #3b5998;
    background-color: #3b5998;
}

.midias-item.telefone {
    border-color: #1164aa;
    background-color: #1164aa;
}

.midias-item.telefone:hover {
    border-color: #1164aa;
    background-color: #fff;
    color: #1164aa;
}

.midias-item.whatsapp {
    border-color: #25d366;
    background-color: #25d366;
}

.midias-item.instagram:hover {
    color: #c13584;
    background-color: #ffffff;
}

.midias-item.facebook:hover {
    color: #3b5998;
    background-color: #ffffff;
}

.midias-item.whatsapp:hover {
    color: #25d366;
    background-color: #ffffff;
}

.midias-item .midia-instagram,
.midias-item .midia-facebook,
.midias-item .midia-whatsapp {
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.galeria {
    margin: 10px;
}