@import url('https://fonts.googleapis.com/css2?family=Delicious+Handrawn&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-size: 14px; */
}

@media (-webkit-device-pixel-ratio: 1.25) {
    * {
      zoom: 0.97;
    }
}

ol, ul{
    padding: 0 !important;
}

p{
    margin-bottom: 0 !important;
}

.section_prices {
    background-color: #030708;
    /* height: 100vh; */
    gap: 20rem;
    position: relative;
}

.container-price {
    margin: 0 auto;
    /* margin: 0 auto; */
    padding: 20px 50px 50px 50px;
    text-align: center;
    background-color: #030708;
    /* background-image: linear-gradient(180deg, #0b1a33 70%, #e8c3be 70%); */
    font-family: 'Inter', sans-serif;
}

.menu-prices h1 {
    color: #EEB037;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.25em;
    font-family: 'Inter', sans-serif !important;
}

.menu-prices h2 {
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
    width: 550px;
    margin: 0 auto;
}

.menu-prices ul li {
    cursor: pointer;
    display: inline-block;
    /* background: #BC2E3C; */
    margin: 2em 0;
    width: 100px;
    height: 50px;
    line-height: 50px;
    color: #fdfdfd;
}

.menu-prices ul li:last-of-type {
    background: none;
    /* margin-left: -4px; */
    color: #fdfdfd;
}

/* header ul li:last-of-type {
    background: none;
    margin-left: -4px;
    border: 2px solid #BC2E3C;
    color: #fdfdfd;
} */

.disabled {
    opacity: .3;
    cursor: not-allowed;
}
.price-badge {
    color: #fff;
    font-size: 1.2rem;
    border-radius: 50px;
    border: 1px solid #EEB037;
    height: 40px;
    width: 220px;
    background: #000;
    margin-top: -1rem;
    margin-bottom: 30px;
    padding-top: 5px;
    box-shadow: 0px 11px 12px -8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 11px 12px -8px rgba(0, 0, 0, 0.5);
    /* vertical-align: middle; */
}

.price-badge {
    vertical-align: middle;
    /* display: table-cell; */
}

.tab-price {
    margin-bottom: 2rem;
    position:relative;
}

.choice1 {
    background-image: url("/assets/img/onboarding/bg_starter.png");
}

.choice2 {
    background-image: url("/assets/img/onboarding/bg_profissional.png");
}

.choice3 {
    background-image: url("/assets/img/onboarding/bg_expert.png");
}

.choice4 {
    background-image: url("/assets/img/onboarding/bg_autoridade.png");
}
/* .tab-price ul li {
    vertical-align: middle;
    display: table-cell;
} */

content {
    display: grid;
    grid-template-areas: "1 2 3 4";
    justify-content: space-around;
    grid-column-gap: 20px;
}

content section {
    text-align: center;
    border-radius: 20px;
    border: 1px solid #EEB037;
    padding: 0 40px 40px 40px;
    width: 300px;
    margin-bottom: 6%;
    /* background: #292928; */
}

content section i {
    margin-bottom: 0.5em;
    font-size: 3.5em;
    color: #fff;
}

content section br {
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #EEB037;
    content: "";
    margin-bottom: 1em;
}

content section h2 {
    font-size: 0.9em;
    margin-bottom: 2em;
    color: #A1A0A1;
}

content section h2:first-of-type {
    margin-bottom: 1em;
    color: #EEB037;
    font-weight: bolder;
}

content section h1 {
    font-size: 1.5em;
    font-weight: bolder;
    margin-bottom: 0;
    /* background: #EEB037; */
    color: #EEB037;
}

content section button {
    width: 100%;
    padding: 10px 0;
    border-radius: 50px;
    /* outline:#BC2E3C; */
    background: #EEB037;
    color: #202022;
    font-size: 1rem;
}

content section button:hover {
    background-color: #ffa900;
}

content section a {
    width: 100%;
    padding: 10px 0;
    border-radius: 50px;
    background: #EEB037;
    color: #202022;
    font-size: 1rem;
    font-weight: 500;
    float:left;
}

content section a:hover {
    background-color: #ffa900;
    color: #202022;
}

/* content section button:hover {
    background: #202022;
    color: #fff;
    transition: 0.1s all ease-in-out;
} */

.qtdFn {
    font-size: .9rem;
    color: #fff;
}
.extraValue {
    font-size: .9rem;
    color: #fff;
    margin-bottom: 1rem !important;
}

