@font-face {
    font-family: 'Uni Neue';
    src: url('UniNeueRegular.woff2') format('woff2'),
        url('UniNeueRegular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('UniNeueLight.woff2') format('woff2'),
        url('UniNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('UniNeueBold.woff2') format('woff2'),
        url('UniNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Uni Neue';
    src: url('UniNeueHeavy.woff.woff2') format('woff2'),
        url('UniNeueHeavy.woff.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

*{
	margin: 0;
	padding: 0;
	font-family: 'Uni Neue', sans-serif;
	font-size: 13px;
}
p {
    font-size: 18px;
    line-height: 30px;
}
h2{
    font-size: 23px;
    letter-spacing: 1px;
}
a {
	color:#004964;
}
a:hover{
	text-decoration: none;
}
h1:hover, h2:hover, h3:hover,h4:hover, h5:hover, h6:hover, p:hover, span:hover, label:hover, button:hover{
	opacity: 0.8;
}
p:hover{
	opacity: 1;
}
.footer-p{
	text-align: center;
	display: block;
}
.icons-list {
    display: inline-block;
}
.icons-list>li {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    list-style-type: none;
}
header {
    width: 100%;
    display: block;
    background: transparent;
    z-index: 999999;
    position: fixed;
}
.bg-dark {
    background-color: transparent!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
span.nav-login {
    width: 110px;
    display: block;
    text-align: center;
    background: #91bf1f;
    border-radius: 20px;
}
.main-header {
    width: 80%;
    margin: 0 auto;
}
.main-header-2{
	width: 40%;
	margin: 0 auto;
}
.navbar-dark .navbar-brand {
    color: #fff;
    display: block;
	width: 245px;
	float: left;
	margin-top: 12px;
}
div#navbarCollapse {
    margin-top: 18px;
    float: right;
}
.itens-header {
    width: 70%;
    margin: 0px auto;
	display: block;
	margin-bottom: 0px;
}

button.navbar-toggler {
	float: right;
}
.clear{
	clear: both
}
.itens-header>ul>li {
    width: 48%;
    display: inline-block;
    margin-top: -10px;
    padding-bottom: 7px;
}
.itens-header>ul>li.divider {
    width: 3%;
}
.nav-item-header>a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.nav-item-header>a {
    width: 100%;
    display: block;
}
.nav-item-header>a>span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #FFF;
    margin-top: 5px;
}
.nav-item-header>a>img {
    display: block;
    margin: 0 auto;
}
.itens-header>ul>li.divider>span {
    width: 2px;
    height: 50px;
    display: block;
    background: #11304d;
    margin: 0 auto;
}
nav.navbar.navbar-expand-md.navbar-dark.fixed-top.bg-dark {
    padding-top: 15px;
}
.sliderhome{ 
    margin-top: -92px;
}
.slider-home {
    width: 100%;
    /* background: url(../images/background-home.jpg) no-repeat fixed; */
    /* background-size: 100%; */
    background: url(../images/edtbckwhite.png) no-repeat;
    background-size: 27%;
    background-position: top center;
    overflow: hidden;
    min-height: 190px;
    padding-bottom: 60px;
    padding-top: 0px;
    background-position-y: 30px;
}
.slider-adesao {
    width: 100%;
    background: url(../images/background-adesao2.jpg) no-repeat fixed;
    background-size: 100%;
    overflow: hidden;
    min-height: 260px;
    background-position: 0px 60px;
}
.slider-eletronicos { 
    width: 100%;
    background: url(../images/back-eletronicos.jpg) no-repeat fixed;
    background-size: 100%;
    overflow: hidden;
    min-height: 190px;
}
.voce-e {
    width: 100%;
    margin: 50px auto;
}
.voce-e>img {
    display: block;
    margin: 0 auto;
}
.voce-e>p {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 7px;
    text-transform: uppercase;
    font-weight: bolder;
    color: #16385d;
    font-size: 28px;
}
span.descp {
    width: 80%;
    text-align: center;
    color: #005569;
    display: block;
    margin: 0 auto;
}
.cons{
	width: 50%;
	float: left;
}
.empr{
	width: 50%;
	float: right
}
.empr>img, .cons>img {
    width: 80px;
    display: block;
    margin: 0 auto;
}
.btn-a{
	width: 100px;
    display: block;
    margin: 20px auto;
    text-align: center;
    color: #91bf1f;
    border: 1px solid #91bf1f;
    border-radius: 30px;
    margin-bottom: 50px;
}
.btn-a:hover{
	text-decoration: none;
	opacity: 0.8;
	color: #16385d;
    border: 1px solid #16385d;
}
.btn-estatuto{
	width: 170px;
    float: left;
    margin-top: 4px;
}
.empr>a, .cons>a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.empr>a, .cons>a {
    width: 100px;
    display: block;
    margin: 20px auto;
    text-align: center;
    color: #91bf1f;
    border: 1px solid #91bf1f;
    border-radius: 30px;
    margin-bottom: 60px;
}
footer.back-footer{
	width: 100%;
    background: url(../images/barra.jpg) no-repeat;
    overflow: hidden;
    min-height: 250px;
    background-size: 100% 150%;
}
footer.back-footer>.main-header{
	margin-top: 40px;
}
.h2-f{
	font-size: 1.1rem!important;
    color: #FFF!important;
}
.footer-links {
	list-style-type: none;
	margin-bottom: 50px;
	margin-top: 12px;
}
.footer-links>li{
    margin-bottom: 5px;
}

.footer-links>li>a {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 12px;
}
.h-acesso {
    width: 100%;
    height: 50px;
}
.h-acesso>img {
    display: block;
    width: 30px;
    float: left;
}
.h-acesso>h2 {
    font-size: 1rem!important;
    color: #FFF!important;
    display: block;
    float: left;
    margin-left: 10px;
    line-height: 17px;
}
label.inpt:hover {
	opacity: 1;
}
label.inpt {
    width: 100%;
    border: 1px solid #004964;
    border-radius: 30px;
    height: 30px;
}
.inpt>input {
    float: left;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    margin-top: 4px;
	width: 50%;
	margin-left: 10px;
}
.inpt>span {
    float: left;
    margin-top: 4px;
    margin-left: 11px;
    color: #FFF;
}
button.submit {
    border: 1px solid #72c6a5;
    border-radius: 30px;
    width: 90px;
    background: transparent;
    color: #72c6a5;
    float: right;
    height: 30px;
	cursor: pointer;
	outline: none;
}
ul.img-footer {
    list-style-type: none;
    margin-bottom: 20px;
}
ul.img-footer>li {
    display: inline-block;
    margin-right: 10px;
}
ul.img-footer>li>img {
    width: 90px;
    margin-right: 20px;
}
ul.copyrigth-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 70px;
}
.copyrigth-footer>li {
    display: inline-block;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    margin-top: 11px;
    float: right;
}
.page h1 {
    color: #15385e;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
}
.page p {
	font-size: 18px;
	line-height: 27px;
    text-align: justify;
    width: 95%;
}
.page-bottom {
    background: url(../images/barra-rigth-sobre.jpg) no-repeat right #f8f8f8;
    background-position: 100% 0;
    width: 100%;
    height: 195px;
    margin-top: -20px;
    background-size: 44%;
}
.page-sobre, .page-dados{
	background: url('../images/barra-left-sobre.jpg') no-repeat left #ffffff;
	background-size: 30%;
    background-position: 0 0;
}
.main-header.row{
	padding-top: 40px;
}
.phone-sobre {
    width: 345px;
    width: 366px;
    margin-left: -140px;
}
.ar-sobre{
	margin-top: 20px;
}
.ar-dow {
    width: 20px;
    background: url(../images/down.png) no-repeat;
    height: 15px;
    clear: both;
}
.ar-dow-w {
    width: 20px;
    background: url(../images/down2.png) no-repeat;
    height: 15px;
}
.top-70{
	padding-top: 70px;
}
.pages h2 {
    color: #15385e;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 29px;
}
p.p-end {
	line-height: 23px;
    font-size: 14px;
    width: 75%;
}
.mb70{
	margin-bottom: 70px;
}
span.txt-faq {
    float: left;
    padding: 20px;
    text-align: left;
    background: #f6f6f6;
    width: calc(100% - 75px);
    border-left: 10px solid #FFF;
    color: #575755;
    white-space: normal;
    height: 70px;
}
span.txt-faq:hover {
	background: #91bf1f;
    color: #FFF;
}
.active-acc { 
	background: #91bf1f!important;
    color: #FFF!important;
}
span.number-faq {
    background: #91bf1f;
    color: #FFF;
    text-align: center;
    padding: 20px 30px;
    float: left;
    height: 70px;
}
span.tents {
    color: #73f0fd;
    font-size: 11px;
    margin-top: 9px;
    display: block;
    float: left;
}
.item-h-col {
    width: 50%;
    float: left;
}
.item-h-col>h2{
    text-align: left;
    color: #FFF;
    font-weight: 600;
    margin-top: 120px;
}
.count>p {
    text-align: center;
    color: #FFF;
}
/* SOBRESCREVER */
.txt-center{
	text-align: center!important;
}
.center{
	margin: 0 auto;
}
h2.h2-pa{
	color: #003e57 !important;
    margin-bottom: 20px;
    font-size: 23px!important;
    font-weight: bold;
}
h3.h3-pa.txt-center {
    font-size: 20px!important;
}
.inpt2>span {
    color: #004964;
}
ul#list-img-coletor {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    margin-bottom: 50px;
}
ul#list-img-coletor>li {
    display: inline-block;
    width: 32%;
}
ul#list-img-coletor>li>img {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}
ul#list-img-coletor>li>img.active, ul#list-img-coletor>li>img:hover{
    opacity: 1;
} 
.img-colet-desc{
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
}
.inpt2>input {
    color: #16385d;
    float: left;
    margin-left: 10px;
}
.inpt2>select {
    border: none;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    outline: none;
}
.itens-header>ul {
    margin-bottom: 0px;
}
.inpt2>textarea {
    width: 90%;
    max-height: 70px;
    min-height: 70px;
    border: none;
    outline: none;
    margin: 0 auto;
    display: block;
}
.inpt2.inpt-textarea{
	height: 110px;
	border-radius: 15px;
}
nav.navbar.navbar-expand-md.navbar-dark.bg-dark {
    padding-left: 0;
    padding-right: 0;
}
/*accordion*/
#accordion{
	padding-bottom: 40px;
}
.card-header {
	padding: 0.45rem 0.425rem;
    margin-bottom: 15px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 0px;
}
.card {
	border: none;
}
.btn-accordion {
	width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #15385e;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}
.btn-accordion:hover, .btn-accordion:focus, .btn-accordion:active{
	text-decoration: none;
}
.ar-accordion {
    font-size: 29px;
    margin-top: -5px;
    position: absolute;
    right: 10px;
    font-weight: 600;
    color: #8cbd22;
}
.voce-e.adesao-h {
    width: 100%;
}
.adesao-h>p {
    color: #91bf1f;
}
.adesao-h>h2 {
    text-align: center;
    color: #FFF;
    font-weight: 600;
    margin-top: -15px;
}
.page-adesao {
    background: #16385d;
    padding-top: 20px;
    padding-bottom: 40px;
}
.type2{
	line-height: 23px;
    font-size: 14px;
    width: 90%;
    text-align: justify;
    color: #FFF;
}
.wth {
    color: #262a2b!important;
}
.mb40{
	margin-bottom: 40px;
}
.inpt2>select.wth {
    border: none;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    outline: none;
}
label.line-form {
	width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    color: #004964!important;
}
#rua-av{
	width: 70%;
}
.error{
	border: 1px solid #ef4539!important;
}
.bg-pop {
    width: 100%;
    height: 100vh;
    background: #00000038;
    position: fixed;
    top: 0;
	left: 0;
	display: none;
}
/* end accordion*/
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #91bf1f;
}
.bx-wrapper {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.count {
    display: block;
    width: 50%;
    float: left;
    margin-top: 80px;
    margin-bottom: 50px;
}
div#circle1, div#circle2 {
    width: 135px;
    display: block;
    margin: 0 auto;
}
span#count1, span#count2 {
    position: absolute;
    color: #FFF;
    width: 133px;
    text-align: center;
    margin-top: -83px;
    font-size: 18px;
    font-weight: 600;
}
#circle1>label, #circle2>label {
    position: absolute;
    color: #FFF;
    width: 133px;
    text-align: center;
    margin-top: -58px;
    font-size: 12px;
    font-weight: 100;
}
.count>p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
}
.spantit{ 
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 120px;
    color: #00938b;
    font-weight: bold;
}
.h3tit{ 
    font-size: 23px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
    display: inline;
    margin-bottom: 6px;
    float: left;
}
.bx-pager.bx-default-pager {
    position: absolute;
    width: 18%;
    left: 90%;
    top: 76%;
    z-index: 9;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #b3b2b2;
}
.slider-page{
    padding: 0;
    margin: 0;
    margin-left: -15px;
}
.h-slider{
    margin-top: 180px;
}
.ciclo-page{
    min-height: 280px;
}
.ciclo-page>.row{
    margin-left: 15px;
}
.ciclo-page {
    min-height: 280px;
    padding: 0;
    margin: 0;
    margin-left: 0;
    width: 100%;
    overflow: hidden;
}
ul.icon-page {
    list-style-type: none;
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
ul.icon-page>li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
}
ul.icon-page>li>img {
    display: block;
    margin: 0 auto;
}
ul.icon-page>li>span {
    display: block;
    text-align: center;
}
.page-sty2{
    padding-top: 50px;
}
.h2-sty2{
    color: #ffffff!important;
    margin-top: 10px;
    font-size: 17px;
}
.page-bottom-sty2 {
    margin-top: 40px;
    background: url(../images/barra3.png) no-repeat right #f8f8f8;
    background-size: 100% 160%;
}
.associados-slider{
    width: 100%;
    margin-top: 20px;
}
button.owl-dot {
    background: #afb4b5!important;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: block;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
}
button.owl-dot.active {
    background: #91bf1f!important;
}
.owl-dots {
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot{
    margin-bottom: 10px !important;
}
.associadas-eletronicos .owl-dot{
    float: none;
}
.pilhas-slid{
    width: 50%;
    background-size: 110%;
    overflow: hidden;
    min-height: 300px;
    float: left;
}
.eletronicos-slid{
    width: 50%;
    background-size: 110%;
    overflow: hidden;
    min-height: 300px;
    float: left;
}
.econs { 
    float: left;
    margin-top: 70px;
}
.pcons{
    float: right;
    margin-top: 70px;
}
.pcons>img{ 
    width: 38px;
}
.pcons>a, .econs>a{ 
    width: 140px;
}
.descarte-bloc>img {
    width: 140px;
    margin-bottom: 50px;
    margin-top: 80px;
}
.descarte-bloc>.a-btn-center {
    margin-bottom: 100px;
}
.a-btn-center {
    width: 100px;
    display: block;
    margin: 20px auto;
    text-align: center;
    color: #91bf1f;
    border: 1px solid #91bf1f;
    border-radius: 30px;
    margin-bottom: 60px;
}
.a-btn-center:hover{ 
    text-decoration: none;
    opacity: 0.8;
    color: #91bf1f;
    border: 1px solid #91bf1f;
}
.page-descarte{
    background: #f8f8f8;
    margin-bottom: -4px;
}

.ll-desc {
    background: #91bf1f;
}
.rig-descarte {
    width: 75%;
    float: right;
    margin-right: 20px;
}
.rig-descarte>h2 {
    font-size: 18px;
}
.rig-descarte>a {
    width: 170px;
    float: left;
}
.rig-descarte>p {
    text-align: justify;
}
.lef-descarte {
    width: 80%;
    float: left;
}
.pilhas-desc{
    width: 280px;
    margin-top: 80px;
    margin-left: 80px;
}
.bg-pilhas-fluid{
    right: 0;
    background: url(../images/bg-left-desc.jpg) no-repeat;
    width: 30%;
    position: absolute;
    top: 12%;
}
.logo-right {
    position: absolute;
    width: 193px;
    margin-top: 81px;
    right: 0;
}
.btns-2 {
    width: 400px;
    display: block;
    margin: 0 auto;
}
.btns-2>a {
    width: 170px;
    display: block;
    margin: 20px auto;
    text-align: center;
    color: #91bf1f;
    border: 1px solid #91bf1f;
    border-radius: 30px;
    margin-bottom: 60px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
}
img#log-slid {
    width: 130px!important;
    display: block;
    margin: 10px auto 0px;
}
a.btn-a.btn-estatuto:hover {
    color: #ffffff!important;
    border: 1px solid #91bf1f;
    background: #91bf1f;
}

