@font-face {
    font-family: 'Light';
    font-style: normal;
    font-weight: 300;
    src:url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.otf') format('otf'),
        url('fonts/Roboto-Light.ttf') format('ttf'),
        url('fonts/Roboto-Light.woff2') format('woff2');
}        

@font-face {
    font-family: 'Black';
    font-style: normal;
    font-weight: 300;
    src:url('fonts/Roboto-Black.woff') format('woff'),
        url('fonts/Roboto-Black.otf') format('otf'),
        url('fonts/Roboto-Black.ttf') format('ttf'),
        url('fonts/Roboto-Black.woff2') format('woff2');
}  
@font-face {
    font-family: 'Roboto-Black';
    font-style: normal;
    font-weight: 300;
    src:url('fonts/Roboto-Black.woff') format('woff'),
        url('fonts/Roboto-Black.otf') format('otf'),
        url('fonts/Roboto-Black.ttf') format('ttf'),
        url('fonts/Roboto-Black.woff2') format('woff2');
}  
*{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}
a:visited,
a:link,
a:active,
a:hover,
a{
    text-decoration: none;
}
ul{
    margin: 0;
}
iframe{
    width: 100%;
}
.btn-comprar {
    box-shadow:inset 0px 1px 4px 0px #a4e271;
    background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    background-color:#89c403;
    border-radius:24px;
    border:1px solid #74b807;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    padding:10px 39px;
    text-decoration:none;
    text-shadow:0px 2px 0px #528009;
    transition: all 0.2s;
}
.dados-produto{
    margin-top:25px;
}
.btn-comprar:hover {
    background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    background-color:#fff;
    color:#fff !important;
    transform:scale(1.05);
}
.btn-comprar:active {
    position:relative;
    color:#fff !important;
    top:1px;
}
.num-pagina, .total-pg{display: none !important;}
.pst-center{position:relative;left:50%;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.secao{
    /*margin: 35px 0;*/
    width: 100%;
    float: left;
    position: relative;
    display: block;
}
.unfilled{
    padding: 0;
}
.bkg-img{
    background: transparent no-repeat center;
    background-size: cover;
}
.container{
    padding: 0;
}
strong{
    font-family: 'Black'
}
.header-home {
    background:#000000cc;
    position: fixed;
    z-index: 999;
    width: 100%;
	height: 80px;
	padding-top: 5px;
}

.header-interna {
    background:#000000cc;
    position: fixed;
    z-index: 999;
    width: 100%;
	height: 80px;
	padding-top: 15px;
}
input:focus{
    outline: 0;
}
.div-btn-filtro{
    float: left;
    margin-right: 15px;
}
.box-home {
    color: #878787;
    background-color: #ffffff00;
    outline: 0;
    border: 1px solid #878787;
    padding: 7px 15px;
    transition: all .3s;
    font-size: 1.3rem;
    position: inherit !important;
    bottom: inherit !important;
    width: inherit !important;
    left: inherit !important;
    transform: inherit !important;
}
.box-btn {
    color: #878787;
    background-color: #ffffff00;
    outline: 0;
    border: 1px solid #878787;
    padding: 7px 15px;
    transition: all .3s;
    font-size: 1.3rem;
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.box-btn:hover, .box-btn.active {
    color: #878787;
    background-color: #ffffff00;
    color: #000;
    border: 1px solid #878787;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(156,156,156,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(156,156,156,1);
    box-shadow: 0px 0px 5px 1px rgba(156,156,156,1);
}

.topo{
    padding: 0px 10px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}


.menu-topo{
    float: left;
    position: relative;
    display: block;
    list-style: none;
}
.menu-topo li{
    display: inline-block;
    padding: 0 15px;
    font-family: 'Black';
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all ease-in-out 0.2s;
    position: relative;
    border-bottom: 2px solid transparent;
}
.menu-topo li::after {
    content: '';
    position: absolute;
    width: 80%;
    bottom: -5px;
    left: 0;
    opacity: 0;
    height: 2px;
    background: #3ba3bb;
    transition: all ease-in-out 0.2s;
}
.menu-topo li:first-child::after{
    display: none;
}
.menu-topo li:hover::after{
    left: 10%;
    opacity: 1;
}
.menu-topo .logo-topo{
    padding-left: 0;
    margin-right: 25px;
}
.menu-topo .logo-topo img{
    max-width: 190px;
	padding-bottom: 0px;
	padding-top: 0px;
		
}
.mrg-bt-30{
    margin-bottom: 30px;
}
.mrg-bt-60{
    margin-bottom: 60px;
}
.rede-topo{
    float: right;
    position: relative;
    display: block;
    list-style: none;
    padding-top: 5px;
}
.rede-topo li{
    display: inline-block;
}
.rede-topo li img{
    transition: all ease-in-out 0.2s;
}
.rede-topo li:hover img{
    transform: scale(1.2);
}
.botao{
    background: #24d05b;
    font-family: 'Black';
    color: #fff;
    font-size: 1.34rem;
    border: 1px solid #24d05b; 
}
.btn-contato-topo{
    margin-left: 25px;
    border-radius: 3px;
    width: 150px;
    height: 40px;
    transition: all ease-in-out 0.2s;
}
.btn-contato-topo:hover{
    box-shadow: 0 0 25px 2px #141e2f;
}

.slick-home{
    width:100%;
    float: left;
    position: relative;
    display: block;
    height: 530px;
    overflow: hidden;
}
.img-banner{
    /* height: 100%; */
    /* padding: 7% 33%; */
}
.banner-rotativo{
    height: 530px;
}

.banner-interno{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bannertopo-interno{
    height: 450px;
    position: relative;
    overflow: hidden;
    /* margin-top: 144px; */
}
.slick-slide {
    height: 100vh;
}
.slick-dots{
    width: 100%;
    margin-left: 0!important;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}
.slick-dots li button{
    width: 6px;
    height: 6px;
}
.slick-dots .slick-active button {
    background: #d76f2c;
    position: relative;
    transition: all ease-in-out 0.2s;
}
.slick-dots .slick-active button::after {
    content: '';
    background: transparent;
    border: 1px solid #d76f2c;
    transition: all ease-in-out 0.2s;
    width: 200%;
    height: 200%;
    transform: scale(1.5);
    position: absolute;
    border-radius: 100%;
    left: -3px;
    top: -3px;
    /* right: -25%; */
    /* bottom: -25%; */
}
.subtitulo-secao{
    margin: 0;
    text-align: center;
    font-family: 'Light';
    font-size: 1.5rem;
    color: #999999;
}

.titulo-banner{
    font-family: 'Black';
    text-align: center;
    color: #fff;
    font-size: 3rem;
}
.subtitulo-banner{
    text-align: center;
    font-family: 'Light';
    color: #fff;
    font-size: 2rem;
}
.titulo-secao{
    font-family: 'Light';
    font-size: 2rem;
    color: #333333;

}
.titulo-secao2{
    font-family: 'Light';
    font-size: 4rem;
    color: #333333;

}
.titulo-interna{
    font-family: 'Light';
    font-size: 4rem;
    color: #333333;

}
.txt-empresa{
    float: left;
    position: relative;
}
.txt-bold{
    text-align: justify;
    font-size: 1.7rem;
    font-family: 'Black';
    line-height: 3rem;
}
.txt-light{
    text-align: justify;
    font-size: 1.45rem;
    line-height: 2.3rem;
    font-family: 'Light';
}
.item-empresa {
    padding: 30px 0;
}
.item-img{
    height: 375px;
}
.li-menu a{
    color: #fff;
}
.li-menu a:hover, .link-menu a:focus{
    outline: 0;
}
#page2{

    background-position: right center;
}
.sobre-nos{
    padding: 35px 0;
    background-position: left center;
}
.sobre-nos .titulo-secao{
    text-align: right;
}
.sobre-nos .txt-empresa{
    text-align: right;
    float: right;
}
.sobre-nos .txt-bold,
.sobre-nos .txt-light{
    text-align: right;
}
#page3{
    margin: 0;
    /* padding: 35px 0; */
    background: #e8e4e1;
    padding-bottom: 35px;
}
.espaco-page3-home{
    padding: 35px 0;
}


#page3 .titulo-secao{
    margin: 0;
    text-align: center;
    line-height: 2.5rem;
}
#page3 .subtitulo-secao{
    color: #898989;
}
.pai-atuacao{
    margin-top: 35px;
}

