body {
    padding: 0 !important;
    margin: 0 !important;
}

body:not([class*=elementor-page-]) .site-main {
    padding-left: 16px;
    padding-right: 16px;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    text-decoration: none;
}

:root :where(.wp-element-button, .wp-block-button__link):hover {
    color: #fff;
}

.biofao-tax-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 8px 6px 8px;
    border: 1px solid;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    gap: 5px;
}

.biofao-tax-tag-icon {
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.biofao-filter-sidebar {
    width: 100%;
    background: #fff;
    border: 1px solid #EDE8DB;
    border-radius: 10px;
    overflow: hidden;
    font-family: inherit;
}

.biofao-filter-sidebar-title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    border-bottom: 1px solid #eadfce;
    color: #406482;
    font-size: 16px;
    font-weight: 700;
    background: #FDFBF7;
}

.biofao-filter-group {
    margin: 0;
    padding: 20px 20px 0;
    border: 0;
}

.biofao-filter-group strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
    color: #406482;
    font-size: 14px;
    font-weight: 600;
}

.biofao-filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #5B574A;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
}

.biofao-filter-option input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 2px solid #DDD3B9;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}

.biofao-filter-option input:checked {
    border-color: #E27E4A;
    background: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.325 7.01458L0 3.68958L0.83125 2.85833L3.325 5.35208L8.67708 0L9.50833 0.83125L3.325 7.01458Z" fill="%23E27E4A"/></svg>') center no-repeat;
}

.biofao-filter-sidebar .biofao-filter-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: 48px;
    margin: 18px 20px 20px;
    border: 0;
    border-radius: 12px;
    background: #ee7c45;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.biofao-filter-search input[type=search] {
    width: 100%;
    height: 60px;
    padding: 0 18px 0 40px;
    border: 1px solid #DDD3B9;
    border-radius: 10px;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667Z" stroke="%23E27E4A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.9995 14L11.1328 11.1334" stroke="%23E27E4A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') 15px center #FDFBF7 no-repeat;
    color: #a49b91;
    font-size: 16px;
    outline: none;
    max-width: 520px;
}

.biofao-filter-search input[type=search]::placeholder {
    color: #a49b91;
}

.biofao-filter-order {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

.biofao-filter-order-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #eadfce;
    border-radius: 999px;
    background: #fff;
    color: #5B574A;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.biofao-filter-order-item.is-active,
.biofao-filter-order-item:hover {
    border-color: #ee7c45;
    background: #ee7c45;
    color: #fff;
}

#pagination-custom span.page-numbers.prev,
#pagination-custom span.page-numbers.next {
    display: none;
}

.biofao-filter-count {
    font-size: 16px;
    color: #adaba4;
    font-weight: 500;
}

.biofao-filter-group strong {
    cursor: pointer;
}

.biofao-filter-group strong::after {
    content: "";
    width: 9px;
    height: 5px;
    background: url('data:image/svg+xml,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.625 0.625L4.375 4.375L8.125 0.625" stroke="%235B574A" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
    transform: rotate(180deg);
}

.biofao-filter-group.is-closed strong::after {
    transform: none;
}

.biofao-filter-group.is-closed> :not(strong) {
    display: none;
}

.biofao-filter-group.is-closed {
    padding-bottom: 0;
}

.biofao-doctors-results {
    width: 100%;
}

.biofao-doctors-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.biofao-doctor-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #eeeeed;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.biofao-doctor-card-image {
    position: relative;
}

.biofao-doctor-card .biofao-doctor-card-image img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.biofao-doctor-service-tags {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    flex-wrap: wrap;
}

.biofao-doctor-service-tags span {
    background-color: rgb(255 255 255 / 80%);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 15px 6px 10px;
    border-radius: 30px;
}

.biofao-doctor-service-tags span svg {
    width: 16px;
    height: 16px;
}

