body {
    line-height: normal;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #4d4d4d;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}
.slide {
    display: none;
}
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    min-width: 0px;
    overflow: hidden;
}
#header {
    float: none;
    margin: 0px auto;
    clear: none;
    width: 100%;
    padding: 0px;
    min-width: 0px;
}
.header {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    position: fixed;
    z-index: 99998;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    top: 0px;
    border-bottom: 4px solid #eeeeee;
    background-color: #ffffff;
}
.logo {
    width: 195px;
    height: 150px;
    position: absolute;
    background-repeat: no-repeat;
    left: -2px;
    top: 8px;
    padding: 10px 0px 0px 0px;
    background-image: url(images/logo.png);
    background-position: 20px -303px;
    z-index: 998;
    background-color: #ffffff;
    border-bottom: 4px solid #eeeeee;
}
.nav {
    float: right;
    height: 56px;
    z-index: 999;
    position: relative;
    background-color: #ffffff;
}
.link {
    float: left;
}
.link a {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 60px;
    height: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 15px 0px 15px;
}
.current {
    text-decoration: underline;
    font-weight: 700 !important;
}
#content {
    float: none;
    margin: 0px auto;
    clear: both;
    width: 100%;
}
.conteudo {
    max-width: 1000px;
    margin: 0px auto;
    text-align: center;
    background-color: transparent;
    padding: 50px 20px 50px 20px;
}
#contato .conteudo {
    padding: 30px 20px 0px 20px;
}
#sobre .fundocinza {
    background-color: #45392d;
    border: 0px;
}
#sobre .conteudo,
#sobre .t-titulo2,
#sobre .t-titulo span {
    color: #f5f5f5;
}
#contato .fundocinza {
    background-color: #ffffff;
    border: 0px;
}
.img1 {
    width: 266px;
    height: 337px;
    margin-left: -133px;
    left: 50%;
    position: relative;
    background-image: url(images/img1.png);
    background-repeat: no-repeat;
    background-position: 0px -980px;
    margin-top: -265px;
    margin-bottom: 40px;
}
.img2 {
    width: 190px;
    height: 267px;
    margin-left: -95px;
    background-image: url(images/img2.png);
    background-repeat: no-repeat;
    background-position: 0px -793px;
    left: 80%;
    position: relative;
    margin-bottom: -90px;
}
.texto {
    padding: 0px 20px 50px 20px;
    text-align: justify;
}
#noticias .texto {
    text-align: left;
}
.bloco_conteudo {
    overflow: hidden;
}
.saiba_mais {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px 30px 7px 30px;
    border: 2px solid #4d4d4d;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #4d4d4d;
    cursor: pointer;
}
.open .saiba_mais {
    border: 2px solid #d5d5d5;
    color: #d5d5d5;
}
#sobre .saiba_mais {
    border: 2px solid #d5d5d5;
    color: #f5f5f5;
}
#sobre .open .saiba_mais {
    border: 2px solid #754c24;
    color: #754c24;
}
.cursor {
    cursor: pointer;
}
#itemContainer {
    margin: 0px;
    padding: 0px;
    min-height: 480px;
}
.noticias,
noticias_vip {
    margin-bottom: 20px;
}
#noticias .conteudo {
    padding: 50px 20px 20px 20px;
}
.holder {
    text-align: center;
    position: relative;
    top: -35px;
    font-weight: 600;
    margin: 0px;
}
.holder a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 8px 5px 8px;
    background-color: #fff;
    border-bottom: 3px solid #eeeeee;
}
.holder a.jp-previous {
    margin-right: 15px;
}
.holder a.jp-next {
    margin-left: 15px;
}
.holder a.jp-disabled,
a.jp-disabled:hover {
    color: #bbb;
}
.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
    cursor: default;
    background: none;
}
.holder span {
    margin: 0 5px;
}
.holder a.jp-current,
a.jp-current:hover {
    font-weight: 700;
    border-bottom: 3px solid #048436;
    background: #059f41;
    color: #ffffff;
}
.titulo_noticias {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4d4d4d;
    overflow: hidden;
    display: block;
}
#home .titulo_noticias {
    font-size: 27px;
    min-height: 85px;
}
.conteudo_noticias {
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    padding-top: 10px;
    overflow: hidden;
    display: block;
}
.conteudo_noticias a {
    text-decoration: underline;
    color: #06598e;
    font-weight: 600;
}
.noticias_vip .conteudo_noticias a {
    text-decoration: underline;
    color: #06598e;
    font-weight: 600;
}
.noticias_vip .imgvip {
    float: left;
    padding-right: 10px;
}
.data {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.boxVideo {
    max-width: 1000px;
    min-width: 750px;
    margin: 0px auto;
    position: relative;
    text-align: left;
}
.iframe_boxVideo {
    width: 60%;
    height: 340px;
    display: inline-block;
    background-color: #f1f1f1;
    background-image: url(images/carregando_youtube.png);
    background-size: contain;
}
.iframe_boxVideo iframe {
    width: 100%;
    height: 340px;
}
.playlist {
    max-width: 70%;
    display: inline-block;
    position: absolute;
    padding-left: 6px;
    height: 340px;
    overflow: hidden;
    background-color: #f1f1f1;
}
.playlist a {
    display: block;
    position: relative;
}
.link_boxVideo {
    display: inline-block;
    width: 100%;
}
.link_boxVideo img {
    width: 60px;
    height: 40px;
    float: left;
    position: relative;
    top: -2px;
    left: -7px;
}
.link_boxVideo {
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 5px 5px 10px;
    color: #4d4d4d;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    background-color: #f1f1f1;
}
.play {
    display: none;
    width: 60px;
    height: 40px;
    position: absolute;
    background-image: url(images/play.png);
    background-repeat: no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
    filter: alpha(opacity=86);
    -khtml-opacity: 0.86;
    -moz-opacity: 0.86;
    opacity: 0.86;
    margin-top: -34px;
    margin-left: -7px;
}
.playlist a:hover .link_boxVideo {
    background-color: #c0c0c0 !important;
    border-bottom: 3px solid #9f9f9f !important;
    color: #ffffff !important;
}
.titulo_boxVideo {
    visibility: hidden;
    position: absolute;
}
.fonte_boxVideo {
    visibility: hidden;
    position: absolute;
}
#videos .t-titulo3 {
    padding: 10px 0px 0px 0px;
    min-height: 80px;
}
#videos .t-titulo4 {
    font-size: 11px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
}
#leis .texto {
    text-align: center;
    padding: 0px 180px 50px 180px;
}
.pdf {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px;
    display: inline-block;
    vertical-align: text-top;
}
.pdf .icon_pdf {
    width: 106px;
    height: 106px;
    background-image: url(images/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: 0px -362px;
}
.pdf span {
    display: block;
    width: 98px;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px;
}
.fullhd-1 {
    width: 100%;
    margin: 0px auto;
    height: 570px;
    overflow: hidden;
}
#slides .slides-container {
    display: none;
}
.photo1,
.photo2,
.photo3,
.photo4,
.photo5,
.photo6 {
    border: 1px solid #e7e7e7;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 570px !important;
}
.photo_1 {
    background-image: url(images/photo_1.jpg);
}
.photo_2 {
    background-image: url(images/photo_2.jpg);
}
.photo_3 {
    background-image: url(images/photo_3.jpg);
}
.photo_4 {
    background-image: url(images/photo_4.jpg);
}
.photo_5 {
    background-image: url(images/photo_5.jpg);
}
.photo_6 {
    background-image: url(images/photo_6.jpg);
}
#wrapper2 {
    width: 100%;
    margin: 0px auto;
    display: inline-block;
}
.fundocinza {
    width: 100%;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5;
    margin: 0px
}
.divmsg {
    position: absolute;
    width: 100%;
    z-index: 99997;
    display: none;
}
.texto_mobile {
    width: 100%;
    margin: 0px auto;
    height: 500px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 100px 20px 20px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}
