.elementor-3994 .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-3994 .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-whatsapp2 {
    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:hover2 {
    opacity: 0.9;
}

/* Hero Section */
.hero {
    background-color: #014268;
    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: #ffffff;
}

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

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

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

.hero-decoration {
    position: absolute;
    border-radius: 50%;
    background-color: #1bb5fe;
    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;
}

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

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

.symptoms-text {
    padding: 0 1rem;
}

.section-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #014268;
}

.symptoms-description {
    line-height: 1.75;
    margin-bottom: 1.5rem;
    color: #014268;
}

.symptoms-alert {
    margin-bottom: 1rem;
    color: #1bb5fe;
}

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

.symptom-card {
    background-color: #014268;
    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-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #1bb5fe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.symptom-card p {
    color: white;
    margin: 0;
}

.symptoms-cta {
    margin-top: 4rem;
    text-align: center;
}

.symptoms-cta-text {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    color: #014268;
}

/* About Section */
.about {
    background-color: #014268;
    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-image {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    width: 75%;
    max-width: 384px;
}

.about-image img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}

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

.about-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.about-crm {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    color: #1bb5fe;
}

.about-description {
    line-height: 1.75;
    color: #c4c4c4;
}

.differentials {
    margin-bottom: 1rem;
}

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

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

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

.differential-card {
    background-color: #ffffff;
    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: #014268;
}

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

/* Why Choose Section */
.why-choose {
    background-color: #f8f9fa;
    padding: 5rem 0;
}

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

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

.why-choose-image {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 35px 30px -12px rgba(0, 0, 0, 0.2);
    width: 80%;
    max-width: 320px;
}

.why-choose-text {
    padding: 0 1rem;
}

.why-choose-description {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 1rem;
    color: #014268;
}

.why-choose-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #1bb5fe;
}

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

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

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

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

.reason-description {
    line-height: 1.75;
    color: #c4c4c4;
}

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

/* Reviews/Cataract Section */
.reviews {
    background-color: #014268;
    padding: 4rem 0;
}

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

.reviews-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.reviews-description {
    font-size: 1.125rem;
    line-height: 1.75;
    max-width: 896px;
    margin: 0 auto 1rem;
    color: #c4c4c4;
}

.cataract-symptoms {
    max-width: 1280px;
    margin: 0 auto 3rem;
}

.cataract-symptoms-row {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cataract-symptoms-row-bottom {
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
}

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

.cataract-check {
    font-size: 1.5rem;
    color: white;
}

.cataract-symptom-card span:last-child {
    color: white;
}

.reviews-footer {
    font-size: 1.125rem;
    margin-bottom: 3rem;
    color: #c4c4c4;
}

.steps-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #1bb5fe;
}

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

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

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

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

.step-card p {
    line-height: 1.75;
    color: #014268;
    margin: 0;
}

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

/* CTA Section */
.cta {
    background-color: #1bb5fe;
    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: #014268;
}

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

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

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

.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: #1bb5fe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

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

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

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

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

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

.footer p {
    color: #c4c4c4;
}

/* Responsive Design */
@media (min-width: 640px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .section-title {
        font-size: 2.25rem;
    }
    
    .about-title {
        font-size: 2.25rem;
    }
    
    .reviews-title {
        font-size: 2.25rem;
    }
    
    .cta-title {
        font-size: 2.25rem;
    }
    
    .contact-title {
        font-size: 2.25rem;
    }
    
    .why-choose-title {
        font-size: 2.25rem;
    }
    
    .steps-title {
        font-size: 2.25rem;
    }
    
    .cataract-symptoms-row {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .cataract-symptoms-row-bottom {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .symptoms-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .differentials-grid-top {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .differentials-grid-bottom {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .reasons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .steps-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);
    }
    
    .differentials-grid-top {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .why-choose-intro {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .steps-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

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