.biofao-doctor-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.biofao-doctor-specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.biofao-doctor-specialties span {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border: 1px solid;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.biofao-doctor-specialties {
    margin: 18px 0;
}

.biofao-doctor-card h3 {
    margin: 0 0 6px;
    color: #406482;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.biofao-doctor-card .biofao-doctor-type {
    margin: 0;
    color: #E27E4A;
    font-size: 16px;
    font-weight: 500;
}

.biofao-doctor-card .biofao-doctor-register {
    margin: 0 0 20px;
    color: #adaba4;
    font-size: 13px;
}

.biofao-doctor-location,
.biofao-doctor-card-content>p {
    color: #5B574A;
    font-size: 16px;
    line-height: 1.55;
}

.biofao-doctor-card .biofao-doctor-location,
.biofao-doctor-card .biofao-doctor-phone {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.biofao-doctor-phone {
    font-weight: 500;
}

.biofao-doctor-location svg,
.biofao-doctor-phone svg {
    width: 13px;
    height: auto;
    flex: 0 0 13px;
    margin-top: 5px;
}

.biofao-doctor-actions {
    display: flex;
    margin-top: 24px;
    height: stretch;
    align-items: flex-end;
}

.biofao-doctor-actions a {
    width: 100%;
}

.biofao-doctor-link-secondary,
.biofao-doctor-link-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    gap: 10px;
}

.biofao-doctor-link-secondary,
.biofao-doctor-link-secondary:hover {
    border: 1px solid #E27E4A;
    background: #fff;
    color: #E27E4A;
}

.biofao-doctor-link-primary,
.biofao-doctor-link-primary:hover {
    border: 1px solid #56ACA6;
    background: #56ACA6;
    color: #fff;
}

.biofao-doctors-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.biofao-doctors-pagination .page-numbers:not(.dots) {
    color: var(--e-global-color-text);
}

.biofao-doctors-pagination .page-numbers:not(:first-child) {
    margin-left: calc(8px / 2);
}

.biofao-doctors-pagination .page-numbers {
    border: 1px solid #5B574A26;
    border-radius: 12px;
    background-color: white;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biofao-doctors-pagination .page-numbers:hover {
    background-color: #E27E4A;
    border-color: #E27E4A;
    color: #ffffff;
}

.biofao-doctors-pagination .page-numbers:hover svg path {
    stroke: #ffffff;
}

.biofao-doctors-pagination span.page-numbers.prev,
.biofao-doctors-pagination span.page-numbers.next {
    display: none;
}

.biofao-doctors-pagination .page-numbers.current {
    background-color: #E27E4A;
    border-color: #E27E4A;
    color: #ffffff;
}

.biofao-filter-group input[type="text"],
.biofao-filter-group select {
    border-color: #EDE8DB;
    border-radius: 10px;
    height: 43px;
    padding: 0 15px;
}

.biofao-filter-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background:
        url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.625 0.625L4.375 4.375L8.125 0.625' stroke='%235B574A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 16px center,
        #fff;
}

.biofao-doctors-select::-ms-expand {
    display: none;
}

.biofao-pharmacy-filter {
    display: flex;
    align-items: flex-end;
    gap: 25px;
    width: 100%;
    max-width: 635px;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
}

.biofao-pharmacy-filter label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.biofao-pharmacy-uf {
    width: 24%;
}

.biofao-pharmacy-city {
    width: 45%;
}

.biofao-pharmacy-filter label span {
    color: #E27E4A;
    font-size: 13px;
    font-weight: 600;
}

.biofao-pharmacy-filter select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 60px;
    padding: 0 36px 0 16px;
    border: 1px solid #DDD3B9;
    border-radius: 10px;
    background:
        url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.625 0.625L4.375 4.375L8.125 0.625' stroke='%23DDD3B9' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 16px center,
        #fff;
    color: #5B574A;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

.biofao-pharmacy-filter select:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.biofao-pharmacy-filter button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 23%;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: #E27E4A;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.biofao-pharmacy-filter button::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25 14.25C11.5637 14.25 14.25 11.5637 14.25 8.25C14.25 4.93629 11.5637 2.25 8.25 2.25C4.93629 2.25 2.25 4.93629 2.25 8.25C2.25 11.5637 4.93629 14.25 8.25 14.25Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 15.75L12.4875 12.4875' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
}

.biofao-events-filter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 160px;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.biofao-events-filter-field {
    margin: 0;
}

.biofao-events-filter input,
.biofao-events-filter select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 60px;
    padding: 0 46px 0 20px;
    border: 1px solid #DDD3B9;
    border-radius: 10px;
    background-color: #FDFBF7;
    color: #5B574A;
    font-size: 15px;
    outline: none;
}

.biofao-events-filter input {
    padding-left: 46px;
    background:
        url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667Z' stroke='%23E27E4A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.9995 14L11.1328 11.1334' stroke='%23E27E4A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 18px center / 16px 16px no-repeat,
        #FDFBF7;
}

.biofao-events-filter select {
    background:
        url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.625 0.625L4.375 4.375L8.125 0.625' stroke='%235B574A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 20px center / 9px 5px no-repeat,
        #FDFBF7;
}

