.elementor-714 .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;}@media(min-width:768px){.elementor-714 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* 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, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2C2C2C;
    background-color: #ffffff;
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    cursor: pointer;
    border: none;
    font-family: inherit;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid #E8E3D5;
}

.header-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.logo-img {
    height: 48px;
    width: auto;
}

.nav-desktop {
    display: none;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #8B8453;
}

.mobile-menu-btn {
    display: block;
    background: transparent;
    color: #666666;
    padding: 0.5rem;
}

.mobile-menu-btn:hover {
    color: #8B8453;
}

.mobile-menu-btn .close-icon {
    display: none;
}

.mobile-menu-btn.active .menu-icon {
    display: none;
}

.mobile-menu-btn.active .close-icon {
    display: block;
}

.nav-mobile {
    display: none;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
    border-top: 1px solid #E8E3D5;
}

.nav-mobile.active {
    display: flex;
}

.nav-mobile .btn {
    text-align: center;
}

/* Buttons */
.btn {
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background-color: #8B8453;
    color: white;
}

.btn-primary:hover {
    background-color: #6B6438;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #8B8453;
    color: #8B8453;
}

.btn-outline:hover {
    background-color: #8B8453;
    color: white;
}

.btn-large {
    padding: 0.75rem 2rem;
}

.btn-large-text {
    font-size: 1.125rem;
}

/* Containers */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.container-medium {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Sections */
.section-white {
    padding: 5rem 1rem;
    background-color: #ffffff;
}

.section-beige {
    padding: 5rem 1rem;
    background-color: #F5F2E9;
}

.section-title {
    font-size: 1.875rem;
    text-align: center;
    color: #2C2C2C;
    margin-bottom: 4rem;
    line-height: 1.3;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Section */
.hero-section {
    padding-top: 8rem;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: linear-gradient(to bottom, #F5F2E9, #ffffff);
}

.hero-container {
    max-width: 1280px;
    margin: 0 auto;
}

.hero-content {
    text-align: center;
    margin-bottom: 3rem;
}

.hero-title {
    font-size: 1.875rem;
    color: #2C2C2C;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.hero-description {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 1.25rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.hero-tagline {
    font-style: italic;
    color: #8B8453;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.hero-image {
    margin-top: 3rem;
}

.hero-image img {
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 550px;
    object-fit: cover;
    opacity: 0.9;
}

/* Grid Layouts */
.grid-2 {
    display: grid;
    gap: 2rem;
}

.grid-2-reverse {
    display: grid;
    gap: 3rem;
}

.grid-3 {
    display: grid;
    gap: 2rem;
}

.grid-4 {
    display: grid;
    gap: 1.5rem;
}

/* Cards */
.card {
    background-color: #F5F2E9;
    padding: 2rem;
    border: 1px solid #E8E3D5;
    transition: all 0.3s ease;
}

.card-hover:hover {
    border-color: #8B8453;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #2C2C2C;
}

.card-description {
    color: #666666;
    line-height: 1.7;
}

/* Icon Circles */
.icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.icon-circle-primary {
    background-color: #8B8453;
    color: white;
}

.icon-circle-secondary {
    background-color: #E8E3D5;
    color: #8B8453;
}

.icon-large {
    width: 64px;
    height: 64px;
}

/* Pill Cards */
.pill-card {
    background-color: white;
    padding: 1.5rem;
    border: 2px solid #E8E3D5;
    transition: all 0.3s ease;
}

.pill-card:hover {
    border-color: #8B8453;
}

.pill-card .icon-circle {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
}

.pill-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: #2C2C2C;
}

.pill-description {
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.7;
}

/* About Section */
.about-image img {
    border-radius: 0.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 850px;
    object-fit: cover;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-text {
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.7;
}

.quote-box {
    background-color: #F5F2E9;
    padding: 2rem;
    border-left: 4px solid #8B8453;
    margin: 2rem 0;
}

.quote-text {
    font-size: 1.25rem;
    color: #2C2C2C;
    font-style: italic;
    line-height: 1.6;
}

.about-cta {
    text-align: left;
    margin-top: 0.5rem;
}

/* Service Cards */
.service-card {
    background-color: white;
    border: 1px solid #E8E3D5;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: #8B8453;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.service-image {
    height: 192px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-content {
    padding: 2.5rem;
}

.service-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2C2C2C;
}

.service-description {
    color: #666666;
    line-height: 1.7;
}

/* Team Section */
.team-section {
    padding: 64px 16px 10px;
    background-color: #ffffff;
}

/* Container centralizado */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Wrapper da imagem com sombra */
.image-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    border-radius: 8px;
    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;
}

.image-wrapper:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 
                0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Imagem responsiva */
.team-image {
    width: 100%;
    height: auto;
    display: block;
}


/* Journey Steps */
.journey-step {
    display: flex;
    gap: 1.5rem;
}

.journey-icon-wrapper {
    flex-shrink: 0;
}

.journey-icon-wrapper .icon-circle {
    width: 56px;
    height: 56px;
}

.journey-number {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.875rem;
    color: #8B8453;
}

.journey-content {
    flex: 1;
    padding-top: 0.25rem;
}

.journey-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #2C2C2C;
}

.journey-description {
    color: #666666;
    line-height: 1.7;
}

/* Info Cards */
.info-card {
    background-color: white;
    padding: 2rem;
    border: 1px solid #E8E3D5;
    transition: all 0.3s ease;
}

.info-card:hover {
    border-color: #8B8453;
}

.info-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #2C2C2C;
}

