@font-face {
    font-family: 'BRSonoma';
    src: url('../fonts/BRSonoma-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'BRSonoma';
    src: url('../fonts/BRSonoma-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BRSonoma';
    src: url('../fonts/BRSonoma-RegularItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'BRSonoma';
    src: url('../fonts/BRSonoma-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BRSonoma';
    src: url('../fonts/BRSonoma-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'BRSonoma';
    src: url('../fonts/BRSonoma-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BRSonoma';
    src: url('../fonts/BRSonoma-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}

:root, :host {
    --font-sans: 'BRSonoma', sans-serif !important;
}

body {
    font-family: 'BRSonoma', sans-serif !important;
    overflow-x: hidden;
    min-height: 100vh;
}

body button, body input, body select, body optgroup, body textarea {
  font-family: 'BRSonoma', sans-serif !important;
}

.sua-conta .elementor-shortcode .grid a, .sua-conta .elementor-shortcode .grid a:hover {
    color: inherit !important;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.elementor-button, .elementor-heading-title, .elementor-icon-box-content * {
    font-family: 'BRSonoma', sans-serif !important;
}

.widget-image-caption, .elementor-widget-text-editor {
    font-family: 'BRSonoma', sans-serif !important;
}

.elementor-button-icon svg {
    width: auto;
    max-width: 2rem;
}

.elementor-button-content-wrapper {
    align-items: center;
}

.elementor-widget-video .elementor-video {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

a:hover {
    text-decoration: none !important;
}

/*
#pms_new_subscription-form {
    display: none;
}


#pms_new_subscription-form * {
    display: none;
}

#pms_new_subscription-form:before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    margin: 140px auto;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 6px solid;
    border-color: #fff #0000;
    animation: l1 1s infinite;
}

@keyframes l1 {to{transform: rotate(.5turn)}}
*/

#pms_subscription_plans_discount_code {
    padding: 8px 12px;
    background: #f1f1f1;
    margin: 0 5px;
    border-radius: 10px;
}

#pms-apply-discount {
    min-width: 120px;
    background-color: var(--e-global-color-secondary) !important;
    color: white !important;
    padding: 9px 20px !important;
    border-radius: 30px;
    font-weight: 600;
}

#pms-subscription-plans-discount {
    display: none;
}

#discount {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: none;
}

#discount #pms-subscription-plans-discount {
    display: block;
}

#pms-update-payment-method-form, #pms-cancel-subscription-form, #pms-renew-subscription-form {
    width: 100%;
    max-width: 500px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 60px auto;
}

#pms-update-payment-method-form p:first-child {
    margin-bottom: 40px;
}

.pms-divider.pms-duration-divider, .pms-subscription-plan-duration, .pms-account-subscription-action-link__abandon {
    display: none;
}

[name=pms_update_payment_method], [name=pms_new_subscription], [name=pms_confirm_abandon_subscription], [name=pms_confirm_cancel_subscription], [name=pms_renew_subscription] {
    display: none;
    min-width: 200px;
    margin: 20px auto 60px !important;
    background-color: var(--e-global-color-secondary) !important;
    color: white !important;
    padding: 9px 20px !important;
    border-radius: 30px;
    font-weight: 600;
}

[name=pms_new_subscription].show, [name=pms_change_subscription].show, [name=pms_redirect_back].show, [name=pms_update_payment_method].show, [name=pms_renew_subscription].show, [name=pms_confirm_cancel_subscription] {
    display: block;
}

.pms-subscription-plan {
    display: none;
    width: 100%;
    max-width: 500px;
}

.pms-subscription-plan.active {
    display: block;
}

.pms-subscription-plan [name=subscription_plans] {
    display: none;
}

.pms-subscription-plan-trial {
    display: none;
}

.pms-subscription-plan-auto-renew {
    display: none !important;
}

#pms-stripe-connect {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#pms-stripe-payment-elements {
    width: 100%;
}

.pms_success-messages-wrapper {
    border-color: var(--color-success);
    color: var(--color-success-content);
    --alert-color: var(--color-success);
    line-height: 1.25rem;
    display: grid;
    grid-template-columns: auto;
    grid-auto-flow: column;
    justify-content: start;
    place-items: center start;
    gap: 1rem;
    padding-block: .75rem;
    padding-inline: 1rem;
    text-align: start;
    border: var(--border) solid var(--color-base-200);
    background-size: auto, calc(var(--noise) * 100%);
    background-image: none, var(--fx-noise);
    background-color: var(--alert-color, var(--color-base-200));
}

.pms_success-messages-wrapper p {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: var(--color-success-content) !important;
}

[name=pms_confirm_abandon_subscription] {
    display: block;
}

[name=pms_change_subscription], [name=pms_redirect_back] {
    display: none;
    min-width: 200px;
    padding: 9px 20px !important;
    border-radius: 30px;
    font-weight: 600;
    margin-right: 0 !important;
    height: 40px;
}

[name=pms_change_subscription] {
    background-color: var(--e-global-color-secondary) !important;
    color: white !important;
    margin-top: 20px;
}

[name=pms_redirect_back] {
    margin-top: 20px;
    background: none !important;
    color: var(--e-global-color-secondary) !important;
    border: 1px solid var(--e-global-color-secondary) !important;
}

#pms-abandon-subscription-form {
    width: 100%;
    max-width: 500px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 60px auto;
}

.pms-form-fields-wrapper {
    margin-top: 42px;
}

.pms-form-fields-wrapper .pms-field-subscriptions {
    display: flex;
    justify-content: center;
}

.assinar .pms-subscription-plan-description {
    margin-left: 0;
}

.pms-subscription-plan-currency {
    margin-right: 4px;
}

.pms_success-messages-wrapper {
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(34, 197, 94, 0.15);
    animation: slideInFadeIn 0.5s ease-out;
}

.pms_success-messages-wrapper p {
    padding: 20px 24px;
    margin: 0;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
}

.pms_success-messages-wrapper p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" opacity="0.1"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat;
    background-size: 24px 24px;
    background-position: calc(100% - 20px) center;
    pointer-events: none;
}