.biofao-events-filter input::placeholder,
.biofao-events-filter select {
    color: #A49B91;
}

.biofao-events-filter-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 28px;
    border: 0;
    border-radius: 12px;
    background: #E27E4A;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.biofao-events-filter-submit:hover {
    background: #D8713F;
}

.biofao-product-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    padding: 8px 14px;
    border: 1px solid;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.biofao-product-status-icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.biofao-product-status-compativel {
    border-color: #52A7A2;
    background: #eaf4f4;
    color: #52A7A2;
}

.biofao-product-status-compativel .biofao-product-status-icon {
    background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.50065 11.9166C9.49219 11.9166 11.9173 9.49152 11.9173 6.49998C11.9173 3.50844 9.49219 1.08331 6.50065 1.08331C3.50911 1.08331 1.08398 3.50844 1.08398 6.49998C1.08398 9.49152 3.50911 11.9166 6.50065 11.9166Z" stroke="%2352A7A2" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.875 6.50002L5.95833 7.58335L8.125 5.41669" stroke="%2352A7A2" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.biofao-product-status-incompativel {
    border-color: #AF3A37;
    background: #fbefe9;
    color: #AF3A37;
}

.biofao-product-status-incompativel .biofao-product-status-icon {
    background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.50065 11.9166C9.49219 11.9166 11.9173 9.49152 11.9173 6.49998C11.9173 3.50844 9.49219 1.08331 6.50065 1.08331C3.50911 1.08331 1.08398 3.50844 1.08398 6.49998C1.08398 9.49152 3.50911 11.9166 6.50065 11.9166Z" stroke="%23AF3A37" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.125 4.875L4.875 8.125" stroke="%23AF3A37" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.875 4.875L8.125 8.125" stroke="%23AF3A37" stroke-width="1.08333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.biofao-product-card-info {
    position: relative;
}

.biofao-product-card-info::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    border-radius: 15px;
}

.biofao-product-card-compativel .biofao-product-card-info::before {
    background: #56ACA6;
}

.biofao-product-card-incompativel .biofao-product-card-info::before {
    background: #AF3A37;
}

.page-header {
    margin: 20px 0 30px;
}

.page-header .entry-title {
    font-size: 30px;
    line-height: normal;
}

body.biofao-body-account .woocommerce {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 48px;
    align-items: flex-start;
    margin-bottom: 60px;
}

body.biofao-body-account .woocommerce::before,
body.biofao-body-account .woocommerce::after {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    padding: 0;
    border: 1px solid #EDE8DB;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    border-bottom: 1px solid #EDE8DB;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 20px;
    color: #406482;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    background: #FDFBF7;
    color: #E27E4A;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    border-left: 4px solid #E27E4A;
    padding-left: 16px;
}

.woocommerce-dashboard .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    min-width: 0;
}

.biofao-account-dashboard {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.biofao-account-section-header h2 {
    margin: 0 0 24px;
    color: #406482;
    font-size: 28px;
    font-weight: 700;
}

.biofao-account-grid {
    display: grid;
    gap: 24px;
}

.biofao-account-grid-courses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.biofao-account-grid-events {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce-account .woocommerce-MyAccount-content>p:first-of-type,
.woocommerce-account .woocommerce-MyAccount-content>p:nth-of-type(2) {
    display: none;
}

.biofao-account-view-all {
    display: inline-flex;
    margin-top: 24px;
    color: #E27E4A;
    font-weight: 700;
    text-decoration: none;
}

.biofao-account-view-all:hover {
    text-decoration: underline;
}

.acf-fields>.acf-field:first-child {
    border-top: none;
    margin-top: 0;
}

form>.acf-fields>.acf-field {
    padding: 16px 0;
}

.biofao-body-account .woocommerce form .form-row .optional {
    display: none;
}

.acf-field[data-name="medico_aceitou_termos"] {
    display: none !important;
}

.biofao-terms-acceptance {
    margin: 28px 0 24px;
    padding: 22px;
    border: 1px solid #EDE8DB;
    border-radius: 12px;
    background: #FDFBF7;
}

.biofao-terms-acceptance-checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: 600;
}

.biofao-terms-acceptance-checkbox input {
    margin-top: 4px;
}

.biofao-terms-acceptance a {
    color: #E27E4A;
    font-weight: 700;
}

.biofao-terms-acceptance ol {
    margin: 14px 0 0 22px;
}

.biofao-terms-acceptance li {
    margin-bottom: 10px;
}

.biofao-terms-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.biofao-terms-popup.is-hidden {
    display: none;
}

.biofao-terms-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.biofao-terms-popup__content {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    padding: 32px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.biofao-terms-popup .biofao-terms-popup__close {
    position: absolute;
    top: 14px;
    right: 16px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: var(--e-global-color-primary);
    padding: 0;
}

.biofao-terms-popup__content h2 {
    margin: 0 0 12px;
}

.biofao-terms-popup__content p {
    margin: 0 0 22px;
}

.biofao-terms-popup .biofao-terms-popup__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 12px 25px;
}

.select2-container.-acf {
    z-index: 1 !important;
}

.acf-field[data-name="medico_foto"] {
    display: none !important;
}

.biofao-foto-upload {
    margin-bottom: 24px;
}

.biofao-foto-upload__label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.biofao-foto-upload__preview {
    display: block;
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 12px;
}

.biofao-foto-upload__help {
    margin-top: 6px;
    font-size: 13px;
    opacity: 0.75;
}

body.biofao-body-account .woocommerce button.button,
body.biofao-body-account .woocommerce a.button,
body.biofao-body-account .woocommerce input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 22px;
    border: 1px solid #e77d45;
    border-radius: 8px;
    background: #e77d45;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: 0.2s ease;
    cursor: pointer;
    margin-top: 20px;
}

