@font-face {
    font-family: "Light";
    font-style: normal;
    font-weight: normal;
    src:url("../fonts/Gotham-Light.otf") format("otf"),
        url("../fonts/Gotham-Light.ttf") format("ttf"),
        url("../fonts/Gotham-Light.woff") format("woff"),
        url("../fonts/Gotham-Light.woff2") format("woff2");
}
@font-face {
    font-family: "Bold";
    font-style: normal;
    font-weight: normal;
    src:url("../fonts/Gotham-Bold.otf") format("otf"),
        url("../fonts/Gotham-Bold.ttf") format("ttf"),
        url("../fonts/Gotham-Bold.woff") format("woff"),
        url("../fonts/Gotham-Bold.woff2") format("woff2");
}
*{
    box-sizing: border-box;
}
html{
    width: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
strong, b {
    font-family: 'Bold';
}
ul{
    list-style: none;
}
.unfilled{
    padding: 0;
}
.bkg-img{
    background: no-repeat center;
    background-size: cover;
}
.bkg-contain{
    background: no-repeat center;
    background-size: contain;
}
a, a:visited, a:link,a:hover{
    color: inherit;
    text-decoration: none !important;
}
.unfilled{
    padding: 0;
}

.grecaptcha-badge{
    bottom: unset !important;
    top: 0 !important;
    z-index: 99;
}

.topo-menu{
    position: relative;
    width: 100%;
    background: #776646;
    float: left;
}
.topo-menu .contato-topo{
    width: 100%;
    float: right;
    padding: 5px 0;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}
.topo-menu .contato-topo li{
    margin: 0 25px;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Light'; font-weight: 600;
    font-size: 0.9em;
    color: #fff;
}
.topo-menu .contato-topo .li-fone{
    font-family: 'Bold';
    font-size: 1em;
}
.topo-menu .contato-topo .li-fone .ddd{
    margin-right: 5px;
    margin-top: 2px;
    font-family: 'Light'; font-weight: 600;
}
.topo-menu .contato-topo li img{
    max-height: 20px;
    max-width: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
header{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: linear-gradient(to top,#927d56, #675948);
    transition: all 0.1s;
}
header.fixo .topo-menu{
    display: none;
}
header #align-menu li{
    font-family: 'Light'; font-weight: 600;
}
header #li-logo{
    position: absolute;
    width: 180px;
    transition: all 0.3s;
}
header #li-logo img{
    width: 100%;
    transition: all 0.3s;
}
header.fixo #li-logo{
    transform: scale(.8) translateY(-20%);
}
header #align-menu{
    width: calc(100% - 180px);
    float: right;
    padding: 25px 0;
    padding-left: 30px;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