.page-map-descarte{ 
    background: url(../images/barra2.png);
    width: 100%;
}
.txt-descarte {
    float: right;
    width: 400px;
    margin-left: 30px;
    margin-top: 40px;
}
.page-map-descarte>.main-header>img {
    width: 300px;
    margin-top: 40px;
    float: right;
    margin-bottom: 40px;
}
.right{
    float: right;
}
.txt-right { 
    text-align: right;
}
.txt-descarte>p{
    color: #FFF;
}
.txt-descarte>h2{
    color: #91bf1f;
    font-size: 18px;
    font-weight: bold;
}
area {
    outline: none;
}
.bloco-assoc > h3 {
    font-size: 18px;
    font-weight: bold;
    color: #16385d;
}
.bloco-assoc>span {
    display: block;
    color: #03a693;
}

.bloco-assoc > a {
    width: 100px;
    display: block;
    margin: 20px auto;
    text-align: center;
    color: #91bf1f;
    border: 1px solid #91bf1f;
    border-radius: 30px;
    margin-bottom: 60px;
    float: left;
}
.txt2 {
    background: #16385d!important;
    color: #FFF!important;
}
.btns-3>a {
    width: 112px!important;
}
.page-ade{
    background: none;
    background-color: #FFF
}
.blc-lef{
    padding: 10px;
}
.blc-lef>.lft{ 
    width: 12px;
    display: block;
    float: left;
    margin-right: 10px;
}
.blc-lef>h3{ 
    font-size: 14px;
    margin-top: 2px;
    color: #91bf1f;
    font-weight: bold;
}
.blc-lef>span {
    color: #91bf1f;
    margin-top: 40px;
}
.blc-lef>.img-blc {
    width: 100%;
    margin-bottom: 50px;
}
.blc-lef>p.desc-p {
    margin-top: 20px;
    margin-bottom: 40px;
}
.blc-lef>p{
    text-align: justify;
}
.owl-theme .owl-dots .owl-dot span{ 
    width: 0;
}
em#item1, em#item2 {
    position: absolute;
    font-size: 10px;
    background: #FFF!important;
    margin-top: -37px;
    border-radius: 12px;
    padding: 0px 15px;
    color: #16385d;
    z-index: 999999;
    opacity: 1!important;
    display: none;
}
select#tipo-coletor {
    width: 100%;
    padding: 8px 10px;
    margin-top: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    font-size: 12px;
    color: #6b6a6a;
}
.block-hor {
    margin-left: 80px;
    margin-top: -28px;
}
.hr-line {
    display: block;
    font-size: 12px;
    margin: 0;
    margin-bottom: 3px;
}
.hr-line>span {
    color: #91bf1f;
    width: 40px;
    float: left;
}
.block-hor>select {
    width: 140px;
    border: none;
    outline: none;
}
ul.navbar-nav.mr-auto {
    margin-top: 8px;
}

