/* Importar fuentes elegantes */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Plus+Jakarta+Sans:wght@300;400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2d3436;
}

.hero-section {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* Reemplaza esta URL con una foto de la Dra. o su consultorio */
    background: url('https://images.unsplash.com/photo-1527137342181-19aab11a8ee8?auto=format&fit=crop&q=80') no-repeat center center/cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, rgba(74, 105, 189, 0.7), rgba(76, 175, 200, 0.5), rgba(255, 192, 203, 0.4)); */

    z-index: 1;
}

.navbar {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;


}

.logo {

    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #3d2185ad;
    font-weight: bold;
    width: 270px;
    margin-right: 10px;
    flex: 0 0 auto;
    margin-left: 20px;

}

.nav-links {
    flex: 0 0 auto;
    width: 560px;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: #2e2e2e;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;


}

.btn-cta {
    /* background: #5108aa9d; */
    background: #4e26a3ad;
    color: white !important;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
}

.btn-cta-2 {
    /* background: #5108aa9d; */
    background: #4e26a3;
    color: white !important;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
}

.btn-cta-2:hover {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}


.hero-content {
    position: relative;
    z-index: 10;
    margin: 8%;
    margin-top: auto;
    margin-bottom: auto;

    max-width: 650px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(10px);
    /* Para soporte en Safari */

    /* Un fondo blanco con transparencia es vital para que se note */
    background-color: rgba(255, 255, 255, 0.6);

    /* Estética extra para que se vea "bonito" */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
}

.badge {
    background: #4e26a33b;
    color: #4e26a3;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin: 20px 0;
    line-height: 1.1;
    color: #1a1a1a;
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #555;
}

.hero-btns {
    display: flex;
    justify-content: space-around;

    /* gap: 2rem; */
}