header #align-menu li{
    float: left;
    margin: 0 18px;
    padding: 8px 0;
    font-family: 'Light'; font-weight: 600;
    position: relative;
    font-size: 0.9em;
    color: #fff;
}
header #align-menu li a{
    padding: 8px 0;
}
header #align-menu li::before{
    content: '';
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    height: 2px;
    left: 0;
    width: 65%;
    background: #e7cd9d;
    transform: scaleX(0);
    transform-origin: left;
}
header #align-menu li.selected::before,
header #align-menu li:hover::before{
    transform: scaleX(1);
}
header #align-menu li.selected{
    font-family: 'Bold';
}
header .cta-menu{
    cursor: pointer;
}
header .cta-menu::before{
    display: none;
}
header .cta-menu label a{
    display: block;
}
header .cta-menu form{
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #b49866;
}
header .cta-menu form button{
    background: transparent;
    cursor: pointer;
    border: none;
}
header .cta-menu label img{
    height: 20px;
}
header .cta-menu label input::placeholder{
    color: #fff;
}
header .cta-menu label input{
    background: transparent;
    margin-left: 8px;
    cursor: pointer;
    padding-left: 8px;
    border: none;
    height: 25px;
    outline: none;
    color: #fff;
    border-left: 1px solid #887656;
}
.img-banner{
    height: 500px;
    width: 100%;
    float: left;
    position: relative;
}
.texto-banner {
    float: left;
    position: relative;
    width: 40%;
    display: inline-block;
}
.texto-banner .titulo-banner h1 {
    font-family: 'Bold';
    font-size: 2.2em;
    color: #393639;
    display: flex;
	white-space: pre-line;
}
.texto-banner .titulo-banner h2{
    font-family: 'Light'; font-weight: 600;
    color: #393639;
    font-size: 1.2em;
    margin-top: 15px;
    line-height: 1.4em;
    text-align: justify;
}
.slick-home .slick-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translateX(-50%);
}
.slick-home .slick-dots li{
    display: inline-block;
    margin: 0 8px;
}
.slick-home .slick-dots li button{
    font-size: 0;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background: #fff;
    transition: all 0.3s;
    border: none;
}
.slick-home .slick-dots li.slick-active button{
    background: #d6b469;
}
.banner-interna{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 80px;
}
.banner-interna .img-banner{
    height: 400px;
}
.banner-interna .img-banner .container,
.banner-interna .img-banner .col-12{
    height: 100%;
}
/*.banner-interna .img-banner .texto-banner{
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
}*/
.banner-interna .img-banner .texto-banner .titulo-banner{
    float: left;
}
.banner-interna .img-banner .texto-banner .titulo-banner{
    color: #fff;
}
.banner-interna .img-banner .texto-banner .titulo-banner h1{
    font-family: 'Regular';
    /*font-weight: bolder;*/
    letter-spacing: 1px;
    font-size: 2em;
}
.banner-interna .img-banner .texto-banner .titulo-banner h2{
    font-family: 'Regular';
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: 35px;
    color: #c1b399;
}
.slick-home{
    width: 100%;
    float: left;
    position: relative;
}
/*.banner-rotativo .slick-arrow{
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 7px 6px;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 9;
    font-size: 0.8em;
    cursor: pointer;
    left: 0;
    display: block;
    float: left;
    margin: 0 5px;
}*/
.banner-rotativo .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
/*.banner-rotativo .container .appendDot{
    display: flex;
    justify-content: flex-start;
    align-content: center;
}*/
#conteudo-site{
    margin-top: 111px;
}
.secao,
section{
    width: 100%;
    float: left;
    position: relative;
    padding: 3em 0;
}

.titulo-secao{
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
.titulo-secao h1{
    font-family: 'Bold';
    font-size: 2em;
    color: #393639;
}
.titulo-secao h2{
    font-family: 'Light'; font-weight: 600;
    margin-top: 8px;
    color:#393639;
}
.chamada-servico .container-servico{
    margin-top: 35px;
}
.container-servico{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    float: left;
    position: relative;
    margin-top: 70px;
}
.container-servico .item-servico{
    width: 45%;
    margin: 50px 2.5%;
    float: left;
    position: relative;
    padding: 30px;
    background: #fff;
    transition: all 0.3s;
    border-radius: 10px;
    border: 2px solid #c3a879;
    padding-top: 35px;
}
.chamada-servico .container-servico .item-servico{
    width: 30.33%;
    margin: 35px 1.5%;
}
.container-servico .item-servico:hover{
    background: #e3e0db;
}
.item-servico > span{
    border-radius: 50%;
    background: #fff;
    box-shadow: 3px 4px 5px 0 #d0d0d0;
    padding: 15px;
    height: 125px;
    width: 125px;
    position: absolute;
    padding:15px;
    top: 0;
    text-align: center;
    left:50%;
    transform: translate(-50%, -50%);
}
.item-servico > span img{
    max-width: 60%;
    max-height: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.item-servico .titulo-servico{
    display: inline-block;
    margin-top: 50px;
    text-align: center;
    color: #000;
    font-family: 'Light'; font-weight: 600;
}
.item-servico .titulo-servico > p{
    font-size: 1.5em;
    height: 52px;
    overflow: hidden;
}
.item-servico .titulo-servico h3{
    margin-top: 15px;
    line-height: 1.7em;
    height: 110px;
}
.saiba-mais{
    border: none;
    border-top: 1px solid #756549;
    cursor: pointer;
    background: transparent;
    color: #756549;
    padding-top: 5px;
    display: block;
    margin: auto;
    margin-top: 25px;
    font-family: 'Bold';
}
.saiba-mais span{
    display: inline-block;
    font-size: 0.6em;
}
.div-btn{
    width: 100%;
    margin-top: 15px;
    float: left;
    display: block;
    text-align: center;
}
.div-btn button{
    padding: 15px 35px;
    background: #d6b469;
    cursor: pointer;
    font-family: 'Light'; font-weight: 600;
    font-weight: bolder;
    color: #000;
    border: none;
    transition: all 0.3s;
}
.div-btn button:hover{
    box-shadow: 4px 4px 8px #d0d0d0;
}
#secao-empresa-home{
    padding: 8em 0;
}
/*#secao-empresa-home::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;  
    opacity: 0;
}*/
#secao-empresa-home .titulo{
    width: 50%;
}
#secao-empresa-home h1{
    font-family: 'Bold';
    font-size: 1.5em;
    color: #c0c6cf;
}
#secao-empresa-home .titulo-diferencial-interna{
    width: 100%;
}
#secao-empresa-home .titulo-diferencial-interna h1{
    color: #fff;
    width: 100%;
    text-align: center;
}
#secao-empresa-home h2{
    line-height: 2em;
    font-family: 'Light'; font-weight: 600;
    color: #fff;
}
#secao-empresa-home .topico-empresa{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 15px;
    margin-top: 45px;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#secao-empresa-home .topico-empresa li{
    width: 30%;
    float: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    /*align-items: center;*/
}
#secao-empresa-home .topico-empresa li img{
    max-height: 50px;
    margin-right: 10px;
}
#secao-empresa-home .topico-empresa .texto-diferencial p{
    font-family: 'Bold';
    color: #fff;
    font-size: 1.2em;
}
#secao-empresa-home .topico-empresa .texto-diferencial span{
    margin-top: 10px;
    font-family: 'Light'; font-weight: 600;
    color:#fff;
    display:block;
    line-height: 1.3em;
    text-align: justify;
}
.secao-banner-empresa{
    padding-bottom: 0;
}
/*.secao-banner-empresa::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}*/