.pms_success-messages-wrapper p .pms-notice-title {
    display: none;
}

@keyframes slideInFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes checkBounce {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .pms_success-messages-wrapper p {
        padding: 16px 20px;
        font-size: 15px;
    }

    .pms_success-messages-wrapper p .pms-notice-title {
        font-size: 16px;
    }
}

.pms_success-messages-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(34, 197, 94, 0.2);
    transition: all 0.3s ease;
}

@media (prefers-color-scheme: dark) {
    .pms_success-messages-wrapper p {
        background: linear-gradient(135deg, #059669 0%, #047857 100%);
        box-shadow: 0 4px 20px rgba(5, 150, 105, 0.2);
    }
}

/*
#pms_new_subscription-form {
    display: none;
}
*/

body.abandon-subscription-success #pms_new_subscription-form {
    display: none !important;
}


body.abandon-subscription-success #pms-stripe-connect {
    display: none !important;
}

.plan-card__badge {
    position: absolute;
    bottom: 3px;
    width: 100%;
    left: 0;
    font-size: 12px;
}

.subscription-removed {
    margin-top: 50px;
}

#pms-change-subscription-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

#pms-change-subscription-form > div, #pms-change-subscription-form > ul {
    width: 100%;
    max-width: 500px;
}

.pms-account-subscription-details-table__expiration-date {
    display: none;
}

.pms-account-subscription-details-table {
    width: 100%;
    max-width: 500px;
    margin: 60px auto 0;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    font-family: inherit;
}

.pms-account-subscription-details-table tr {
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.2s ease;
}

.pms-account-subscription-details-table tr:last-child {
    border-bottom: none;
}

.pms-account-subscription-details-table tr:hover {
    background-color: #f8fafc;
}

.pms-account-subscription-details-table td {
    padding: 16px 20px;
    vertical-align: middle;
    border: none;
}