.btn-primary {
    /* background: linear-gradient(135deg, #4a69bd, #2c3e7f); */
    background: #4e26a371;

    color: white;
    padding: 15px 15px;
    border-radius: 8px;
    text-decoration: none;
    /* background: rgb(197, 188, 213); */
    box-shadow: 0 10px 20px rgba(74, 105, 189, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(74, 105, 189, 0.4);
}

.btn-secondary {
    font-weight: bold;
    border: 2px solid #4e26a3de;
    color: white;
    padding: 15px 15px;
    border-radius: 8px;
    text-decoration: none;
    /* background: #b3c4f678; */
    background: #4e26a371;
    ;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #4e26a3e1;
    color: white;
}


.services-section {
    /* background: linear-gradient(180deg, #ffffff, #adecff); */
    /* background: #57b6c7; */
    /* background: linear-gradient(0deg, rgba(87, 182, 199, 1) 9%, rgba(87, 182, 199, 0.67) 64%, rgba(255, 255, 255, 1) 100%); */
    /* linear-gradient(0deg, rgb(143 205 255) 0%, rgba(255, 255, 255, 1) 130%) */
    /* background: #ADECFF; */

}

.whats {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 12;
    transition: .3s;
}

.whats:hover {
    transform: scale(1.2);
}



/* Responsive */
@media (max-width: 880px) {
    h1 {
        font-size: 2.5rem;
    }

    .nav-links {
        /* display: none; */
        width: fit-content;
    }

    .nav-links li:nth-of-type(-n+3) {
        display: none;
    }

    .whats {

        position: fixed;
        bottom: 5%;
        right: 5%;
        z-index: 12;
        transition: .3s;
    }

    .overlay {
        /* background: rgba(255, 255, 255, 0.85); */
    }
}

.services-section {
    padding-top: 40px;
    /* background: linear-gradient(135deg, #f0f4ff 0%, #e3f2fd 50%); */
    /* Gradiente suave con azul y púrpura */
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    margin-top: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.services-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    /* max-width: 760px; */
    gap: 30px;
}

.service-card:hover {
    /* background: linear-gradient(135deg, rgba(74, 105, 189, 0.651), rgba(76, 175, 200, 0.445), rgba(255, 192, 203, 0.541)); */

}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-card {



    width: 300px;
    height: 450px;
    background: white;
    /* padding: 40px 30px; */
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    /* background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #4a69bd, #76c7d6) border-box; */
    border: 2px solid #e0e0e0;
    /* background: linear-gradient(135deg, rgba(74, 120, 189, 0.651), rgba(76, 175, 200, 0.445), rgba(192, 193, 255, 0.541)); */
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(74, 105, 189, 0.15);
    border-color: #4a69bd;
}

.service-card.highlight {
    background: linear-gradient(135deg, #4a69bd, #2c3e7f);
    color: white;
}

.service-card.highlight h3,
.service-card.highlight p {
    color: white;
}

.icon>* {
    margin-top: 20px;
}

.icon {
    width: 100%;
    height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 2.5rem;
    padding-top: 15px;
    padding-bottom: 20px;
    padding: 0px 30px;
    border-radius: 20px 20px 0 0;
    /* background: linear-gradient(135deg, #4a69bd, #2c3e7f); */

}

.icon h3 {
    /* text-align: center; */
    /* color: white; */
}

.lucide {
    stroke: #4e26a3;
}

.service-info {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.service-info ul {
    width: 216px;
}

.service-info p {
    height: 200px;
    height: fit-content;
}

.service-info .unico {
    text-align: justify;
    width: 220px;
    height: fit-content;
    margin: 0 30px 20px 30px;
}



.service-card h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    font-size: 1rem;
}

.service-card p {
    height: 200px;
    font-size: 0.95rem;
    color: #666;
    margin: 0 30px 20px 30px;
    /* text-align: center; */
    text-align: start;
    /* flex-grow: 1; */
}

.service-card ul {
    list-style: none;
    font-size: 0.9rem;
    line-height: 1.8;
}

.service-card ul li::before {
    content: "•";
    color: #4a69bd;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.service-card.highlight ul li::before {
    color: #fff;
}

.view-more {
    text-align: center;
    margin-top: 40px;
    font-style: italic;
    color: #888;
}

.pricing-section {
    padding: 100px 40px;
    /* background: linear-gradient(135deg, #ffffff 0%, #f5f7ff 100%); */
    /* background: #ADECFF; */

    /* background: linear-gradient(180deg, rgb(197, 188, 213, 1) 0%, rgba(255, 255, 255, 1) 130%); */
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    gap: 30px;
    margin-bottom: 60px;
}

.price-card {
    padding: 50px 40px;
    border-radius: 25px;
    background: white;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.price-card:hover {
    border-color: #4a69bd;
    box-shadow: 0 15px 40px rgba(74, 105, 189, 0.15);
}

.price-card.featured {
    position: relative;
    transform: scale(1.05);
    /* background: linear-gradient(135deg, #4a69bd, #76c7d6); */
    color: white;
    box-shadow: 0 20px 40px rgba(74, 105, 189, 0.25);
    border: none;
}

.price-card.featured h3,
.price-card.featured .price {
    color: white;
}

.price-card.featured .price span {
    color: rgba(255, 255, 255, 0.8);
}

.price-card.featured .price-features li {
    color: rgba(255, 255, 255, 0.9);
}

.price-card.featured .price-features li::before {
    color: #ffffff;
}

.popular-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    color: white;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.price-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.price {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.price span {
    font-size: 1rem;
    color: #888;
}

.price-features {
    list-style: none;
    margin-top: 25px;
    text-align: left;
}

.price-features li {
    margin-bottom: 12px;
    color: #555;
}

.price-features li::before {
    content: "✓";
    color: #4a69bd;
    margin-right: 10px;
    font-weight: bold;
}

/* Caja de Políticas y Pagos */
.payment-info-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: linear-gradient(135deg, #fdfaf7, #f0e6ff);
    padding: 40px;
    border-radius: 20px;
    border-left: 5px solid #4a69bd;
    box-shadow: 0 10px 30px rgba(74, 105, 189, 0.08);
}

.payment-info-box h4 {
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #1a1a1a;
}

.bank-details {
    background: white;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 0.9rem;
    border: 1px dashed #4a69bd;
}

.policies ul {
    list-style: none;
}

.policies li {
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #444;
}


.experiencia {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 34px;
    /* background: linear-gradient(0deg, rgb(197, 188, 213, 1) 0%, rgba(255, 255, 255, 1) 130%); */
}

.experiencia h2 {
    text-align: center;
    margin-bottom: 30px;

}

.experiencia .informacion {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 50px 0;
    padding: 30px;

}

.experiencia .informacion div {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 350px;
    max-width: 458px;
    margin: 0 30px;
    padding: 50px 40px 20px 40px;
    border-radius: 25px;
    background: white;
    /* border: 2px solid #e0e0e0; */
    transition: all 0.3s ease;
    border-radius: 33px;
    border-radius: 33px;
    /* background: #ffffff; */
    -webkit-box-shadow: 5px 6px 12px 3px rgba(0, 0, 0, 0.21);
    box-shadow: 5px 6px 12px 3px rgba(0, 0, 0, 0.21);

}

.informacion ul {
    margin: 30px 24px;
}

.informacion ul li {
    /* list-style: none; */
    margin-bottom: 15px;
}

.experiencia>div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.decoracion {
    width: 200px;
    height: 10px;
    background: #4e26a3;
    border-radius: 20px;

}

.ubicacion {
    height: fit-content;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.title {
    margin-bottom: 30px;
}

.ubicacion-izq {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.ubicacion-der {
    width: 100%;
    /* border-radius: 20px; */

}

.ubicacion-info {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.atencion,
.redes,
.horario {
    width: 350px;
    margin-bottom: 20px;
    background: #4e26a33b;
    padding: 20px;
    border-radius: 20px;
}

.horario h3,
.redes h3,
.atencion h3 {
    margin-bottom: 10px;
}

.horario p {
    margin-bottom: 0px;
}

.redes {
    display: flex;
    justify-content: center;
    background: #4e26a3;

}

.redes svg {
    width: 40px;
    margin: 0 20px;
    fill: white
}

.atencion ul li {
    margin-left: 25px;
}



.contenedor-sections {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(197, 188, 213, 1) 100%);
}

@media (min-width: 880px) {
    .experiencia .informacion div {
        width: 800px;
    }

}

@media (min-width: 1000px) {
    .ubicacion-info {
        display: flex;
        justify-content: space-evenly;
    }

    .ubicacion-der,
    .ubicacion-izq {
        width: 40%
    }

}

@media (min-width: 880px) {
    .experiencia .informacion div {
        width: 800px;
    }

}

/* Responsivo para celulares */
@media (max-width: 880px) {
    .price-card.featured {
        transform: scale(1);
    }

    .payment-info-box {
        grid-template-columns: 1fr;
    }

    .hero-content {
        margin: auto 30px;
    }
}