.side-empresa{
    width: 50%;
    float: left;
    position: relative;
}
.side-empresa.side-galeria{
    padding-left: 65px;
}
.side-empresa.full{
    width: 100%;
}
.side-empresa h1{
    font-family: 'Bold';
    color: #393639;
    font-size: 2.5em;
}
.side-empresa h2{
    font-family: 'Light'; font-weight: 600;
    color: #393639;
    font-weight: 600;
    line-height: 1.8em;
    margin-top: 20px;
    text-align: justify;
}
.side-empresa .slick-empresa-1 .img-empresa{
    border: 1px solid #927d56;
}
.side-empresa .slick-empresa-1,
.side-empresa .slick-empresa-2{
    width: 100%;
    float: left;
    position: relative;
}
.side-empresa .img-empresa{
    height: 350px;
    float: left;
    width: 100%;
}
.side-empresa .slick-empresa-2{
    margin-top: 10px;
}
.side-empresa .slick-empresa-2 .img-empresa{
    height: 125px;
    /*margin: 0 10px;*/
}
#secao-historia{
    background-color: #e3e0db;
    background-position: left center;
    background-repeat: no-repeat;
}
#secao-historia .titulo-secao{
    text-align: left;
}
#secao-historia .titulo-secao h2{
    color: #000;
    line-height: 1.8em;
    margin-top: 25px;
}
.texto-empresa{
    width: 100%;
    float: left;
    position: relative;
    margin: 20px 0;
}
.texto-empresa .titulo{
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
}
.texto-empresa .titulo img{
    margin-right: 10px;
}
.texto-empresa .titulo h1{
    font-family: 'Bold';
    color: #393639;
    font-size: 1.6em;
}
.texto-empresa h2{
    font-family: 'Light'; font-weight: 600;
    color: #000;
    line-height: 1.8em;
    margin-top: 15px;
    text-align: justify;
}
.titulo-banner-interna{
    padding-bottom: 35px;
    padding-top: 80px;
    width: 50%;
    float: left;
    position: relative;
}
.titulo-banner-interna p{
    font-family: 'Light'; font-weight: 600;
    color: #fff;
    font-size: 1em;
}
.titulo-banner-interna h1{
    font-family: 'Bold';
    color: #c0c6cf;
    font-size: 1.6em;
    margin-top: 5px;
}
.titulo-banner-interna h2{
    font-family: 'Light'; font-weight: 600;
    /*font-weight: bolder;*/
    line-height: 1.6em;
    color: #fff;
    margin-top: 10px;
}
.container-blog{
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-top: 35px;
}
.container-blog .item-blog{
    float: left;
    position: relative;
    width: 31.33%;
    margin: 3% 1%;
}
.container-blog .item-blog .bkg-img{
    height: 250px;
    transition: all 0.3s;
    float: left;
    position: relative;
    width: 100%;
}
.container-blog .item-blog:hover .bkg-img{
    box-shadow: 0 0 10px 0 #888888;
}
.container-blog .item-blog .publicado{
    font-family: 'Light';
    font-weight: bold;
    color: #b7a47a;
    margin: 10px 0;
    float: left;
    font-size: 0.9em;
    position: relative;
}
.container-blog .item-blog h1{
    display: inline-block;
    font-family: 'Light'; font-weight: 600;
    width: 100%;
    /* float: left; */
    font-size: 1.6em;
    height: 80px;
    /* overflow: hidden; */
}
.container-blog .item-blog h2{
    width: 100%;
    float: left;
    position: relative;
    line-height: 1.5em;
    font-size: 1em;
    margin-top: 25px;
    font-family: 'Light'; font-weight: 600;
    text-align: justify;
}
.container-blog .item-blog .saiba-mais{
    float: left;
    border: none;
    padding: 0;
    margin-top: 25px;
}
.mais-materia{
    background: #e3e0db;
}
.mais-materia .titulo-secao h1{
    color: #9a9fa6;
}
.banner-blog-interna{
    height: 50vh;
}