.pms-account-subscription-details-table tr > td:first-of-type {
    font-weight: 600;
    color: #374151;
    background: linear-gradient(90deg, #f9fafb 0%, #ffffff 100%);
    border-right: 1px solid #e5e7eb;
    min-width: 150px;
    font-size: 14px;
}

.plans-pricing-table {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Plan Card */
.plan-card {
    background-color: #ffffff;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 300px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Header of Each Plan */
.plan-card__header {
    background-color: var(--e-global-color-primary);
    color: #000;
    padding: 20px;
    text-align: center;
    position: relative;
}

.plan-card__title {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
}

.plan-card__price {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.plan-card__price span {
    font-size: 12px;
    margin-left: 8px;
    top: -0.7rem;
    font-weight: 500;
    position: relative;
}

.plan-card__desc {
    padding: 24px 20px 10px;
    flex: 1;
}

.plan-card__desc ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 8px;
}

.plan-card__desc ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 8px;
    height: 14px;
    border: solid var(--e-global-color-secondary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.plan-card__billing {
    font-size: 0.9em;
    font-weight: 300;
}

/* Action Button */
.plan-card__actions {
    text-align: center;
    padding: 20px;
}

.plan-card__button {
    background-color: var(--e-global-color-secondary);
    color: white;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 30px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    width: 100%;
    display: block;
    opacity: 0.95;
}

.plan-card__button:hover {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .plans-pricing-table {
        flex-direction: column;
        align-items: center;
    }

    .plan-card {
        width: 100%;
        max-width: 350px;
    }
}

#boxes  .elementor-icon-box-icon {
    text-align: center;
}

#boxes .elementor-icon-box-title {
    letter-spacing: -3px;
    position: relative;
    line-height: 1;
}

#boxes .elementor-icon-box-description {
    max-width: 320px;
    font-size: 20px;
    letter-spacing: -1px;
    margin-top: 20px;
}

#boxes .elementor-icon-box-title span:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 14px;
}

#boxes .elementor-icon-box-wrapper {
    max-width: 404px;
}

.masked-text {
  background-size: cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.masked-text h2 {
    line-height: 1 !important;
}

input, .input, .input:focus, .input:focus-within {
    outline: none !important;
    box-shadow: none !important;
    --input-color: transparent !important;
}

.input:focus, .input:focus-within {
    border-color: var(--color-base-content) !important;
}

#boxes .elementor-icon-box-title:before, #boxes .elementor-icon-box-title:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    bottom: -2px;
}

#boxes .elementor-icon-box-title:before {
    left: -2px;
}

#boxes .elementor-icon-box-title:after {
    right: -2px;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.vjs-control-bar button:hover {
    background-color: #000 !important;
}

.vjs-big-play-button {
    background: url(../images/play.png) no-repeat !important;
    border: none !important;
    background-color: transparent !important;
    height: 25.3% !important;
    width: 12.2% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    transform: translate(-50%, -50%);
    background-size: 100% !important;
}

.vjs-big-play-button .vjs-icon-placeholder {
    display: none !important;
}

.elementor-icon svg {
    width: auto;
    height: auto;
    max-width: 4rem;
    max-width: 4rem;
}

.icon.logout {
    background: url(../images/exit.png) no-repeat;
    width: 26px;
    height: 28px;
    background-size: cover;
}

.chat-active #title.elementor-element, .chat-active #arrow-down {
    display: none;
}

.chat-active #top {
    margin-bottom: 15px;
    --margin-top: 20px;
}

.chat-active #top:after {
    content: "";
    position: absolute;
    width: 110%;
    height: 1px;
    background: #000;
    bottom: -20px;
    right: 0;
    transform: translateX(51px);
}

#info > div > div {
    max-width: 322px;
}

#info > div > div:nth-child(3) {
    max-width: 348px;
}

#info h3 {
    text-align: center;
    color: #fff  !important;
    font-size: 80px;
    letter-spacing: -1px;
}

#info h3 span {
    color: #fff  !important;
    font-size: 80px;
    letter-spacing: -1px;
}

#info h5 {
    color: var(--e-global-color-primary);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 0.95;
    margin-bottom: 10px;
}

#info p {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
}

#fale h4 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 18px;
}

#fale p {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}

#footer > div > div {
    min-width: 140px;
}

#footer .widget-image-caption {
    letter-spacing: -1px;
}

#footer .elementor-widget-text-editor {
    letter-spacing: -1px;
    line-height: 1.3;
}

#footer .menu-footer-container .menu li a {
    color: #fff;
}

#footer .menu-footer-container .menu {
    display: block;
    margin-top: 0;
}

#footer .menu-footer-container .menu li + li {
    padding-left: 0;
    margin-top: 12px;
}

.text-black * {
    color: #000 !important;
}

.text-lg * {
    font-size: 18px;
}

.font-bold * {
    font-weight: 700;
}

#user-conteudo label {
    font-size: 40px;
    color: #000 !important;
    font-weight: 700;
}

