.elementor-3626 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3626 .elementor-element.elementor-element-1324359.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-3626 .elementor-element.elementor-element-1324359{--width:100.487%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.5;
    color: #1f2937;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

/* Color Variables */
:root {
    --color-burgundy: #8B2E2E;
    --color-burgundy-dark: #6B2222;
    --color-cream: #FBF8F4;
    --color-white: #FFFFFF;
    --color-dark-brown: #2C1810;
    --color-gold: #D4A574;
    --color-gray-600: #4b5563;
    --color-gray-700: #374151;
    --color-gray-800: #1f2937;
}

/* Layout */
.page-wrapper {
    min-height: 100vh;
    background-color: var(--color-cream);
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.content-narrow {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.content-medium {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.content-wide {
    max-width: 96rem;
    margin-left: auto;
    margin-right: auto;
}

/* Sections */
.section-white {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--color-white);
}

.section-cream {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--color-cream);
}

.section-burgundy {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--color-burgundy);
    color: var(--color-white);
}

/* Typography */
.section-title {
    font-size: 1.875rem;
    color: var(--color-burgundy);
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.25rem;
    }
}

.section-text {
    font-size: 1.125rem;
    color: var(--color-gray-700);
    margin-bottom: 3rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

/* Buttons */
.btn-primary {
    display: inline-block;
    background-color: var(--color-burgundy);
    color: var(--color-white);
    padding: 1rem 2rem;
    border-radius: 9999px;
    transition: background-color 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.btn-primary:hover {
    background-color: var(--color-burgundy-dark);
}

.btn-outline {
    display: inline-block;
    color: var(--color-burgundy);
    border: 2px solid var(--color-burgundy);
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background-color: var(--color-burgundy);
    color: var(--color-white);
}

.btn-white {
    display: inline-block;
    background-color: var(--color-white);
    color: var(--color-burgundy);
    padding: 1rem 2rem;
    border-radius: 9999px;
    transition: background-color 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.btn-white:hover {
    background-color: var(--color-cream);
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(251, 248, 244, 0.95), rgba(251, 248, 244, 0.8), transparent);
}

.hero-content {
    position: relative;
    z-index: 10;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Logo */
.iamna-logo {
    display: flex;
    align-items: center;
}

.iamna-logo img {
    height: 60px !important;
    width: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 1rem;
}

.hero-inner {
    max-width: 42rem;
}

.logo-placeholder {
    margin-bottom: 2rem;
}

.logo-box {
    width: 12rem;
    height: 6rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(139, 46, 46, 0.3);
}

.logo-text {
    text-align: center;
}

.logo-main {
    color: var(--color-burgundy);
    font-size: 0.875rem;
    font-style: italic;
    font-family: serif;
}

.logo-sub {
    color: var(--color-burgundy);
    font-size: 0.75rem;
}

.hero-headline {
    font-size: 2.25rem;
    color: var(--color-burgundy);
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .hero-headline {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .hero-headline {
        font-size: 3.55rem;
    }
}

.hero-subheadline {
    font-size: 1.125rem;
    color: var(--color-gray-700);
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .hero-subheadline {
        font-size: 1.25rem;
    }
}

.hero-benefits {
    list-style: none;
    margin-bottom: 2.5rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.check-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--color-burgundy);
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.benefit-item span {
    color: var(--color-gray-800);
}

.hero-microcopy {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: var(--color-gray-600);
}

/* Situations Grid */
.situations-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .situations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.situation-card {
    background-color: var(--color-cream);
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-left: 4px solid var(--color-burgundy);
}

.situation-text {
    color: var(--color-gray-800);
    font-style: italic;
}

/* Highlights Grid */
.highlights-grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.highlight-card {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 100px;
}

.icon-circle {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 9999px;
    background-color: #B7C8A8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon {
    width: 1.25rem;
    height: 1.25rem;
    color: white;
    display: block;
}

.highlight-text {
    color: var(--color-gray-800);
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 48px;
    line-height: 1.4;
}

/* Steps Grid */
.steps-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.step-item {
    text-align: center;
}

.step-icon-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

.step-icon-circle {
    width: 5rem;
    height: 5rem;
    background-color: var(--color-burgundy);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.step-icon {
    width: 2.5rem;
    height: 2.5rem;
    color: var(--color-white);
}

.step-number {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 2rem;
    height: 2rem;
    background-color: var(--color-burgundy);
    color: var(--color-white);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: bold;
}

.step-title {
    font-size: 1.25rem;
    color: var(--color-burgundy);
    margin-bottom: 0.75rem;
}

.step-description {
    color: var(--color-gray-700);
}

/* Services Grid */
.services-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.service-card {
    background-color: var(--color-white);
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.service-image {
    height: 12rem;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    padding: 1.5rem;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.service-icon-circle {
    background-color: rgba(139, 46, 46, 0.1);
    padding: 0.5rem;
    border-radius: 9999px;
}

.service-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--color-burgundy);
}

.service-title {
    font-size: 1.25rem;
    color: var(--color-burgundy);
}

.service-description {
    color: var(--color-gray-700);
}

/* Testimonials Grid */
.testimonials-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.testimonial-card {
    background-color: var(--color-cream);
    padding: 2rem;
    border-radius: 0.5rem;
    position: relative;
}

.quote-icon {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(139, 46, 46, 0.2);
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.testimonial-text {
    color: var(--color-gray-800);
    margin-bottom: 1.5rem;
    font-style: italic;
    position: relative;
    z-index: 10;
}

.testimonial-author {
    border-top: 1px solid rgba(139, 46, 46, 0.2);
    padding-top: 1rem;
}

.author-name {
    color: var(--color-burgundy);
}

.author-role {
    font-size: 0.875rem;
    color: var(--color-gray-600);
}

/* Team Section */
.team-grid {
    display: grid;
    gap: 5rem;
    align-items: center;
        margin-top: 4rem;
}

@media (min-width: 1024px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.team-image-col {
    order: 2;
}

@media (min-width: 1024px) {
    .team-image-col {
        order: 1;
    }
}

.team-content-col {
    order: 1;
}

@media (min-width: 1024px) {
    .team-content-col {
        order: 2;
    }
}

.team-image-wrapper {
    aspect-ratio: 5 / 5;
    background: linear-gradient(to bottom right, rgba(139, 46, 46, 0.2), rgba(139, 46, 46, 0.05));
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.team-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-subtitle {
    font-size: 1.5rem;
    color: var(--color-burgundy);
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .team-subtitle {
        font-size: 1.875rem;
    }
}

.team-description {
    font-size: 1.125rem;
    color: var(--color-gray-700);
    margin-bottom: 1.5rem;
}

.team-stats {
    margin-bottom: 2rem;
}

.stat-item {
    display: flex;
    align-items: flex-start;
    gap: 0.95rem;
    margin-bottom: 1rem;
}

.stat-icon-circle {
    background-color: rgba(139, 46, 46, 0.1);
    padding: 0.5rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #b7c8a8;
}

.stat-title {
    color: #b7c8a8;
    font-weight: 600;
        margin-bottom: 2px; /* diminui o espaço */
}

.stat-subtitle {
    color: var(--color-gray-600);
    font-size: 0.875rem;
        margin: 0;
}

.team-highlight {
    background-color: var(--color-white);
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-left: 4px solid #b7c8a8;
    }

.team-highlight-text {
    color: var(--color-gray-700);
}

/* FAQ Section */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background-color: var(--color-cream);
    border-radius: 0.5rem;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    transition: background-color 0.3s ease;
    color: var(--color-burgundy);
}

.faq-question:hover {
    background-color: #F5EFE7;
}

.faq-chevron {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-burgundy);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 1.5rem 1.5rem;
    color: var(--color-gray-700);
}

/* Final CTA */
.final-cta-title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .final-cta-title {
        font-size: 2.25rem;
    }
}

.final-cta-description {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

/* Footer */
.footer {
    background-color: var(--color-dark-brown);
    color: var(--color-white);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer-content {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.footer-brand {
    margin-bottom: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.footer-logo-box {
    width: 12rem;
    height: 6rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(255, 255, 255, 0.3);
}

.footer-logo-text {
    text-align: center;
}

.footer-logo-main {
    color: var(--color-white);
    font-size: 0.875rem;
    font-style: italic;
    font-family: serif;
}

.footer-logo-sub {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
}

/* Logo rodapé centralizada */
.iamna-logo2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
}

.iamna-logo2 img {
    height: 60px;
    width: auto;
    object-fit: contain;
    display: block;
}

.footer-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.footer-col {
    text-align: center;
}

@media (min-width: 768px) {
    .footer-col {
        text-align: left;
    }
}

.footer-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .footer-label {
        justify-content: flex-start;
    }
}

.footer-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-gold);
}

.footer-link {
    color: var(--color-white);
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: var(--color-gold);
}

.footer-email {
    word-break: break-all;
}

.footer-text {
    color: var(--color-white);
    margin: 0;
    line-height: 1.4;
}

.footer-address {
    color: var(--color-white);

}

.footer-note {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    text-align: center;
}

.footer-note-text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer-copyright {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .hero-headline {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .hero-inner {
        max-width: 100%;
    }
    
    /* Logo */
    .iamna-logo {
        display: flex;
        align-items: center;
    }
    
    .iamna-logo img {
        height: 60px !important;
        width: auto;
        object-fit: contain;
        display: block;
        margin-bottom: 1rem;
    }

}

@media (max-width: 767px) {
    .hero-section {
        min-height: 100vh;
        align-items: flex-start;
    }

    .hero-background {
        position: absolute;
        inset: 0;
    }

    .hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .hero-overlay {
        background: linear-gradient(
            to bottom,
            rgba(251, 248, 244, 0.78) 0%,
            rgba(251, 248, 244, 0.88) 38%,
            rgba(251, 248, 244, 0.96) 62%,
            rgba(251, 248, 244, 1) 100%
        );
    }

    .hero-content {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .hero-inner {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .hero-section {
        position: relative;
        overflow: hidden;
        display: block;
    }

    .hero-background {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-image: url("https://images.unsplash.com/photo-1696767178559-c6114c90d277?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxuZXdib3JuJTIwYmFieSUyMHNsZWVwaW5nfGVufDF8fHx8MTc3MzA4MDY5NHww&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referral");
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .hero-image {
        display: none !important;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to bottom,
            rgba(251, 248, 244, 0.45) 0%,
            rgba(251, 248, 244, 0.70) 28%,
            rgba(251, 248, 244, 0.90) 55%,
            rgba(251, 248, 244, 1) 100%
        );
    }

    .hero-content {
        position: relative;
        z-index: 2;
    }
}

.hero-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.hero-background,
.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* FAQ */
.faq-question {
    width: 100%;
    padding: 1.25rem 1.25rem;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    transition: background-color 0.3s ease;
    color: var(--color-burgundy);
}

.faq-question span {
    flex: 1;
    min-width: 0;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
}

.faq-chevron {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-burgundy);
    flex-shrink: 0;
    margin-top: 0.15rem;
    transition: transform 0.3s ease;
}

.faq-answer p {
    padding: 0 1.25rem 1.25rem;
    color: var(--color-gray-700);
    line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a024d0 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp:before,
.btn-whatsapp:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */