section#main-plans {
    width: 100%;
    height: 1168px;
    background-color: var(--blue-third);
    background-image: url(../img/bg-page-plans.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

section#main-plans .main-plans-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

section#man-plans .swiper-main-plans-content{
    overflow: hidden;

    .swiper-slide{
        display: flex !important;
        justify-content: center !important;
    }
}

section#man-plans .swiper-slide{
    display: flex !important;
    justify-content: center !important;
}


.tag-and-title {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tag-and-title .tag {
    margin: inherit !important;
    width: 101px;
}

section#main-plans .main-plans-content .tag-and-title h2 {
    color: #fff;
    font-family: var(--aventa-black);
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

section#main-plans .main-plans-content-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}

section#main-plans .price-cards-single {
    width: 280px;
    height: 715px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section#main-plans .price-cards-single-content {
    padding: 30px 20px 0;
}

section#main-plans .price-cards-single .price-title h2 {
    font-family: var(--aventa-black);
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
}

.price-title-commended {
    display: flex;
    justify-content: space-between;
}

.commended {
    border-radius: 6px;
    padding: 3px 8px;
    background-color: #EDEDFC;
    height: 22px;
    color: var(--blue-primary);
    font-family: var(--aventa-medium);
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

section#main-plans .price-cards-single .price-text {
    width: 223px;
    min-height: 80px;
}

section#main-plans .price-cards-single .price-text p {
    font-family: var(--aventa);
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: left;
    color: #475467;
    margin-bottom: 30px !important;
}

section#main-plans .price-cards-single .price-price {
    display: flex;
    width: 179.11px;
    gap: 4px;
    min-height: 54px;
}

section#main-plans .price-cards-single .price-price p {
    font-family: var(--aventa-medium);
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: left;
    color: #1d2939;
    position: relative;
    top: -2px;
}

section#main-plans .price-cards-single .price-price .price-num {
    font-family: var(--aventa-black);
    font-size: 36px;
    font-weight: 500;
    color: #1d2939;
    position: relative;
    top: 2px;
}

section#main-plans .price-cards-single .price-price .price-ativo {
    font-family: var(--aventa);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #98a2b3;
    position: relative;
    top: -2px;
}

section#main-plans .price-cards-single .price-consulta {
    min-height: 53px;
    /* margin-bottom: 20px; */
}

section#main-plans .price-cards-single .price-consulta p:nth-of-type(1) {
    font-family: var(--aventa-black);
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
}

section#main-plans .price-cards-single .price-consulta p:nth-of-type(2) {
    font-family: var(--aventa);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #98a2b3;
}

section#main-plans  .price-cards-single .price-contratar a {
    width: 230px;
    height: 34px;
    background-color: #121296;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 8px;
    margin-bottom: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 14px;
    text-align: center;
    font-family: var(--aventa-medium);
    transition: all .3s;
}

section#main-plans  .price-cards-single .price-contratar a:hover {
    background-color: #D4FF00;
    color: #0C0C60;
    transition: all .3s;
}

section#main-plans .price-cards-single .price-benefits {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

section#main-plans .price-cards-single .price-benefits .price-benefits-single {
    display: flex;
    align-items: normal;
    gap: 4px;
}

section#main-plans .price-cards-single .price-benefits .price-benefits-single p {
    font-family: var(--aventa);
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #667085;
}

section#main-plans .price-cards-single .price-benefits .price-benefits-single a {
    color: var(--blue-primary);
    font-family: var(--aventa);
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

section#main-plans .price-cards-single .quero-contratar a {
    display: inline-block;
    width: 280px;
    padding: 24px 75px;
    border-radius: 0px 0px 8px 8px;
    border-top: 1px solid #D0D5DD;
    background: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--blue-primary);
    text-align: center;
    font-family: var(--aventa);
    font-size: 16px;
    font-style: normal;
    transition: .5s;
    font-weight: 500;
}

section#main-plans .price-cards-single .quero-contratar a:hover {
    border-radius: 0px 0px 6px 6px;
    background: var(--blue-primary);
    color: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

section#main-plans .card-pro .quero-contratar a {
    border-top: 1px solid var(--blue-primary);
}