.info-subtitle {
    color: #8B8453;
    margin-bottom: 1rem;
}

.info-description {
    color: #666666;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.info-contact {
    font-size: 1.125rem;
    color: #2C2C2C;
    margin-bottom: 0.5rem;
}

.info-note {
    font-size: 0.875rem;
    color: #999999;
    font-style: italic;
    margin-top: 0.75rem;
}

/* CTA Section */
.cta-section {
    padding: 5rem 1rem;
    background: linear-gradient(to bottom, #ffffff, #F5F2E9);
}

.cta-container {
    max-width: 56rem;
    margin: 0 auto;
    text-align: center;
}

.cta-title {
    font-size: 1.875rem;
    color: #2C2C2C;
    margin-bottom: 2rem;
}

.cta-description {
    font-size: 1.125rem;
    color: #666666;
    margin-bottom: 2.5rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* Footer */
.footer {
    background-color: #2C2C2C;
    color: white;
    padding: 2rem 1rem;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.footer-text {
    color: #E8E3D5;
}

.footer-copyright {
    font-size: 0.875rem;
    color: #999999;
    margin-top: 0.5rem;
}

/* Responsive Design */
@media (min-width: 640px) {
    .hero-title {
        font-size: 2.25rem;
    }

    .hero-description {
        font-size: 1.125rem;
    }

    .hero-tagline {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2.25rem;
    }

    .cta-title {
        font-size: 2.25rem;
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .nav-desktop {
        display: flex;
    }

    .mobile-menu-btn {
        display: none;
    }

    .nav-mobile {
        display: none !important;
    }

    .grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-2-reverse {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-image {
        order: 2;
    }

    .about-content {
        order: 1;
    }
}

@media (min-width: 1024px) {
    .header-container {
        padding: 0 2rem;
    }

    .section-white,
    .section-beige {
        padding: 5rem 2rem;
    }

    .hero-section {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .hero-title {
        font-size: 3rem;
    }

    .section-title {
        font-size: 3rem;
    }

    .cta-title {
        font-size: 3rem;
    }

    .cta-section {
        padding: 2rem 2rem;
    }

    .grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .about-image {
        order: 1;
    }

    .about-content {
        order: 2;
    }

    .container {
        padding: 0 32px;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Accessibility */
button:focus,
a:focus {
    outline: 2px solid #8B8453;
    outline-offset: 2px;
}

/* Mobile adjustments */
@media (max-width: 768px) {

  .hero-image{
    margin-top: 1.75rem;
  }

  .hero-container {
    margin-bottom: -4rem;
  }

  /* Foto quadrada no mobile */
  .hero-image img{
    width: 100%;
    height: auto;          /* não força altura fixa */
    aspect-ratio: 1.5 / 1;   /* quadrado */
    object-fit: cover;
    border-radius: 0.75rem;
  }

  .grid-2-reverse .about-image {
    width: auto;
    height: 700px;          /* não força altura fixa */
  }

  .team-section {
        padding: 48px 12px;
    }
    
    .image-wrapper {
        border-radius: 6px;
    }
}/* End custom CSS */