a.btn-a.btn-estatuto.btn-homeedit {
    float: none;
    margin-top: 30px;
    color: #16385d;
    border: 1px solid #16385d;
    margin-bottom: 110px;
}

.pagelixo { 
    width: 100%;
    background: url(../images/background-home.jpg) no-repeat fixed !important;
    background-size: 120%!important;
    min-height: 250px;
}
.pagelixo>.col-md-12 {
    padding-top: 20px;
}
.pagelixo p {
    text-align: center;
    display: block;
    width: 66%;
    margin: 0 auto;
    color: #FFF;
    padding-bottom: 50px;
}
.btn-lixoeletro {
    float: none;
    clear: both;
    margin-top: 50px;
}
.bgmenu{ 
    background: #004964;
}
.bgmenu>nav>div>a>img {
    width: 145px;
    margin-top: -13px;
}
.bgmenu>nav>div>div>ul {
    margin-top: -4px!important;
}
.bx-wrapper .bx-caption {
    position: absolute;
    width: 100%;
    background: transparent;
    top: 50%;
    margin: 0 auto;
}

.bx-residuos {
    position: absolute;
    width: 13%;
    top: 28%;
    right: 20%;
    margin: 0 auto;
}

.bx-video{
    position: absolute;
    top: 34%;
    left: 59%;
    width: 37%;
    height: 39%;
    border-radius: 13px;
}

