
body
{
    background-color: #F9FFF9;
    overflow-x: hidden;
}
p
{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(77, 77, 77);
    cursor: default;
}
h1
{
    cursor: default;
}
h2
{
    cursor: default;
}
small
{
    cursor: default;
}

.pJustify
{
    text-align: justify;
    hyphens: auto;
    word-break: break-word;
}

/*----------------------------------------------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 img{
        height: 80px;
        width: 170px;
    }
    .menuSuperior{
        padding: 10px;
    }
    .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;
    }
}

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

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


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

#h1Slogan
{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.7rem;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;

    color: #004F00;
}

.destaque
{
    color: #00cc00;
}

.imgSlogan
{
    border-radius: 30px;
    margin-left: -10px;

    height: 220px;
    width: 140px;
}

@media screen and (min-width: 768px) and (max-width:1023px){
    #h1Slogan{
        font-size: 3.3rem;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    p{
        font-size: 1.7rem;
    }

    .imgSlogan{
        height: 350px;
        width: 240px;
    }
}

@media (min-width: 1024px){
    #h1Slogan{
        text-align: center;
        margin-right: 310px;
        margin-top: 25px;
        margin-bottom: 10px;
        font-size: 3.1rem;
    }
    .imgSlogan{
        
        height: 420px;
        width: 310px;
        margin-top: -125px;
        margin-right: 65px;
    }

    p{
        font-size: 1.4rem;
        max-width: 600px;
    }
    .pSloganM{
        margin-left: 80px;
        max-width: 590px;
    }

}
@media (min-width: 1280px){
    .pSloganM{
        margin-left: 85px;
        max-width: 640px;
    }
    #h1Slogan{
        margin-right: 300px;
    }
}

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


/*--------------------------------------PNRS*/

.imgIntroducao
{
    border-radius: 30px;
    margin-bottom: 30px;

    width: 300px;
    height: 200px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .imgIntroducao{
        width: 580px;
        height: 400px;

        margin-bottom: 55px;
        margin-top: 25px;
    }
}