.share-blog{
    width: 40px;
    float: left;
    position: relative;
}
.share-blog li{
    margin: 10px 0;
}
.share-blog li img{
    width: 32px;
}
.info-blog{
    float: left;
    width: calc(100% - 40px);
    padding-left: 35px;
}
.nav-blog{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #786644;
    float:left;
}
.nav-blog a{
    font-family: 'Light'; font-weight: 600;
}
.nav-blog span{
    font-size: 0.6em;
    margin: 0 5px;
}
.nav-blog p{
    font-family: 'Bold';
}
.info-blog .publicado{
    font-family: 'Bold';
    color: #786644;
    padding-bottom: 8px;
    border-bottom: 1px solid #c3a865;
    float: left;
    margin-top: 25px;
    font-size: 0.9em;
}
.info-blog h1{
    font-family: 'Light'; font-weight: 600;
    font-size: 1.8em;
    color: #000;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.info-blog h2{
    font-family: 'Light'; font-weight: 600;
    line-height: 1.6em;
    width: 100%;
    float: left;
    /*margin-top: 10px;*/
}
#secao-informativo .titulo-secao h1{
    color: #fff;
    text-align: center;
}
.container-informativo{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
    width: 100%;
    float: left;
    position: relative;
}
.container-informativo .item-informativo{
    width: 21%;
    float: left;
    margin: 25px 2%;
    position: relative;
}
.container-informativo .item-informativo h3{
    font-family: 'Light'; font-weight: 600;
    font-size: 1.1em;
    color: #fff;
    line-height: 1.5em;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}