body.biofao-body-account .woocommerce button.button:hover,
body.biofao-body-account .woocommerce a.button:hover,
body.biofao-body-account .woocommerce input.button:hover {
    background: #cf6833;
    border-color: #cf6833;
    color: #fff;
}

body.biofao-body-account .woocommerce button.button:focus,
body.biofao-body-account .woocommerce a.button:focus,
body.biofao-body-account .woocommerce input.button:focus {
    outline: 2px solid rgba(231, 125, 69, 0.35);
    outline-offset: 2px;
}

.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--edit-address {
    display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: auto;
}

.biofao-body-account .woocommerce-MyAccount-content .e-con-inner .elementor-element>p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}

.biofao-plano-cupons {
    margin-top: 50px;
    margin-top: 30px;
}

.biofao-plano-cupons h2 {
    margin-bottom: 24px;
}

.biofao-plano-cupons>h2,
.biofao-plano-cupons>p {
    grid-column: 1 / -1;
}

.biofao-plano-cupom {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.biofao-plano-cupom__info {
    flex: 1;
    padding: 22px;
}

.biofao-plano-cupom__label {
    display: block;
    margin-bottom: 16px;
    color: #666;
    font-size: 14px;
}

.biofao-plano-cupom__info h3 {
    margin: 0 0 20px;
    color: #1f2d3d;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.biofao-plano-cupom__info p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.biofao-plano-cupom__action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    border-left: 2px dashed #8b8b8b;
}

.biofao-plano-cupom__action a {
    color: #f57b36;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s;
}

.biofao-plano-cupom__action a:hover {
    color: #dd6523;
}

.biofao-plano-cupons__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.biofao-pagina-cupom {
    background: url(../img/cupom.jpg) center top no-repeat;
    width: 720px;
    height: 720px;
    background-size: 100%;
    margin: auto;
    padding: 15px 66px;
    position: relative;
}

.biofao-pagina-cupom.biofao-cupom-caixas-3 {
    background-image: url(../img/cupom-3.jpg);
}

.biofao-pagina-cupom h2 {
    margin: 255px 0 0;
    font-size: 25px;
    line-height: 28px;
    max-width: 80%;
}

.biofao-pagina-cupom h3 {
    margin: 20px 0 0;
    text-transform: uppercase;
}

.biofao-pagina-cupom h4 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    position: absolute;
    bottom: 127px;
    left: 56px;
    background-color: #f9790b;
    padding: 10px;
}

.biofao-pagina-cupom.biofao-cupom-caixas-3 h4 {
    background: none;
    left: 52px;
}

a.elementor-item {
    cursor: pointer;
}

.biofao-linha-tempo *,
.biofao-linha-tempo *::before,
.biofao-linha-tempo *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.biofao-linha-tempo {
    --teal: #2E8B7A;
    --teal-mid: #3aab96;
    --teal-light: #dff3ee;
    --orange: #C8663A;
    --orange-light: #faeee7;
    --green: #4A6030;
    --green-light: #eaf3de;
    --stone: #504840;
    --beige: #D8CCBA;
    --cream: #F8F4EE;
    --ink: #2c2520;
    --line: #e0d8ce;
}

.biofao-linha-tempo {
    scroll-behavior: smooth;
}