.bx-video1{
    position: absolute;
    top: 36%;
    left: 52%;
    width: 44%;
    height: 48%;
    border-radius: 13px;
}

#btn-residuos {
    position: absolute;
    top: 67%;
    right: 16%;
    width: 18%;
    font-weight: 700;
    font-size: 12px;
    background-color: #91bf1f;
    color: #004753;
    padding: 4px 0;
    border: 1px solid #004753;
    margin: 14px auto 0px auto;
    border-radius: 30px;
    text-align: center;
}

.slide-frame{
    border: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%
}

.coletores-slider.center {
    width: 400px;
    height: 380px;
    overflow: hidden;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: inherit;
    display: block;
    font-size: 25px;
    padding: 50px;
    width: 35%;
    float: right;
    margin-right: 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 300;
    background: #91bf1f;
    letter-spacing: 1px;
}
.modelo-coletor>span, .info-adicionais>span {
    color: #8cbb23!important;
}
a.btn-a.btn-slider {
    float: right;
    font-weight: 700;
    font-size: 12px;
    background: #91bf1f;
    color: #004753;
    width: auto;
    padding: 2px 42px;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    width: 100%!important;
}
ul.social-links {
    display: block;
    list-style-type: none;
    height: 70px;
}
ul.social-links>li {
    display: inline;
    float: left;
    margin-right: 15px;
}
ul.social-links>li>a {
    width: 100%;
    height: auto;
    display: block;
}
ul.social-links>li>a>img {
    width: 31px;
}

.btn-localizador {
    width: 156px;
    background: #91bf1f;
    position: fixed;
    right: 0;
    border-top-left-radius: 9px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 9px;
    border: 3px solid #729617;
    animation-delay: -2s;
    top: 40%;
    z-index: 999999;
    height: 110px;
    display: none;
}
.bx-caption label {
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
    display: block;
}
.btn-localizador:hover{
    right: 0px;
}
.btn-localizador>a {
    display: block;
    width: 100%;
    height: 190px;
}
.btn-localizador>a>img {
    display: block;
    width: 145px;
    margin: -86px auto;
}
.alert { 
    z-index: 9999999!important;
}
.btn-localizador>a>p {
    display: block;
    width: 100%;
    color: #004964;
    font-weight: 600;
    font-size: 14px;
    float: left;
    margin-top: 80px;
    margin-bottom: 0;
    margin-left: 0;
    text-transform: uppercase;
    text-align: center;
}
.capt-animate{ 
    width: 60%!important;
    margin: -100px auto!important;
    text-align: center!important;
    float: none!important;
}
.iass{ 
    width: 170px;
    display: block;
    margin: 40px auto;
}
h2.h2-iass {
    font-size: 14px;
    width: 60%;
    text-align: center;
    display: block;
    margin: 21px auto;
    line-height: 25px;
}
img#lgoimpilh {
    position: absolute;
    right: 144px;
    top: 90px;
    z-index: 999;
    width: 150px;
}


.pagecatis{
    height: 450px;
    background: #f8f8f8!important;
    background-image: none!important;
}
.container-cart {
    position: relative;
    margin-top: 50px;
    width: 250px;
    height: 220px;
    float: left;
}
.overlay-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.notmaps{
    width: 610px;
    display: block;
    margin-bottom: 40px;
}
.container-cart:hover .overlay-cart {
    display: block;
    background: #91bf1fe3;
}  
.img-cart {
    position: relative;
    width: 220px;
    height: auto;
    margin: 0 auto;
    display: block;
}
  
.title-cart {
    position: absolute;
    width: 100%;
    left: 0;
    top: 214px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #15385e;
    z-index: 1;
    transition: top .5s ease;
}
.bloc-cartis {
    width: 500px;
    margin: 0 auto;
}
img.log-top {
    position: absolute;
    right: 180px;
    width: 410px;
    opacity: 0.5;
}  
.container-cart:hover .title-cart {
    top: 50px;
    font-weight: bold;
    color: white;
}

.button-cart {
    position: absolute;
    width: 100%;
    left: 0;
    top: 104px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

.button-cart a {
    padding: 3px 22px;
    text-align: center;
    color: white;
    border: solid 1px white;
    z-index: 1;
    border-radius: 50px;
    margin: 5px;
}

.container-cart:hover .button-cart {
    opacity: 1;
}

.phone-sobre2{
    width: 300px;
    margin-top: -150px;
    margin-left: 220px;
    margin-bottom: -100px;
}
ul.lista-completa {
    width: 60%;
    margin-left: 90px;
    line-height: 27px;
    list-style-image: url(../images/gren-dot.png);
}
ul.lista-completa>li {
    padding-left: 10px;
}
ul.lista-completa>li:hover {
    background: #efefef;
    font-weight: 700;
    cursor: pointer;
}
.bx-wrapper { 
    background: transparent!important;
}
.coletores-slider.center {
    margin-top: -100px;
    margin-left: 60px;
}
.bx-wrapper .bx-caption span:hover {
    opacity: 1!important;
}
.menu-sub{
    display: none;
    position: absolute;
    background: #004964;
    width: 128px;
}
.btn-bl:hover{
    background: #004753!important;
    color: #fff!important;
}
li.sub-item {
    list-style-type: none;
    text-align: center;
}
h2.h3-f {
    font-size: 0.9rem!important;
    color: #FFF!important;
    line-height: 4px;
    margin-top: 10px;
    text-transform: uppercase;
}
li.nav-item>a {
    font-size: 15px;
}
a.nav-link {
    font-size: 15px;
}
div#form-subs {
    margin-top: 20px;
}
#cad-news { 
    color: #ffffff;
    width: 100%;
    height: 25px;
    letter-spacing: 0px;
    border: 1px solid #ffffff;
    background: #004964;
}
#cad-news:hover {
    border: 1px solid #729617;
    background: #91bf1f;
}
input#news-mail {
    width: 60%;
}
div#dfotr {
    margin-top: 50px;
}
.tbl-assoc {
    width: 80%;
    margin: 40px auto;
    display: block;
    min-height: 400px;
    height: fit-content;
    padding-bottom: 30px;
}
.item-assoc {
    float: left;
    margin: 15px;
    outline: 14px solid #f8f8f8;
    cursor: pointer;
}
.item-assoc:hover {
    outline: 14px solid #ffffff;
}
.item-assoc>img {
    display: block;
    margin: 0 auto;
    max-width: 150px;
}

