@media (min-width: 1201px) and (max-width: 1550px){
    .container{
      max-width: 1140px !important;
    }

    h2{
      font-size: 28px !important;
    }

    .services-card-content h3,
    .servicos-opcionais-card-content h3{
        height: 60px !important;
        font-size: 1rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .planos-card h3{
        font-size: 1.1rem !important;
        height: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .planos-card h3 br{
        display: block !important;
    }

    .services-card,
    .servicos-opcionais-card{
        max-width: 390px !important;
    }
}


@media screen and (max-width: 1400px){ /* */
    /* PÁGINA 2: PRODUTOS E SERVIÇOS */

    /* TEST */
    .test__content h2{
        font-size: 48px;
    }

    .test__content p{
        font-size: 18px;
    }

    .test__content span{
        font-size: 13px;
    }

    .test__cta h3{
        font-size: 24px;
    }

    .test__image{
        max-width: 500px;
    }

    /* PÁGINA 3: FAQ PAGE*/

    /* FAQ */
    .faq h1{
        text-align: center;
    }
}

@media screen and (max-width: 993px){
    br{
        display: none !important;
    }

    /* PÁGINA 2: SERVIÇOS E PRODUTOS */
   
    /* Banner */
    .banner-02--resp{
        background-image: none;
        padding: 3rem 0 0 0;
        overflow: hidden;
    }
    
    .banner-02__circle--resp{
        position: absolute;
        width: 100%;
        border-radius: 0;
        right: 0;
        left: 0;
    }
    
    .banner-02__content--resp{
       text-align: center;
    }
    
    .banner-02--resp .banner-02__span-wrap{
        position: relative;
    }
    
    .banner-02__span-wrap span{
        position: absolute;
        bottom: -43rem;
    
        color: white;
    }

    /* TEST */
    .test__circle{
        background-image: var(--gradient);
        border-radius: 0;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40%;
        width: 100%;
        top: 0;
        
        z-index: -2;
    }

    .test__content span{
        font-weight: 400;
        font-size: 18px;
        line-height: 145%;
    
        color: #FFFFFF;
    }
    
    .test__cta h3{
        font-weight: 700;
        font-size: 28px;
        line-height: 125%;
    
        color: #723074;
        padding-bottom: 1.7rem;
        padding-top: 6rem;
    }

    .test__image{
        max-width: 400px;
    }

    .test__cta{
        margin-bottom: 2rem;
    }

    /* PÁGINA 3: FAQ */
    
    /* FAQ */
    .faq h1{
        font-size: 2rem;
    }

    .faq h2{
        padding: 2rem 0;
    }

    .faq .accordion-item h3 button{
        font-size: 0.98rem;
    }

    .faq__cta a{
        text-align: center;
        font-size: 0.98rem;
    }

}

@media screen and (max-width: 769px){
    h2{
        font-size: 24px !important;
    }

    .upper-title{
        font-size: 12px !important;
    }
    
    /* BANNER */
    .banner-02__span-wrap span{
        bottom: -32rem;
        right: 3rem;
    }

    /* PÁGINA 2: PRODUTOS E SERVIÇOS */

    /* TEST */
    .test__content span{
        font-weight: 400;
        font-size: 18px;
        line-height: 145%;
    
        color: #FFFFFF;
    }
    
    .test__cta h3{
        font-size: 18px;
    }

    .test__cta a{
        height: 46px;
        font-size: 0.7rem;
    }

    .test__image{
        max-width: 300px;
    }

    /* PÁGINA 3: FAQ */
    
    /*faq*/
    .faq h1{
        font-size: 1.7rem;
    }

    .faq .accordion{
        padding: 0 2rem !important;
    }

    .faq__cta{
        padding: 0 2rem !important;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 577px){  
    /* BANNER */   
    .banner-02__span-wrap span{
        bottom: -25rem;
    }

    /* PÁGINA 2: PRODUTOS E SERVIÇOS */


}

@media  screen and (max-width: 440px) { /* */
    h2{
        font-size: 20px !important;
    }
}

@media screen and (max-width: 414px){
    .modal-body iframe{
        max-height: 200px !important;
    }
    
    /* BANNER */
    .banner-02__span-wrap span{
        bottom: -18rem;
        font-size: 1.8rem;
    }

    /* PÁGINA 2: PRODUTOS E SERVIÇOS */

    /* TEST */
    .test__cta{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .test__cta h3{
       margin: 1rem 0;
    }

    .test__content h2{
        font-size: 2rem;
    }

    .test__content span{
        text-align: center;
        font-size: 0.95rem;
    }

    .test__content p{
        font-size: 1rem;
        text-align: center;
    }

    .test__circle{
        bottom: 35%;
    }

    /* PÁGINA 3: FAQ PAGE*/
    
    /* FAQ */
    .faq h1{
        font-size: 1.3rem;
    }

    .faq h2{
        font-size: 1.3rem;
    }

    .accordion-button{
        padding: 1rem !important;
    }

    .faq .accordion-item h3 button{
        font-size: 0.93rem;
    }

    .faq .accordion{
        padding: 0 1rem !important;
    }

    .faq__cta{
        padding: 0 1rem !important;
    }

    .faq__cta a{
        font-size: 0.8rem;
    }

}

@media screen and (max-width: 375px) { /* */
    /* BANNER */
    .banner-02__span-wrap span{
        bottom: -17rem;
    }

    /* PÁGINA 2: PRODUTOS E SERVIÇOS */

}