.biofao-linha-tempo {
    color: var(--ink);
    overflow-x: hidden;
}

.biofao-linha-tempo .hint {
    padding: 0 16px;
}

.biofao-linha-tempo .filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 24px 36px;
}

.biofao-linha-tempo .filter-btn {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: white;
    color: var(--stone);
    cursor: pointer;
    transition: all .2s;
}

.biofao-linha-tempo .filter-btn:hover,
.biofao-linha-tempo .filter-btn.active {
    background: var(--teal);
    border-color: var(--teal);
    color: white;
}

.biofao-linha-tempo .filter-btn[data-filter="founding"].active {
    background: var(--orange);
    border-color: var(--orange);
}

.biofao-linha-tempo .filter-btn[data-filter="social"].active {
    background: var(--green);
    border-color: var(--green);
}

.biofao-linha-tempo .tl-wrap {
    position: relative;
}

.biofao-linha-tempo .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: white;
    color: var(--teal);
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    transition: background .2s, color .2s;
    padding: 0;
}

.biofao-linha-tempo .nav-btn:hover {
    background: var(--teal);
    color: white;
}

.biofao-linha-tempo .nav-btn:hover svg path {
    stroke: #fff;
}

.biofao-linha-tempo .nav-prev {
    left: 10px;
}

.biofao-linha-tempo .nav-next {
    right: 10px;
}

.biofao-linha-tempo .tl-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--beige) transparent;
    cursor: grab;
    padding-bottom: 10px;
}

.biofao-linha-tempo .tl-scroll:active {
    cursor: grabbing;
}

.biofao-linha-tempo .tl-scroll::-webkit-scrollbar {
    height: 8px;
}

.biofao-linha-tempo .tl-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.biofao-linha-tempo .tl-scroll::-webkit-scrollbar-thumb {
    background: var(--beige);
    border-radius: 999px;
}

.biofao-linha-tempo .tl-h {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 500px;
    padding: 0 80px;
    width: max-content;
}

.biofao-linha-tempo .tl-h-axis {
    position: absolute;
    left: 0;
    right: 0;
    top: 250px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--beige) 40px, var(--beige) calc(100% - 40px), transparent);
}

.biofao-linha-tempo .tl-item-h {
    position: relative;
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .5s ease, transform .5s ease;
}

.biofao-linha-tempo .tl-item-h.visible {
    opacity: 1;
    transform: none;
}

.biofao-linha-tempo .tl-item-h.hidden {
    display: none;
}

.biofao-linha-tempo .slot-top,
.biofao-linha-tempo .slot-bottom {
    height: 224px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 14px;
}

.biofao-linha-tempo .slot-top {
    align-items: flex-end;
    padding-bottom: 12px;
}

.biofao-linha-tempo .slot-bottom {
    align-items: flex-start;
    padding-top: 12px;
}

.biofao-linha-tempo .dot-row {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.biofao-linha-tempo .dot {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .02em;
    flex-shrink: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
    transition: transform .2s;
    cursor: default;
}

.biofao-linha-tempo .dot:hover {
    transform: scale(1.08);
}

.biofao-linha-tempo .dot.regular {
    background: var(--teal);
    color: #fff;
}

.biofao-linha-tempo .dot.founding {
    background: var(--orange);
    color: #fff;
}

.biofao-linha-tempo .dot.social {
    background: var(--green);
    color: #fff;
}

.biofao-linha-tempo .card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 16px 18px;
    width: 330px;
    transition: box-shadow .2s, transform .2s;
    position: relative;
    overflow: hidden;
}

.biofao-linha-tempo .card::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
}

.biofao-linha-tempo .tl-item-h.top .card::before {
    bottom: 0;
    border-radius: 0 0 14px 14px;
}

.biofao-linha-tempo .tl-item-h.bottom .card::before {
    top: 0;
    border-radius: 14px 14px 0 0;
}

.biofao-linha-tempo .card.regular::before {
    background: var(--teal);
}

.biofao-linha-tempo .card.founding::before {
    background: var(--orange);
}

.biofao-linha-tempo .card.social::before {
    background: var(--green);
}

.biofao-linha-tempo .card.milestone {
    background: #fafffe;
    border-color: #c8e8e2;
}

.biofao-linha-tempo .card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .07);
    transform: translateY(-2px);
}

.biofao-linha-tempo .card-year {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 5px;
}

.biofao-linha-tempo .card-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.28;
    color: var(--ink);
    margin-bottom: 6px;
}

.biofao-linha-tempo .card-desc {
    font-size: 11.5px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--stone);
}

