@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.button-agenda {
    display: flex;
}

.button-agenda button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #989C83;
    border-radius: 6px;
    border: none;
    width: 18rem;
    height: 50px;
    color: #FFF;
    padding: 10px 0px;
    gap: 10px;
    margin-top: 30px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    animation: zoom 1.2s ease-in-out infinite;
}

@keyframes zoom {

    0%,
    100% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.05);
    }
}

.button-agenda button:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.button-agenda button span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

.button-agenda button img {
    width: 25px;
    height: 25px;
}

.botao {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.botao button {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: background 0.3s, color 0.3s;
}

.botao button:hover {
    background: #fff;
    color: #989C83;
}

.botao button span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.botao button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}


.ti-widget.ti-goog .ti-verified-review {
    display: inline-block;
    background: url(https://cdn.trustindex.io/assets/icon/ti-verified.svg);
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-left: 7px;
    position: relative;
    cursor: pointer;
}

.ti-verified-tooltip {
    display: none;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #444;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: wrap;
    z-index: 10;
}

.ti-verified-review:hover .ti-verified-tooltip {
    display: block;
}

.btn-avaliacao button {
    background: rgb(78, 115, 238);
    border: 1px solid #fff;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: background 0.3s, color 0.3s;
}

.btn-avaliacao button:hover {
    background: rgb(44, 89, 238);
    color: #FFF;
}

.btn-avaliacao button{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
}

.btn-fnl button {
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #989C83;
    border-radius: 6px;
    border: none;
    color: #FFF;
    padding: 5px;
    padding-left: 20px;
    gap: 10px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 85vw;
    max-width: 340px;
    height: 80px;
}

.btn-fnl button:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.btn-fnl button strong {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8rem;
}

.btn-fnl button span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
}
.elementor-button-icon svg {
    display: block;
    height: 2em;
    width: 2em;
    fill: white;

}

.faq-container-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    border-radius: 8px;
    padding: 20px;
}

.faq-container-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #444;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq {
    border: 1px solid #989C83;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFF;
}

.faq h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1em;
    color: #313131;
}

.faq-question {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #666;
}

.faq-answer.active {
    display: block;
}

.faq-question::after {
    content: '+';
    font-size: 30px;
    color: #989C83;
}

.faq-question.active::after {
    content: '-';
}