.planos-container {
    padding: 4rem 3.5rem;
    background-color: #FAFAFA;
    margin: 0 5rem;
  
    @media screen and (max-width: 600px) {
        margin: 0;
    }
}

.planos-wrapper {
    text-align: center;
}

.planos-sessao1 h1 {
    font-size: 2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;

    margin-bottom: 1rem;
}

.planos-subtitle {
    font-size: 1.25rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;

    margin: 1rem 0rem;
}

.planos-sessao3 {
    margin: 2rem 0;
}

.planos-sessao3 > h3 {
    font-size: 2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
  
    margin-bottom: 1rem;
}

.planos-sessao3 > p {
    font-size: 1.25rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  
    margin: 1rem 0rem;
}

.planos-question-div {
    background-color: #168C5A;
    display: flex;
    max-width: 800px;
    margin-top: 0.1rem;
    padding: 1rem;
    align-items: center;
    border-bottom: none;
}

.planos-question-div:hover {
    cursor: pointer;
    background-color: #1DAF71;
}

.planos-question-div > img {
    transform: rotate(270deg); /*CONDICIONAL*/
    margin: 2px 5px 0 0;
}

.planos-question-div > p {
    font-size: 1.25rem;
    white-space: pre-line;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    color: #FAFAFA;
}

.planos-answer-div {
    background-color: #85DAB6;
    border: 1px solid #168C5A;
    max-width: 798px;
    padding: 1rem;
}

.planos-answer-div > p {
    font-size: 1rem;
    text-align: justify;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    color: rgb(28, 28, 28)
}

.planos-whatsapp:hover {
    fill: orange;
}