.biofao-linha-tempo .badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}

.biofao-linha-tempo .badge {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 999px;
}

.biofao-linha-tempo .badge-founding {
    background: var(--orange-light);
    color: var(--orange);
}

.biofao-linha-tempo .badge-social {
    background: var(--green-light);
    color: var(--green);
}

.biofao-linha-tempo .badge-book {
    background: #EEF0FA;
    color: #3a4a8a;
}

.biofao-linha-tempo .badge-research {
    background: var(--green-light);
    color: var(--green);
}

.biofao-linha-tempo .badge-event {
    background: #f3f0ea;
    color: var(--stone);
}

.biofao-linha-tempo .tl-item-h .stem {
    position: absolute;
    left: 50%;
    width: 1px;
    background: var(--line);
    transform: translateX(-50%);
    z-index: 1;
}

.biofao-linha-tempo .tl-item-h.top .stem {
    top: 250px;
    height: 26px;
}

.biofao-linha-tempo .tl-item-h.bottom .stem {
    top: 224px;
    height: 26px;
}

.biofao-linha-tempo .legend {
    display: flex;
    gap: 28px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 24px 60px;
}

.biofao-linha-tempo .leg {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 400;
    color: var(--stone);
    letter-spacing: .04em;
}

.biofao-linha-tempo .leg-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.eael-accordion-tab-title {
    display: flex;
    align-items: center;
}

.eael-accordion-tab-title>b {
    background-color: #e27e4a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: rgb(255 255 255 / 55%);
    border-radius: 8px;
    margin-right: 10px;
    flex-shrink: 0;
}

#pagination-custom .page-numbers,
.biofao-doctors-pagination .page-numbers {
    margin: 8px;
}

.elementor-pagination,
.biofao-doctors-pagination {
    flex-wrap: wrap;
}

.wp-block-woocommerce-cart {
    margin: 0;
}

.biofao-faq {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background: #FDFBF7;
    min-height: 100vh;
    color: #1a1a1a
}

.biofao-faq .top-bar {
    background: #0D2B5E;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 12px
}

.biofao-faq .top-bar img {
    height: 32px
}

.biofao-faq .top-bar-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.01em
}

.biofao-faq .top-bar-sub {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    margin-top: 1px
}

.biofao-faq .container {
    max-width: 740px;
    margin: 0 auto;
    padding: 24px 16px 60px
}

.biofao-faq .search-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06)
}

.biofao-faq .search-label {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 500
}

.biofao-faq .search-box {
    position: relative
}

.biofao-faq .search-box input {
    width: 100%;
    padding: 13px 44px 13px 16px;
    border: 1.5px solid #e0ddd6;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    background: #fafaf8;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.15s
}

.biofao-faq .search-box input:focus {
    border-color: #0D2B5E;
    background: #fff
}

.biofao-faq .search-box input::placeholder {
    color: #aaa
}

.biofao-faq .search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none
}

.biofao-faq .clear-btn {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #aaa;
    font-size: 16px;
    display: none;
    padding: 4px;
    line-height: 1
}

.biofao-faq .clear-btn:hover {
    color: #666
}

.biofao-faq .cats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px
}

.biofao-faq .cat {
    padding: 7px 14px;
    border-radius: 99px;
    border: 1.5px solid #e0ddd6;
    font-size: 13px;
    cursor: pointer;
    background: #fff;
    color: #666;
    transition: all 0.12s;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    font-weight: 500
}

.biofao-faq .cat:hover {
    border-color: #0D2B5E;
    color: #0D2B5E
}

.biofao-faq .cat.active {
    background: #0D2B5E;
    border-color: #0D2B5E;
    color: #fff
}

.biofao-faq .stats {
    font-size: 13px;
    color: #999;
    margin-bottom: 12px;
    min-height: 20px;
    padding: 0 2px
}