.img-atuacao {
    height: 360px;
    cursor: pointer;
    padding: 20px 15px;
    float: left;
    position: relative;
    width: 100%;
}
.img-atuacao::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-in-out 0.2s;
    width: 100%;
    height: 100%;
    background: #242424cc;
    opacity: 0;
}
.atuacao-titulo {
    font-family: 'Black';
    font-size: 4rem;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
}
.titulo-atuacao{
    transition: all 0.2s 0.2s;
    font-family: 'Black';
    font-size: 1.6rem;
    color: #fff;
    float: left;
    margin-top: 0;
    opacity: 0;
    position: relative;
}
.titulo-atuacao::after {
    content: '';
    transition: all 0.4s 0.2s;
    position: absolute;
    width: 0;
    bottom: -8px;
    left: 0;
    height: 3px;
    background: #3ba3bb;
}
.img-atuacao:hover .titulo-atuacao{
    opacity: 1;
}
.img-atuacao:hover .titulo-atuacao::after{
    width: 35%;
}
.img-atuacao:hover::before{
    opacity: 0.83;
}
#page4 .titulo-secao{
    text-align: center;
}
.slick-projeto{
    margin-top: 50px;
}
.slick-projeto .slick-slide{
    height: 450px;
}
.img-projeto{
    cursor: pointer;
    height: 100%;
}
.info-projeto {
    transition: all ease-in-out 0.2s;
    width: 50%;
    margin-top: 8%;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid #fff;
    padding: 30px 40px;
}
.img-projeto:hover .info-projeto {
    background: rgba(135, 135, 135, 0.58);
}
.titulo-projeto{
    font-family: 'Light';
    color: #fff;
    font-size:3rem;
    margin: 0;
}
.local-projeto{
    font-size: 1.6rem;
    color: #fff;
    font-family: 'Black';
}
.txt-projeto{
    font-family: 'Light';
    color: #f8f3f3;
    font-size: 1.45rem;
    line-height: 2.5rem;
}
.btn-projeto{
    width: 150px;
    background: #898989;
    transition: all ease-in-out 0.2s;
    height: 40px;
    border: 1px solid #898989;
    color: #fff;
    font-size: 1.3rem;
    margin-top: 25px;
    font-family: 'Black';
}
.img-projeto:hover .btn-projeto{
    background: transparent;
    border-color: #fff;
}
.rodape {
    background: #4d4d4f;
    padding: 25px 0;
}
.rodape .titulo-secao{
    color: #fff;
    margin: 0;
    font-size: 1.8rem;
}
.rede-rodape {
    float: left;
    position: relative;
    list-style: none;
    width: 70%;
}
.news-rodape{
    position: relative;
    width: 45%;
    float: left;
    padding-left: 25px;
    list-style: none;
}
.rede-rodape .li-rede{
    display: inline-block;
    vertical-align: super;
}
.rede-rodape .title-rede{
    display: inline-block;
}
.rede-rodape .li-rede img:first-child{
    margin-left: 8px;
}
.rede-rodape .menu-rodape{
    margin-top: 25px;
}
.menu-rodape ul{
    float: left;
}
.menu-rodape ul li{
    display: inline-block;
}
.rede-rodape .menu-rodape img{
    display: inline-block;
    vertical-align: top;
}
.rede-rodape .menu-rodape p{
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    color: #fff;
    font-family: 'Black';
    font-size: 1.25rem;
}
.rede-rodape .menu-rodape .fone-rodape {
    color: #d76f2c;
}
#home-rodape{
    margin-left: 0px;
    padding-left: 13px;
    border-left: 2px solid #fff;
}
.form-news{
    margin-top: 15px;
}
.input-news{
    border: none;
    height: 35px;
    padding: 0 5px;
    width: 65%;
}
.form-news button{
    width: 30%;
    vertical-align: top;
    font-size: 1.2rem;
    height: 35px;
    background: #24d05b;
    color: #fff;
    font-family: 'Black';
}
.form-news button, .btn-contato {
    border: 1px solid #d76f2c!important;
    transition: all ease-in-out 0.2s;
}
.form-news button:hover, .btn-contato:hover {
    background: transparent;
    color: #d76f2c;
}
#page5 .subtitulo-secao{
    text-align: left;
}
.pergunta-container{
    margin-top: 20px;
    list-style: none;
    padding: 0;
}
.pergunta-container li{
    color: #fff;
    padding: 15px;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    margin: 15px 0;
    font-family: 'Black';
    font-size: 1.3rem;
}
.pergunta-container li:hover{
    box-shadow: 0 0 10px 0 #888;
}
.pergunta-container li h1{
    font-size: inherit;
    margin: 0;
    font-family: inherit;
}
.pergunta-container li h2{
    display: none;
    font-size: 1.2rem;
    font-family: 'Light';
    opacity: 0;
    transition: opacity linear 0.2s;
    line-height: 2.5rem;
}
.pergunta-container li:nth-child(odd){
    background: #898989;
}
.pergunta-container li:nth-child(even){
    background: #c5c4c4;
}
#form-contato{
    width: 100%;
    /* margin-top: 25px; */
    display: block;
    float:left;
}
.input-contato{
    width: 48%;
    margin: 10px 1%;
    float: left;
    border: 1px solid #e0e2e3;
    font-family: 'Light';
    padding: 10px 10px;
    color: #333333;
}
.input-contato::placeholder{
    color: #96999a;
}
.input-contato.txt-contato{
    width: 98%;
    margin: 10px 1%;
    resize: none;
    height: 178px;
}
.btn-contato {
    width: 25%;
    float: left;
    margin-left: 1%;
    margin-top: 10px;
    background: #d76f2c;
    border: none;
    height: 40px;
    color: #fff;
    font-family: 'Black';
}
.ul-independente{
    width: 100%;
    margin: 25px 0;
    float: left;
    display: block;
    text-align: center;
    position: relative;
}
.ul-independente li{
    display: inline-block;
    padding: 20px 50px;
    float: left;
    vertical-align: middle;
    text-align: left;
    border-right: 1px solid #eaeaea;
}
.ul-independente li h1{
    font-family: 'Light';
    font-size: 3rem;
    /*    font-weight: 600;*/
    line-height: 3rem;
    color: #000;
    margin: 0;
}
.ul-independente li h2{
    color: #000;
    /*font-weight: 600;*/
    font-family: 'Light';
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin: 0;
}
.ul-independente li:first-child{

}
.ul-independente li:last-child h1{
    color: #24d05b;
}
.ul-independente li:last-child h2{
    margin-top: 15px;
}
.ul-independente li:last-child{
    padding: 0;
    max-width: 33.33%;
    float: right;
    border: none;
}
.mapa{
    margin-top: 50px;
    height: 300px;
}
.mapa iframe{
    width: 100%;
    height: 100%;
}
.modal-content{
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.modal-header{
    padding: 25px;
    background: #494e53;
}
.titulo-modal{
    font-family: 'Black';
    font-size: 2.5rem;
    letter-spacing: 3px;
    margin: 0;
    color: #fff;
    float: left;
    position: relative;
    /*text-align: center;*/
}
.modal-body{
    padding: 25px;
}
.txt-atuacao {
    font-family: 'Light';
    color: #000000;
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 20px 0;
}
.titulo-modal::after{
    content: '';
    width: 40%;
    background: #24d05b;
    position: absolute;
    bottom: -10px;
    /*border-radius: 2px;*/
    left: 0;
    height: 4px;
}
.close{
    color: #fff;
    opacity: 1;
    font-size: 3rem;
    transition: all ease-in-out 0.2s;
}
.close:hover{
    opacity: 0.7;
    color: #fff;
}
.slick-atuacao{
    margin-top: 25px;
}
.slick-atuacao .slick-slide{
    height: 150px;
}
.slick-atuacao .img-atuacao-modal {
    height: 360px;
    margin: 0 10px;
}
.slick-atuacao .slick-dots{
    margin-left: 0!important;
    width: 100%;
    background: transparent;
    bottom: -45px;
}
.slick-atuacao .slick-dots button{
    height: 6px;
    width: 6px;
    background: #9fa8b1;
}
.slick-atuacao .slick-dots .slick-active button{
    background: #24d05b;
}
.modal-projeto .modal-content{
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
}
.modal-projeto .modal-header{
    background: #253655;
    /*border-top-right-radius: 35px;*/
}
.modal-projeto .titulo-modal{
    color: #fff;
}
.modal-projeto .modal-header .close{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    margin: 0;
    font-size: 3.5rem;
}
.modal-projeto .modal-header .close::after{
    content: '';
    position: absolute;
    left: -25px;
    width: 25px;
    top: 0px;
    height: 5px;
    background: #253655;
}
.modal-projeto .modal-header .close span{
    /*margin-top: -7px;*/
    display: block;
    position: relative;
}
.logo-rodape {
    filter: grayscale(100%);
    transition: all .3s;
}
.logo-rodape:hover{
    filter: grayscale(0%);
    
}




/* DICAS */


.paddingZero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/* DICAS */

.paddingZero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dicasGeral {
     padding-top: 45px; 
    padding-bottom: 45px;
}
.botao-lupa button{
    /*top: -10px;*/
    padding: 9px 12px !important;
}
.input-busca{
    border-color: #ccc !important;
    border-radius: 4px;
}
.submitMobileBusca{
    border-left: none;
    transition: all 0.5s;
}
.imgDicas-interna{
    height: 170px;
}
.busca-dicas{
    width: 100%;
}
.submitMobileBusca:hover i{
    transition: 0.2s;
    transform: scale(1.1);
}
.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.dicasCtg{
    color: #000;
    /* border: 1px solid #000; */
    font-size: 12px !important;
    font-weight: bold;
}
.imgDicas {
    height: 280px;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-right: auto;
}
.imgDicas-interno {
    height: 215px;
    width: 415px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-right: auto;
}
.box-imgDicas{
    transition:all 0.3s;
    position: relative;
    height: 100%;
    width: 100%;
}
.box-imgDicas:hover{
    transform: scale(1.05);
}
.imgDicas img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imgDica {
    height: 355px;
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
}

.div-dicas{
    transition: all .3s;
    /* margin-bottom: 40px; */
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.dicasTextos{
    margin-bottom: 5px;
}

.dicasTextos span {
    font-size: 15px;
}
.paddingDicas {
    padding-left: 15px;
}

.dicasTextos h5 {
    font-weight: 900 !important;
    font-size: 25px!important;
    /*font-family: 'roboto' !important;*/
    font-family: 'black' !important;
    cursor: pointer;
    color: #000;
    transition: all 0.2s;
}
.dicasTextos h5:hover{
    color: #696969;
}

.textoDicas {
    padding-bottom: 25px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff !important;
    background-color: #aeabab !important;
    border-color: #aeabab !important;
}
.pagination>li>a, .pagination>li>span {
    color: #aeabab !important;
    background-color: #fff;
    border: 1px solid #aeabab !important;
}
.alinha-paginacao{
    text-align: center;
    margin-top: 20px;
}
.input-search {
    margin: 0;
    width: 200px;
    padding: 9px 2px;
    
}
.input-busca:focus{
    border-color: transparent;
}
.lista-categ{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-top: 15px;
}
.link-categ{
    margin-bottom: 5px;
}
.link-categ span{
    border-left: 2px solid transparent;
    /* color: #c8c8c8; */
    color: #696969;
    padding-left: 5px;
    transition: all 0.2s;
}
.link-categ span:hover{
    border-left: 2px solid #000;
    color: #000;
}
.categ-ativo span{
    border-left: 2px solid #000;
    color: #000;
}
.textoBuscaNoticia input {
    padding-left: 4%;
}

.textoBuscaNoticia input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-family: 'Light' ;
}
.textoBuscaNoticia input::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Light' ;
}
.textoBuscaNoticia input:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Light' ;
}
.textoBuscaNoticia input:-moz-placeholder { /* Firefox 18- */
  font-family: 'Light' ;
}
.textoBuscaNoticia ::-webkit-input-placeholder {
    font-weight:  300 ;
    font-size: 14px ;
    font-family: 'OpenSans' ;
    padding-left: 0px;
    color: #6e6e6e;
}