ul.orient{
    padding-left: 20px;
    margin-bottom: 50px;
}

div#itens-place2 {
    width: 90%;
    display: block;
    margin: 0 auto;
    height: 200px;
    overflow: auto;
    margin-bottom: 20px;
}
.mobilehide { 
    display: block;
}
.mobileshow{
    display: none;
}
.h3descft{
    margin-bottom: 20px;
}
.pdmobile{
    padding: 0;
}
/*---------------*/
/* MEDIA QUERIES */
/*---------------*/
@media only screen  and (min-width: 1500px) {
    p,a,span,label,input { font-size: 1.2rem!important; line-height: 25px; }
    h2 { font-size: 2rem!important; line-height: 31px!important; }
    .bx-wrapper .bx-caption span {
        width: 40%!important;
        font-size: 1.6rem!important;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1087px) {
	.main-header {
		width: 80%;
	}
	.main-header-2 {
		width: 40%;
    }
    .associados-slider{
        width: 100%;
    }
	.slider-home {
        background: url(../images/edtbckwhite.png) no-repeat;
        background-size: 27%;
        background-position: top center;
        background-position-y: 30px;
		/* background: url(../images/background-home.jpg) no-repeat fixed; */
    }
    .pagelixo{
        background: url(../images/background-home.jpg) no-repeat fixed!important;
    }
	.slider-adesao{
		background: url(../images/background-adesao2.jpg) no-repeat fixed;
	}
	footer.back-footer{
        background: url(../images/barra.jpg) no-repeat fixed;
        background-size: 100% 150%;
	}
	ul.img-footer>li>img {
		width: 70px;
		margin-right: 20px;
    }
    .page-ade{
        background: none!important;
        background-color: #FFF!important;
    }
	ul.copyrigth-footer{
		margin-bottom: 20px;
	}
	ul.copyrigth-footer>li{
		font-size: 11px;
	}
}
@media only screen and (max-width: 1087px) and (min-width: 938px) {
	.main-header {
		width: 80%;
    }
    .h-slider {
        margin-top: 130px;
    }
    .coletores-slider.center {
        margin-top: -49px;
        margin-left: 60px;
    }
    .bx-pager.bx-default-pager{
        top: 73%!important;
    }
    .bx-wrapper .bx-caption { 
        top: 42%;
    }
    .bx-wrapper .bx-caption span {
        padding: 20px!important;
    }
    .associados-slider{
        width: 100%;
    }
	.main-header-2 {
		width: 50%;
    }
    .page-ade{
        background: none!important;
        background-color: #FFF!important;
    }
    .pagelixo{
        background: url(../images/background-home.jpg) no-repeat fixed!important;
    }
    .pilhas-slid{
        width: 50%;
        background-size: 150%;
    }
    .eletronicos-slid{
        width: 50%;
        background-size: 150%;
    }
	.slider-home {
		background: url(../images/edtbckwhite.png) no-repeat;
        background-size: 27%;
        background-position: top center;
        background-position-y: 30px;
	}
	.slider-adesao{
		background: url(../images/background-adesao2.jpg) no-repeat fixed;
	}
	footer.back-footer{
        background: url(../images/barra.jpg) no-repeat fixed;
        background-size: 100% 150%;
	}
	.page-bottom {
		background: url(../images/barra-rigth-sobre.jpg) no-repeat right #f8f8f8;
		background-size: 58%;
    }
    .page-bottom-sty2 {
        background: url(../images/barra3.png) no-repeat right #f8f8f8;
    }
	ul.img-footer>li>img {
		width: 80px;
		margin-right: 20px;
	}
	ul.copyrigth-footer{
		margin-bottom: 20px;
	}
	ul.copyrigth-footer>li{
		font-size: 11px;
	}
	
}
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
    .coletores-slider.center {
        margin-top: -97px;
        margin-left: -30px;
    }
    .bx-wrapper .bx-caption span { 
        width: 45%!important;
    }
    .notmaps {
        width: 100%;
    }
    .bx-pager.bx-default-pager {
        left: 90%;
    }
    #colslid { 
        margin-top: 63px;
        margin-left: 30px;
        margin-bottom: 120px;
    }
}
@media only screen and (max-width: 938px) and (min-width: 769px) {
	.main-header {
		width: 90%;
    }
    .bx-wrapper .bx-caption span {
        font-size: 19px;
        padding: 10px!important;
        width: 60%;
    }
    .bx-wrapper .bx-caption { 
        top: 42%;
    }
    .bx-pager.bx-default-pager { 
        left: 82%;
        top: 64%;
    }
    .coletores-slider.center {
        margin-top: -89px;
        margin-left: 60px;
    }
    .lef-descarte {
        width: 110%;
    }
    .h-slider {
        margin-top: 130px;
    }
    .pagelixo{
        background: url(../images/background-home.jpg) no-repeat fixed!important;
    }
	.main-header-2 {
		width: 60%;
    }
    .pilhas-slid{
        width: 50%;
        background-size: 170%;
    }
    .page-ade{
        background: none!important;
        background-color: #FFF!important;
    }
    .eletronicos-slid{
        width: 50%;
        background-size: 170%;
    }
	.slider-home {
		background: url(../images/edtbckwhite.png) no-repeat;
        background-size: 27%;
        background-position: top center;
        background-position-y: 30px;
    }
    .associados-slider{
        width: 75%;
    }
	.slider-adesao{
		background: url(../images/background-adesao2.jpg) no-repeat fixed;
	}
	footer.back-footer{
        background: url(../images/barra.jpg) no-repeat fixed;
        background-size: 100% 150%;
	}
	.page-bottom {
		background: url(../images/barra-rigth-sobre.jpg) no-repeat right #f8f8f8;
		background-size: 76%;
    }
    .page-bottom-sty2 {
        background: url(../images/barra3.png) no-repeat right #f8f8f8;
    }
	ul.img-footer>li>img {
		width: 80px;
		margin-right: 20px;
	}
	ul.copyrigth-footer{
		margin-bottom: 20px;
	}
	ul.copyrigth-footer>li{
		font-size: 11px;
    }	
    .txt-descarte {
        float: none;
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .page-map-descarte>.main-header>img {
        width: 300px;
        margin: 0 auto;
        margin-top: 40px;
        float: none;
        margin-bottom: 40px;
        display: block;
    }
}

@media screen and (max-width: 768px){
    .bx-video{
        padding: 0 1%;
        width: 100%;
        left: 0;
        top: 90%!important;
        height: 250px;
    }
    .bx-video1{
        padding: 0 1%;
        width: 100%;
        left: 0;
        top: 90%!important;
        height: 250px;
    }
    .slide-frame{
        border-radius: 5px;
    }
    #btn-residuos{
        width: 15%;
        padding: 2px 0;
        top: 63%;
    }
    .form-subs-news-mail{
        margin-top: 30px !important;
    }
    .form-subs-news-mail label{
        position: relative;
    }
    .label-news-mail{
        position: absolute;
        top: -30px;
        left: 0;
    }
    #news-mail{
        width: 90% !important;
    }
    .sliderhome .bx-caption{
        display: none !important;
    }
    .sliderhome img{
        margin-top: 39px !important;
    }
    /* .slider-home .bx-wrapper .sliderhome .img-home-big{
        display: none !important;
    } */
    .img-box-caption{
        display: block;
    }
}