section#main-plans .price-cards-single-add-on{
    width: 304px;
}

section#main-plans .price-cards-single-add-on .add-on-title{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

section#main-plans .price-cards-single-add-on .add-on-title h2{
    font-family: var(--aventa-black);
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
}

section#main-plans .price-cards-single-add-on .add-on-title p{
    height: 22px;
    border-radius: 6px;
    padding: 3px 8px;
    color: var(--blue-primary);
    background-color: #EDEDFC;
    font-family: var(--aventa-medium);
    font-size: 12px;
    font-weight: 400;
    position: relative;
    top: 3px;
}

section#main-plans .price-cards-single-add-on .add-on-paragraph p{
    color: #eaecf0;
    font-family: var(--aventa);
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: left;
    margin-bottom: 10px !important;
}

section#main-plans .price-cards-single-add-on .add-on-benefits{
    height: 86px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    margin-top: 17px;
}

section#main-plans .price-cards-single-add-on .add-on-benefits .add-on-benefits-single{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #eaecf0;
    font-family: var(--aventa);
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: left;
}

section#main-plans .price-cards-single-add-on .add-on-consult{
    border-bottom: 1px solid var(--yellow-primary);
    width: 304px;
    margin: 30px 0 20px;
}

section#main-plans .price-cards-single-add-on .add-on-consult h3{
    font-family: var(--aventa-black);
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
}

section#main-plans .price-cards-single-add-on .add-on-consult p{
    color: #eaecf0;
    font-family: var(--aventa);
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: left;
    padding-bottom: 20px;
}

section#main-plans .price-cards-single-add-on .add-on-consult-paragraph p{
    color: #fff;
    font-family: var(--aventa);
    font-size: 16px;
    font-weight: 900;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 25px !important;
}

section#main-plans .price-cards-single-add-on .add-on-talk {
    width: 304px;
    height: 34px;
    display: flex;
    align-items: center;
    background-color: var(--yellow-primary);
    border-radius: 8px;
    border: 1px solid #121296;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

section#main-plans .price-cards-single-add-on .add-on-talk a{
    font-family: var(--aventa-medium);
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #121296;
}

section#compare-plans{
    height: 1504px;
    max-height: 1504px;
}

section#compare-plans .compare-plans-box{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section#compare-plans .tag-and-title h2{
    font-family: var(--aventa-black);
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
}

section#compare-plans .compare-plans-cards{
    display: flex;
    justify-content: space-between;
}

section#compare-plans .compare-plans-card-single{
    width: 280px;
    height: 1172px;
    border-radius: 24px;
    background-color: #f9fafb;
}

section#compare-plans .compare-plans-card-single.card-transparent{
    background-color: #fff;
}

section#compare-plans .compare-plans-card-single.card-transparent .compare-plans-card-transparent-header{
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    gap: 10px;
}

section#compare-plans .compare-plans-card-single.card-transparent .compare-plans-first-card-info{
    display: flex;
    align-items: center;
    gap: 8px;
}

section#compare-plans .compare-plans-card-single.card-transparent .compare-plans-first-card-info p{
    font-family: var(--aventa);
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: left;
    color: #475467;
    position: relative;
    top: 3px;
}


section#compare-plans .compare-plans-card-single .compare-plans-header{
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

section#compare-plans .compare-plans-card-single .compare-plans-header h4{
    font-family: var(--aventa-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: center;
    color: #1d2939;
    margin-bottom: 0;
}

section#compare-plans .compare-plans-card-single .compare-plans-header p{
    font-family: var(--aventa);
    font-size: 16px;
    font-weight: 500;
    color: #475467;
    text-align: center;
}

section#compare-plans .container-compare-plans-grid{
    height: 0px;
}

section#compare-plans .compare-plans-grid{
    width: 1300px;
    position: relative;
    top: -1030px;
    left: -7px;
}

section#compare-plans .compare-plans-grid .compare-plans-grid-colum{
    width: 280px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#compare-plans .compare-plans-grid .compare-plans-grid-colum .popup-information-plans{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 280px;
    width: 222px;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -2px #10182808;
    box-shadow: 0px 12px 16px -4px #10182814;
}

.show-popup{
    display: flex !important;
    align-items: center;
}

