.btn-whatsapp-pulse {
    background: #24c143;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    /* padding: 35px; */
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(36, 193, 67, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(36, 193, 67, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #24c143;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.faq-heading {
    border-bottom: #777;
    padding: 20px 60px;
}

.faq-container {
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.hr-line {
    width: 100%;
    margin: auto;

}

/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 20px 40px 20px 10px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
    font-size: 14px;
}

.faq-body {
    margin: auto;
    /* text-align: center; */
    width: 100%;
    padding: auto;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.faq-page:hover {
    background-color: #F9F9F9;
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 10px;
    color: #777;
    float: right;
    margin-right: -30px;
    padding: 5px;
}

.active-faq:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.bg-gradient {
    /* padding: 0; */
    margin: 0;
    box-sizing: border-box;
}

#video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.price-select-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.nav-link-index {
    padding: 1rem 3rem !important;
}

.price-select {
    width: initial
}

.price-card-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.card-deck {
    margin: 0 .5rem !important;
}

.card {
    margin-left: 0 !important;
}

.card-pricing {
    margin-top: 1rem !important;
    margin-left: 0 !important;
}

.pricing-primary-color {
    background-image: linear-gradient(90deg, #6e1b5b 0%, #6e1b5cf2 100%)
}

.pricing-secondary-color {
    background-image: linear-gradient(90deg, #00893a 0%, #00893cf2 100%)
}

#above-500-anual,
#above-500 {
    display: none;
}

#price-check-list,
#price-check-list-anual {
    margin-top: 0;
}

.card-head-anual {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px !important;
}

#price-stripe {
    width: 50%;
    padding: .8rem;
    border: 1px solid #6e1b5b;
    background: #fff;
    line-height: .5;
    align-self: center;
    border-radius: 1rem;
    position: relative;
    top: -0.8rem;
}

#limites,
#limitesAnual {
    margin-top: 1rem;
}

.plan-container {
    max-width: 1400px;
}

#tab-month {
    border-bottom: 0px;
}

@media (max-width:1390px) {
    .price-card-container {
        flex-direction: column;
        align-items: center;
    }
}