.menu-footer-container .menu {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.menu-footer-container .menu li {
    line-height: 1.2;
    position:relative;
}

.menu-footer-container .menu li:after {
    content: "";
    background: #060109;
    position: absolute;
    height: 1px;
    bottom: 0;
    width: 100%;
    left: 0;
}

.menu-footer-container .menu li + li {
    padding-left: 8px;
}

.menu-footer-container .menu li + li:before {
    content: "";
    background: #060109;
    height: 12px;
    width: 1px;
    position: absolute;
    top: 1px;
    left: 1px;
}

.menu-footer-container .menu li a {
    color: #060109;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}

.menu-toggle {
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.4s ease;
}

.menu-toggle span:nth-child(1) {
    top: 0;
}

.menu-toggle span:nth-child(2) {
    top: 10px;
}

.menu-toggle span:nth-child(3) {
    bottom: 0;
}

.menu-toggle.active {
    position: fixed;
    right: 20px;
    top: 50px;
}

#menu-toggle-dash.active {
    position: fixed;
    left: 40px;
    top: 45px;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 10px;
}

.menu-opened #logo-mobile {
    margin-left: 30px;
}

#menu-mobile {
    max-height: 0;
    opacity: 0;
    overflow-y: auto;
    transition: all 0.4s ease;
    flex-wrap: nowrap;
    z-index: 9;
    right: -100%;
    overflow-x: hidden;
}

#menu-mobile.open {
    max-height: 100vh;
    opacity: 1;
    right: 0;
    min-height: 100vh;
}

#menu-mobile > div {
    width: 100%;
}

#menu-mobile.big {
    padding-right: 47px;
}

#menu-mobile > * {
   width: 100%;
   text-align: center;
}

#menu-mobile button, #menu-mobile a {
    width: 100%;
}

#menu-main li {
    margin-bottom: 10px;
}

#menu-main li.current-menu-item a {
    color: var(--e-global-color-primary);
}

#menu-main li.current-menu-item a svg {
    margin-right: .5em;
    display: inline-block;
}

#menu-main li.current-menu-item a svg, #menu-main li.current-menu-item a svg * {
    fill: var(--e-global-color-primary);
}

#menu-main li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    outline: none !important;
}

#menu-main li a.disabled {
    opacity: 0.4;
    cursor: default;
}

#menu-main li a span {
    margin-top: 4px;
}

#notifications svg {
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    fill: #fff;
}

#notifications span {
    margin-top: 4px;
    min-width: 20px;
}

#notifications span.badge {
    font-size: 12px;
    opacity: 0;
}

#notifications #count-not.show {
    opacity: 1;
}

#notifications.active {
    color: var(--e-global-color-primary);
}

#notifications.active  svg {
    fill: var(--e-global-color-primary);
}

#menu-info {
    text-align: center;
    margin-top: 30px;
}

#menu-info ul {
    max-width: none;
}

#menu-info li {
    display: inline-block;
}

#menu-info li + li:before {
    content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: -1px;
}

#main-conteudo:before {
    content: "";
    background-color: #F9FAFC;
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: inherit;
}

@media screen and (max-width: 1800px) {
    #content-title h2 {
        font-size: 70px;
    }

    #main {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1480px) {
    #info h5 {
        font-size: 34px;
    }

    #footer {
        padding-left: 20px;
    }

    #sidebar {
        padding-left: 10px;
    }

    #title h2 {
        font-size: 78px;
    }
}

@media screen and (max-width: 1380px) {
    #count-title {
        margin-top: 40px;
    }

    #title h2 {
        font-size: 64px;
    }

    #top {
        margin-top: 25px;
    }

    #top a {
        padding: 9px 22px 9px 22px;
    }

    .icon.logout {
        width: 22px;
        height: 24px;
    }
}

@media screen and (max-width: 1300px) {
    #info h5 {
        font-size: 30px;
    }

    #info p br {
        display: none;
    }

    #boxes .elementor-icon-box-title {
        font-size: 35px;
    }

    #menu-main li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 1100px) {
    #count-posts {
        height: 170px;
    }
}

@media screen and (max-width: 1110px) {
    #boxes .elementor-icon-box-title {
        font-size: 30px;
        letter-spacing: -2px;
    }

    #boxes .elementor-icon-box-description {
        font-size: 16px;
    }

    #info h3, #info h3 span {
        font-size: 62px;
    }

    #info h5 {
        font-size: 22px;
    }

    #info p {
        font-size: 16px;
    }

    #content-title h2 {
        font-size: 54px;
    }
}

