.banner-area {
    background: #F4F0F0;
    background-size: contain;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    font-family: "Nunito Sans";
}

.banner-area p {
    color: #F31876;
    font-size: 27px;
    line-height: 27px;
    font-style: normal;
    font-weight: 900;
}

.banner-area div h3 {
    color: #373737;
    text-align: center;
    font-size: 13.769px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.logo-banner {
    width: 100px;
    height: auto;
}

.banner-retangulo {
    background-color: #82D5A1;
    position: absolute;
    top: 64%;
    left: 36%;
    transform: translate(-50%, -50%);
    width: 80%;
    /* Proporcional ao container */
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 10px;
    z-index: 0;
    max-width: 133px;
}

.baixar-link-google {
    width: 63.215px;
    height: 24.44px;
}

.baixar-link-apple {
    width: 67.73px;
    height: 20.82px;
}


.accordion-button {
    background-color: #fff !important;
    color: black !important;
    font-size: 1rem !important;
    border: 1px solid #F31876 !important;
    border-radius: 10px !important;
    transition: none !important;
    position: relative;
    box-shadow: none;
    font-family: 'Nunito' !important;
}

.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}


.accordion-button::after,
.accordion-button::before {
    content: none !important;
}

.accordion-button::before {
    content: '+' !important;
    position: absolute;
    right: 1rem;
    font-size: 1.5rem;
    line-height: 1rem;
    color: #F31876;
}

.accordion-button:not(.collapsed)::before {
    content: '-' !important;
    color: #F31876;
}

.accordion-button:not(.collapsed) {
    border-bottom: none !important;
    border-radius: 10px 10px 0 0 !important;
    box-shadow: none;
}

.accordion-button:hover {
    background-color: #fff !important;
    color: black !important;
}

.accordion-body {
    background-color: none !important;
    font-size: 0.9rem;
    color: #696969;
    font-weight: 600;
    border: 1px solid #F31876;
    border-top: none !important;
    border-radius: 0 0 10px 10px !important;
    white-space: pre-line;
    font-family: 'Nunito' !important;
}

.accordion-item {
    border: none !important;
    font-family: 'Nunito' !important;
}

a {
    color: #F31876;
}


/* Responsividade Mobile First */
/* @media (max-width: 576px) {} */
/* @media (min-width: 576px) and (max-width: 767px) {
    .banner-retangulo {
        top: 80%;
        left: 100px;
        width: 80%;
        max-width: 380px;
    }

    .img-banner {
        max-width: 248px;
    }

    .banner-area p{
        font-size: 20px;
    }
    .banner-area div h3{
        font-size: 26px;
    }

    .baixar-link-google {
        width: 91.822px;
        height: 35.5px;
    }
    
    .baixar-link-apple {
        width: 98.38px;
        height: 30.242px;
    }
    
    .logo-banner {
        width: 200px;
        height: auto;
    }
} */
@media (min-width: 768px) and (max-width: 992px) {
    .banner-retangulo {
        top: 80%;
        left: 120px;
        width: 80%;
        max-width: 300px;
    }

    .banner-area p {
        font-size: 45px;
        font-weight: 900;
        line-height: 40px;
    }

    .banner-area div h3 {
        font-size: 26px;
    }

    .logo-banner {
        width: 200px;
        height: auto;
    }

    .baixar-link-google {
        width: 91.822px;
        height: 35.5px;
    }

    .baixar-link-apple {
        width: 98.38px;
        height: 30.242px;
    }


}

@media (min-width: 993px) {
    .banner-retangulo {
        top: 74%;
        left: 363px;
        width: 36%;
        height: 265px;
        max-width: 409px;
    }

    .banner-area p {
        font-size: 50px;
        line-height: 40px;
        font-style: normal;
        font-weight: 900;
    }

    .banner-area div h3 {
        font-size: 40px;
    }

    .img-banner {
        max-width: 400px !important;
    }

    .logo-banner {
        width: 300px;
        height: auto;
    }

    .baixar-link-google {
        width: 183.643px;
        height: 71px;
    }

    .baixar-link-apple {
        width: 196.76px;
        height: 60.483px;
    }

    .container.topicos {
        max-width: 900px;
    }

    .banner-area .container {
        max-width: 70%;
    }
}