.textoBuscaNoticia :-moz-placeholder {
    font-weight:  300 ;
    font-size: 14px ;
    font-family: 'OpenSans' ;
    padding-left: 0px;
    color: #6e6e6e;
}

.textoBuscaNoticia::-moz-placeholder {
    font-weight:  300 ;
    font-size: 14px ;
    font-family: 'OpenSans' ;
    padding-left: 0px;
    color: #6e6e6e;
}

.dicasTextos :-ms-input-placeholder{
    font-weight:  300 ;
    font-size: 14px ;
    font-family: 'OpenSans' ;
    padding-left: 0px;
    color: #6e6e6e;
}

.input-search {
    margin: 0;
    font-family: 'Light';
    padding: 9px 10px;
    color: #000;

}

.searchDisca {
    border: #3e3e3e solid 1px;
    width: 45px;
    padding: 10px 0;
    float: left;
}

.paddingDicas {
    padding: 0 10px;
    position: relative;
    height: 170px;
}

.searchDisca input {
    margin-top: 5px;         
}
#page3{
	background-color: #fff;
}
.linhaDepoimento {
    height: 1px;
    border: #3d3d3d 1px solid;
    margin-top: 20px;
    width: 58% !important;
    float: right !important;
}

.dicaTitulo h1 {
    font-weight:  800 !important ;
    font-size: 45px !important;
    font-family: 'HelveticaNeue' !important;
    color: #8b5274;
    padding-bottom: 35px;
}

