.elementor-1132 .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-1132 .elementor-element.elementor-element-1324359.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1132 .elementor-element.elementor-element-1324359{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Variáveis de cores */
:root {
    --color-beige: #E8DFD4;
    --color-light-beige: #F5F0EA;
    --color-brown: #5C4A3A;
    --color-medium-brown: #7B5B4A;
    --color-green: #2DC071;
    --color-green-hover: #25a560;
    --color-whatsapp: #25D366;
    --color-whatsapp-hover: #20BA59;
    --color-white: #ffffff;
}

/* Tipografia base */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-brown);
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

h1 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
}

h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
}

p {
    line-height: 1.6;
}

/* Containers */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.container-narrow {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Utilities */
.text-center {
    text-align: center;
    margin-bottom: 2rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

/* Buttons */
.btn-primary {
    display: inline-block;
    background-color: var(--color-green);
    color: var(--color-white);
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    background-color: var(--color-green-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.btn-large {
    font-size: 1.125rem;
}

/* Links */
.link-green {
    color: var(--color-green);
    text-decoration: none;
    transition: color 0.3s ease;
}

.link-green:hover {
    color: var(--color-green-hover);
    text-decoration: underline;
}

/* Icons */
.icon {
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.icon-green {
    color: var(--color-green);
}

/* Hero Section */
.hero-section {
    background-color: var(--color-beige);
    background-image: url("https://paginadecontatolp.com.br/wp-content/uploads/2026/01/CAPA-LP-UX-1427-x-783-px-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    min-height: 600px;
}

.hero-content {
    padding: 4rem 2rem;
}

.hero-title {
    color: var(--color-medium-brown);
    margin-bottom: 1.5rem;
}

.hero-text {
    color: var(--color-medium-brown);
    font-size: 1.125rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}


@media (min-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-content {
        padding: 4rem;
    }
}

/* Benefits Section */
.benefits-section {
    background-color: var(--color-light-beige);
    padding: 4rem 1.5rem;
}

.benefits-intro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3rem;
}

.benefits-intro-image img {
    width: 80%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.benefits-intro-text h2 {
    color: var(--color-brown);
    margin-bottom: 1.5rem;
}

.section-text {
    color: rgba(92, 74, 58, 0.8);
    font-size: 1.125rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.benefit-card {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.benefit-card h3 {
    color: var(--color-brown);
    margin-bottom: 1rem;
}

.benefit-card p {
    color: rgba(92, 74, 58, 0.8);
}

@media (min-width: 768px) {
    .benefits-intro {
        grid-template-columns: 1fr 1fr;
    }

    .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Treatment Section */
.treatment-section {
    background-color: var(--color-beige);
    padding: 4rem 1.5rem;
}

.treatment-card {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.treatment-card p {
    color: rgba(92, 74, 58, 0.9);
}

/* Procedures Section */
.procedures-section {
    background-color: var(--color-light-beige);
    padding: 4rem 1.5rem;
}

.procedures-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.procedure-card {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.procedure-card h3 {
    color: var(--color-brown);
    margin-bottom: 1rem;
}

.procedure-card p {
    color: rgba(92, 74, 58, 0.8);
}

@media (min-width: 768px) {
    .procedures-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Immunotherapy Section */
.immunotherapy-section {
    background-color: var(--color-light-beige);
    padding: 4rem 1.5rem;
}

.immunotherapy-card {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    max-width: 56rem;
    margin: 0 auto;
}

.immunotherapy-highlight {
    color: var(--color-brown);
    font-size: 1.125rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 500;
    text-align: left;
}

.immunotherapy-subtitle {
    color: var(--color-brown);
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.immunotherapy-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.immunotherapy-benefits li {
    display: flex;
    align-items: flex-start;
    color: rgba(92, 74, 58, 0.9);
    margin-bottom: 0.75rem;
}

.benefit-check {
    color: var(--color-green);
    margin-right: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.5;
    flex-shrink: 0;
}

.immunotherapy-footer {
    background-color: rgba(232, 223, 212, 0.5);
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.immunotherapy-footer-highlight {
    color: var(--color-brown);
    font-weight: 500;
}

@media (min-width: 768px) {
    .immunotherapy-card {
        padding: 3rem;
    }
    .immunotherapy-highlight {
    color: var(--color-brown);
    font-size: 1.125rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 500;
    }
}

/* About Section */
.about-section {
    background-color: var(--color-beige);
    padding: 4rem 1.5rem;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6rem;
    align-items: center;
}

.about-content {
    order: 2;
}

.about-card {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.about-card p {
    color: rgba(92, 74, 58, 0.9);
}

.about-image {
    order: 1;
}

.about-image img {
    width: 70%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
    .about-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-content {
        order: 1;
    }

    .about-image {
        order: 2;
    }
}

/* Why Choose Section */
.why-choose-section {
    background-color: var(--color-light-beige);
    padding: 4rem 1.5rem;
}

.why-choose-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.why-choose-text {
    color: var(--color-brown);
    font-size: 1.25rem;
    max-width: 960px;
    margin: 0 auto;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.why-choose-card {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.why-choose-card h3 {
    color: var(--color-brown);
    margin-bottom: 1rem;
}

.why-choose-card p {
    color: rgba(92, 74, 58, 0.8);
}

@media (min-width: 768px) {
    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Contact Section */
.contact-section {
    background-color: var(--color-beige);
    padding: 4rem 1.5rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.contact-info-card {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item h3 {
    color: var(--color-brown);
    margin-bottom: 0.5rem;
}

.contact-item p {
    color: rgba(92, 74, 58, 0.8);
}

.contact-cta-card {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-cta-card h3 {
    color: var(--color-brown);
    margin-bottom: 1rem;
}

.contact-cta-card p {
    color: rgba(92, 74, 58, 0.8);
}

@media (min-width: 768px) {
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Footer */
.footer {
    background-color: var(--color-brown);
    padding: 2rem 1.5rem;
}

.footer-content {
    text-align: center;
}

.footer-text {
    color: rgba(232, 223, 212, 0.9);
    margin-bottom: 0.5rem;
}

.footer-text-secondary {
    color: rgba(232, 223, 212, 0.7);
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    background-color: var(--color-whatsapp);
    color: var(--color-white);
    padding: 1rem;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    background-color: var(--color-whatsapp-hover);
    transform: scale(1.1);
}

.whatsapp-float svg {
    display: block;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    h1 {
        font-size: 1.875rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .hero-content {
        padding: 3rem 1.5rem;
    }

}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }

    .container-narrow {
        padding: 0 2rem;
    }
}

@media (min-width: 1900px) {
    .hero-section {
    background-color: var(--color-beige);
    background-image: url("https://paginadecontatolp.com.br/wp-content/uploads/2026/01/CAPA-LP-UX-1427-x-783-px-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    min-height: 90vh; /* ocupa a primeira dobra da tela */
    padding: 0;
    position: relative;
    overflow: hidden;
}

}

@media (max-width: 767px) {
    .hero-section {
        min-height: 100vh; /* pega a tela inteira */
        background-image: url("https://paginadecontatolp.com.br/wp-content/uploads/2026/01/CAPA-LP-UX-332-x-473-px-2.png");
        background-size: cover;
        background-position: center bottom; /* PRIORIZA A FOTO */
    }
}

@media (max-width: 767px) {
    .hero-grid {
        display: flex;
        align-items: flex-start; /* texto no topo */
        min-height: 800px;
    }

    .hero-content {
        padding-top: 1.5rem; /* controla o quão alto o texto fica */
        padding-bottom: 0;
        max-width: 100%;
    }

    .about-image img {
    width: 100%;
    }

    .benefits-intro-image img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

}/* 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 */