.biofao-faq .results {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.biofao-faq .card {
    background: #fff;
    border: 1.5px solid #e8e5de;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.12s, box-shadow 0.12s
}

.biofao-faq .card:hover {
    border-color: #c5bfb3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.biofao-faq .card.open {
    border-color: #0D2B5E
}

.biofao-faq .card-q {
    padding: 15px 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    user-select: none
}

.biofao-faq .card-q-text {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    flex: 1;
    line-height: 1.45
}

.biofao-faq .card-q-text mark {
    background: #fff3cd;
    color: #7a5c00;
    border-radius: 3px;
    padding: 0 2px;
    font-style: normal
}

.biofao-faq .card-badge {
    font-size: 11px;
    color: #999;
    white-space: nowrap;
    background: #f5f4f0;
    padding: 3px 8px;
    border-radius: 99px;
    flex-shrink: 0
}

.biofao-faq .chevron {
    color: #aaa;
    transition: transform 0.2s;
    flex-shrink: 0
}

.biofao-faq .card.open .chevron {
    transform: rotate(180deg)
}

.biofao-faq .card.open .card-q {
    border-bottom: 1px solid #f0ede6
}

.biofao-faq .card-a {
    display: none;
    padding: 14px 16px;
    font-size: 14px;
    color: #444;
    line-height: 1.75
}

.biofao-faq .card.open .card-a {
    display: block
}

.biofao-faq .card-a mark {
    background: #fff3cd;
    color: #7a5c00;
    border-radius: 3px;
    padding: 0 2px;
    font-style: normal
}

.biofao-faq .card-a ul {
    padding-left: 1.2rem;
    margin-top: 6px
}

.biofao-faq .card-a ul li {
    margin-bottom: 5px
}

.biofao-faq .empty {
    text-align: center;
    padding: 3rem 1rem;
    color: #aaa;
    background: #fff;
    border-radius: 12px
}

.biofao-faq .empty svg {
    margin-bottom: 12px;
    opacity: 0.35
}

.biofao-faq .empty p {
    font-size: 15px;
    margin-bottom: 6px;
    color: #666
}

.biofao-faq .empty small {
    font-size: 13px
}

.biofao-faq .footer {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
    color: #bbb
}

.biofao-faq .footer span {
    color: #E87722;
    font-weight: 500
}

div.gtranslate_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-left: 20px;
}

div.gtranslate_wrapper a.glink {
    display: flex;
    line-height: 14px;
    align-items: center;
    gap: 7px;
}

div.gtranslate_wrapper a.glink img {
    width: 12px;
    height: 12px;
    object-fit: cover;
    border-radius: 15px;
    border: 2px solid #fff;
}

div.gtranslate_wrapper a.glink span {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    letter-spacing: 5%;
    margin: 0;
}

.biofao-curso-modulos:not(.open) {
    display: none;
}

@media (max-width: 1320px) {

    div.gtranslate_wrapper {
        margin-right: 20px;
    }

}

@media (max-width: 1200px) {

    .biofao-plano-cupons__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .biofao-doctors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (min-width: 1200px) {

    body:not([class*=elementor-page-]) .site-main {
        max-width: 1472px;
    }

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header) {
        max-width: 1440px;
    }

}

@media (max-width: 1300px) and (min-width: 1025px) {

    #biofao-header>.e-con-inner {
        gap: 10px;
    }

    #biofao-header .elementor-nav-menu--main .elementor-item {
        font-size: 14px;
        margin: 0 12px;
    }

    #biofao-header .elementor-element[data-widget_type="theme-site-logo.default"] {
        max-width: 120px !important;
    }

    #biofao-header .elementor-nav-menu .sub-arrow {
        padding-left: 3px;
    }

}

@media (min-width: 1025px) {

    .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul {
        left: -27px !important;
        padding: 15px 0;
    }

    .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
        left: -9px !important;
        padding: 15px 0;
    }

    .elementor-nav-menu--layout-horizontal .elementor-nav-menu--dropdown .elementor-sub-item {
        border: none;
        padding: 13px 28px !important;
    }

}