@media (min-width: 1024px){
    .imgIntroducao{
        width: 560px;
        height: 340px;

        margin-left: 90px;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .pPnrsM{
        margin-right: 40px;
        margin-left: 45px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width: 1280px){
    .pPnrsM{
        margin-left: 15px;
        margin-right: 75px;
    }
    .imgIntroducao{
        width: 545px;
        height: 340px;
        margin-left: 95px;
    }
}

/*--------------------------------------/PNRS*/


/*--------------------------------------PREPARAÇÃO PARA O DESCARTE*/

#h1Preparacao
{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.8rem;
    margin-bottom: 15px;
    margin-top: 20px;

    color: #004F00;
}
.destaque
{
    color: #00cc00;
}

.h2Passo
{
    font-size: 1.2rem;
}


.imgPasso1
{
    border-radius: 30px;
    height: 110px;
    width: 40%;
}

.imgPasso2
{
    border-radius: 30px;
    height: 110px;
    width: 40%;
    
}

.imgPasso3
{
    border-radius: 30px;
    height: 110px;
    width: 40%;
    
}

.imgPasso4
{
    border-radius: 30px;
    height: 110px;
    width: 40%;
    
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    #h1Preparacao{
        font-size: 3.3rem;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .h2Passo{
        font-size: 2rem;
    }

    .imgPasso1{
        height: 170px;
        width: 40%;

        margin-top: 20px;
    }
    .imgPasso2{
        height: 170px;
        width: 40%;
        
        margin-top: 20px;
    }

    .imgPasso3{
        height: 170px;
        width: 40%;
        
        margin-top: 20px;
    }

    .imgPasso4{
        height: 170px;
        width: 40%;

        margin-top: 20px;
    }
}

@media (min-width: 1024px){
    #h1Preparacao{
        font-size: 3rem;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .pPreparacao{
        margin-bottom: 50px;
    }
    .displayPasso1{
        display: grid;
        grid-template-columns: 1fr 1fr; 
        align-items: center;
    }
    .pPasso1M{
        grid-column: 1;
        margin-left: 85px;
    }
    .h2Passo1{
        grid-column: 1;
        font-size: 2.5rem;
        margin-left: 85px;
    }
    .imgPasso1{
        height: 270px;
        width: 80%;

        margin-top: 20px;
        margin-right: 75px;

        grid-column: 2;
        grid-row: 1 / 3;
        justify-self: end;
    }
    

    .displayPasso2{
        display: grid;
        grid-template-columns: 1fr 1fr; 
        align-items: center;
        gap: 0 20px;
    }
    .imgPasso2{
        height: 270px;
        width: 80%;
        
        margin-top: 20px;
        margin-left: 85px;

        grid-column: 1;
        grid-row: 1 / 3;
        justify-self: end;
    }
    .pPasso2{
        grid-column: 2;
        margin-right: 40px;
    }
    .h2Passo2{
        grid-column: 2;
        font-size: 2.5rem;
    }


    .displayPasso3{
        display: grid;
        grid-template-columns: 1fr 1fr; 
        align-items: center;
    }
    .imgPasso3{
        height: 270px;
        width: 80%;
        
        margin-top: 20px;
        margin-right: 70px;

        grid-column: 2;
        grid-row: 1 / 3;
        justify-self: end;
    }
    .h2Passo3{
        grid-column: 1;
        font-size: 2.5rem;
        margin-left: 85px;
    }
    .pPasso3{
        grid-column: 1;
        margin-left: 85px;
    }



    .displayPasso4{
        display: grid;
        grid-template-columns: 1fr 1fr; 
        align-items: center;
        gap: 0 20px;
    }
    .imgPasso4{
        height: 270px;
        width: 80%;

        margin-top: 20px;
        margin-left: 85px;

        grid-column: 1;
        grid-row: 1 / 3;
        justify-self: end;
    }
    .h2Passo4{
        grid-column: 2;
        font-size: 2.5rem;
    }
    .pPasso4{
        grid-column: 2;
        margin-right: 50px;
    }
}
@media (min-width: 1280px){
    .pPasso2{
        grid-column: 2;
        margin-right: 90px;
    }
    .pPasso4{
        grid-column: 2;
        margin-right: 90px;
    }
}

/*--------------------------------------/PREPARAÇÃO PARA O DESCARTE*/


/*--------------------------------------DESCUBRA LOCAIS DE DESCARTE*/

.containerPai
{
    background-color: #2ecc71;
}

#h1ProximoPasso
{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 25px;
    margin-top: 25px;

    color: #004F00;
}
.destaquePronto
{
    color: white;
}

.imgPronto
{
    border-radius: 30px;
    height: 100px;
    width: 110%;

    margin-left: -12px;
}

.imgMaps
{
    border-radius: 30px;
    height: 100px;
    width: 110%;
}


/*------------BOTÃO*/
.btn-pontosColeta {
  display: inline-block;
  width: 300px;
  background-color: #2e7d32;

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

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

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


@media screen and (min-width: 768px) and (max-width: 1023px){
    .containerPai{
        margin-top: 30px;
    }
    #h1ProximoPasso{
        font-size: 3.1rem;
        margin-top: 50px;
        margin-bottom: 50px;
    }


    .imgPronto{
        height: 180px;
        width: 100%;
    }
    .imgMaps{
        height: 180px;
        width: 100%;
        margin-left: 30px;
    }

    .pChegou{
        margin-left: 30px;
        max-width: 380px;
    }
    .pPonto{
        padding-left: 30px;
    }

    .linha1{
        padding-bottom: 50px;
    }
    .linhaBotao{
        padding-bottom: 30px;
    }

    .btn-pontosColeta{
        padding: 25px 30px;
        width: 420px;
        font-size: 2rem;
    }
}

@media (min-width: 1024px){
    #h1ProximoPasso{
        font-size: 3rem;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .imgPronto{
        height: 220px;
        width: 70%;
    }
    .pChegou{
        margin-left: 200px;
        max-width: 380px;
    }

    .imgMaps{
        height: 220px;
        width: 70%;
        margin-left: 200px;
    }
    .pPonto{
        padding-left: 70px;
        max-width: 380px;
    }

    .linhaBotao{
        padding-bottom: 25px;
    }
}
@media (min-width: 1280px){
    .imgMaps{
        height: 220px;
        width: 70%;
        margin-left: 260px;
        margin-top: 40px;
    }
    .pPonto{
        padding-left: 115px;
        max-width: 430px;
    }
    .imgPronto{
        height: 220px;
        width: 70%;
        margin-left: 1px;
    }
    .pChegou{
        margin-left: 270px;
        max-width: 375px;
    }
}
/*--------------------------------------/DESCUBRA LOCAIS DE DESCARTE*/



/*-----------------------------------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É*/