body
{
    background-color: #F9FFF9;
    overflow-x: hidden;
}
p
{
    color: rgb(77, 77, 77);
    cursor: default;
}
h1
{
    cursor: default;
}
small
{
    cursor: default;
}

/*----------------------------------------------MENU SUSPENSO*/

.menuSuperior
{
    background-color: #002000;
}

/*LOGO*/
.menuSuperior img
{
    height: 58px;
}


/*ÍCONE CALCULADORA*/
.icon-container {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    transform: translateY(-2px);
}
.icon-container img {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 !important; 
    padding: 0 !important;
    transition: opacity 0.4s ease-in-out;
}
.icon-white {
    filter: brightness(0) invert(1);
    opacity: 1;
}
.icon-green {
    filter: invert(44%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
    opacity: 0;
}
.nav-link:hover .icon-white {
    opacity: 0;
}

.nav-link:hover .icon-green {
    opacity: 1;
}



/*LINK SOBRE*/
.linkMenu
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.3s;
}

.linkMenu:hover
{
    color: #00cc00;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .menuSuperior{
        padding: 10px;
    }
}

@media (min-width: 1024px){
    .menuSuperior{
        padding: 10px 65px;
    }
}

/*--------------------------------------------/MENU SUSPENSO*/



/*-----------------------------SLOGAN*/

.imgSustentabilidade
{
    height: auto;
    width: 90%;
    border-radius: 30px;
}