.bloco_iframe {
    max-width: 340px;
    margin: 0px auto;
    display: inline-block;
    margin: 10px;
}
.bloco_iframe iframe {
    width: 100%;
    height: 240px;
}
.btn_entrevista {
    width: 456px;
    height: 75px;
    position: relative;
    margin-left: -228px;
    left: 50%;
    bottom: -81px;
    background-image: url(images/btn_entrevista.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-top: -70px;
    z-index: 99997;
    display: block;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}
.callbacks_nav {
    position: absolute;
    left: -31px;
    top: 49%;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("images/themes.png") no-repeat left top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: -31px;
}
.callbacks_tabs {
    position: relative;
    top: 30px;
    margin: 0px auto;
    padding: 0px;
    width: 40%;
}
.callbacks_tabs li {
    display: inline-block;
}
#wrapper2 .callbacks_here a {
    background-color: #4d4d4d;
}
.callbacks_tabs li a {
    display: inline-block;
    background-color: #ababab;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
}
.article {
    width: 450px;
    display: inline-block;
    margin: 2px;
    text-align: center;
    font-size: 14px;
    vertical-align: text-top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 30px 30px 30px;
    text-align: justify;
    color: #727272;
}
.article p {
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #4d4d4d;
}
.img_residuos {
    text-align: center;
}
.fale_conosco {
    width: 100%;
    display: block;
    padding: 0px 20px 40px 10px;
}
.fale_conosco p span {
    color: #4d4d4d !important;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    top: 2px;
	text-decoration: none;
}
.t-titulo {
    width: 100%;
    position: relative;
    display: block;
    z-index: 9997;
    left: 0px;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.t-titulo span {
    display: block;
    padding: 0px 10px 30px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-weight: 700;
    color: #4d4d4d;
    text-align: center;
}
.t-titulo2 {
    display: block;
    min-height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4d4d4d;
    text-align: center;
}
.t-titulo3 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px 0px 0px;
    text-transform: uppercase;
    color: #4d4d4d;
    text-align: center;
    min-height: 100px;
}
.t-titulo4 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0px 10px 0px;
    text-transform: uppercase;
    color: #4d4d4d;
    text-align: center;
}
.titleMaps {
    font-weight: bold;
    width: 100px;
    text-align: center;
    height: 20px;
}
.campo {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 1px solid #ededed;
    color: #6f6f6f;
    font-size: 14px;
    display: inline-block;
    margin-top: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
.campo2 {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 1px solid #ededed;
    color: #6f6f6f;
    font-size: 14px;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
.campo3 {
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
    margin-right: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ededed;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6f6f6f;
    padding: 10px;
    overflow: hidden;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
::-webkit-input-placeholder {
    text-transform: capitalize;
    color: #6f6f6f;
    opacity: 1;
}
:-moz-placeholder {
    text-transform: capitalize;
    color: #6f6f6f;
    opacity: 1;
}
::-moz-placeholder {
    text-transform: capitalize;
    color: #6f6f6f;
    opacity: 1;
}
:-ms-input-placeholder {
    text-transform: capitalize;
    color: #6f6f6f;
    opacity: 1;
}
#formulario label {
    display: block;
}
#formulario label.error {
    color: red;
    font-size: 11.5px;
    cursor: default;
    padding-left: 10px;
    padding-top: 4px;
}
.campo4 {
    text-align: center;
    margin: 0px auto;
    padding: 10px 10px 0px 10px;
    width: 100%;
}
.campo4 button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 700;
    font-size: 11px;
    padding: 10px 50px 10px 50px;
    border: 2px solid #4d4d4d;
    background-color: transparent;
    color: #4d4d4d;
    cursor: pointer;
}
.img_rodape {
    width: 100%;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    background-image: url(images/rodape.jpg);
    height: 260px;
    margin-bottom: 60px;
}
.social {
    height: 100px;
    width: 132px;
    margin: 0px auto;
    position: relative;
    top: 40px;
}
.google {
    position: absolute;
    width: 60px;
    left: 0px;
}
.facebook {
    height: 65px;
    right: -225px;
    position: absolute;
}
#sobre .fundocinza {
    margin-top: 150px;
}
#footer {
    float: none;
    clear: none;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 9998;
    bottom: 0px;
    border-bottom: 4px solid #eaeaea;
}
#footer div {
    max-width: 1000px;
    margin: 0px auto;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#footer div .left {
    float: left;
    line-height: 60px;
    font-size: 10px;
    color: #6f6f6f;
    font-family: Verdana;
    letter-spacing: -1px;
}
#footer div .right {
    float: right;
    line-height: 60px;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #6f6f6f;
}
.enderecos {
    width: 100%;
    display: inline-block;
}
.enderecos .bloco-ender {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}
.hoverPlay:hover { 
  opacity: 0.8 !important;
}
@media only screen and (max-width: 800px) {
    .primaryContainer {
        width: 100%;
    }
    #header {
        width: 100%;
    }
    .header {
        height: 130px;
    }
    .nav {
        display: none;
    }
    .divmsg {
        display: block;
    }
    .texto_mobile {
        padding: 180px 20px 20px 20px;
    }
    .btn_entrevista {
        bottom: -81px;
    }
    .slide {
        display: block;
    }
    .slide .nav_m {
        position: fixed;
        z-index: 9999;
        width: 100%;
        bottom: 0px;
    }
    #leis .texto {
        padding: 0px 70px 0px 70px;
    }
    #videos {
        display: none;
    }
    #leis .fundocinza {
        background-color: #ffffff;
        border: 0px;
    }
    #contato .fundocinza {
        border: 1px solid #e7e7e7;
        background-color: #f5f5f5;
    }
    .pdf .icon_pdf {
        background-size: cover;
        background-position: 0px 0px;
    }
    .logo {
        width: 135px;
        height: 109px;
        position: absolute;
        background-repeat: no-repeat;
        top: 10px;
        left: 20px;
        background-image: url(images/logo.png);
        background-position: 0px -1px;
        z-index: 998;
        background-size: cover;
        border: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .img1 {
        margin-top: -285px;
        margin-bottom: 40px;
        background-size: cover;
        background-position: 0px 0px;
    }
    .img2 {
        background-size: cover;
        background-position: 0px 0px;
    }
    #menuMobile {
        position: fixed;
        top: 45px;
        right: 20px;
        z-index: 99999;
        background-image: url(images/menu.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        width: 32px;
        height: 32px;
    }
    #menuMobile span {
        display: block;
        position: relative;
        right: 105px;
        top: 3px;
        font-weight: 700;
        color: #1b1b1b;
        font-size: 14px;
        text-align: right;
        width: 100px;
    }
    #slidebottom .nav_m {
        display: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)";
        filter: alpha(opacity=97);
        -khtml-opacity: 0.97;
        -moz-opacity: 0.97;
        opacity: 0.97;
        z-index: 99999;
    }
    .link {
        float: none;
    }
    .link a {
        float: left;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        margin-top: 0px;
        font-size: 15px;
        color: #fff;
        line-height: 35px;
        height: 35px;
        text-align: center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0px;
        text-transform: uppercase;
        width: 100%;
        background-color: #151515;
    }
    .current {
        background: rgba(6, 90, 142, 1);
        background: -moz-linear-gradient(-45deg, rgba(6, 90, 142, 1) 0%, rgba(3, 42, 66, 1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(6, 90, 142, 1)), color-stop(100%, rgba(3, 42, 66, 1)));
        background: -webkit-linear-gradient(-45deg, rgba(6, 90, 142, 1) 0%, rgba(3, 42, 66, 1) 100%);
        background: -o-linear-gradient(-45deg, rgba(6, 90, 142, 1) 0%, rgba(3, 42, 66, 1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(6, 90, 142, 1) 0%, rgba(3, 42, 66, 1) 100%);
        background: linear-gradient(135deg, rgba(6, 90, 142, 1) 0%, rgba(3, 42, 66, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#065a8e', endColorstr='#032a42', GradientType=1);
        text-decoration: none;
        border: 0px;
    }
    #content {
        width: 100%;
        clear: both;
    }
    .conteudo {
        width: 100%;
        margin: 0px auto;
        padding: 70px 0px 50px 0px;
    }
    #noticias .conteudo {
        padding: 70px 0px 20px 0px;
    }
    .fullhd-1 {
        width: 100%;
        margin: 0px auto;
        height: 570px;
        background-image: none;
        background-color: #059f41;
        overflow: hidden;
    }
    .fullhd-1 span {
        display: block;
    }
    #slides {
        display: none;
    }
    .article {
        width: 100%;
        height: auto;
        padding: 0px 10px 30px 10px;
    }
    .campo4 {
        padding: 10px 10px 20px 10px;
    }
    .conteudo {
        padding: 70px 20px 50px 20px;
    }
    #itemContainer {
        height: auto;
        min-height: 0px;
    }
    .img_rodape {
        display: none;
    }
    #sobre .fundocinza {
        margin-top: 150px;
    }
    #footer {
        width: 100%;
        position: static;
    }
    .footer div {
        width: 100%;
    }
    #footer div .right {
        display: none;
    }
    .enderecos .bloco-ender {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    #header {
        float: none;
        margin: 0px auto;
        clear: none;
        width: 100%;
    }
    .header {
        height: 110px;
    }
    .logo {
        width: 108px;
        height: 87px;
        position: absolute;
        background-repeat: no-repeat;
        top: 10px;
        left: 20px;
        background-image: url(images/logo.png);
        background-position: 0px -1px;
        z-index: 998;
        background-size: cover;
    }
    #leis .texto {
        padding: 0px;
    }
    .texto {
        padding: 0px 10px 50px 10px;
    }
    .t-titulo2 {
        padding: 0px 0px 20px 0px;
    }
    .article {
        padding: 0px 10px 30px 10px;
    }
    .img_residuos img {
        width: 100%;
    }
    #footer {
        float: none;
        clear: none;
        width: 100%;
    }
}