.dicaTitulo span {
    font-weight:  800 !important ;
    font-size: 15px !important;
    font-family: 'HelveticaNeue' !important;
    color: #3d3d3d;
    line-height: 20px !important;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #3d3d3d;
    border-bottom: 10px solid transparent;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.dicasMenu {
    margin-top: 20px;
    cursor: pointer;
}

.dicasMenu div span {
    font-size: 16px!important;
    font-family: 'light' !important;
    color: #000;
    padding-bottom: 25px;
}

.categoriaSelecionada {
    color: #571d41;
}

.trianguloSelecionado {
    border-left: 10px solid #571d41;
}

.dicasGeral div .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    display: none;
}

.slider-prevDicas {
    background: #813e67;
    margin-bottom: 10px;
    padding: 8px 0;
}

.slider-nextDicas {
    background: #813e67;
    padding: 8px 0;
}
.lista-noticia{
    width: 100%;
}

/* PRODUTOS */

.imgProdutos {
    height: 250px;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 15px;
}
.imgProdutos img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imgProdutos-interno {
    height: 215px;
    width: 415px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-right: auto;
}
.box-imgProdutos, .box-imgcliente{
    transition:all 0.3s;
    position: relative;
    height: 440px;
    width: 100%;
    margin-bottom: 15px;
}
.box-imgProdutos:hover, .box-imgcliente:hover{
    transform: scale(1.02);
    box-shadow: 0 0rem 0.8rem rgba(0,0,0,.30)!important;
}
.box-imgcliente{
    height: auto;
}