@media screen and (max-width: 550px) {
    #btn-residuos{
        display: none;
    }
    .item-assoc {
        margin: 10px !important;
    }
    .tbl-assoc{
        width: 100% !important;
    }
}



@media only screen and (max-width: 768px) and (min-width: 751px) {
    div#navbarCollapse {
        width: 64%!important;
    }
    p {
        text-align: justify;    
    }
    /* header>nav>div>a>img {
        width: 90px;
    } */
    .bx-caption {
        width: 100%;
        top: 0!important;
    }
    .bx-viewport {
        height: 610px!important;
    }
    .bx-pager.bx-default-pager {
        position: relative!important;
        width: 23%!important;
        height: 51px!important;
        margin: -40px auto!important;
    }
    .bx-wrapper .bx-caption span {
        padding: 15px;
        text-align: center;
        width: 100%;
        height: 320px;
    }
    .divtxt2{
        padding: 20px!important;
    }
    #divdesc{ 
        margin-top: 0!important;
    }
    #diveletrs { 
        margin-top: 40px!important;
    }.notmaps {
        width: 100%;
    }
    #brtnf{
        margin-top: 0!important;
        display: block!important;
        width: 100%!important;
        position: relative!important;
    }
    #colslid>.bx-wrapper>.bx-viewport {
        height: 300px!important;
    }
    .page.pages.ciclo-page {
        margin-bottom: 80px!important;
    }
    .coletores-slider.center {
        margin-top: 0!important;
        margin-left: 0!important;
        margin-bottom: 0!important;
    }
    .container-cart {
        position: relative;
        margin: 50px auto;
        width: 100%;
        height: 220px;
        float: none;
    }
    #map {
        position: relative!important;
        width: 100%;
        height: 500px!important;
        display: block;
        top: 0;
        bottom: 0;
        right: 0;
    }    
    .bx-wrapper .bx-caption span {
        padding: 10px!important;
    }
    a.btn-a.btn-slider {
        position: absolute;
        width: 90%!important;
        z-index: 999;
        margin: 0!important;
        float: none;
    }
    .imfltta{
        margin-top: 15px!important;
        opacity: 0.4;
        width: 170px!important;
    }
    .bloc-cartis {
        width: 100%;
        margin: 0 auto;
    }
    .pagecatis {
        height: auto;
    }
    .imgmap{
        opacity: 0.2;
    }
    .bx-wrapper .bx-caption { 
        position: absolute;
        width: 100%;
        background: transparent;
        top: 90%!important;
        margin: 0 auto;
        height: 252px;
    }
    .imgmobil{
        width: 100%!important;
    }
    .m0{
        margin: 0 auto!important;
    }
    h2.h2-sty2 {
        text-align: center;
        font-size: 15px;
        padding: 20px;
    }
    #divcols{ 
        margin-top: 0px!important;
        height: 600px!important;
        background: #569789;
        background-image: none;
    }
    .coletores-slider.center {
        margin-top: 21px;
        margin-left: 30px;
    }
    #div1home{ 
        margin-top: 75px!important
    }
    header>nav>div>div>ul {
        margin-top: -4px!important;
    }
    header, .navbar{ 
        background: #004964!important;
    }
    .sliderhome {
        margin-top: 68px;
    }
	div#navbarCollapse{
		width: 100%;
    }
	.itens-header {
		width: 100%;
    }
    .pagelixo{
        background: url(../images/background-home.jpg) no-repeat fixed!important;
    }
    .page-ade{
        background: none!important;
        background-color: #FFF!important;
    }
    ul.copyrigth-footer {
        height: 70px;
    }
    #dfotr{
        display: block;
        width: 100%;
        height: 290px;
        margin: 0;
        clear: both;
    }
    .pilhas-slid{
        width: 100%;
        background-size: 100%;
        min-height: 200px;
    }
    .eletronicos-slid{
        width: 100%;
        background-size: 100%;
        min-height: 200px;
    }
    .rig-descarte, .lef-descarte {
        width: 90%;
        float: none;
        margin: 0 auto;
        padding: 10px;
    }
	.main-header {
		width: 100%;
	}
	.main-header-2 {
		width: 100%;
    }
    .pcons, .econs {
        float: none;
        margin: 0 auto;
        margin-top: 40px;
    }
	.slider-home {
		background: url(../images/edtbckwhite.png) no-repeat;
        background-size: 27%;
        background-position: top center;
        background-position-y: 30px;
	}
	.slider-adesao{
		background: url(../images/background-adesao2.jpg) no-repeat fixed;
	}
	footer.back-footer{
        background: url(../images/barra.jpg) no-repeat fixed;
        background-size: 100% 150%;
        padding: 10px;
	}
	.page-bottom {
		background: url(../images/barra-rigth-sobre.jpg) no-repeat right #f8f8f8;
		background-size: 128%;
    }
    .page-bottom-sty2 {
        background: url(../images/barra3.png) no-repeat right #f8f8f8;
    }
    span.number-faq, span.txt-faq {
        height: 140px;
    }
    .ar-dow.ar-mobile.ardow-page {
        margin: 0 auto;
    }
    .txt-descarte {
        float: none;
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .page-map-descarte>.main-header>img {
        width: 300px;
        margin: 0 auto;
        margin-top: 40px;
        float: none;
        margin-bottom: 40px;
        display: block;
    }
    .right {
        float: none;
        margin: 0 auto;
    }
    .txt-right {
        text-align: center;
    }
    h2.h2-sty2 {
        text-align: center;
        font-size: 15px;
    }
    a.btn-a.btn-estatuto {
        margin: 0 auto;
        display: block;
        float: none;
        margin-top: 30px;
        margin-bottom: 60px;
    }
	ul.img-footer>li>img {
		width: 80px;
		margin-right: 20px;
		margin-top: 40px;
	}
	ul.copyrigth-footer{
		margin-bottom: 20px;
	}
	ul.copyrigth-footer>li{
		font-size: 11px;
	}	
	.main-header.row{
		padding: 0;
	}
	nav.navbar.navbar-expand-md.navbar-dark.bg-dark {
		padding-left: 20px;
		padding-right: 20px;
    }
    .item-h-col>h2 {
        text-align: left;
        color: #FFF;
        font-weight: 600;
        margin-top: 30px;
        text-align: center;
        padding: 20px;
    }
    .item-h-col {
        width: 100%;
    }
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
        left: 0;
        top: 100%;
    }
    .bx-wrapper .bx-pager-item{
        display: inline-block;
    }
    .slider-page>div {
        padding: 0;
        margin: 0;
    }
    .h-slider {
        margin-top: -60px;
        margin-bottom: 50px;
    }
    .associados-slider{
        width: 100%;
    }
	.mb40{
		margin-bottom: 0;
	}
	.ar-mobile{
		margin-top: 50px!important;
	}
	.txt-center-mobile{
		text-align: left!important;
	}
	.center-mobile{
		margin: 0;
    }
    .page-bottom-sty2{
        margin-left: 0;
    }
	.hide-mobile{
		/* display: none; */
	}
	.mobile-6 {
		width: 40%;
		margin: 0 auto;
	}
	.mobile-12 {
		width: 80%;
		margin: 0 auto;
    }
    .ardow-page{
        margin-top: -10px!important;
    }
    .ciclo-page{
        margin-left: 0px;
        overflow: hidden;
    }
    .wpr-optn {
        margin-left: 20px;
    }
    .item-pil {
        width: 100%!important;
    }
    .item-pil>p { 
        width: 210px!important;
    }
    .coletores-slider.center {
        width: 100%!important;
    }
    .btn-accordion { 
        font-size: 14px!important;
    }
    .bgmenu>nav>div>a>img {
        width: 134px;
        margin-top: -13px;
    }
    .btn-localizador { 
        top: 80%!important;
    }
}
@media only screen and (max-width: 750px) {
    .mobilehide{ 
        display: none;
    }
    .mobileshow{
        display: block!important;
    }
    .pdmobile{
        padding: 0!important;
    }
    p {
        text-align: justify;    
    }
    /* header>nav>div>a>img {
        width: 90px;
    } */
    .bx-caption {
        width: 100%;
        top: 0!important;
    }
    .bx-viewport {
        height: fit-content !important;
    }
    .bx-pager.bx-default-pager {
        position: relative!important;
        width: 27%!important;
        height: 51px!important;
        margin: -40px auto!important;
    }
    .bx-wrapper .bx-caption span {
        padding: 15px;
        text-align: center;
        width: 100%;
        height: 320px;
    }
    .divtxt2{
        padding: 20px!important;
    }
    #divdesc{ 
        margin-top: 0!important;
    }
    #diveletrs { 
        margin-top: 40px!important;
    }.notmaps {
        width: 100%;
    }
    #brtnf{
        margin-top: 0!important;
        display: block!important;
        width: 100%!important;
        position: relative!important;
    }
    #colslid>.bx-wrapper>.bx-viewport {
        height: 300px!important;
    }
    .page.pages.ciclo-page {
        margin-bottom: 80px!important;
    }
    .coletores-slider.center {
        margin-top: 0!important;
        margin-left: 0!important;
        margin-bottom: 0!important;
    }
    .container-cart {
        position: relative;
        margin: 50px auto;
        width: 100%;
        height: 220px;
        float: none;
    }
    #map {
        position: relative!important;
        width: 100%;
        height: 500px!important;
        margin-top: 20px;
        display: block;
        top: 0;
        bottom: 0;
        right: 0;
    }    
    .bx-wrapper .bx-caption span {
        padding: 10px!important;
    }
    a.btn-a.btn-slider {
        position: absolute;
        width: 90%!important;
        z-index: 999;
        margin: 0!important;
        float: none;
    }
    .imfltta{
        margin-top: 15px!important;
        opacity: 0.4;
        width: 170px!important;
    }
    .bloc-cartis {
        width: 100%;
        margin: 0 auto;
    }
    .pagecatis {
        height: auto;
    }
    .imgmap{
        opacity: 0.2;
    }
    .bx-wrapper .bx-caption { 
        position: absolute;
        width: 100%;
        background: transparent;
        top: 90%!important;
        margin: 0 auto;
        height: 250px;
    }
    .imgmobil{
        width: 100%!important;
    }
    .m0{
        margin: 0 auto!important;
    }
    h2.h2-sty2 {
        text-align: center;
        font-size: 15px;
        padding: 20px;
    }
    #divcols{ 
        margin-top: 0px!important;
        height: 600px!important;
        background: #569789;
        background-image: none;
    }
    .coletores-slider.center {
        margin-top: 21px;
        margin-left: 30px;
    }
    #div1home{ 
        margin-top: 75px!important
    }
    header>nav>div>div>ul {
        margin-top: -4px!important;
    }
    header, .navbar{ 
        background: #004964!important;
    }
    .sliderhome {
        margin-top: 68px;
    }
	div#navbarCollapse{
		width: 100%;
    }
	.itens-header {
		width: 100%;
    }
    .pagelixo{
        background: url(../images/background-home.jpg) no-repeat fixed!important;
    }
    .page-ade{
        background: none!important;
        background-color: #FFF!important;
    }
    ul.copyrigth-footer {
        height: 70px;
    }
    #dfotr{
        display: block;
        width: 100%;
        height: 290px;
        margin: 0;
        clear: both;
    }
    .pilhas-slid{
        width: 100%;
        background-size: 100%;
        min-height: 200px;
    }
    .eletronicos-slid{
        width: 100%;
        background-size: 100%;
        min-height: 200px;
    }
    .rig-descarte, .lef-descarte {
        width: 90%;
        float: none;
        margin: 0 auto;
        padding: 10px;
    }
	.main-header {
		width: 100%;
	}
	.main-header-2 {
		width: 100%;
    }
    .pcons, .econs {
        float: none;
        margin: 0 auto;
        margin-top: 40px;
    }
	.slider-home {
		background: url(../images/edtbckwhite.png) no-repeat;
        background-size: 27%;
        background-position: top center;
        background-position-y: 30px;
	}
	.slider-adesao{
		background: url(../images/background-adesao2.jpg) no-repeat fixed;
	}
	footer.back-footer{
        background: url(../images/barra.jpg) no-repeat fixed;
        background-size: 100% 150%;
	}
	.page-bottom {
		background: url(../images/barra-rigth-sobre.jpg) no-repeat right #f8f8f8;
		background-size: 128%;
    }
    .page-bottom-sty2 {
        background: url(../images/barra3.png) no-repeat right #f8f8f8;
    }
    span.number-faq, span.txt-faq {
        height: 140px;
    }
    .ar-dow.ar-mobile.ardow-page {
        margin: 0 auto;
    }
    .txt-descarte {
        float: none;
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .page-map-descarte>.main-header>img {
        width: 300px;
        margin: 0 auto;
        margin-top: 40px;
        float: none;
        margin-bottom: 40px;
        display: block;
    }
    .right {
        float: none;
        margin: 0 auto;
    }
    .txt-right {
        text-align: center;
    }
    h2.h2-sty2 {
        text-align: center;
        font-size: 15px;
    }
    a.btn-a.btn-estatuto {
        margin: 0 auto;
        display: block;
        float: none;
        margin-top: 30px;
        margin-bottom: 60px;
    }
	ul.img-footer>li>img {
		width: 80px;
		margin-right: 20px;
		margin-top: 40px;
	}
	ul.copyrigth-footer{
		margin-bottom: 20px;
	}
	ul.copyrigth-footer>li{
		font-size: 11px;
	}	
	.main-header.row{
		padding: 0;
	}
	nav.navbar.navbar-expand-md.navbar-dark.bg-dark {
		padding-left: 20px;
		padding-right: 20px;
    }
    .item-h-col>h2 {
        text-align: left;
        color: #FFF;
        font-weight: 600;
        margin-top: 30px;
        text-align: center;
        padding: 20px;
    }
    .item-h-col {
        width: 100%;
    }
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
        left: 0;
        top: 100%;
    }
    .bx-wrapper .bx-pager-item{
        display: inline-block;
    }
    .slider-page>div {
        padding: 0;
        margin: 0;
    }
    .h-slider {
        margin-top: -60px;
        margin-bottom: 50px;
    }
    .associados-slider{
        width: 100%;
    }
	.mb40{
		margin-bottom: 0;
	}
	.ar-mobile{
		margin-top: 50px!important;
	}
	.txt-center-mobile{
		text-align: left!important;
	}
	.center-mobile{
		margin: 0;
    }
    .page-bottom-sty2{
        margin-left: 0;
    }
	.hide-mobile{
		display: none;
	}
	.mobile-6 {
		width: 40%;
		margin: 0 auto;
	}
	.mobile-12 {
		width: 80%;
		margin: 0 auto;
    }
    .ardow-page{
        margin-top: -10px!important;
    }
    .ciclo-page{
        margin-left: 0px;
        overflow: hidden;
    }
    .wpr-optn {
        margin-left: 20px;
    }
    .item-pil {
        width: 100%!important;
    }
    .item-pil>p { 
        width: 210px!important;
    }
    .coletores-slider.center {
        width: 100%!important;
    }
    .btn-accordion { 
        font-size: 14px!important;
    }
    .bgmenu>nav>div>a>img {
        width: 134px;
        margin-top: -13px;
    }
    .btn-localizador { 
        top: 80%!important;
    }
}