.container-informativo .item-informativo h3::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    background: #c3a865;    
}
.container-informativo .item-informativo h4{
    font-family: 'Light';
    color: #fff;
    font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 25px;
}
.container-informativo .item-informativo button{
    background: #d6b469;
    width: 100%;
    margin-top: 15px;
    color: #000;
    height: 45px;
    border: 1px solid #d6b469;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'Light';font-weight: 600
}
.container-informativo .item-informativo button:hover{
    background: transparent;
    color: #d6b469;
}
#secao-atuacao h3{
    font-family: 'Light'; font-weight: 600;
    line-height: 1.6em;
    color: #000;
}
#secao-atuacao .titulo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;
    width: 100%;
    float: left;
    position: relative;
}
#secao-atuacao .titulo img{
    margin-right: 12px;
}
#secao-atuacao .titulo h3{
    font-family: 'Bold';
    color: #6e6146;
    font-size: 1.6em;
}
#secao-atuacao .texto-atuacao{
    width: 100%;
    float: left;
    font-family: 'Light'; font-weight: 600;
    line-height: 1.6em;
    margin-top: 25px;
}
#secao-atuacao .texto-atuacao strong{
    font-family: 'Bold';
    color: #6e6146;
}
#secao-atuacao .texto-atuacao ul{
    column-count: 3;
    column-fill: balance;
    column-gap: 50px;
    margin-top: 15px;
}
#secao-atuacao .texto-atuacao ul li{
    border-bottom: 1px solid #e3e0db;
    padding-bottom: 5px;
    margin: 8px 0;
}
#secao-atuacao .texto-atuacao ul li::before{
    content: '\e258';
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 0.6em;
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
}
#secao-servico-interna h3{
    font-family: 'Light'; font-weight: 600;
    color: #000;
    line-height: 1.6em;
}
#secao-servico-interna h3 strong{
    font-family: 'Bold';
    color: #6e6146;
}
#secao-servico-interna .texto-servico{
    background: #e3e0db;
    padding: 3em 0;
    margin-top: 3em;
}
#secao-servico-interna .mais-texto-servico{
    margin-top: 3em;
}
.banner-blog{
    padding-bottom: 3em;
}
.banner-blog::before{
    display: none;
}
.blog-destaque{
    float: right;
    position: relative;
    width: 50%;
    padding: 45px;
    background: rgba(255,255,255,0.8);
}
.blog-destaque .publicado{
    color: #665940;
    font-family: 'Bold';
    font-size: 0.9em;
}
.blog-destaque h1{
    font-family: 'Light'; font-weight: 600;
    /*font-weight: bolder;*/
    color: #000;
    font-size: 1.6em;
    line-height: 1.5em;
    margin-top: 15px;
}
.blog-destaque h2{
    font-family: 'Light'; font-weight: 600;
    font-weight: bolder;
    margin-top: 15px;
    line-height: 1.8em;
    text-align: justify;
}
.blog-destaque .saiba-mais{
    float: left;
    border: none;
    color: #bb9451;
}

.swal2-title{
    font-family: 'Bold';
}
#swal2-content{
    font-family: 'Light';
} 