section#compare-plans .compare-plans-grid .compare-plans-grid-colum .popup-information-plans div p{
    font-family: var(--aventa);
    font-size: 12px;
    line-height: 15.6px;
    width: 192px;
}

section#compare-plans .compare-plans-grid .compare-plans-grid-colum .popup-information-plans svg{
    position: absolute;
    left: -8px;
}

section#compare-plans .compare-plans-grid .compare-plans-grid-colum:nth-of-type(1){
    justify-content: flex-start;
}

section#compare-plans .compare-plans-grid .compare-plans-grid-line{
    /* padding: 0 8px 0 0; */
    display: flex;
    justify-content: space-between;
    transition: all .3s;
}

section#compare-plans .content-grid-line{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #eaecf0;
}

section#compare-plans .compare-plans-grid-line:nth-of-type(21) .content-grid-line{
    border-bottom: none !important;
}

section#compare-plans .compare-plans-grid .compare-plans-grid-line-saiba-mais{
    padding: 0 0px 0 20px;
    display: flex;
    justify-content: space-between;
    transition: all .3s;
}

section#compare-plans .compare-plans-grid .compare-plans-grid-line-saiba-mais .compare-plans-grid-colum{
    height: 70px;
}

section#compare-plans .compare-plans-grid .compare-plans-grid-line-saiba-mais .compare-plans-grid-colum a{
    font-family: var(--aventa-medium);
    font-size: 16px;
    color: #0000d6;
}

section#compare-plans .compare-plans-grid .compare-plans-grid-line:hover{
    background-color: #EDEDFC;
    transition: all .3s;
}

section#compare-plans .compare-plans-grid .compare-plans-grid-line .compare-plans-grid-colum h3{
    font-family: var(--aventa-bold);
    font-size: 16px;
    font-weight: 500;
    color: #1d2939;
    margin-bottom: 0;
}

section#compare-plans .compare-plans-grid .compare-plans-grid-line .compare-plans-grid-colum p{
    font-family: var(--aventa);
    font-size: 16px;
    font-weight: 500;
    color: #475467;
    margin-bottom: 0;
}

section#about-plans{
    height: 607px;
}

section#about-plans .about-plans-grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section#about-plans .about-plans-grid .colum-1{
    width: 494px;
}

section#about-plans .about-plans-grid .colum-2{
    width: 590px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

section#about-plans .about-plans-grid .colum-2 h3{
    font-family: var(--aventa-bold);
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1d2939;
}

section#about-plans .about-plans-grid .colum-2 p{
    font-family: var(--aventa);
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: left;
    color: #475467;
}

section#faq{
    height: 689px;
    gap: 1px;
    text-align: center;
}

section#faq .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

section#faq .tag-and-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;

    h2{
        font-family: var(--aventa-bold);
        font-size: 24px;
    }
}

section#faq .accordion {
    --bs-accordion-bg: none !important;
}

section#faq .accordion h2,
section#faq .accordion h3{
    margin: 0 !important;
}

section#faq .accordion-box {
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

section#faq .accordion-box-title .accordion-button {
    display: flex;
    gap: 25px;
}

section#faq .accordion-box-title .accordion-button h3 {
    color: var(--black-primary);
    /* text-align: center; */
    font-family: var(--aventa-bold);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

section#faq .accordion-box-title .accordion-button .accordion-icon {
    border-radius: 6px;
    background: #EDEDFC;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#faq .accordion-box-title .accordion-button .accordion-icon {
    border-radius: 6px;
    background: #EDEDFC;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#faq .accordion-box-paragraph {
    background: #F6F6FF;
    text-align: left;
    border-radius: 0 0 8px 8px;
}

section#faq .accordion-box-paragraph p {
    width: 1066px;
    margin-left: 20px;
    color: #667085;
    font-family: var(--aventa-medium);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 20px;
}

section#faq .accordion-box-paragraph a {
    text-decoration: underline !important;
    color: #667085;
}

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

section#faq .accordion-button:not(.collapsed) {
    border-radius: 8px 8px 0 0 !important;
    background: #F6F6FF !important;
    box-shadow: none !important;
}