@media screen and (max-width: 800px) {
    #boxes .elementor-icon-box-wrapper {
        margin: 0 auto;
    }

    #info > div > div {
        margin: 0 auto;
    }

    #content-title h2 {
        font-size: 44px;
    }

    .gerar #top {
        margin-top: 40px;
    }

    .gerar #top * {
        color: #fff !important;
    }

    #top label {
        font-size: 18px;
    }

    .criar-conteudo #top label, .sua-conta #top label, #conta #top label {
        color: #fff !important;
        font-size: 18px;
    }

    #title h2 {
        font-size: 50px;
    }

    #info h5 br {
        display: none;
    }

    #footer > div {
        flex-wrap: wrap;
    }

    #footer > div > div {
        margin: 0 auto 20px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    #footer > div > div:last-child > div:last-child {
        flex-wrap: nowrap;
        width: auto;
    }

    #footer .elementor-icon-list-items.elementor-inline-items {
        flex-wrap: nowrap;
    }

    #top a {
        font-size: 14px;
        padding: 6px 15px 6px 15px;
    }

    #sidebar {
        max-height: 0;
        opacity: 0;
        overflow-y: auto;
        transition: all 0.4s ease;
        flex-wrap: nowrap;
        z-index: 9;
        left: -100%;
        overflow-x: hidden;
        background: #3f0c6d;
        padding-top: 80px;
        z-index:999;
    }

    #sidebar .elementor-widget-image {
        text-align: left;
    }

    #sidebar .elementor-widget-image img{
        height: 50px;
        width: auto;
    }

    #sidebar.open {
        max-height: 100vh;
        opacity: 1;
        left: 0;
        min-height: 100vh;
        width: 50%;
    }

    #sidebar > div {
        width: 100%;
    }

    #sidebar.big {
        padding-right: 47px;
    }

    #sidebar > * {
        width: 100%;
        text-align: center;
    }

    #sidebar button, #sidebar a {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
     #footer > div {
         padding-top: 160px;
         padding-bottom: 40px;
    }

    #footer > div > div {
        display: block;
    }

    #footer > div > div:last-child > div {
        margin: 0 auto 50px;
        width: 178px;
    }

    #footer > div > div:last-child > div:last-child {
        width: 178px;
    }

    #footer > div > div:last-child > div:last-child h5 {
        text-align: left;
    }

    #footer + div > div {
        padding-bottom: 60px;
    }

    #logo-mobile img {
        height: 40px;
    }

    #main {
        padding-right: 0;
    }

    #top a {
        font-size: 12px;
        padding: 6px 10px 6px 10px;
    }

    #title h2 {
        font-size: 54px;
        letter-spacing: -4px;
    }

    #title + div {
        font-size: 12px;
    }

    #count-title {
        font-size: 20px;
    }

    #menu-toggle-dash.active {
        top: 38px;
    }

    .gerar #top * {
        color: #000 !important;
    }

    .criar-conteudo #top label, .sua-conta #top label, #conta #top label {
        color: #000 !important;
    }

    .criar-conteudo #title h2 {
        font-size: 40px;
        letter-spacing: -3px;
    }

    .criar-conteudo.chat-active #top {
        margin-top: 0;
    }
}

@media screen and (max-width: 620px) {
    #top {
        margin-top: 50px;
    }

    #top-mobile {
        justify-content: space-between;
        position: relative;
    }

    #top-mobile:after {
        content: "";
        width: 30px;
    }
}

@media screen and (max-width: 550px) {
    #title .elementor-heading-title {
        font-size: 45px;
        letter-spacing: -3px;
    }

    #subtitle {
        font-size: 18px;
    }

    #content-title h2 {
        font-size: 34px;
    }

    .criar-conteudo #title h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 460px) {
    #content-title label {
        font-size: 50px;
    }
}

@media screen and (max-width: 440px) {
    #subtitle {
        line-height: 1.4;
    }

    .desc .elementor-heading-title {
        font-size: 28px !important;
    }

    #boxes .elementor-icon-box-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 400px) {
    #title .elementor-heading-title {
        font-size: 40px;
        letter-spacing: -2px;
    }

    #menu-info li {
        display: block;
    }

    #menu-info li + li:before {
        display: none;
    }

    #main {
        padding-right: 0;
    }

    #content-title h2 {
        font-size: 30px;
    }

    #content-title h2 br {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    #title .elementor-heading-title {
        font-size: 34px;
    }

    #menu-mobile.open {
        width: 78%;
    }

    #copyright {
        font-size: 12px;
    }

    #sidebar.open {
        width: 70%;
    }

    #content-title label {
        font-size: 40px;
    }
}

@media screen and (max-width: 360px) {
    .chat-active #top:after {
        width: 120%;
    }
}

@media screen and (max-width: 300px) {
    #content-title label {
        font-size: 36px;
    }
}
