.elementor-5560 .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-5560 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* Reset e configurações base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    background-color: #000000;
    min-height: 100vh;
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
}

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

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

/* Typography */
.section-title {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
}

.text-description {
    color: #d1d1d1;
    line-height: 1.75;
}

.text-lg {
    font-size: 1.125rem;
}

.text-sm {
    font-size: 0.875rem;
    color: #d1d1d1;
}

.text-xs {
    font-size: 0.75rem;
    color: #d1d1d1;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-8 {
    margin-top: 2rem;
}

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

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.logo img {
    height: 3rem;
    width: auto;
}

.btn-contact {
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    color: white;
    background-color: #41bf51;
    transition: background-color 0.3s;
    font-weight: 500;
}

.btn-contact:hover {
    background-color: #359945;
}

/* Buttons */
.btn-primary {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 9999px;
    color: white;
    background-color: #41bf51;
    transition: background-color 0.3s;
    text-align: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #359945;
}

.btn-lg {
    font-size: 1.125rem;
}

/* Hero Section */
.hero {
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-color: #1a1a1a;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
}

.hero-text {
    font-size: 1.125rem;
    color: #d1d1d1;
}

.hero-image {
    position: relative;
    display: flex;
    align-items: center;
}

.hero-image .image-wrapper {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 24rem;
    margin: 0 auto;
}

/* Symptoms Section */
.symptoms {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #000000;
}

.symptoms-grid {
    display: grid;
    gap: 2rem;
    align-items: start;
}

.symptoms-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.symptom-card {
    background-color: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.symptom-card p {
    color: #ffffff;
}

.check-icon {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #41bf51;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* About Section */
.about {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #1a1a1a;
}

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

.about-card {
    background-color: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 0.75rem;
    padding: 1.5rem;
}

/* Why Choose Section */
.why-choose {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #000000;
}

.differentials-grid {
    display: grid;
    gap: 1.5rem;
}

.differential-card {
    background-color: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: box-shadow 0.3s;
}

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

/* Journey Section */
.journey {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #1a1a1a;
}

.journey-grid {
    display: grid;
    gap: 2rem;
}

.journey-card {
    position: relative;
    background-color: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 0.75rem;
    padding: 2rem;
    transition: box-shadow 0.3s;
}

.journey-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.journey-content {
    display: flex;
    gap: 1rem;
}

.journey-number {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    background-color: #41bf51;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
}

.journey-text {
    flex: 1;
}

/* Reviews Section */
.reviews {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #000000;
}

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

.reviews-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-image .image-wrapper {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 28rem;
}

.reviews-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* CTA Section */
.cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #1a1a1a;
}

.cta-card {
    background-color: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.cta-info {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #3a3a3a;
}

/* Contact Section */
.contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #000000;
}

.contact-grid {
    display: grid;
    gap: 3rem;
}

.contact-info {
    color: white;
}

.contact-intro {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.contact-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.contact-icon {
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.contact-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.contact-link {
    font-size: 1.125rem;
    color: white;
    transition: color 0.3s;
}

.contact-link:hover {
    color: #d1d1d1;
}

.contact-address {
    font-size: 1.125rem;
}

.contact-map {
    background-color: white;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    height: 24rem;
}

/* Footer */
.footer {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

/* Responsive Design */
@media (min-width: 640px) {
    .container {
        padding: 0 1.5rem;
    }

    .container-small {
        padding: 0 1.5rem;
    }

    .hero-title {
        font-size: 3rem;
    }

    .section-title {
        font-size: 2.25rem;
    }

    .cta-card {
        padding: 3rem;
    }
}

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

    .about-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .differentials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .journey-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .differential-card.centered {
        grid-column: span 2;
        max-width: 36rem;
        margin-left: auto;
        margin-right: auto;
    }
}

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

    .container-small {
        padding: 0 2rem;
    }

    .hero-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title {
        font-size: 3.75rem;
    }

    .section-title {
        font-size: 2.25rem;
    }

    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-map {
        height: auto;
    }
}

/* Mobile-specific fixes to prevent overflow */
@media (max-width: 767px) {
    .hero {
        padding-top: 6rem;
    }
    
    .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 50;
    padding: 0rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .logo img {
        height: 3rem;
    }

    .btn-contact {
        padding: 0.375rem 1rem;
        font-size: 0.875rem;
    }

    .btn-primary {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
    }

    .symptom-card {
        padding: 0.75rem;
    }

    .about-card,
    .differential-card,
    .journey-card {
        padding: 1.25rem;
    }

    .journey-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-card {
        padding: 1.5rem;
    }

    img {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3256aea *//* 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 */