.side-contato{
    width: 50%;
    float: left;
    position: relative;
}
.side-contato .titulo-secao{
    text-align: left;
}
.side-contato .info-contato{
    width: 100%;
    float: left;
    margin-top: 25px;
}
.side-contato .info-contato li{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    float: left;
    margin: 15px 0;
    font-family: 'Light'; font-weight: 600;
}
.side-contato .info-contato img{
    margin-right: 8px;
    max-width: 30px;
}
.side-contato .info-contato li strong{
    font-family: 'Bold';
    font-size: 1.3em;
}
.side-contato form{
    float: left;
    position: relative;
    width:100%;
    margin-top: 25px;
}
.side-contato form label{
    width: 100%;
    float: left;
    cursor: text;
    position: relative;
}
.side-contato form label textarea,
.side-contato form label input{
    width: 100%;
    height: 55px;
    outline-color: #7c6b4c;
    padding: 10px 48px;
    margin: 5px 0;
    background: #e3e0db;
    font-family: 'Bold';
    color: #7c6b4c;
    border: none;
}
.side-contato form label textarea{
    height: 150px;
    resize: none;
    padding: 26px 48px;
}
.side-contato form label .placeholder{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    left:10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.side-contato form .label-text .placeholder{
    top: 25px;
    transform: none;
}
.side-contato form label img{
    width: 30px;
    margin-right: 8px;
}
.side-contato form label span{
    font-family: 'Light'; font-weight: 600;
    color: #7c6b4c;
}
.side-contato form button{
    float: right;
}
.localizacao{
    width: 100%;
    float: left;
    position: relative;
    margin-top:50px;
}
.localizacao .titulo-secao{
    padding-top: 15px;
    border-top: 1px solid #000;
}
.localizacao iframe{
    width: 100%;
    float: left;
    margin-top: 15px;
}
footer{
    background: #776646;
    float: left;
    position: relative;
    width: 100%;
    padding-top: 35px;
}
footer .align-footer{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .logo-rodape{
    float: left;
    position: relative;
    padding-right: 45px;
    margin-right: 45px;
    border-right: 1px solid #887656;
}
footer .contato-rodape{
    float: left;
    width: 100%;
}
footer .contato-rodape .linha{
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-family: 'Light'; font-weight: 600;
    line-height: 1.6em;
}
footer .contato-rodape .linha strong{
    font-family: 'Bold';
}
footer .contato-rodape .item-rodape{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
footer .contato-rodape .linha img{
    margin-right: 8px;
    margin-left: 25px;
}
.redes-rodape li{
    margin: 10px 0;
}
.bottom-rodape{
    width: 100%;
    float: left;
    position: relative;
    background: #695a3e;
    padding: 25px 0;
    margin-top: 15px;
    text-align: center;
    font-family: 'Light'; font-weight: 600;
    color: #98a9bc;
    font-size: 0.9em;
}
@media(max-width:991px){
.grecaptcha-badge {
    top: 38% !important;
    transform: translateY(-25%);
}
    .banner-rotativo-responsivo .slick-arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 3em;
        z-index: 999;
    }
    .banner-rotativo-responsivo .next-arrow{
        right: 25px;
    }
    .banner-rotativo-responsivo .prev-arrow{
        left: 25px;
    }
    .img-banner-responsivo{
        height: 200px;
    }
    .container-servico .item-servico{
        width: 100%;
    }
    #secao-empresa-home .topico-empresa{
        display: block;
    }
    #secao-empresa-home .topico-empresa li{
        width:100%;
        margin: 15px 0;
    }
    .container-blog{
        display: block;
    }
    .container-blog .item-blog{
        width: 100%;
    }
    footer .align-footer{
        display: block;
    }
    .logo-rodape img{
        max-width: 100%;
    }
    footer .contato-rodape .linha{
        display: block;
    }
    footer .logo-rodape{
        padding: 0;
        margin: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border: none;
        border-bottom:  1px solid #887656;
    }
    footer .contato-rodape .linha .item-rodape{
        margin: 0 10px;
    }
    footer .contato-rodape .linha{
        font-size: 0.9em;
        text-align: center;
    }
    footer .contato-rodape .linha img{
        display: none;
    }
    footer .redes-rodape{
        width: 100%;
        float: left;
        margin-top: 25px;
        text-align: center;
    }
    footer .redes-rodape li{
        margin: 0 10px;
        display: inline-block;
    }
    .bottom-rodape{
        padding:25px;
        color: #fff;
        padding-bottom: 85px;
    }
    #secao-empresa-home .titulo{
        width: 100%;
        padding: 15px;
    }
    .container-blog .item-blog{
        margin: 20px 0;
    }
    .titulo-banner-interna{
        width: 100%;
    }
    .side-empresa{
        width: 100%;
    }
    .side-empresa h1{
        font-size: 2em;
    }
    .side-empresa.side-galeria{
        padding: 0;
        margin-top: 25px;
    }
    .container-servico{
        display: block;
    }
    .chamada-servico .container-servico .item-servico{
        width: 100%;
    }
    #secao-atuacao .titulo h3{
        font-size: 1.3em;
    }
    #secao-atuacao .texto-atuacao ul{
        columns: 1;
    }
    .blog-destaque{
        width: 100%;
        padding: 25px;
    }
    .blog-destaque h1{
        font-size: 1.4em;
    }
    .share-blog{
        width:100%;
    }
    .share-blog li{
        margin: 0 10px;
        display: inline-block;
    }
    .info-blog{
        padding: 0;
        width: 100%;
    }
    .nav-blog{
        display: none;
    }
    .info-blog h2{
        margin-top: 25px;
    }
    .info-blog h1{
        font-size: 1.4em;
    }
    .side-contato{
        width: 100%;
    }
    .side-contato.side-form{
        margin-top: 25px;
    }
    .side-contato form button{
        width: 100%;
    }
    .localizacao iframe{
        height: 250px;
    }
    .container-informativo .item-informativo{
        width: 100%;
    }
    .side-contato .info-contato img{
        max-width: 20px;
    }
}