section#faq .accordion-button:not(.collapsed)::after {
    background-image: url(../img/chevron-up.png) !important;
    transform: none !important;
}

section#faq .accordion-button::after {
    background-image: url(../img/chevron-down.png) !important;
}

section#banner{
    /* height: 556px; */
    margin-bottom: 100px;
}

section#banner .banner-image{
    background-repeat: no-repeat;
    height: 443px;
    background-image: url(../img/banner-plans.png);
    background-size: cover;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    padding-left: 100px;
}

section#banner .banner-image h2{
    width: 355px;
    color: #fff;
    font-family: var(--aventa-bold);
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}

section#banner .banner-image a{
    width: 181px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--yellow-primary);
    color: #121296;
    font-family: var(--aventa-medium);
    font-weight: 400;
    font-size: 14px;
    padding: 8px 14px;
    border: 1px solid #121296;
    box-shadow: 0px 1px 2px 0px #1018280D;
    transition: all .3s;

    &:hover{
        transition: all .3s;
        color: #D4FF00;
        background-color: #121296;
    }
}

@media (width >= 1280px){
    section#main-plans{
        .main-plans-conttent-grid{
            display: block;
        }

        .swiper-main-plans-content{
            display: none;
        }

        .price-cards-single-add-on_extra{
            display: none;
        }
    }

    section#faq{
        .tag-and-title{
            .text-mobile{
                display: none;
            }
        }
    }
}

@media (width < 1400px) {
    section#main-plans .container {
        width: 100%;
            padding: 0 !important;
            margin: 0 !important;
    }
}

@media (width < 1280px){
    section#main-plans{
        height: 1650px;

        .tag-and-title{
            margin: auto;

            h2{
            text-align: center !important;
            font-size: 20px !important;
            width: 307px !important;
            margin: auto;
            }
        }   

        .container{
            width: 100%;
            padding: 0 !important;
            margin: 0 !important;
        }

        .main-plans-content{
            gap: 40px;
        }

        .main-plans-content-grid{
            display: none;
        }

        .swiper-main-plans-content{
            display: block !important;
            overflow: hidden;

            .swiper-wrapper{
                align-items: center;
            }
        }

        .swiper-main-plans-content-pagination{
            text-align: center;
            margin-top: 10px;
        }

        .swiper-pagination-bullet{
            background-color: #fff !important;
        }

        .swiper-pagination-bullet-active{
            background: var(--yellow-primary) !important;
        }

        .price-cards-single-add-on_extra{
            display: block;
            margin: auto;
        }
    }

    section#compare-plans{
        display: none;
    }

    section#about-plans{
        height: 735px;
        
        .about-plans-grid{
            flex-direction: column;

            .colum-1{
                width: 328px;
                height: 263px;
                margin-top: 25px;

                img{
                    width: 100%;
                    height: 100%;
                }
            }

            .colum-2{
                width: 308px;
                order: -1;
                h3{
                    font-size: 20px;
                    line-height: 26px;
                }

                p{
                    font-size: 14px;
                    width: 299px;
                }
            }
        }
    }

    section#faq{
        width: 360px;
        height: auto;
        margin: 0 auto;

        .container{
            gap: 20px;
        }

        .tag-and-title{
            margin-top: 30px;
            text-align: center;

            .text-desktop{
                display: none;
            }

            .text-mobile{
                color: #1D2939;
                font-size: 20px;
                line-height: 26px;
                width: 268px;
                font-family: var(--aventa-bold);
            }
        }

        .accordion{
            width: 100%;

            .accordion-button{
                padding:  10px;
                gap: 0;

                h3{
                    font-size: 14px;
                    line-height: 18px;
                    text-align: left;
                }
            }

            .accordion-box-paragraph{
                p{
                    width: 100%;
                    padding: 10px;
                    margin: 0;
                    font-size: 12px;
                }
            }
        }
    }

    section#banner{
        width: 360px;
        height: 502px;
        margin: 0 auto;

        .container{
            height: 100% !important;
        }

        .banner-image{
            background-position: center;
            padding-left: 20px;
        }

        h2{
            width: 223px !important;
            font-size: 20px !important;
            line-height: 26px !important;
        }

        a{
            width: 126px !important;
        }
    }
}