@media (max-width: 1024px) {

    .biofao-doctors-grid {
        grid-template-columns: 1fr;
    }

    .biofao-events-filter {
        grid-template-columns: 1fr 1fr;
    }

    .biofao-events-filter-submit {
        width: 100%;
    }

    .biofao-account-grid-courses,
    .biofao-account-grid-events {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (min-width: 768px) {

    .biofao-account-menu-toggle {
        display: none;
    }

}

@media (max-width: 781px) {

    .biofao-doctor-card-content {
        padding: 18px;
    }

    .biofao-doctor-card h3 {
        font-size: 20px;
    }

    .biofao-doctor-actions {
        grid-template-columns: 1fr;
    }

    .biofao-pharmacy-filter {
        gap: 18px;
        padding: 24px;
        flex-direction: column;
    }

    .biofao-pharmacy-filter label,
    .biofao-pharmacy-filter button[type="submit"] {
        width: 100%;
    }

    .biofao-pharmacy-title {
        padding: 0 !important;
    }

    .biofao-pharmacy-button {
        position: static !important;
    }

    .biofao-pharmacy-button .elementor-button {
        display: block;
    }

    .biofao-events-filter {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .biofao-events-filter input,
    .biofao-events-filter select,
    .biofao-events-filter-submit {
        height: 54px;
    }

    .biofao-filter-sidebar {
        margin-bottom: 30px;
    }

    .biofao-filter-sidebar-title {
        cursor: pointer;
        justify-content: space-between;
    }

    .biofao-filter-sidebar-title::after {
        content: "";
        width: 9px;
        height: 5px;
        background: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.625 0.625L4.375 4.375L8.125 0.625' stroke='%235B574A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
    }

    .biofao-filter-sidebar.is-mobile-closed .biofao-filter-group,
    .biofao-filter-sidebar.is-mobile-closed .biofao-filter-submit {
        display: none;
    }

    .biofao-filter-sidebar:not(.is-mobile-closed) .biofao-filter-sidebar-title::after {
        transform: rotate(180deg);
    }

    body.biofao-body-account .woocommerce {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        position: relative;
    }

    .woocommerce-account .biofao-account-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 56px;
        padding: 0 20px;
        border: 1px solid #EDE8DB;
        border-radius: 12px;
        background: #fff;
        color: #406482;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
    }

    .woocommerce-account .biofao-account-menu-toggle::after {
        content: "";
        width: 9px;
        height: 5px;
        background: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.625 0.625L4.375 4.375L8.125 0.625' stroke='%235B574A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation.is-open .biofao-account-menu-toggle::after {
        transform: rotate(180deg);
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: none;
        margin-top: 10px;
        border: 1px solid #EDE8DB;
        border-radius: 12px;
        background: #fff;
        overflow: hidden;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation.is-open ul {
        display: flex;
    }

    .biofao-account-grid-courses,
    .biofao-account-grid-events {
        grid-template-columns: 1fr;
    }

    .biofao-plano-cupons__grid {
        grid-template-columns: 1fr;
    }

    .biofao-pagina-cupom {
        width: 400px;
        padding: 15px 37px;
        height: 400px;
    }

    .biofao-pagina-cupom h2 {
        margin: 125px 0 0;
        font-size: 19px;
        line-height: 23px;
    }

    .biofao-pagina-cupom h3 {
        margin-top: 10px;
        font-size: 22px;
    }

    .biofao-pagina-cupom h4 {
        left: 28px;
        bottom: 78px;
        font-size: 12px;
        padding: 0 10px;
    }

    .biofao-pagina-cupom.biofao-cupom-caixas-3 h4 {
        left: 24px;
    }

    .elementor-location-single[data-elementor-type="single-post"] h2.elementor-heading-title {
        font-size: 30px !important;
        line-height: normal !important;
    }
    
    .biofao-doctors-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

}

@media (max-width: 700px) {

    .biofao-linha-tempo .nav-btn {
        display: none;
    }

    .biofao-linha-tempo .tl-h {
        padding: 0 24px;
        height: 420px;
    }

    .biofao-linha-tempo .slot-top,
    .biofao-linha-tempo .slot-bottom {
        height: 190px;
    }

    .biofao-linha-tempo .card {
        padding: 14px;
    }

    .biofao-linha-tempo .card-title {
        font-size: 15px;
    }

    .biofao-linha-tempo .card-desc {
        font-size: 11px;
    }

    .biofao-linha-tempo .tl-h-axis {
        top: 210px;
    }

    .biofao-linha-tempo .tl-item-h.top .stem {
        top: 210px;
    }

    .biofao-linha-tempo .tl-item-h.bottom .stem {
        top: 190px;
    }

    .biofao-linha-tempo .dot {
        width: 42px;
        height: 42px;
    }

}

@media(max-width:500px) {

    .biofao-faq .top-bar {
        padding: 14px 16px
    }

    .biofao-faq .cat {
        font-size: 12px;
        padding: 6px 11px
    }

    .biofao-faq .card-badge {
        display: none
    }

}

@media (max-width: 460px) {

    .biofao-pagina-cupom {
        width: 320px;
        height: 320px;
        padding: 15px 28px;
    }

    .biofao-pagina-cupom h2 {
        margin: 95px 0 0;
        font-size: 15px;
        line-height: 22px;
    }

    .biofao-pagina-cupom h3 {
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
    }

    .biofao-pagina-cupom h4 {
        left: 20px;
        bottom: 61px;
        font-size: 10px;
    }

    .biofao-pagina-cupom.biofao-cupom-caixas-3 h4 {
        left: 17px;
    }

}