@media(min-width: 992px){
    .subtitulo-secao-interno{
        text-align: left !important;
    }
    .menu-mobile{
        display: none !important;
    }
    .banner-rotativo-responsivo{
        display: none !important;
    }
}


@media(max-width: 991px){

    .item-empresa {
        padding: 60px 0 0px;
    }
    #conteudoHome{
        margin-top: 80px;
    }
    #page2{
        background: #b7b7b7; 
        background-image: none!important;
    }
    #page2 .titulo-secao,
    #page2 .txt-empresa{
        width: 100%;
        padding: 0 25px;
        color: #fff;
    }
    .sobre-nos{
        background: #3b424e;
        background-image: none!important;
    }
    .sobre-nos .titulo-secao,
    .sobre-nos .txt-empresa{
        width: 100%;
        padding: 0 25px;
        color: #fff;
    }
    .img-atuacao{
        width: 100%;
        margin: 0.5%;
        height: 200px;
    }
    .img-atuacao .titulo-atuacao{
        opacity: 1;
    }
    .img-atuacao::before{
        opacity: 0.83;
    }
    .titulo-atuacao::after{
        width: 35%;
    }
    .info-projeto{
        width: 60%;
    }
    .div-contato{
        width: 100%;
    }
    .ul-independente li{
        width: 100%;
        text-align: center;
    }
    .ul-independente li:last-child{
        float: none;
        max-width: unset;
        padding: 0 15px;
        margin: 15px auto;
    }
    .rede-rodape{
        width: 100%;
        padding: 0 25px;
    }
    .news-rodape{
        margin-top: 50px;
        width: 100%;
    }
    .box-imgProdutos{
        box-shadow: 0 0rem 0.8rem rgba(0,0,0,.30)!important;
    }
}
@media(max-width: 767px){
    .img-atuacao {
        height: 250px;
    }
    .imgDicas{
        margin: auto;
        width: 100%;
    }
    .lista-noticia{
        display: flex;
        flex-direction: column-reverse;
    }
    .botao-lupa button {
        padding: 10px 12px !important;
    }
    .input-group-addon, .input-group-btn{
        width: 5%;
    }
    .slick-projeto .slick-slide{
        height: 500px;
    }
    .img-atuacao{
        width: 100%;
    }
    .info-projeto{
        width: 100%;
    }
    .btn-projeto{
        margin: auto;
        display: block;
        margin-top: 25px;
    }
    .pai-atuacao .modal-header .close{
        position: absolute;
        right: 10px;
        top: 5px;
    }
    .modal-header{
        padding: 25px 10px;
        padding-right: 50px;
    }
    .titulo-modal{
        font-size: 2.2rem;
    }
    .rede-rodape{
        text-align: center;
    }
    .rede-rodape .li-rede{
        margin-top: 10px;
    }
    .rede-rodape .menu-rodape{
        display: none;
    }
    .title-rede{
        text-align: center;
    }
    .btn-contato{
        width: 50%;
    }
}


