.elementor-3124 .elementor-element.elementor-element-a1e6d48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3124 .elementor-element.elementor-element-be66adb.elementor-element{--align-self:center;}.elementor-3124 .elementor-element.elementor-element-be66adb .elementor-heading-title{color:#FAF4FF;}.elementor-3124 .elementor-element.elementor-element-c479a6b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3124 .elementor-element.elementor-element-64d1ca2.elementor-element{--align-self:center;}.elementor-3124 .elementor-element.elementor-element-64d1ca2{text-align:center;}.elementor-3124 .elementor-element.elementor-element-64d1ca2 .elementor-heading-title{color:#FF08B9;}.elementor-3124 .elementor-element.elementor-element-8b855fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for heading, class: .elementor-element-be66adb *//* Bloquear rolagem da página sem afetar o layout existente */
html, body {
    overflow: hidden !important;
    max-height: 100vh;
    max-width: 100vw;
    position: relative;
}

/* Garantir que o conteúdo não quebre o layout */
body {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Ajuste de texto responsivo para o Título (Primeira Linha - h1) */
.elementor-element-40630a2 h1.elementor-heading-title {
    font-size: clamp(20px, 5vw, 36px);
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    display: block;
}

/* Ajuste de texto responsivo para o Subtítulo (Segunda Linha - h2) */
.elementor-element-40630a2 h2.elementor-heading-title {
    font-size: clamp(16px, 4vw, 28px);
    line-height: 1.3;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 90%;
    margin: 0 auto;
    padding: 5px 10px;
    display: block;
}

/* Garantir que o container dos textos não ultrapasse a tela */
.elementor-element-40630a2 {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Garantir que o container principal não quebre o layout */
.elementor-widget-container {
    max-width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
}

/* Controle de overflow no texto (aplicado diretamente nos h1 e h2) */
.elementor-element-40630a2 h1.elementor-heading-title,
.elementor-element-40630a2 h2.elementor-heading-title {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Remover os botões flutuantes do AddToAny (Add to Any) na Landing Page */
body.page-id-2827 .a2a_floating_style {
    display: none !important;
}

body .woofc-area, body .woofc-count {
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (max-width: 768px) {
    /* Ocultar todos os ícones de botão (.fa) em dispositivos móveis */
    .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_default_style .fa {
    display: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6315156 *//* styles.css */
body {
    font-family: Montserrat, sans-serif;
    background: linear-gradient(to bottom, #6a0dad, #ff1493);
    color: white;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow-x: hidden;
}

.swiper-container {
    width: 100%;
    max-width: 1000px;
    height: 450px;
    padding: 50px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    align-items: center;
    display: flex;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.swiper-slide {
    width: 300px !important;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center center;
    transition: all 0.3s ease;
    perspective: 1000px;
}

.card {
    width: 220px;
    height: 300px;
    position: relative;
    border-radius: 15px;
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
}

.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    border-radius: 15px;
    cursor: pointer;
}

.card-inner.flipped {
    transform: rotateY(180deg);
}

.card-inner.flipped .card-back a {
    color: white !important;
    text-decoration: none !important
}
/* Active slide styling */
.swiper-slide-active .card {
    transform: scale(1.1);
    z-index: 2;
}

.swiper-slide-next .card,
.swiper-slide-prev .card {
    opacity: 0.7;
    transform: scale(0.9);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.card-front {
    background: #4C287C;
    transform: rotateY(0deg);
    padding: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.card-front img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.card-back {
    background: #8e09b3;
    transform: rotateY(180deg);
    padding: 20px;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    line-height: 1.4;
}

.card-back a {
    color: #01c4e7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-back a:hover {
    color: #00f3ff;
}

.swiper-pagination {
    position: relative;
    margin-top: 30px;
    bottom: auto;
}

.swiper-pagination-bullet {
    background: white !important;
    opacity: 0.5 !important;
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    transform: scale(1.2);
}


@media (max-width: 1024px) {
    .swiper-container {
        max-width: 800px;
        height: 400px;
    }
    
    .card {
        width: 200px;
        height: 280px;
    }
    
    .card-back {
        font-size: 16px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .swiper-container {
        max-width: 90%;
        height: 380px;
    }
    
    .swiper-slide {
        width: 250px !important;
    }
    
    .card {
        width: 180px;
        height: 250px;
    }
}

@media (max-width: 480px) {
    .swiper-container {
        height: 340px;
        padding: 30px 0;
    }
    
    .swiper-slide {
        width: 200px !important;
    }
    
    .card {
        width: 160px;
        height: 220px;
    }
    
    .card-back {
        font-size: 14px;
        padding: 12px;
    }
    
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 6px !important;
    }
}/* End custom CSS */
/* Start custom CSS *//* 🔮 Ajuste de texto responsivo para o título (primeira linha) */
h1 {
    font-size: clamp(18px, 4vw, 32px);
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    display: block;
}

/* 🔮 Ajuste de texto responsivo para o subtítulo (segunda linha) */
h2, p {
    font-size: clamp(14px, 4vw, 24px);
    line-height: 1.3;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    display: block;
}

/* 🟣 Garantir que o container dos textos não ultrapasse a tela */
.elementor-container,
.elementor-widget-container {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* 🟪 Controle de overflow nos textos */
h1, h2, p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 🚫 Remover os botões flutuantes do AddToAny SOMENTE na Landing Page */
/* Substitua XXXX pelo ID da sua landing page (exemplo: page-id-1234) */
body.page-id-3124 .a2a_floating_style {
    display: none !important;
}/* End custom CSS */