/* SCROLL BAR CUSTOM */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #01405f; 
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #10243a; 
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #10243a; 
}

/*Page Coleta em Casa*/
.page-coleta-em-casa.pages {
    position: relative;
}
.page-coleta-em-casa h1{          
    font-size: 57pt;
    line-height: 46pt;
    margin-bottom: 50px;
    max-width: 300px;    
}
a.btn-a.btn-coleta-em-casa {
    background: #96c11f;
    width: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 32px!important;
    margin-top: 3rem;
    line-height: 1;
    max-width: 390px;
    margin-left: 0;
    font-weight: 800;
    padding: 15px;
}
a.btn-a.btn-coleta-em-casa:hover{
    background: transparent;
    border-color: #96c11f;
    color: #96c11f;
}
img.icone-coleta{
    margin-top: 4rem;
}
img.ilustracao-bg-coleta{
    display: none;
}

@media only screen and (max-width: 299.98px){
    img.icone-coleta {
        max-width: 60px;
    }
    .page-coleta-em-casa h1{
        margin-top: 2rem;
        font-size: 35pt;        
        max-width: 200px;     
    }
    a.btn-a.btn-coleta-em-casa {        
        font-size: 29px!important;
    }
}
@media only screen and (min-width: 300px){
    img.icone-coleta {
        position: absolute;
        max-width: 70px;
    }
    .page-coleta-em-casa h1{
        margin-top: 4rem;
        font-size: 30pt;
        max-width: 180px;
        margin-left: 90px;  
    }
}
@media only screen and (min-width: 768px){
    .page-coleta-em-casa .icone-coleta{
        max-width: 110px;        
    }
    .page-coleta-em-casa h1{          
        font-size: 50pt;
        margin-bottom: 40px;
        margin-left: 130px;
        max-width: 270px;
    }
    /* .slider-home .bx-wrapper .sliderhome .img-home-small{
        display: none !important;
    } */
    .img-box-caption{
        display: none;
    }
}
 @media only screen and (min-width: 1200px){
    .page-coleta-em-casa h1,
    .page-coleta-em-casa .icone-coleta{
        margin-top: 1rem;
    }
    img.ilustracao-bg-coleta {
        display: block;
        position: absolute;
        bottom: 7%;
        right: 0;
        z-index: -1;
    }
}  
 @media only screen and (min-width: 1500px){
    img.ilustracao-bg-coleta {
        bottom: 0;
    }
}

.wp-block-embed__wrapper iframe {
    width: 100% !important;
}
/* end Page Coleta em Casa