.menuContainer {
    background-color: #85DAB6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .25rem 1rem;
}

.imgLogo {
    @media screen and (max-width: 400px) {
        width: 150px;
    }
}

.buttonContainer {
    display: flex;
    align-items: center;
}

.wrapper {
    @media screen and (max-width: 720px) {
        display: none;
    }
}

.buttonMenu{
    font-family: "Noto Sans", sans-serif;
    font-size: 1.25rem;
    border: none;
    border-radius: 8px;
    padding: .2rem 1.25rem;
    margin: 0 .5rem;
    cursor: pointer;
    color: #FAFAFA;
}

.buttonGreen {
    background-color: #1CAE70;
}

.buttonOrange {
    background-color: #F28E1F;
}

.linksContainer {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    background-color: #168C5A;
    border-radius: 0 0 0 5px;
    z-index: 100;
}

.linksContainer.active{
    display: block;
}

.mobile-menu.active .line1 {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu.active .line2 {
    opacity: 0;
}

.mobile-menu.active .line3 {
    transform: rotate(-45deg) translate(7px, -7px);
}

.linkCloseWrapper {
    display: flex;
    justify-content: end;
    padding: .5rem;
}

.linkCloseWrapper img {
    cursor: pointer;
}

.linkItem {
    background-color: #168C5A;
    text-align: center;
    padding: 1.5rem;
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #FAFAFA;
}

.linkItem:hover {
    cursor: pointer;
    background-color: #1DAF71;
}

.linkBtnWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 7rem;
    padding-bottom: 1rem;
}

.mobile-menu {
    cursor: pointer;
}
  
.mobile-menu div {
    width: 32px;
    height: 3px;
    background: #1C1C1C;
    margin: 7px;
    transition: 0.3s;
}

.quemSomosFooter {
    background-color: #85DAB6;
    padding: 1rem;
    color: #1C1C1C;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2.5rem;
    @media screen and (max-width: 834px){
        padding: 5rem 10px;
    }
}

.quemSomosFooter p {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    width: min(30rem, 100%);
    text-align: justify;
}

.quemSomosFooter span {
    font-family: "Noto Sans", sans-serif;
    color: #168C5A;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.quemSomosFooter .logoFooter {
    width: 100%;
    max-width: 300px;
}

.quemSomosFooter .contato {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    gap: 0.5rem;
}

.quemSomosFooter .contato .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.quemSomosFooter .contato .content img{
    width: 50px;
    height: 50px;
}

.infoFooter {
    background-color: #168C5A;
    padding: 2rem 5rem;
    gap: 10px;
    color: #D2F1DC;
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    text-align: center;

    @media screen and (max-width: 834px){
        padding: 2.5rem 10px;
    }
}

.inFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.inFooter img {
    width: 66px;
}

.planos-sessao2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    padding: 170px 0 30px;
    height: 100%;
    background-color: #FAFAFA; /*CONDICIONAL*/;
    background-image: url("./../img/footprints.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    
    @media screen and (max-width: 1000px) {
        background-image: url("./../img/singleFootprint.png");
        background-repeat: no-repeat;
        background-size: auto;
    }

    @media screen and (max-width: 612px) {
        .planos-s2-card-container:first-child {
            margin-bottom: 300px;
        }
    }
}

.planos-s2-card-container {
    position: relative;

    margin: 0 2rem;

    @media screen and (max-width: 880px) {
        .planos-s2-card-div {
        margin-top: 20rem;
        }
    }
    
    @media screen and (max-width: 610px) {
        .planos-s2-card-div {
            margin-top: 0;
        }
    }
}

.planos-s2-card-container > img {
    position: absolute;
    top: -147px;
    left: 20px;
}

.planos-s2-card-div {
    width: 200px;
    padding: 30px 20px;

    border: 1px solid #1c1c1c;
    border-radius: 10px;

    background-color: #FAFAFA;
}

.planos-s2-card-div > h2 {
    font-size: 1.5rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    color: #1c1c1c;

    text-align: center;
    margin-bottom: 10px;
}

.planos-s2-card-linha {
    display: flex;
    align-items: center;

    margin-bottom: 10px;
}

.planos-s2-card-linha img {
    margin-right: .25rem;
}

.planos-s2-card-linha p {
    font-size: 1.25rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #1c1c1c;
}

.planos-s2-card-link div {
    text-align: center;
}

.planos-s2-card-link button {
    background-color: #F28E1F;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.25rem;

    border: none;
    border-radius: 8px;

    padding: .2rem 1.25rem;
    margin: 0 .5rem;

    cursor: pointer;
}

.planos-s2-card-link p {
    color: #FAFAFA;
}

.planos-s2-card-gato {
    position: relative;

    margin: 0 2rem;

    @media screen and (max-width: 880px) {
        .planos-s2-gato-div {
            margin-top: 20rem;
        }
    }
    
    @media screen and (max-width: 610px) {
        .planos-s2-gato-div {
            margin-top: 0;
        }
    }
}

.planos-s2-card-gato > img {
    position: absolute;
    top: -147px;
    left: 20px;
}

.whatsapp-icon {
  filter: brightness(0) saturate(100%) invert(45%) sepia(74%) saturate(321%) hue-rotate(92deg) brightness(90%) contrast(93%);
  transition: filter 0.3s ease;
}

.whatsapp-icon:hover {
  filter: brightness(0) saturate(100%) invert(49%) sepia(90%) saturate(734%) hue-rotate(27deg) brightness(92%) contrast(95%);
}
