.elementor-4497 .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-4497 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 */* {
    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: #333;
    background-color: #ffffff;
    overflow-x: hidden;
}

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

/* Container */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.container-cta {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.header-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo img {
    height: 48px;
    width: auto;
}

.btn-whatsapp {
    background-color: #25d366;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: opacity 0.3s;
    font-weight: 500;
}

.btn-whatsapp:hover {
    opacity: 0.9;
}

/* Hero Section */
.hero {
    background-color: #0f2705;
    padding: 10rem 0 8rem;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
    max-width: 1152px;
    margin: 0 auto;
}

.hero-content {
    color: white;
    padding: 0 1rem;
}

.hero-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #f6dfb4;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    color: #987946;
}

.hero-description {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    color: #c7c1b5;
}

.hero-image-wrapper {
    position: relative;
    padding: 0 1rem;
}

.hero-decoration {
    position: absolute;
    border-radius: 50%;
    background-color: #987946;
    opacity: 0.2;
}

.hero-decoration-1 {
    top: -2rem;
    left: -2rem;
    width: 96px;
    height: 96px;
}

.hero-decoration-2 {
    top: 3rem;
    right: -1rem;
    width: 64px;
    height: 64px;
}

.hero-decoration-3 {
    bottom: -1rem;
    left: 25%;
    width: 80px;
    height: 80px;
}

.hero-image {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.btn-primary {
    display: inline-block;
    background-color: #25d366;
    color: white;
    padding: 1rem 2rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: opacity 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.btn-primary:hover {
    opacity: 0.9;
}

.btn-primary-large {
    font-size: 1.125rem;
}


/* About Section */
.about {
    background-color: #ffffff;
    padding: 4rem 0;
}

.about-intro {
    display: grid;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
}

.about-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1rem;
    grid-column: 1 / -1;
}

.about-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #0f2705;
    text-align: center;
}

.about-crm {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    color: #0f2705;
    text-align: center;
}

.about-description {
    line-height: 1.75;
    color: #0f2705;
    text-align: center;
}

.differentials {
    margin-bottom: 1rem;
}

.differentials-title {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #987946;
}

.differentials-grid {
    display: grid;
    gap: 1.5rem;
    max-width: 1280px;
    margin: 0 auto;
}

.differential-card {
    background-color: #0f2705;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

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

.differential-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.differential-description {
    line-height: 1.75;
    color: #ffffff;
}

/* Services Section */
.services {
    background-color: #f6dfb4;
    padding: 5rem 0;
}

.services-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.services-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #0f2705;
}

.services-description {
    font-size: 1.125rem;
    line-height: 1.75;
    max-width: 768px;
    margin: 0 auto;
    color: #0f2705;
}

.services-grid {
    display: grid;
    gap: 1.5rem;
    max-width: 1280px;
    margin: 0 auto;
}

.service-card {
    background-color: #0f2705;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

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

.service-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #f6dfb4;
}

.service-description {
    line-height: 1.75;
    color: #c7c1b5;
}

.services-cta {
    text-align: center;
    margin-top: 2.5rem;
}

/* Benefits Section */
.benefits {
    background-color: #ffffff;
    padding: 4rem 0;
}

.benefits-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.benefits-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #0f2705;
}

.benefits-description {
    font-size: 1.125rem;
    line-height: 1.75;
    max-width: 896px;
    margin: 0 auto 2rem;
    color: #0f2705;
}

.benefits-grid {
    display: grid;
    gap: 1rem;
    max-width: 1280px;
    margin: 0 auto 3rem;
}

.benefit-card {
    background-color: #987946;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
}

.benefit-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f6dfb4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f2705;
}

.benefit-card span {
    color: white;
}

.benefits-footer {
    font-size: 1.125rem;
    margin-bottom: 3rem;
    color: #0f2705;
}

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

/* CTA Section */
.cta {
    background-color: #987946;
    padding: 4rem 0;
}

.cta-card {
    background-color: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.cta-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #0f2705;
}

.cta-description {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    color: #0f2705;
}

/* Contact Section */
.contact {
    background-color: #0f2705;
    padding: 4rem 0;
}

.contact-title {
    font-size: 2rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #f6dfb4;
}

.contact-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

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

.contact-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background-color: #987946;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.contact-item-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #987946;
}

.contact-item-text {
    line-height: 1.75;
    color: #c7c1b5;
}

.contact-item-link {
    font-size: 1.125rem;
    color: #c7c1b5;
    text-decoration: none;
    transition: opacity 0.3s;
}

.contact-item-link:hover {
    opacity: 0.8;
}

.footer {
    padding-top: 2rem;
    border-top: 1px solid #987946;
    text-align: center;
}

.footer p {
    color: #c7c1b5;
}

/* Responsive Design */
@media (min-width: 640px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .section-title {
        font-size: 2.25rem;
    }
    
    .about-title {
        font-size: 2.25rem;
    }
    
    .benefits-title {
        font-size: 2.25rem;
    }
    
    .cta-title {
        font-size: 2.25rem;
    }
    
    .contact-title {
        font-size: 2.25rem;
    }
    
    .services-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .for-whom-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .differentials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .cta-card {
        padding: 3rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
    
    .hero-title {
        font-size: 3.75rem;
    }
    
    .hero-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-intro {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile overflow prevention */
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    
    .hero-image-wrapper,
    .about-image-wrapper {
        max-width: 100%;
        overflow: hidden;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}/* 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-whatsapp2{
  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-whatsapp2:before,
.btn-whatsapp2: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 */