.container-institucional-home .foto1 {
    height: 260px;
    margin-bottom: 15px;
}
.container-institucional-home .foto2 {
    height: 230px;
}
.container-institucional-home .foto3 {
    height: 505px;
}
.container-institucional-home .foto1:hover, .container-institucional-home .foto2:hover, .container-institucional-home .foto3:hover {
    transition: all 1s;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
}
.container-institucional-home .foto1, .container-institucional-home .foto2, .container-institucional-home .foto3 {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}
.container-institucional-home .foto1 img, .container-institucional-home .foto2 img, .container-institucional-home .foto3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 1s;
}
.whatsapp{
    background:linear-gradient(115deg, #0dc152, #0dc152 ,#39b569);
    box-shadow: 0 0 23px -5px #797979;
    /*padding: 10px;*/
    height: 50px;
    opacity: 0.85;
    width: 350px;
    padding: 14px 0;
    text-align: center;
    transition: all ease-in-out 0.2s;
    border-radius: 25px;
    position: fixed;
    left: 25px;
    bottom: 15px;
    z-index: 9999;
    font-family: 'Light' !important;
    color: #fff;
    cursor: pointer;
}
.whatsapp:hover,
.whatsapp.shown{
    opacity: 1;
}
.whatsapp span{
    padding-left: 5px;
    font-size: 1em;
    vertical-align: middle;
}
.whatsapp span,
.whatsapp img{
    position: relative;
    /*transform: translateY(10px);*/
    display: inline-block;
}
.whatsapp img{
    max-width: 22px;
    vertical-align: middle;
}
@media(max-width:767px){
    .whatsapp{
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius:0;
    }
}