.slogan
{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #004F00;

    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: -26px;
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{

    .imgSustentabilidade
    {
        transform: scale(1.2);
    }

    .slogan{
        font-size: 2.2rem;
        padding-top: 22px;
    }
}

@media (min-width: 1024px){
    .slogan{
        font-size: 3.7rem;
        margin-top: 10px;
    }

    .imgSustentabilidade{
        height: auto;
        width: 100%;
        border-radius: 30px;
    }
}

.pontoVerdeDestaque
{
    color: #00cc00;
}

/*----------------------------/SLOGAN*/



/*-----------------------------------OS 3 BOTÕES*/

.menuText
{  
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;

    display: inline-block;
}

.pMenu
{
    font-size: 1.2rem;
    line-height: 20px;
    text-align: center;
    color: #004F00;

    margin-top: 5px;
    margin-bottom: 0;
    max-width: 150px;
}

.lixoEletronicoImg
{
    width: 160px;
    height: 95px;
    border-radius: 20px;
}

.comoDescartarDiv
{
    width: 160px;
    height: 95px;
    border-radius: 20px;
    background-image: radial-gradient(circle, #00c16a, rgb(0, 142, 0));

    display: flex;
    justify-content: center;
    align-items: center;
}

.comoDescartarImg
{
    width: 100px;
    height: 80px;
    margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    
    .lixoEletronicoImg{
        width: 240px;
        height: 150px;
        border-radius: 20px;
    }

    .comoDescartarDiv{
        width: 240px;
        height: 150px;
        border-radius: 20px;
        background-image: radial-gradient(circle, #00c16a, rgb(0, 142, 0));

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .comoDescartarImg{
        width: 160px;
        height: 125px;
        margin: 0;
    }

    .pMenu{
        font-size: 1.5rem;
        line-height: 25px;
        text-align: center;

        margin-top: 10px;
        margin-bottom: 0;
        max-width: 200px;
    }

    .fundoContainer{
        margin-top: 90px;
    }

}

@media (min-width: 1024px){
    .fundoContainer{
        background-image: url(../img/fundoBtn.Otimizada.webp);
        background-color: #F9FFF9;
        background-size: 25% 50%;
        background-repeat: no-repeat;
        background-position: center;

        padding: 55px;
    }

    .lixoEletronicoImg{
        width: 310px;
        height: 200px;
        border-radius: 30px;

        margin-top: 15px;
    }

    .comoDescartarImg{
        width: 250px;
        height: 180px;

        margin: 0;
        margin-top: 15px;
    }

    .comoDescartarDiv{
        width: 310px;
        height: 200px;
        border-radius: 30px;
        background-image: radial-gradient(circle, #00c16a, rgb(0, 142, 0));

        margin-top: 15px;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pMenu{
        max-width: 300px;
    }
}

.paiAnimacao
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*-----------ANIMAÇÃO------------*/

a .paiAnimacao:hover
{
    transform: scale(1.05);
    filter: brightness(1.3);
}

/*-----------ANIMAÇÃO------------*/

/*-----------------------------------/OS 3 BOTÕES*/



/*-------------------------------------EVOLUIR...*/

.h1Destaque
{
    font-size: 1.6rem;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px;

    color: #004F00;
}

.destruir
{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #00e000;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .h1Destaque{
        font-size: 2.2rem;
        text-align: center;

        margin-top: 70px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px){
    .h1Destaque{
        font-size: 3.1rem;
        text-align: center;

        margin-top: 50px;
        margin-bottom: 60px;
    }
}

/*-------------------------------------/EVOLUIR...*/



/*-----------------------------------IMPACTO AMBIENTAL*/

.imgAlerta
{
    border-radius: 30px;
    height: 105px;
    width: 125px;
    margin-left: 15px;
}

.textAlerta
{
    max-width: 200px;
    margin-left: 15px;
}

.imgAgua
{
    border-radius: 30px;
    height: 105px;
    width: 135px;

    position: relative;
    right: 25px;
}

.textAgua
{
    margin-bottom: 0;
    max-width: 200px;
}

.imgSolo
{
    border-radius: 30px;
    height: 115px;
    width: 125px;
    margin-left: 15px;
}

.textSolo
{
    max-width: 210px;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .imgAlerta{
        border-radius: 30px;
        height: 150px;
        width: 175px;
        margin-left: 15px;
    }
    .textAlerta{
        font-size: 1.5rem;
        max-width: 300px;
        margin-left: 15px;
    }

    .imgAgua{
        border-radius: 30px;
        height: 150px;
        width: 195px;

        margin-left: -25px;
    }
    .textAgua{
        font-size: 1.5rem;
        text-align: left;
        margin-bottom: 0;
        max-width: 300px;
    }

    .imgSolo{
        border-radius: 30px;
        height: 170px;
        width: 175px;
        margin-left: 15px;
    }
    .textSolo{
        font-size: 1.5rem;
        max-width: 310px;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px){
    .imgAlerta{
        border-radius: 30px;
        height: 200px;
        width: 225px;
        margin-left: 15px;
    }
    .textAlerta{
        font-size: 2rem;
        max-width: 400px;
        margin-left: 15px;
    }

    .imgAgua{
        border-radius: 30px;
        height: 200px;
        width: 275px;

        margin-left: -25px;
        margin-top: 50px;
    }
    .textAgua{
        font-size: 2rem;
        text-align: left;
        margin-top: 50px;
        margin-bottom: 0;
        max-width: 400px;
    }

    .imgSolo{
        border-radius: 30px;
        height: 230px;
        width: 225px;

        margin-top: 50px;
        margin-left: 15px;
    }
    .textSolo{
        font-size: 2rem;
        max-width: 410px;
        margin-bottom: 0;
        margin-top: 50px;
    }
}

/*-----------------------------------/IMPACTO AMBIENTAL*/



/*-----------------------------------ENCONTRE ECO PONTOS*/

.h1Pontos
{
    font-size: 1.6rem;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 0;

    color: #00e000;
}
.pPontos
{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.15rem;
    color: #004F00;

    letter-spacing: -1px;
}

.mtPonto{
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .h1Pontos{
        font-size: 2.2rem;
        margin-top: 55px;
    }
    .pPontos{
        font-size: 1.8rem;
    }
    .mtPonto{
        margin-bottom: 60px;
    }
}

@media (min-width: 1024px){
    .h1Pontos{
        font-size: 3.1rem;
        margin-top: 40px;
    }
    .pPontos{
        font-size: 2.3rem;
    }  
    .mtPonto{
        margin-bottom: 60px;
    }
}

/*-----------------------------------/ENCONTRE ECO PONTOS*/



/*-----------------------------------SEÇÃO SOBRE*/
.imgSobre{
    height: 180px;
    width: 360px;
    position: absolute;
    z-index: -1;
    border-radius: 60px;
    filter: brightness(0.8);
    margin-bottom: 50px;
    margin-top: 10px;
}
.textSobre{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    max-width: 200px;
    color: white;
    margin-top: 35px;
    margin-right: 55px;
    margin-bottom: -10px;
    text-shadow: 0 0 9px rgba(40, 167, 69, 0.8);
}
.textSobre2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    max-width: 250px;
    color: white;
    margin-right: 55px;
    margin-bottom: -10px;
    text-shadow: 0 0 9px rgba(40, 167, 69, 0.8);
}
.textSobre3{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    max-width: 250px;
    color: white;
    text-shadow: 0 0 9px rgba(40, 167, 69, 0.8);
}
.pSobre{
    max-width: 300px;
    color: white;
    font-size: 0.8rem;
    text-align: center;
    margin-top: 10px;
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
}
.pSobre2{
    max-width: 330px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 0.9rem;
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
}
.alturaSobre{
    height: 350px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .imgSobre{
        height: 330px;
        width: 630px;
        margin-bottom: 50px;
        margin-top: 10px;
    }
    .textSobre{
        max-width: 500px;
        font-size: 1.8rem;
        
        margin-left: 40px;
        margin-top: 55px;
        margin-bottom: -5px;
        
    }
    .textSobre2{
        font-size: 1.8rem;
        max-width: 500px;

        margin-left: 40px;
        margin-bottom: -5px;
    }
    .textSobre3{
        font-size: 1.8rem;
        max-width: 500px;

        margin-right: 15px;
        margin-bottom: -5px;
    }
    .pSobre{
        max-width: 370px;
        font-size: 1.1rem;
        text-align: left;
        line-height: 1.2;

        margin-top: 5px;
        margin-right: 160px;
        margin-bottom: 0;
    }
    .pSobre2{
        max-width: 400px;
        font-size: 1.1rem;
        line-height: 1.2;
        color: white;
        text-align: left;

        margin-right: 130px;
    }
}

@media (min-width: 1024px){
    .alturaSobre{
    height: 530px;
}
    .imgSobre{
        height: 460px;
        width: 920px;
        border-radius: 70px;
        filter: brightness(0.8);
    }
    .textSobre{
        max-width: 1000px;
        font-size: 2.5rem;
        color: white;
        text-shadow: 0 0 9px rgba(40, 167, 69, 0.8);

        margin-left: 210px;
        margin-top: 70px;
    }
    .textSobre2{
        max-width: 1000px;
        font-size: 2.5rem;
        color: white;
        text-shadow: 0 0 9px rgba(40, 167, 69, 0.8);

        margin-left: 210px;
        margin-top: -34px;
    }
    .textSobre3{
        max-width: 1000px;
        font-size: 2.5rem;
        color: white;
        text-shadow: 0 0 9px rgba(40, 167, 69, 0.8);

        margin-left: 160px;
        margin-top: -34px;
        margin-bottom: -25px;
    }
    .pSobre{
        max-width: 1000px;
        color: white;
        font-size: 1.1rem;
        text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;

        margin-top: -20px;
        margin-left: 140px;
        margin-bottom: -25px;
    }
    .pSobre2{
        max-width: 400px;
        color: white;
        font-size: 1.1rem;
        text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;

        margin-top: -20px;
        margin-right: 420px;
        margin-bottom: 80px;
    }
}

@media (min-width: 1280px){
    .textSobre{
        max-width: 1000px;
        font-size: 2.4rem;
        color: white;
        text-shadow: 0 0 9px rgba(40, 167, 69, 0.8);

        margin-left: 260px;
        margin-top: 70px;
    }
    .textSobre2{
        max-width: 1000px;
        font-size: 2.4rem;
        color: white;
        text-shadow: 0 0 9px rgba(40, 167, 69, 0.8);

        margin-left: 260px;
        margin-top: 10px;
    }
    .textSobre3{
        max-width: 1000px;
        font-size: 2.4rem;
        color: white;
        text-shadow: 0 0 9px rgba(40, 167, 69, 0.8);

        margin-left: 205px;
        margin-top: 10px;
        margin-bottom: -5px;
    }
    .pSobre{
        max-width: 1000px;
        color: white;
        font-size: 1.1rem;
        text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;

        margin-top: 10px;
        margin-left: 180px;
        margin-bottom: 20px;
    }
    .pSobre2{
        max-width: 400px;
        color: white;
        font-size: 1.1rem;
        text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;

        margin-right: 420px;
        margin-bottom: 80px;
    }
    .alturaSobre{
    height: 465px;
}
}
/*-----------------------------------/SEÇÃO SOBRE*/



/*-----------------------------------RODAPÉ*/

.barraInferior
{
    background-color: #03180F;
    padding: 10px;
}

.logoRodape{
    height: 50px;
    width: 105px;
}

.textBarra
{
    color: rgb(152, 152, 152);
    font-size: 0.5rem;
    letter-spacing: 1px;
}
.linhaSmall{
    margin-top: -9px;
}

/*------------BOTÃO*/
.btn-voltar {
  display: inline-block;
  background-color: #2e7d32;

  padding: 10px 15px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;

  border-radius: 5px;
  transition: 0.3s;
}

.btn-voltar:hover {
  background-color: #1b5e20;
}
/*------------BOTÃO*/

@media screen and (min-width: 768px) and (max-width: 1023px){
    .barraInferior{
        padding: 10px;
    }
    .logoRodape{
        height: 80px;
        width: 170px;
    }
    .btn-voltar{
        padding: 15px 20px;
        font-size: 1.7rem;
    }
    .textBarra{
        font-size: 1.2rem;
    }
    .linhaSmall{
        margin-top: -5px;
    }
}

@media (min-width: 1024px){
    .textBarra{
        font-size: 0.8rem;
    }
    .linhaSmall{
        margin-top: -3px;
    }
}

/*-----------------------------------/RODAPÉ*/