body {
    font-family: 'Nunito', sans-serif;
    background-color: #f5f5f5;
}

header {
    background: #FFF;
    box-shadow: 0px 4px 30px 4px rgba(126, 55, 216, 0.04);
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}

section.hero {
    margin-top: 140px;
    margin-bottom: 80px;
}

section.hero,
section.hero h1,
section.hero p {
    color: #fff !important;
}

section.hero h1 {
    font-family: Nunito;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

section.hero p {
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

section.payment-info {
    margin-top: 70px;
    margin-bottom: 80px;
}

section.payment-info,
section.payment-info h2,
section.payment-info p {
    color: #fff !important;
}

section.payment-info h2 {
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.payment-info p {
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

.logo img {
    height: 40px;
}

.btn-planos {
    background: #0073E6;
    border-radius: 100px;
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    width: 176px;
    height: 35px;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn-minha-conta {
    color: #0073E6;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 8px;
}

.btn-minha-conta img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-left: 5px;
}

.plan-card {
    background: white;
    transition: transform 0.2s;
    border-radius: 50px;
    border: 0px solid var(--Neutral-300, #EFF0F6);
    box-shadow: 0px 0px 35px 0px rgba(98, 32, 182, 0.07);
    padding: 40px;
}

.plan-card:hover {
    transform: translateY(-5px);
}

.plan-card.premium {
    background: #007bff;
    color: white;
}

.plan-icon {
    width: 50px;
    height: 50px;
}

.plan-price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #007bff;
}

.premium .plan-price,
.premium .price-period {
    color: white;
}

.price-period {
    font-size: 1rem;
    color: #666;
}

.features-title {
    color: #666;
}

.premium .features-title {
    color: rgba(255, 255, 255, 0.8);
}

.features-list {
    list-style: none;
    padding: 0;
}

.features-list li {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.features-list li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../images/icon-check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn-comecar {
    background: #00C853;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn-comecar:hover {
    background: #00b873;
}

.recommended-tag {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-left: 1rem;
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background: #01c7be;
    position: absolute;
    right: 0;
    margin: 0;
}

footer {
    background: #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.rights {
    color: #3F3E3E;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.5px;
}

.made-with-love {
    color: #3F3E3E;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.5px;
}

.made-with-love a {
    font-weight: 600;
    color: #3F3E3E;
}

.icon-heart {
    margin-left: 5px;
}

.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.shape-1 {
    position: absolute;
    top: 50px;
    left: 40px;
    height: 139px;
    opacity: 100;
}

.shape-2 {
    position: absolute;
    top: 50%;
    margin-top: -350px;
    bottom: 0;
    right: 0;
    width: 480px;
    height: 700px;
    opacity: 100;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

main {
    position: relative;
    z-index: 1;
}

.plan-card-icon img {
    width: 40px;
    height: 40px;
    margin: 0;
}

.plan-card-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.plan-card-icon.starter {
    background: #c02570;
}

.plan-card-icon.premium {
    background: #01c7be;
}

.plan-card-icon.pro {
    background: #af52de;
}

.plan-card-header {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 20px;
}

.plan-card.starter h2 {
    color: #c02570;
}

.plan-card.premium h2 {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    color: #01c7be;
    margin-top: 20px;
    position: relative;
}

.plan-card.pro h2 {
    color: #af52de;
}

.plan-card-header h2 {
    font-weight: 700;
    margin: 0;
    font-size: 32px;
}

.plan-price {
    color: var(--Azul-Digital, #0073E6);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px;
    margin-bottom: 15px;
}

.price-period {
    color: #3F3E3E;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 110% */
    margin-left: 5px;
}

p.features-title {
    color: #3F3E3E;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 111.111% */
    margin-bottom: 25px;
}

ul.features-list li {
    color: #3F3E3E;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 111.111% */
    margin-bottom: 20px;
}

.plan-card.premium {
    background: #0073E6;
}

.premium ul.features-list li {
    color: #fff;
}

.premium .features-title {
    color: #fff;
}

.plan-card-header {
    gap: 20px;
}

.features-list {
    margin-bottom: 35px;
}

main,
header,
footer {
    width: 100%;
    float: left;
}

.premium .plan-card-header {
    display: block;
    flex-direction: row;
}

.plan-card-icon.premium {
    float: left;
    margin-right: 20px
}

main {
    min-height: calc(100vh - 137px);
    z-index: 9;
    margin-top: 86px;
}

/* Estilos para o modal de vídeo */
.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
}

.overlay-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.overlay-content p {
    font-size: 24px;
    margin-bottom: 20px;
    color: white;
}

.watermark-logo {
    width: 120px;
    margin-bottom: 20px;
}

.play-button {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 30px;
}

.play-button:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-header {
    background-color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.close {
    color: #000;
    opacity: 0.8;
    font-size: 28px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 20;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.close:hover {
    opacity: 1;
}

#videoModal .video-container img.capa-video {
    width: auto;
    height: 450px;
}

.video-overlay {
    width: auto;
    height: 450px;
    background: transparent;
}

button.close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 35px;
    opacity: 0.3;
    font-weight: 300;
    transition: 0.3s;
    margin-right: 5px;
}

button.close:hover {
    opacity: 100;
}

#videoModal .video-container iframe {
    transform: scale(0.95)
}

.play-button {
    position: absolute;
    width: 160px;
    height: 100px;
    left: 50%;
    margin-left: -80px;
    top: 50%;
    margin-top: -50px;
    background: transparent !important;
}

.play-button img {
    width: 110px;
}

img.watermark-logo {
    position: absolute;
    bottom: 22px;
    right: 60px;
    z-index: 99;
    width: 185px;
    opacity: 0.6;
}

.video-container {
    position: relative;
}

.overlay-content {
    position: absolute;
    left: 40px;
    transform: none;
    width: auto;
    bottom: 40px;
    /* height: 150px; */
    top: initial;
    opacity: 0.75;
    text-align: left;
}

.overlay-content h2 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 600;
}

.overlay-content p {
    margin: 0;
    font-size: 28px;
}

.modal-backdrop {
    opacity: 0.7 !important;
}

.modal .close {
    text-shadow: none !important;
    font-weight: 300 !important;
    outline: none !important;
}

/* Estilos para melhorar a interatividade */
.video-overlay {
    cursor: pointer;
}

.play-button {
    transition: transform 0.2s ease;
}

.video-overlay:hover .play-button {
    transform: scale(1.1);
}

/* Garante que o botão fechar seja visível */
.modal .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1050;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: .7;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .close:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.menu-lateral {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 89px;
    height: calc(100vh - 137px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    z-index: 1000;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.05);
    padding-top: 0;
}

.menu-lateral .menu-item {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #737373;
    text-decoration: none;
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.menu-lateral .menu-item:hover,
.menu-lateral .menu-item.active {
    color: #00C853;
}

.menu-lateral .menu-item img {
    width: 24px;
    height: 24px;
}

.menu-lateral a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 14px;
    color: #3F3E3E !important;
    width: 89px !important;
    height: 89px !important;
    border-bottom: 1px solid #F7F4FD;
    margin: 0 !important;
}

.menu-lateral a.active {
    background: #00C853;
    color: #fff !important;
    border-bottom: 1px solid #00C853;
}

.menu-lateral a.active img {
    filter: brightness(0) invert(1);
}

.menu-lateral a.active svg {
    fill: #fff !important;
}

.menu-lateral {
    padding-top: 0;
}

.content-wrapper .container-fluid {
    padding: 0;
}

footer {
    background: #FFF;
    box-shadow: 4px 10px 30px 0px rgba(98, 32, 182, 0.20);
}

header.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.menu-lateral {
    position: fixed;
    top: 86px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 137px);
}

body.dashboard footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.content-wrapper {
    margin-left: 89px;
    width: calc(100% - 89px);
    padding: 24px;
    margin-top: 86px;
    margin-bottom: 51px;
}







/* Estilos para a modal */
#modal-alert {
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

#modal-alert .modal-content {
    position: relative;
    background-color: #fff;
    margin: 10% auto;
    padding: 0;
    border-radius: 20px;
    width: 500px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    animation: modalFadeIn 0.3s;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#modal-alert .modal-header {
    padding: 20px;
    border-bottom: 1px solid #EAEFF4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

#modal-alert .modal-header h3 {
    margin: 0;
    color: #3F3E3E;
    font-size: 20px;
    font-weight: 600;
}

#modal-alert .close-modal {
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 0;
    line-height: 18px;
    text-align: center;
}

#modal-alert .close-modal:hover {
    color: #3F3E3E;
}

#modal-alert .modal-body {
    padding: 20px;
}

#modal-alert .modal-body p {
    color: #1E293B;
    margin-bottom: 15px;
}

#modal-alert .modal-body {
    text-align: center;
}

#modal-alert h3.modal-title {
    text-align: center;
    width: 100%;
}

a.menu-item.menu-item-logout svg {
    color: #3f3e3e !important;
    width: 22px;
}