.includes-title {
    color: #EEB037;
    text-align: left;
    font-weight: bolder;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
}

h2.period_tax {
    text-decoration: line-through !important;
    padding-bottom: 0;
    font-weight: 900 !important;
}

#period_warning {
    text-decoration: none !important;
    color: #F0315C;
    font-size: .8rem;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

#period_warning_op {
    text-decoration: none !important;
    color: #F0315C;
    font-size: .8rem;
    text-align: left;
    padding-left: 20px;
    opacity: .1;
}
.includes::before{
    content: url("/assets/img/svg/check.svg");

}
.includes {
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 300;
    gap:0.5rem;
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}

.extras-title {
    color: #EEB037;
    text-align: left;
    font-weight: bolder;
    margin-bottom: 0 !important;
    padding-top: 10px;
    padding-bottom: 15px;
}

.extras-title2 {
    color: #646461;
    text-align: left;
    font-weight: 300;
    margin-bottom: 0 !important;
    gap: 0.5rem;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.extras {
    color: #ffffff;
    gap: 0.5rem;
    text-align: left;
    display: flex;
    font-weight: 300;
    margin-bottom: 0 !important;
    padding-bottom: 10px;
    align-items: center;
}

.extras-title2::before{
    content: url("/assets/img/svg/nocheck.svg");
}
.extras::before{
    content: url("/assets/img/svg/check.svg");

}

/* #basic::before,#expert::before,#professional::before,#custom::before{
    content: 'R$ ';
    font-size: 1rem;
} */

#quarterly{
    position: relative;
}

#basic:has(#quarterly.active) {
    /* content: '3x de R$' !important; */
    color: red !important;
}

#yearly{
    position: relative;
}

.discount{
    font-size: 0.6rem;
    top: -1.5rem;
    right: 2rem;
    position: absolute;
    color: red;
    display: flex;
}
/* .discount_red{
    color: red;
} */

.oldprice{
    color: #F0315C;
    text-decoration: line-through;
}

.tab-price ul li{
    border-bottom: 2px solid #646461 ;
}

.tab-price ul li.active{
    border-bottom: 2px solid #EEB037;
    color: #EEB037;
}

.tab-price ul li.inactive{
    color: #fff ;
    border-bottom: 2px solid #646461 ;
}

.no-fee-text {
    font-size: .8rem;
}

.section_prices .cta-prices {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    padding-bottom: 30px;
}

#btnTrial {
    color: #000 !important;
}

@media(min-width: 1400px) {
    .menu-prices h1 {
        margin-top: 4rem !important;
    }
    .save-montly {
        height: 30px;
        position: absolute;
   
        left: 52%;
        display: block;
    }

}

@media(max-width: 768px) {
    .container-price {
        padding: 0;
    }
    .menu-prices h1 {
        font-size: 1.5rem;
        color: #EEB037;
        margin-top: 2rem;
    }
    .menu-prices h2 {
        width: 75%;
        font-size: .85rem;
    }
    .tab-price ul {
        padding-left: 0;
    }
    content {
        overflow-x: scroll;
        display: -webkit-inline-box;
        grid-template-areas: 1 !important;
        width: 100%;
        padding: 1rem;
    }
    content section{
        /* width: max-content !important; */
        margin-right: 10px;
    }
    .container-price{
        width: 100% !important;
        margin: 0 !important;
        background-color: transparent !important;
    }
    .price-badge{
        width: 100% !important;
    }
    .section_prices .cta-prices {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        padding-bottom: 30px;
    }
    .cta-prices {
        padding: 16px 16px 0 16px;
    }
    .cta-prices button {
        width: 100%;
    }
    .save-montly{
        display:none !important;
    }
    .save-montly-mob {
        display: block !important;
        height: 34px !important;
        position: absolute;
        top: 2.8%;
        left: 61%;
    }
    #headerIcon {
        height: 25px;
        margin-right: 10px;
    }
}

.savings {
    color: #3a82f7;
    margin-bottom: 10px !important;
    font-family: 'Delicious Handrawn', cursive;
    font-size: 1.2rem;
}

.save-montly {
    height: 30px;
    position: absolute;
    top: 1vh;
    left: 58%;
    transform: translateX(-50%);
    display: block;
}

.save-montly-mob {
    display: none;
}

.container {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
