* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
    list-style: none;
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear, .cabecalho > .container:after,
.topo > .container:after, .dots:after,
.evento-destaque:after,
.tr:after, .inner-grid:after,
.publicacao-area .text:after,
.breadcrumb:after{
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    opacity: 0;
}

@font-face {
    font-family: 'Century Gothic';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/GOTHIC.eot');
    src: url('fonts/GOTHIC.eot?#iefix') format('embedded-opentype'),
    url('fonts/GOTHIC.woff') format('woff'),
    url('fonts/GOTHIC.TTF')  format('truetype'),
    url('fonts/GOTHIC.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Century Gothic Bold';
    font-weight: bold;
    font-style: normal;
    src: url('fonts/GOTHICB.eot');
    src: url('fonts/GOTHICB.eot?#iefix') format('embedded-opentype'),
    url('fonts/GOTHICB.woff') format('woff'),
    url('fonts/GOTHICB.TTF')  format('truetype'),
    url('fonts/GOTHICB.svg#svgFontName') format('svg');
}

html{
    min-height: 100%;
    position: relative;
}

body{
    font-family: 'Century Gothic', sans-serif;
    background-color: #FFFFFF;
    height: 100%;
    font-size: 14px;
    color: #505050;
}

b, strong{
    font-family: 'Century Gothic Bold', sans-serif;
}

a{
    color: #252525;
    font-family: 'Century Gothic Bold', sans-serif;
}

a:hover{
    color: #000;
    transition: all 0.3s ease 0s;
}

a:active{
    transform: translateY(3px);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea, select{
    background-color: #fdfdfd;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}

input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="tel"]:active,
textarea:active, select:active{
    background-color: #f7f6f6;
    transform: translateY(3px);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus{
    border: 1px solid rgba(0,0,0,0.3);
    background-color: #FFF;
    box-shadow: 0 0 4px #00fcff;
}

label{
    font-family: 'Century Gothic Bold', sans-serif;
    font-size: 14px;
    padding-bottom: 3px;
    display: block;
    text-transform: uppercase;
}

.noticias-area, 
.eventos-area{
    padding: 60px 0;
}

.grid:after{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #FFF;
}

.grid{
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.grid-item{
    padding: 20px;
}

.grid-item .img{
    height: 160px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #888887;
}

.grid-item .img img{
    width: 100%;
}

.grid-item .text{
    margin-top: 6px;
}

.grid-item h3{
    margin-top: 6px;
    font-family: 'Century Gothic Bold', sans-serif;
}

.grid-item.destaque-grande{
    font-size: 46px;
    max-width: 600px;
    width: 100%;
    padding-bottom: 40px;
}

.grid-item.destaque-medio{
    font-size: 18px;
    width: 33.3%;
}

.grid-item.destaque-pequeno{
    font-size: 22px;
    width: 300px;
}

.eventos-area li{
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.eventos-area li:last-child{
    border: none;
}

.eventos-area .evento-destaque{
    margin: 0;
    padding: 0;
}

.eventos-area .evento-destaque .img{
    overflow: hidden;
    border-radius: 12px;
    width: 220px;
}

.eventos-area .evento-destaque .img img{
    transform: rotate(0);
    float: left;
}

.eventos-area .evento-destaque .text{
    margin-left: 220px;
}

.eventos-area .evento-destaque .targ-amarelo{
    font-size: 18px;
}

.eventos-area .evento-destaque h3{
    font-size: 26px;
}

.eventos-area .evento-destaque p{
    font-size: 20px;
}

.eventos-area .evento-destaque .targ-endereco{
    font-size: 16px;
}

.formulario .td{
    padding: 8px;
}

.formulario button{
    padding: 8px 16px;
    font-size: 16px;
    display: inline-block;
    background-color: #c4bf66;
    color: #FFF;
    font-family: 'Century Gothic Bold', sans-serif;
    border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: 0 0 3px rgba(0,0,0,0.3)
}

.faleconosco-area .formulario{
    background-color: #FFF;
    border-radius: 12px;
    border: 4px solid #505050;
    padding: 40px 30px;
}

.faleconosco-area{
    padding: 30px 0 60px 0;
}

.faleconosco-area .mapa-rodape{
    padding: 0 0 0 60px;
}

.orcamento-area{
    padding: 0 0 60px 0;
}

.orcamento-area .formulario{
    background-color: #FFF;
    border-radius: 12px;
    border: 4px solid #505050;
    padding: 40px 30px;
    max-width: 800px;    
    margin: 60px auto 0 auto;
}

.font-size-12{
    font-size: 12px;
}

.font-size-16{
    font-size: 16px;
}

.font-size-22{
    font-size: 22px;
}

.text-align-center{
    text-align: center;
}

.left{
    float: left;
}

.right{
    float: right;
}

.color-amarelo{
    color: #c4bf66;
}

.bkg-amarelo{
    background-color: #c4bf66;
}

.container{
    width: 98%;
    margin: 0 auto;
    max-width: 1200px;
}

.cabecalho{
    font-family: 'Century Gothic Bold', sans-serif;
}

.cabecalho .container{
    padding: 8px 0;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}


.cabecalho .inner{
    padding: 6px 0;
}

.cabecalho .redes-sociais{
    margin: 0 0 0 12px;
    float: left;
}

.cabecalho .redes-sociais li{
    padding: 0 3px;
    float: left;
}

.cabecalho .redes-sociais li a{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 30px;
    background-color: #252525;
}

.topo{
    padding: 16px 0;
}

.topo .container{
    position: relative;
}

.topo .logotipo{
    float: left;
    width: 240px;
    margin-left: 12px;
}

.topo .logotipo img{
    width: 100%;
}

.topo .menu{
    float: right;
}

.topo .menu > ul{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

.topo .menu li{
    float: left;
    padding: 0 12px;
}

.topo .menu li a{
    text-transform: uppercase;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.submenu{
    position: relative;
}

.submenu ul{
    display: none;
    position: absolute;
    left: -12px;
    padding: 6px;
    top: 0;
    min-width: 220px;
    width: 100%;
    background-color: #FFF;
    z-index: 10;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

.submenu li{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    float: none!important;
    padding: 0!important;
    white-space: nowrap;
}

.submenu li:last-child{
    border: none;
}

.submenu li a{
    display: block!important;
    padding: 10px 6px!important;
}

.submenu li a:hover{
    background-color: rgba(0,0,0,0.05);
}

.button{
    padding: 8px 14px;
    display: inline-block;
    background-color: #c4bf66;
    color: #FFF;
    font-family: 'Century Gothic Bold', sans-serif;
    border-radius: 6px;
    text-transform: uppercase;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.button:hover{
    color: #FFF;
    background-color: #b9b45f;
}

.banner{
    position: relative;
    background-color: #c4bf66;
}

.deco-banner{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
}

.deco-banner:before{
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    background: url(img/deco-banner-left.svg) no-repeat left center;
    background-size: auto 100%;
}

.deco-banner:after{
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    background: url(img/deco-banner-right.svg) no-repeat right center;
    background-size: auto 100%;
}

.banner .slides{
    overflow: hidden;
    height: 370px;
    width: 100%;
    position: relative;
}

.banner .slide{
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: url(img/bkg-banner.jpg) repeat;
}

.banner .slide-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
}

.banner .slide-img video{
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.banner .slide-img:after{
    content: " ";
    display: block;
    height: 40%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.banner .slide-img:before{
    content: " ";
    display: block;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );
}

.banner .slide .container{
    text-align: center;
    position: relative;
}

.banner .text-banner{
    padding: 80px 0 0 0;
    max-width: 800px;
    margin: 0 auto;
}

.banner .text-banner h1{
    font-size: 40px;
    color: #FFF;
    font-family: 'Century Gothic Bold', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.banner .text-banner h1 a{
    color: #FFF;
}

.banner .text-banner h2{
    padding: 12px 0;
    font-size: 30px;
    color: #fffddc;
    text-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.bt-banner{
    display: inline-block;
    padding: 12px 26px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 30px;
    background: rgb(80,80,80);
    background: -moz-linear-gradient(top, rgba(80,80,80,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(80,80,80,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(80,80,80,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#000000',GradientType=0 );
}

.bt-banner:hover{
    color: #FFF;
}

.publicacao-area{
    padding: 30px 20px 60px 20px;
}

.publicacao-area > h1{
    font-size: 36px;
    margin-top: 3px;
    font-family: 'Century Gothic Bold', sans-serif;
}

.publicacao-area > h2{
    margin-top: 6px;
    color: #aaaaaa;
    font-size: 24px;
}

.publicacao-area > h4{
    font-size: 14px;
}

.publicacao-area .text{
    font-size: 18px;
    line-height: 26px;
    margin: 30px 0 0 0;
    word-wrap: break-word;
}

.publicacao-area .text ol,
.publicacao-area .text ul{
    padding-top: 6px;
}

.publicacao-area .text > ol li,
.publicacao-area .text > ul li{
    padding: 6px 0;
    list-style: square inside;
    margin-left: 6px;
}

.slides .slick-next{
    right: 10px;
}
.slides .slick-prev{
    left: 10px;
}
.slides .slick-prev,
.slides .slick-next{
    z-index: 99;
}

.clientes-area{
    padding: 30px 0;
}
.clientes-lista{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.cliente-box{
    padding: 10px;
    width: 100%;
    max-width: 300px;    
}
.cliente-box h3{
    padding: 6px 0;
    font-weight: 700;
    font-size: 16px;
}
.cliente-img{
    height: 200px;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.cliente-img img{
    height: 100%;
}

.publicacao-area .text h1{
    color: #505050;
    font-size: 24px;
    font-family: 'Century Gothic Bold', sans-serif;
}

.publicacao-area .img{
    float: left;
    width: 40%;
    margin: 0 20px 6px 0;
}

.publicacao-area .img img{
    width: 100%;
}

.publicacao-area .info{
    padding: 0 20px;
    font-size: 16px;
    margin-top: 12px;
    border-left: 2px solid rgba(0,0,0,0.1);
}

.publicacao-area .info p{
    padding: 6px 0;
    line-height: 24px;
}

.publicacao-area .formulario{
    background-color: #f8f8f8;
    border-radius: 6px;
    padding: 12px;
    font-size: 16px;
    margin-top: 12px;
    border: 1px solid rgba(0,0,0,0.05);
}

.bt-registro, .bt-registro:hover{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Century Gothic Bold', sans-serif;
    border: 1px solid #3b7b24;
    color: #FFF;
    display: inline-block;
    border-radius: 6px;
    background: rgb(191,210,85);
    background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
    background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: linear-gradient(to bottom, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
}

.breadcrumb{
    margin-top: 12px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 6px;
    border-radius: 6px;
    padding: 12px 20px;
}

.breadcrumb li{
    float: left;
    padding: 6px;
}

.dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 30px 0;
    text-align: center;
}

.dots ul{
    display: inline-block;
}

.dots ul li{
    float: left;
    padding: 0 8px;
}

.dots li span.select:after{    
    background-color: #a59960;
}

.dots li span:after{
    content: " ";
    display: block;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: 50%;
    position: absolute;
    background-color: #505050;
}

.dots ul li span{
    position: relative;
    width: 22px;
    height: 22px;
    background-color: #FFF;
    border: 3px solid #505050;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    cursor: pointer;
    border-radius: 50%;
    display: block;
    margin-top: 2px;
    transition: all 0.2s ease 0s;
}

.dots ul li span.select{
    background-color: #FFF;
    border: 3px solid #a59960;
    margin-top: 0;
    width: 26px;
    height: 26px;
}

.border-top{
    border-top: 3px solid #505050;
}

.border-top-amarelo{
    border-top: 3px solid #c4bf66;
}

.inner-main{
    padding: 60px 20px;
}

.inner-main h2{
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Century Gothic Bold', sans-serif;
}

.evento-destaque{
    padding: 50px 0 0 0;
    margin: 0 20px;
}

.evento-destaque .img{
    float: left;
    width: 260px;
    position: relative;
}

.evento-destaque .img img{
    width: 100%;
    position: relative;
    transform: rotate(-1deg);
    border-radius: 12px;
}

.evento-destaque .borda-destaque{
    background-color: #c4bf66;
    top: -12px;
    left: -12px;
    bottom: -12px;
    right: -12px;
    position: absolute;
    transform: rotate(4deg);
    border-radius: 12px;
}

.evento-destaque .borda-destaque:after{
    background-color: #505050;
    content: " ";
    top: 6px;
    left: 6px;
    bottom: 6px;
    right: 6px;
    position: absolute;
    transform: rotate(-3deg); 
    border-radius: 12px;   
}

.evento-destaque .text{
    margin: 0 0 0 300px;
    padding: 15px 30px;
}

.evento-destaque .targ-preto{
    background-color: #505050;
    display: inline-block;
    position: relative;
    color: #FFF;
    font-size: 14px;
    padding: 8px 20px;
}

.evento-destaque .targ-preto:after{
    position: absolute;
    background: url(img/targ-preto.svg) no-repeat right center;
    background-size: auto 100%;
    content: " ";
    display: block;
    top: 0;
    bottom: 0;
    right: -30px;
    width: 30px;
}

.evento-destaque .targ-amarelo{
    background-color: #c4bf66;
    display: inline-block;
    position: relative;
    color: #FFF;
    font-size: 22px;
    padding: 6px 20px;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.evento-destaque .targ-amarelo:after{
    position: absolute;
    background: url(img/targ-amarelo.svg) no-repeat right center;
    background-size: auto 100%;
    content: " ";
    display: block;
    top: 0;
    bottom: 0;
    right: -30px;
    width: 30px;
}

.evento-destaque h3{
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Century Gothic Bold', sans-serif;
    padding: 12px 0;
}

.evento-destaque p{
    font-size: 24px;
    color: #888887;
}

.evento-destaque .targ-endereco{
    color: #c4bf66;
    font-size: 18px;
    padding: 12px 0;
}

.sect-logo{
    padding: 30px 0;
    position: relative;
}

.sect-logo:before{
    height: 4px;
    background-color: #edecec;
    position: relative;
    content: " ";
    display: block;
}

.sect-logo:after{
    position: absolute;
    background: url(img/logo-cinza.svg) no-repeat center;
    width: 100px;
    background-size: auto 100%;
    height: 40px;
    content: " ";
    left: 50%;
    margin: -20px 0 0 -50px;
    top: 50%;
    background-color: #FFF;
    padding: 6px 20px;
}

.td{
    float: left;
    width: 100%;
}

.cols-2 > .td{
    width: 50%;
}

.cols-4 > .td{
    width: 25%;
}

.cols-3 > .td{
    width: 33.33%;
}

.noticia-destaque{
    font-family: 'Century Gothic Bold', sans-serif;
    padding: 60px 30px;
}

.noticia-destaque .text{
    margin-top: 6px;
}

.noticia-destaque .img img{
    width: 100%;
    border-radius: 12px;
}

.noticia-destaque .text h3{
    font-size: 26px;
    margin-top: 6px;
}

.noticias-list{
    font-family: 'Century Gothic Bold', sans-serif;
    margin-top: 30px;
    padding: 30px;
    border-left: 1px solid rgba(0,0,0,0.1);
}

.noticias-list h3{
    font-size: 22px;
    margin-top: 6px;
}

.noticias-list li{
    padding: 16px 12px;
}

h4.data{
    font-size: 14px;
    color: #888887;
}

h5{
    margin-top: 3px;
    font-size: 18px;
    color: #888887;
    font-family: 'Century Gothic';
}

.depoimentos-area{
    padding: 30px 0;
    position: relative;
    background: url(img/logo-marcadagua.svg) no-repeat center;
    background-color: #f6f5e8;
}

.depoimentos-area:before{
    position: absolute;
    content: " ";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: url(img/bkg-banner.jpg) repeat;
    opacity: 0.2;
}

.depoimentos-area .inner-main{
    position: relative;
    text-shadow: 0 0 6px rgba(255,255,255,0.9)
}

.depoimentos-area h2{
    color: #a59960;
}

.title-main h3{
    margin-top: 12px;
    font-size: 20px;
    text-transform: uppercase;
}

.depoimentos{
    padding: 40px 0 60px 0;
    position: relative;
}

.depoimentos .slides{
    position: relative;
}

.depoimentos .slide{
    display: none;
}

.depoimentos .slide.fadeOut{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.depoimentos .slide .img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    padding: 8px;
    background-color: #FFF;
    border: 4px solid #c4bf66;
}

.depoimentos .slide .img img{
    width: 100%;
    border-radius: 55%;
}

.depoimentos .slide .text{
    text-align: center;
    margin: 20px 0 0 0;
}

.depoimentos .slide .text h3{
    font-size: 24px;
    color: #a59960;
}

.depoimentos .slide .text h4{
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 12px;
}

.depoimentos .dots{
    padding: 0;
}

.servicos-destaque{
    margin-top: 30px;
}

.servicos-destaque .img{
    float: left;
    color: #c4bf66;
    font-size: 50px;
    min-width: 50px;
    text-align: center; 
    padding-top: 12px;
    position: relative;
}

.servicos-destaque .text{
    margin-left: 70px;
    position: relative;
    min-height: 125px;
}

.servicos-destaque .text h3,
.servicos-destaque .text h3 a{
    color: #c4bf66;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Century Gothic Bold', sans-serif;
}

.servicos-destaque .text div{
    font-size: 16px;
    margin-top: 6px;
    height: 63px;
    overflow: hidden;
}

.servicos-destaque .tr .td{
    padding: 30px 20px;
    position: relative;
}

.servicos-destaque .tr .td:first-child{
    background-color: #f6f5e8;
}

.servicos-destaque .tr .td:last-child:after{
    content: " ";
    display: block;
    width: 16px;
    background-color: #c4bf66;
    height: 16px;
    border: 3px solid #FFF;
    position: absolute;
    bottom: -8px;
    left: -8px;
    z-index: 5;
    transform: rotate(-45deg);
}

.servicos-destaque .tr:last-child .td:last-child:after{
    width: 22px;
    height: 22px;
    border: 3px solid #FFF;
    bottom: -11px;
    left: -11px;
}

.servicos-destaque .tr:nth-child(odd) .td:first-child{
    background-color: #f1efdb;
}

.servicos-destaque .tr .td:last-child{
    background-color: #f1efdb;
}

.servicos-destaque .tr:nth-child(odd) .td:last-child{
    background-color: #f6f5e8;
}

.bt-servicos-destaque{
    margin-top: 50px;
}

.bt-servicos-destaque .bt-banner{
    position: relative;
}

.bt-servicos-destaque .bt-banner:after{
    width: 20px;
    height: 20px;
    content: " ";
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    background-color: #505050;
}

.rodape{
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
    margin-top: 130px;
    position: relative;
    background: url(img/logo-rodape.svg) repeat-x center;
    background-size: auto 120%;
    background-color: #d4d08f;
}

.rodape:before{
    position: absolute;
    content: " ";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(img/bkg-banner.jpg) repeat;
    opacity: 0.3;
}

.rodape .container{
    position: relative;
}

.rodape .logotipo{
    width: 200px;
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -100px;
}

.inner-rodape{
    padding: 90px 0 20px 0;
}

.rodape .td{
    position: relative;
}

.border-rodape{
    height: 4px;
    margin-top: -2px;
    background-color: #505050;
    position: relative;
    border-radius: 3px;
}

.border-rodape:after{
    width: 12px;
    height: 12px;
    top: -4.5px;
    content: " ";
    background-color: #505050;
    display: block;
    position: absolute;
    transform: rotate(-45deg);
}

.rodape .td:first-child .border-rodape{
    margin-right: 170px;
}

.rodape .td:first-child .border-rodape:after{
    right: -30px;
}

.rodape .td:last-child .border-rodape{
    margin-left: 170px;
}

.rodape .td:last-child .border-rodape:after{
    left: -30px;
}

.rodape .redes-sociais{
    text-align: center;
    padding: 20px 0 60px 0;
}

.rodape .redes-sociais ul{
    display: inline-block;
}

.rodape .redes-sociais li{
    padding: 0 6px;
    float: left;
}

.rodape .redes-sociais li a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-shadow: none;
    color: #d8d59a;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    background-color: #252525;
}

.rodape h3{
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Century Gothic Bold', sans-serif;
}

.rodape .maps{
    display: inline-block;
    line-height: 0;
    border: 3px solid #252525;
}

.rodape .maps img{
    width: 100%;
}

.menu-rodape{
    padding: 12px 0;
}

.menu-rodape li{
    padding: 6px 0;
    margin-left: 20px;
    list-style-type: disc;
}

.menu-rodape li a{
    font-size: 16px;
    text-transform: uppercase;
}

.mapa-rodape{
    font-size: 16px;
    padding: 12px 0;
}

.mapa-rodape li{
    padding: 6px 0;
}

.rodape .atendimento{
    padding: 30px 0;
    font-size: 16px;
    text-align: center;
}

.rodape .creditos{
    background-color: rgba(0,0,0,0.1);
    border-radius: 20px;
    padding: 12px 20px;
    display: inline-block;
    font-size: 14px;
}

.banner-page .shadows{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-page .shadows:after{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.banner-page .shadows:before{
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );
}

.banner-page{
    min-height: 250px;
    position: relative;
    background-color: #252525;
}

.banner-page h1{
    font-size: 35px;
    color: #FFF;
    text-shadow: 0 0 6px rgba(0,0,0,0.8);
    text-transform: uppercase;
    font-family: 'Century Gothic Bold', sans-serif;
}

.banner-page h2{
    font-size: 20px;
    text-transform: uppercase;
    color: #fffdd9;
    margin-top: 6px;
    text-shadow: 0 0 6px rgba(0,0,0,0.8);
}

.banner-page .text{
    margin: 0 20px;
    padding: 6px 0 6px 20px;
    border-left: 3px solid #c4bf66;
}

.banner-page .container{
    padding: 80px 0 0 0;
    position: relative;
    z-index: 5;
}

.banner-page:before{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
}

.banner-page.sobre:before{
    background: url(img/sobre.jpg) no-repeat center;
    background-size: 100% auto;
}

.banner-page.servicos:before{
    background: url(img/servicos.jpg) no-repeat center;
    background-size: 100% auto;
}

.banner-page.diferenciais:before{
    background: url(img/diferenciais.jpg) no-repeat center;
    background-size: 100% auto;
}

.banner-page.clientes:before{
    background: url(img/clientes.jpg) no-repeat center;
    background-size: 100% auto;
}

.banner-page.fale-conosco:before{
    background: url(img/fale-conosco.jpg) no-repeat center;
    background-size: 100% auto;
}

.banner-page.orcamento:before{
    background: url(img/orcamento.jpg) no-repeat center;
    background-size: 100% auto;
}

.banner-page.noticias:before{
    background: url(img/noticias.jpg) no-repeat center;
    background-size: 100% auto;
}

.banner-page.eventos:before{
    background: url(img/eventos.jpg) no-repeat center;
    background-size: 100% auto;
}

.texto-area{
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}

.texto-area p{
    padding: 8px 0;
}

.certificados-area{
    padding: 20px 0;
    position: relative;
    background-color: #f6f5e8;
}

.certificados-area:before{
    position: absolute;
    content: " ";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: url(img/bkg-banner.jpg) repeat;
    opacity: 0.3;
}

.certificados-area .inner-main{
    position: relative;
    text-shadow: 0 0 6px rgba(255,255,255,0.9)
}

.certificados-area h2{
    color: #a59960;
}

.certificados-area .tr{
    margin-top: 40px;
}

.certificados-area .tr .td{
    padding-top: 20px;
}

.certificados-area .tr .td:last-child{
    padding: 0;
}

.principios-area .tr{
    margin-top: 30px;
}

.principios-area .tr .td{
    padding: 0 20px;
}

.principios-area .tr .td:first-child{
    padding-left: 0;
}

.principios-area .tr .td:last-child{
    padding-right: 0;
}

.servicos-destaque.page-servicos{
    margin: 0 auto;
    max-width: 900px;
}

.servicos-destaque.page-servicos .text{
    min-height: auto;
}

.servicos-destaque.page-servicos .text div{
    height: auto;
}

.servicos-destaque.page-servicos .tr .td:last-child:after{
    display: none;
}

.lista-icons h3{
    font-size: 22px;
    font-family: 'Century Gothic Bold', sans-serif;
}

.lista-icons h4{
    font-size: 20px;
    color: #c4bf66;
    font-family: 'Century Gothic Bold', sans-serif;
}

.lista-icons ul{
    padding: 24px 0;
    margin: 0 0 0 20px;
}

.lista-icons ul li{
    margin-top: 20px;
    padding: 0 0 12px 10px;
    border-left: 3px solid #c4bf66;
}

.lista-icons p{
    padding: 6px 0;
    font-size: 18px;
}

.lista-icons ul li .text{
    margin: 0 0 0 60px;
    padding: 0 0 0 10px;
}

.lista-icons ul li .img{
    color: #c4bf66;
    text-align: center;
    width: 60px;
    float: left;
    font-size: 50px;
}

.mobile, .bt-menu{
    display: none;
}

.nowrap{
    white-space: nowrap;
}

blockquote{
    padding: 0 0 0 20px;
    position: relative;
    display: block;
    border-left: 4px solid #f1f1f1;
}

@media screen and (max-width: 1100px){
    .banner .slide-img{
        background-size: auto 100%!important;
    }
    .topo .logotipo{
        width: 200px;
        margin: 0;
    }
    .topo .menu > ul{
        display: block;
    }
    .topo .menu li{
        padding: 8px;
    }
    .evento-destaque h3{
        font-size: 30px;
    }
    .evento-destaque .targ-amarelo{
        font-size: 20px;
    }
    .evento-destaque p{
        font-size: 20px;
    }
    .banner-page:before{
        background-size: auto 100%!important;
    }
}

/* Mobile */
@media screen and (max-width: 800px){
    body.menu-open{
        overflow: hidden;
    }
    .menu-open #overlay{
        display: block;
    }
    #overlay{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: " ";
        z-index: 900;
        background-color: rgba(0,0,0,0.5);
    }
    #topo{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 998;
        background-color: #FFF;
        box-shadow: 0 0 6px rgba(0,0,0,0.1);
    }
    .topo{
        padding: 12px 0;
    }
    .topo .logotipo{
        width: 200px;
    }
    .topo .menu{
        position: fixed;
        top: 120px;
        bottom: 0;
        right: -100%;
        width: 300px;
        background-color: #FFF;
        z-index: 999;
        transition: all 0.5s ease 0s;
    }
    .menu-open .topo .menu{
        right: 0;
    }
    .topo .menu li{
        padding: 8px;
    }
    .mobile{
        display: inherit;
    }
    .desktop{
        display: none!important;
    }
    .bt-menu{
        position: absolute;
        width: 40px;
        height: 40px;
        right: 0;
        top: 50%;
        display: block;
        margin-top: -20px;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        background-color: #efefef;
    }
    #main{
        margin-top: 120px;
    }
    .topo .menu > ul{
        padding: 20px;
    }
    .topo .menu ul > li{
        padding: 2px 0;
        float: none;
    }
    .submenu-link i{
        display: none;
    }
    .submenu ul{
        left: 0;
        padding: 0 0 0 8px;
        box-shadow: none;
        display: block;
        position: relative;
    }
    .submenu li{
        border: none;
    }
    .submenu li a{
        color: #888887;
    }
    .evento-destaque{
        margin: 0;        
    }
    .evento-destaque .img{
        float: none;
        margin: 0 auto;
    }
    .evento-destaque .text{
        margin: 50px 0 0 0;
        padding: 0;
    }
    .inner-main{
        padding: 30px 10px;
    }
    .td{
        float: none;
        width: inherit!important;
    }
    .noticia-destaque{
        padding: 30px 10px;
    }
    .noticias-list{
        border: none;
        margin: 0;
        padding: 0;
    }
    .depoimentos-area{
        padding: 0;
    }
    .depoimentos .slide .img{
        width: 220px;
        height: 220px;
    }
    .depoimentos{
        padding-top: 20px;
    }
    .servicos-destaque .tr .td:last-child:after{
        display: none;
    }
    .servicos-destaque .tr .td:last-child{
        background-color: #f1efdb;
    }
    .servicos-destaque .tr .td:first-child {
        background-color: #f6f5e8;
    }
    .servicos-destaque .tr:nth-child(odd) .td:last-child{
        background-color: #f1efdb;
    }
    .servicos-destaque .tr:nth-child(odd) .td:first-child {
        background-color: #f6f5e8;
    }

    .servicos-destaque.page-servicos .tr .td {
        background-color: #f6f5e8;
    }
    .servicos-destaque.page-servicos .tr:nth-child(odd) .td{
        background-color: #f1efdb;
    }  

    .servicos-destaque .text{
        min-height: auto;
    }
    .servicos-destaque .text h3, .servicos-destaque .text h3 a{
        font-size: 20px;
    }
    .rodape{
        text-align: center;
    }
    .menu-rodape{
        padding: 12px 0 30px 0;
    }
    .menu-rodape li{
        margin: 0;
        list-style: none;
    }
    .evento-destaque h3{
        font-size: 26px;
    }
    .banner .text-banner h1{
        font-size: 30px;
    }
    .banner .text-banner h2{
        font-size: 22px;
    }
    .bt-banner{
        padding: 8px 12px;
        font-size: 16px;
    }
    .banner-page .container{
        padding: 40px 0;
    }
    .banner-page{
        min-height: auto;
    }
    .banner-page h1{
        font-size: 30px;
    }
    .banner-page h2{
        font-size: 18px;
    }
    .certificados-area .tr{
        margin-top: 20px;
    }
    .certificados-area .tr .td:last-child{
        padding-top: 20px;
    }
    .principios-area .tr .td{
        padding: 0;
    }
    .lista-icons ul{
        margin: 0;
        padding: 0;
    }
    .lista-icons h3{
        font-size: 20px;
    }
    .faleconosco-area .formulario{
        padding: 12px;
    }
    .faleconosco-area .mapa-rodape{
        padding: 0;
        margin-top: 30px;
    }
    .noticias-area, .eventos-area{
        padding: 30px 0 0 0;
    }
    .grid-item{
        padding: 20px 0;
    }
    .grid-item.destaque-medio{
        width: 100%;
    }
    .grid-item .img{
        height: auto;
        max-height: 220px;
    }
    .inner-grid,
    .grid-item .text{
        min-height: auto!important;
    }
    .grid-item.destaque-grande{
        padding-bottom: 20px;
    }
    .grid-item.destaque-grande{
        font-size: 30px;
    }
    .orcamento-area .formulario{
        padding: 12px;
        margin-top: 30px;
    }
    .eventos-area .evento-destaque .text{
        margin-left: 0;
        margin-top: 12px;
    }
    .banner .slides{
        height: 280px;
    }
    .banner .text-banner{
        padding: 40px 0 0 0;
    }
    .dots{
        padding-bottom: 12px;
    }
    .publicacao-area > h1{
        font-size: 30px;
    }
    .publicacao-area > h2{
        font-size: 22px;
    }
    .publicacao-area .img{
        float: none;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
    .publicacao-area .text{
        margin: 12px 0 0 0;
    }
    .breadcrumb{
        margin: 0 12px;
        padding: 20px 0 12px 0;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .cliente-box{
        max-width: 100%;
    }
    .cliente-img{
        height: auto;
    }
    .cliente-img img{
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 450px){
    .pre-small{
        display: none;
    }
}