/* ========== Custom CSS for Haurora (Bootstrap Extension) ========== */
@import url('https://fonts.cdnfonts.com/css/sofia-pro');

/* ========== CSS Variables ========== */
:root {
    --color-primary: #837353;
    --color-secondary: #c6a785;
    --color-light: #e6e1db;
    --color-green: #909a6c;
    --color-green-light: #acb987;
    --bs-primary: #837353;
    --bs-primary-rgb: 131, 115, 83;
}

/* ========== Base Styles ========== */
body {
    font-family: 'Sofia Pro', sans-serif;
    color: var(--color-primary);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li {
    font-family: 'Sofia Pro', sans-serif;
    color: var(--color-primary);
}

/* ========== Custom Colors ========== */
.text-green {
    color: var(--color-green) !important;
}

.bg-green-light {
    background-color: var(--color-green-light) !important;
}

.bg-light-custom {
    background-color: var(--color-light) !important;
}

/* ========== Small Title Style ========== */
.small-title {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: var(--color-green);
}

/* ========== Navigation Customization ========== */
.navbar {
    transition: all 0.3s ease;
}

.navbar .nav-link {
    color: var(--color-primary) !important;
    font-size: 1rem;
    transition: color 0.3s ease;
    position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--color-green) !important;
}

.dropdown-item:active {
    background-color: var(--bs-primary);
}

.navbar .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-green);
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* ========== Buttons ========== */
.btn {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 0.9rem;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.btn-primary:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.btn-outline-primary2 {
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: transparent;
}

.btn-outline-primary2:hover {
    background-color: var(--color-light);
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.btn-whatsapp {
    color: #25D366;
    border-color: #25D366;
    background: transparent;
}

.btn-whatsapp:hover {
    background-color: #25D366;
    border-color: #25D366;
    color: #fff;
}

.btn-light {
    background: #fff;
    color: var(--color-primary);
    border: 1px solid #fff;
}

.btn-light:hover {
    background: transparent;
    border-color: var(--color-primary);
    color: var(--color-primary);
}

/* ========== Hero Section ========== */
.hero-section {
    padding: 140px 0 100px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.hero-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.hero-deco-top {
    top: 87px;
    left: -123px;
    width: 425px;
    height: auto;
}

.hero-deco-bottom {
    top: 500px;
    left: 100px;
    width: 150px;
    height: auto;
}

.hero-content {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 1.1rem;
    color: var(--color-primary);
    line-height: 1.6;
    max-width: 400px;
}

.hero-buttons {
    position: relative;
    z-index: 2;
}

.hero-image {
    position: relative;
    z-index: 2;
}

.hero-main-img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.hero-small-img {
    position: absolute;
    left: -29px;
    bottom: -52px;
    width: 214px;
    height: 363px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border-radius: 200px !important;
}

/* ========== Diamond Invisalign Section ========== */
.diamond-section {
    padding: 60px 0;
    background: #f5f2ed;
    overflow: hidden;
}

.diamond-image {
    text-align: center;
}

.diamond-logo {
    width: 100%;
    max-width: 280px;
    height: auto;
    display: inline-block;
}

.diamond-text .lead {
    color: var(--color-primary);
    font-size: 1.15rem;
}

/* ========== Que Es Section ========== */
.section-quees {
    padding: 80px 0;
    background: #fff;
    /* background-image: url('../img/index/que es/fondoquees.svg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.img-decorative {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.img-decorative-1 {
    bottom: 0;
    right: 0;
}

.quees-main-img {
    border-radius: 150px 150px 0 0;
    position: absolute;
    z-index: 2;
    width: 337px;
    height: auto;
    bottom: -170px;
    right: 0;
}

.section-quees img.rounded-4 {
    border-radius: 30px !important;
}

/* ========== CTA Icons Section ========== */
.section-cta-icons {
    padding: 40px 0;
    background-color: var(--color-green-light);
    overflow: hidden;
}

.cta-carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.cta-carousel-track {
    display: flex;
    gap: 4rem;
    animation: scroll-infinite 20s linear infinite;
    width: fit-content;
}

.cta-carousel-track:hover {
    animation-play-state: paused;
}

@keyframes scroll-infinite {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.index-cta-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-shrink: 0;
    padding: 0 1.5rem;
}

.index-cta-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.index-cta-item span {
    color: #fff;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    white-space: nowrap;
}

/* ========== Tecnología Section ========== */
.section-tecnologia {
    padding: 80px 0;
    background: #fff;
    /* background-image: url('../img/index/tegnologia/fondotecnologia.svg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.tech-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.tech-deco-1 {
    top: 20px;
    left: 50px;
    width: 200px;
    height: auto;
}

.tech-deco-2 {
    bottom: 50px;
    right: -65px;
    width: 300px;
    height: auto;
}

.tech-item {
    padding: 1rem 0;
}

/* ========== Tratamientos Section ========== */
.section-tratamientos {
    padding: 80px 0;
    background: var(--color-light);
    background-image: url('../img/index/tratamiento/fondotratamiento.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.tratamiento-card {
    background: #fff;
    border: none;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tratamiento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.tratamiento-card h3 {
    color: var(--color-primary);
}

.tratamiento-card-link {
    display: block;
    color: inherit;
}

.tratamiento-card-link:hover {
    color: inherit;
}

.tratamiento-card-link:hover .tratamiento-arrow {
    transform: translateX(5px);
    color: var(--color-green);
}

.tratamiento-arrow {
    color: var(--color-secondary);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* ========== Consulta Section ========== */
.section-consulta {
    padding: 80px 0;
    background: #fff;
    /* background-image: url('../img/index/experiencia/fondoexp.svg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.exp-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.text-exp {
    color: #535151;
}

.title-exp {
    color: var(--color-primary);
}

.exp-deco-1 {
    bottom: 355px;
    left: 540px;
    width: 150px;
    height: auto;
}

.exp-deco-2 {
    top: 100px;
    right: 0;
    width: 200px;
    height: auto;
}

.exp-deco-3 {
    bottom: 100px;
    right: 50px;
    width: 250px;
    height: auto;
}

.consulta-step {
    background: #fff;
    border: none;
    border-radius: 15px;
    border-top: 3px solid var(--color-secondary);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.step-number {
    color: var(--color-secondary);
    font-size: 1rem;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 600;
}

/* Gallery - Bootstrap Carousel */
#consultaCarouselDesktop .gallery-img,
#consultaCarouselMobile .gallery-img {
    height: 280px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#consultaCarouselDesktop .gallery-img:hover,
#consultaCarouselMobile .gallery-img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

#consultaCarouselDesktop .carousel-control-prev,
#consultaCarouselDesktop .carousel-control-next,
#consultaCarouselMobile .carousel-control-prev,
#consultaCarouselMobile .carousel-control-next {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#consultaCarouselDesktop .carousel-control-prev,
#consultaCarouselMobile .carousel-control-prev {
    left: -24px;
}

#consultaCarouselDesktop .carousel-control-next,
#consultaCarouselMobile .carousel-control-next {
    right: -24px;
}

#consultaCarouselDesktop .carousel-control-prev-icon,
#consultaCarouselDesktop .carousel-control-next-icon,
#consultaCarouselMobile .carousel-control-prev-icon,
#consultaCarouselMobile .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

#galleryModal .modal-content {
    background: transparent;
}

/* ========== FAQ Section ========== */
.section-faq {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.faq-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    bottom: 0px;
    right: -353px;
    width: 1000px;
    height: auto;
}

.faq-item {
    border: 1px solid #ddd !important;
    margin-bottom: 0.5rem;
    border-radius: 10px !important;
    overflow: hidden;
    overflow: hidden;
}

.faq-item .accordion-button {
    background: #fff;
    color: var(--color-primary);
    font-family: 'Sofia Pro', sans-serif;
    font-size: 0.95rem;
    padding: 1.2rem 1.5rem;
    border-radius: 10px !important;
}

.faq-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--color-primary);
    box-shadow: none;
}

.faq-item .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23837353'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-item .accordion-body {
    font-family: 'Sofia Pro', sans-serif;
    color: var(--color-primary);
}

.section-faq img.rounded-4 {
    border-radius: 30px !important;
}

/* ========== Dra Section ========== */
.section-dra {
    padding: 120px 0;
    background: #fff;
    /* background-image: url('../img/index/dra/fondodra.svg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.dra-content-wrapper {
    position: relative;
}

.dra-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.dra-deco-1 {
    bottom: 20px;
    left: -153px;
    width: 2129px;
    height: auto;
}

.dra-green-shape {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.9;
}

.dra-text-content {
    padding: 3rem 3rem 3.5rem 3rem;
    padding-top: 4rem;
    position: relative;
    z-index: 2;
}

.dra-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
}

.dra-photo {
    position: absolute;
    top: -314px;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: 620px;
}

/* ========== Contacto Section ========== */
.section-contacto {
    padding: 120px 0;
    background: #fff;
    overflow: hidden;
}

.contacto-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.contacto-deco-1 {
    top: 50px;
    right: 355px;
    width: 372px;
    height: auto;
}

.contacto-deco-2 {
    bottom: -13px;
    right: 339px;
    width: 200px;
    height: auto;
}

.contacto-main-img {
    position: absolute;
    width: 270px;
    height: 345px;
    top: -186px;
    right: 131px;
    z-index: 2;
    border-radius: 100px;
}

.section-contacto img.rounded-4 {
    border-radius: 30px !important;
}

/* ========== Anabella Hero Section ========== */
.anabella-hero-section {
    padding: 140px 0 60px;
    background: #fff;
    overflow: hidden;
}

.anabella-hero-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.anabella-hero-deco-1 {
    top: 74px;
    left: -69px;
    width: 300px;
    height: auto;
}

.anabella-hero-deco-2 {
    bottom: 56px;
    right: -302px;
    width: 941px;
    height: auto;
}

.anabella-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.anabella-accordion-item {
    border: 2px solid #f0f0f0 !important;
    border-radius: 15px !important;
    margin-bottom: 1rem;
    overflow: hidden;
}

.anabella-accordion-btn {
    padding: 1.5rem 2rem;
    background: #fff !important;
    color: var(--color-primary) !important;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 15px !important;
}

.anabella-accordion-btn:not(.collapsed) {
    background: #fff !important;
    box-shadow: none !important;
}

.anabella-accordion-btn:focus {
    box-shadow: none !important;
}

.anabella-accordion-btn::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23837353'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.anabella-accordion-item .accordion-body {
    padding: 0 2rem 1.5rem;
    color: var(--color-primary);
    font-family: 'Sofia Pro', sans-serif;
}

.anabella-hero-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.anabella-hero-img {
    width: 400px;
    height: 400px;
    border-radius: 30%;
    object-fit: cover;
    z-index: 2;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* ========== Anabella CTA Section ========== */
.anabella-cta-section {
    padding: 40px 0;
    background: #C9B896;
    overflow: hidden;
}

.anabella-cta-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-shrink: 0;
    padding: 0 1.5rem;
}

.anabella-cta-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.anabella-cta-item span {
    color: #fff;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    white-space: nowrap;
}

/* ========== Anabella Laser Section ========== */
.anabella-laser-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.anabella-laser-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    top: 0;
    right: 0;
    width: 200px;
    height: auto;
}

.anabella-laser-image {
    text-align: center;
}

.anabella-laser-logo {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: inline-block;
}

/* ========== Anabella Tecnologia Section ========== */
.anabella-tecnologia-section {
    padding: 80px 0;
    background: #E8E0D5;
    overflow: hidden;
}

.anabella-tecnologia-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.anabella-tecnologia-deco-1 {
    top: 0;
    left: 0;
    width: 150px;
    height: auto;
}

.anabella-tecnologia-deco-2 {
    bottom: 0;
    right: 0;
    width: 200px;
    height: auto;
}

.anabella-tech-card {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
}

.anabella-tech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.anabella-tech-icon {
    width: 60px;
    height: 60px;
    background: var(--color-green-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.anabella-tech-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.anabella-tech-icon-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ========== Anabella Digital Section ========== */
.anabella-digital-section {
    padding: 120px 0;
    background: #fff;
    /* background-image: url('../img/index/dra/fondodra.svg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.anabella-digital-wrapper {
    position: relative;
}

.anabella-digital-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.anabella-digital-deco-1 {
    bottom: 25px;
    left: -175px;
    width: 2200px;
    height: auto;
}

.anabella-digital-shape {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.9;
}

.anabella-digital-content {
    padding: 3rem;
    padding-top: 4rem;
}

.anabella-digital-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
}

.anabella-digital-photo {
    top: -283px;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: 585px;
}

/* ========== Alineadores Hero Section ========== */
.alineadores-hero-section {
    padding: 140px 0 80px;
    background: #fff;
    overflow: hidden;
}

.alineadores-hero-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.alineadores-hero-deco-2 {
    bottom: 50px;
    right: 685px;
    width: 300px;
    height: auto;
}

.alineadores-hero-deco-3 {
    top: 125px;
    left: 177px;
    width: 150px;
    height: auto;
}

.alineadores-hero-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.alineadores-hero-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 30px;
    position: absolute;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* ========== Alineadores Enfoque Section ========== */
.alineadores-enfoque-section {
    padding: 80px 0;
    background: #F5F1EB;
    overflow: hidden;
}

.alineadores-enfoque-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.alineadores-enfoque-deco-1 {
    top: 0px;
    left: 0px;
    width: 250px;
    height: auto;
}

.alineadores-enfoque-deco-2 {
    bottom: -18px;
    right: -90px;
    width: 284px;
    height: auto;
}

.alineadores-list {
    row-gap: 2rem;
}

.alineadores-list-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.alineadores-list-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

/* ========== Alineadores Beneficios Section ========== */
.alineadores-beneficios-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.alineadores-beneficios-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.alineadores-beneficios-deco-2 {
    top: 0px;
    right: 0;
    width: 200px;
    height: auto;
}

.alineadores-beneficios-deco-3 {
    bottom: 50px;
    right: 15px;
    width: 250px;
    height: auto;
}

.alineadores-benefit-card {
    background: #fff;
    border: 2px solid #E8E0D5;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.alineadores-benefit-card:hover {
    border-color: var(--color-green-light);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.benefit-number {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: var(--color-green-light);
    margin-bottom: 1rem;
    line-height: 1;
}

/* ========== Alineadores Pilares Section ========== */
.alineadores-pilares-section {
    padding: 80px 0;
    background: #F5F1EB;
    overflow: hidden;
}

.alineadores-pilares-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.alineadores-pilares-deco-1 {
    bottom: 65px;
    right: 365px;
    width: 470px;
    height: auto;
}

.alineadores-pilares-deco-2 {
    top: 0px;
    right: 324px;
    width: 250px;
    height: auto;
}

.alineadores-pilares-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.alineadores-pilar-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #E8E0D5;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.alineadores-pilar-item:hover {
    background: #D9CFC0;
    transform: translateX(5px);
}

.alineadores-pilar-item i {
    font-size: 1.5rem;
    color: var(--color-green-light);
    flex-shrink: 0;
}

.alineadores-pilar-item span {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 1rem;
    color: #837353;
    font-weight: 400;
}

.alineadores-pilares-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.alineadores-pilares-img {
    width: 100%;
    max-width: 270px;
    height: auto;
    border-radius: 30px;
    position: absolute;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* ========== Alineadores CTA Section ========== */
.alineadores-cta-section {
    padding: 20px 0;
    background: #A8B896;
    overflow: hidden;
}

.alineadores-cta-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 0.5rem 1rem;
}

.alineadores-cta-content i {
    font-size: 2rem;
    color: #fff;
    flex-shrink: 0;
}

.alineadores-cta-content p {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 0.95rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

/* ========== Alineadores Contacto Section ========== */
.alineadores-contacto-section {
    padding: 15px 0;
    background: #fff;
    overflow: hidden;
}

.alineadores-contacto-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.alineadores-contacto-deco-1 {
    top: 50px;
    left: -100px;
    width: 300px;
    height: auto;
}

.alineadores-contacto-deco-2 {
    top: 0px;
    left: 0;
    width: 200px;
    height: auto;
}

.alineadores-contacto-card {
    background: #fff;
    border: 2px solid #E8E0D5;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.alineadores-contacto-card:hover {
    border-color: var(--color-green-light);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.alineadores-contacto-card i {
    font-size: 2rem;
    color: var(--color-green-light);
    margin-bottom: 1rem;
    display: block;
}

.alineadores-contacto-btn {
    background: #A8B896;
    color: #fff;
    border: none;
    padding: 1rem 3rem;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.alineadores-contacto-btn:hover {
    background: #96A684;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(168, 184, 150, 0.4);
}

/* ========== Alineadores Dra Section ========== */
.alineadores-dra-section {
    padding: 120px 0;
    background: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.alineadores-dra-wrapper {
    position: relative;
}

.alineadores-dra-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.alineadores-dra-deco-1 {
    bottom: 25px;
    left: -175px;
    width: 2200px;
    height: auto;
}

.alineadores-dra-shape {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.9;
}

.alineadores-dra-content {
    padding: 3rem;
    padding-top: 4rem;
}

.alineadores-dra-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.alineadores-dra-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.alineadores-dra-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.alineadores-dra-item span {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
}

.alineadores-dra-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
}

.alineadores-dra-photo {
    position: absolute;
    top: -305px;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: 600px;
}

/* ========== Laser Hero Section ========== */
.laser-hero-section {
    padding: 140px 0 80px;
    background: #fff;
    overflow: hidden;
}

.laser-hero-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.laser-hero-deco-1 {
    bottom: 4px;
    left: 53%;
    width: 183px;
    height: auto;
}

.laser-hero-deco-2 {
    top: 94px;
    left: -108px;
    width: 400px;
    height: auto;
}

.laser-hero-deco-3 {
    bottom: 50px;
    right: -80px;
    width: 300px;
    height: auto;
}

.laser-hero-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.laser-hero-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 30px;
    position: absolute;
    left: 125px;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.laser-hero-btn {
    background: #A8B896;
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.laser-hero-btn:hover {
    background: #96A684;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(168, 184, 150, 0.4);
}

/* ========== Laser Por Que Section ========== */
.laser-porque-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.laser-porque-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.laser-porque-deco-1 {
    top: 50px;
    right: 195px;
    width: 200px;
    height: auto;
}

.laser-porque-deco-2 {
    top: 30px;
    left: -123px;
    width: 250px;
    height: auto;
}

.laser-porque-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.laser-porque-icon {
    width: 40px;
    margin-top: 0.25rem;
}

/* ========== Laser Paso Section ========== */
.laser-paso-section {
    padding: 80px 0;
    background: #E8E0D5;
    overflow: hidden;
}

.laser-paso-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.laser-paso-deco-1 {
    bottom: 50px;
    right: 25px;
    width: 250px;
    height: auto;
}

.laser-paso-deco-2 {
    bottom: 50px;
    right: -80px;
    width: 300px;
    height: auto;
}

.laser-paso-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.laser-paso-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.paso-number {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #837353;
    margin-bottom: 1rem;
    line-height: 1;
}

/* ========== Laser FAQ Section ========== */
.laser-faq-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.laser-faq-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.laser-faq-deco-1 {
    top: -51px;
    right: -290px;
    width: 805px;
    height: auto;
}

.laser-faq-item {
    border: 1px solid #E8E0D5;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.laser-faq-item .accordion-button {
    background: #fff;
    color: #837353;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 0;
}

.laser-faq-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: #837353;
    box-shadow: none;
}

.laser-faq-item .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.laser-faq-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23837353'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.laser-faq-item .accordion-body {
    font-family: 'Sofia Pro', sans-serif;
    color: #837353;
    padding: 1rem 1.5rem;
}

.laser-faq-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.laser-faq-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 30px;
    position: absolute;
    right: -20px;
    bottom: -90px;
}

/* ========== Laser Contacto Section ========== */
.laser-contacto-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.laser-contacto-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.laser-contacto-deco-1 {
    top: 50px;
    left: -100px;
    width: 300px;
    height: auto;
}

.laser-contacto-deco-2 {
    bottom: 50px;
    right: -80px;
    width: 200px;
    height: auto;
}

.laser-contacto-card {
    background: #fff;
    border: 2px solid #E8E0D5;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.laser-contacto-card:hover {
    border-color: var(--color-green-light);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.laser-contacto-card i {
    font-size: 2rem;
    color: var(--color-green-light);
    margin-bottom: 1rem;
    display: block;
}

.laser-contacto-btn {
    background: #A8B896;
    color: #fff;
    border: none;
    padding: 1rem 3rem;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.laser-contacto-btn:hover {
    background: #96A684;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(168, 184, 150, 0.4);
}

/* ========== Laser Dra Section ========== */
.laser-dra-section {
    padding: 130px 0;
    background: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.laser-dra-wrapper {
    position: relative;
}

.laser-dra-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.laser-dra-deco-1 {
    bottom: 25px;
    left: -175px;
    width: 2200px;
    height: auto;
}

.laser-dra-shape {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.9;
}

.laser-dra-content {
    padding: 3rem;
    padding-top: 4rem;
}

.laser-dra-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.laser-dra-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.laser-dra-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.laser-dra-item span {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
}

.laser-dra-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
}

.laser-dra-photo {
    position: absolute;
    top: -305px;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: 600px;
}

/* ========== Footer ========== */
.footer-section {
    background: var(--color-light);
    padding: 60px 0 0;
    overflow: hidden;
}

.footer-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.footer-detail2 {
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 415px;
    height: auto;
    z-index: 0;
    pointer-events: none;
    transform: rotate(15deg);
}

/* ========== Cards General ========== */
.card {
    border: none;
}

/* ========== Custom Border Radius ========== */
.rounded-4 {
    border-radius: 30px !important;
}

.rounded-3 {
    border-radius: 15px !important;
}

/* ========== Footer Links ========== */
.footer-link {
    color: var(--color-text);
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: var(--color-green-light);
    transform: translateX(5px);
}

.footer-link i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.footer-link:hover i {
    transform: scale(1.2);
}

/* ========== Animations ========== */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Animation Classes */
.animate-fade-in {
    animation: fadeIn 0.8s ease-out forwards;
}

.animate-fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

.animate-fade-in-down {
    animation: fadeInDown 0.8s ease-out forwards;
}

.animate-fade-in-left {
    animation: fadeInLeft 0.8s ease-out forwards;
}

.animate-fade-in-right {
    animation: fadeInRight 0.8s ease-out forwards;
}

.animate-scale-in {
    animation: scaleIn 0.6s ease-out forwards;
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.animate-pulse {
    animation: pulse 2s ease-in-out infinite;
}

/* Animation Delays */
.delay-100 {
    animation-delay: 0.1s;
}

.delay-200 {
    animation-delay: 0.2s;
}

.delay-300 {
    animation-delay: 0.3s;
}

.delay-400 {
    animation-delay: 0.4s;
}

.delay-500 {
    animation-delay: 0.5s;
}

.delay-600 {
    animation-delay: 0.6s;
}

.delay-700 {
    animation-delay: 0.7s;
}

.delay-800 {
    animation-delay: 0.8s;
}

/* Hover Animations */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}

.hover-glow {
    transition: box-shadow 0.3s ease;
}

.hover-glow:hover {
    box-shadow: 0 0 20px rgba(168, 184, 150, 0.4);
}

/* Image Hover Effects */
.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

/* Button Animations */
.btn {
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn i {
    transition: transform 0.3s ease;
}

.btn:hover i {
    transform: translateX(5px);
}

/* Card Animations */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Decorative Elements Animation */
.hero-deco,
.img-decorative,
.tech-deco,
.exp-deco,
.faq-deco,
.dra-deco,
.contacto-deco,
.odontopediatria-hero-deco,
.odontopediatria-especialidad-deco,
.odontopediatria-icon-deco,
.odontopediatria-ventajas-deco,
.odontopediatria-resultados-deco,
.odontopediatria-faq-deco,
.odontopediatria-cta-deco,
.odontopediatria-dra-deco {
    transition: transform 0.5s ease;
}

/* Scroll Animation - elementos ocultos inicialmente */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Animate on Scroll Classes */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.animate-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Navbar scroll effect */
.navbar.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* ========== Preloader ========== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader-content {
    text-align: center;
}

.preloader-logo {
    width: 120px;
    height: auto;
    animation: pulse 1.5s ease-in-out infinite;
}

.preloader-spinner {
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
    border: 3px solid var(--color-light);
    border-top-color: var(--color-green-light);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ========== Animaciones de entrada ========== */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.scale-in {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

/* Delay classes */
.delay-1 {
    transition-delay: 0.1s;
}

.delay-2 {
    transition-delay: 0.2s;
}

.delay-3 {
    transition-delay: 0.3s;
}

.delay-4 {
    transition-delay: 0.4s;
}

.delay-5 {
    transition-delay: 0.5s;
}

.delay-6 {
    transition-delay: 0.6s;
}

/* ========== Floating WhatsApp Button ========== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all 0.3s ease;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
}

.preloader.hidden~.whatsapp-float,
body.loaded .whatsapp-float {
    opacity: 1;
    visibility: visible;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

/* ========== Odontopediatría Especialidad Section ========== */
.odontopediatria-especialidad-section {
    padding: 80px 0;
    background: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.odontopediatria-especialidad-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.odontopediatria-especialidad-deco-1 {
    right: 370px;
    width: 500px;
    bottom: 75px;
    height: auto;
}

.odontopediatria-especialidad-deco-2 {
    top: 0px;
    left: 0px;
    width: 200px;
    height: auto;
}

.odontopediatria-especialidad-item {
    padding: 1rem 0;
}

.odontopediatria-especialidad-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.odontopediatria-especialidad-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.odontopediatria-especialidad-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.odontopediatria-especialidad-img {
    width: 100%;
    max-width: 306px;
    height: auto;
    border-radius: 30px;
    position: absolute;
}

/* ========== Odontopediatría Hipomineralización Section ========== */
.odontopediatria-hipomineralizacion-section {
    padding: 30px 0;
    background: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.odontopediatria-hipomineralizacion-wrapper {
    position: relative;
}

.odontopediatria-hipomineralizacion-shape {
    position: absolute;
    width: 100%;
    height: 330px;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.9;
}

.odontopediatria-hipomineralizacion-content {
    padding: 3rem;
    padding-top: 4rem;
}

/* ========== Odontopediatría ICON Section ========== */
.odontopediatria-icon-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.odontopediatria-icon-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.odontopediatria-icon-deco-1 {
    bottom: 0px;
    left: 140px;
    width: 150px;
    height: auto;
}

.odontopediatria-icon-deco-2 {
    top: 100px;
    right: 0;
    width: 275px;
    height: auto;
}

.odontopediatria-icon-deco-3 {
    bottom: 100px;
    right: 50px;
    width: 250px;
    height: auto;
}

.odontopediatria-icon-card {
    background: #fff;
    border: none;
    border-radius: 15px;
    border-top: 3px solid var(--color-secondary);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.odontopediatria-icon-number {
    color: var(--color-secondary);
    font-size: 1rem;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 600;
}

/* ========== Odontopediatría Hero Section ========== */
.odontopediatria-hero-section {
    padding: 140px 0 80px;
    background: #fff;
    overflow: hidden;
}

.odontopediatria-hero-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.odontopediatria-hero-deco-1 {
    top: 125px;
    left: 177px;
    width: 150px;
    height: auto;
}

.odontopediatria-hero-deco-2 {
    bottom: 21px;
    right: 735px;
    width: 300px;
    height: auto;
}

.odontopediatria-hero-deco-3 {
    top: 125px;
    left: 177px;
    width: 150px;
    height: auto;
}

.odontopediatria-hero-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.odontopediatria-hero-img {
    width: 100%;
    max-width: 355px;
    height: auto;
    border-radius: 30px;
    position: absolute;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* ========== Odontopediatría Ventajas Section ========== */
.odontopediatria-ventajas-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.odontopediatria-ventajas-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.odontopediatria-ventajas-deco-1 {
    top: 0;
    right: 0;
    width: 200px;
    height: auto;
}

.odontopediatria-ventajas-deco-2 {
    bottom: 0px;
    right: 0px;
    width: 250px;
    height: auto;
}

.odontopediatria-ventajas-card {
    background: #fff;
    border: 1px solid #E8E0D5;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.odontopediatria-ventajas-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.odontopediatria-ventajas-number {
    color: var(--color-secondary);
    font-size: 1rem;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 600;
}

.odontopediatria-ventajas-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

/* ========== Odontopediatría Resultados Section ========== */
.odontopediatria-resultados-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.odontopediatria-resultados-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    top: 50px;
    left: -50px;
    width: 200px;
    height: auto;
}

/* Gallery - Bootstrap Carousel */
#odontopediatriaCarouselDesktop .odontopediatria-gallery-img,
#odontopediatriaCarouselMobile .odontopediatria-gallery-img {
    height: 280px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#odontopediatriaCarouselDesktop .odontopediatria-gallery-img:hover,
#odontopediatriaCarouselMobile .odontopediatria-gallery-img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

#odontopediatriaCarouselDesktop .carousel-control-prev,
#odontopediatriaCarouselDesktop .carousel-control-next,
#odontopediatriaCarouselMobile .carousel-control-prev,
#odontopediatriaCarouselMobile .carousel-control-next {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#odontopediatriaCarouselDesktop .carousel-control-prev,
#odontopediatriaCarouselMobile .carousel-control-prev {
    left: -24px;
}

#odontopediatriaCarouselDesktop .carousel-control-next,
#odontopediatriaCarouselMobile .carousel-control-next {
    right: -24px;
}

#odontopediatriaCarouselDesktop .carousel-control-prev-icon,
#odontopediatriaCarouselDesktop .carousel-control-next-icon,
#odontopediatriaCarouselMobile .carousel-control-prev-icon,
#odontopediatriaCarouselMobile .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

/* ========== Odontopediatría FAQ Section ========== */
.odontopediatria-faq-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.odontopediatria-faq-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    bottom: 0px;
    right: -353px;
    width: 1000px;
    height: auto;
}

.odontopediatria-faq-item {
    border: 1px solid #ddd !important;
    margin-bottom: 0.5rem;
    border-radius: 10px !important;
    background: #fff;
    overflow: hidden;
}

.odontopediatria-faq-item .accordion-button {
    background: #fff;
    color: var(--color-primary);
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 500;
    padding: 1.25rem 1.5rem;
    border-radius: 10px !important;
}

.odontopediatria-faq-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--color-primary);
    box-shadow: none;
}

.odontopediatria-faq-item .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.odontopediatria-faq-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23837353'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.odontopediatria-faq-item .accordion-body {
    font-family: 'Sofia Pro', sans-serif;
    color: var(--color-primary);
}

.odontopediatria-faq-section img.rounded-4 {
    border-radius: 30px !important;
}

.odontopediatria-faq-img-wrapper {
    position: relative;
}

.odontopediatria-faq-img {
    position: absolute;
    top: auto;
    right: -40px;
    bottom: -502px;
    left: auto;
    width: auto;
    height: auto;
    border-radius: 30px !important;
}

/* ========== Odontopediatría CTA Section ========== */
.odontopediatria-cta-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.odontopediatria-cta-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.odontopediatria-cta-deco-1 {
    top: 0px;
    left: 0px;
    width: 250px;
    height: auto;
}

.odontopediatria-cta-btn {
    background: var(--color-green);
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.odontopediatria-cta-btn:hover {
    background: #7a8359;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(144, 154, 108, 0.3);
}

/* ========== Odontopediatría Dra Section ========== */
.odontopediatria-dra-section {
    padding: 80px 0;
    background: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.odontopediatria-dra-content-wrapper {
    position: relative;
}

.odontopediatria-dra-deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.odontopediatria-dra-deco-1 {
    bottom: 20px;
    left: -153px;
    width: 2129px;
    height: auto;
}

.odontopediatria-dra-green-shape {
    position: absolute;
    width: 100%;
    height: 440px;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.9;
}

.odontopediatria-dra-text-content {
    padding: 3rem 3rem 3.5rem 3rem;
    padding-top: 4rem;
    position: relative;
    z-index: 2;
}

.odontopediatria-dra-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
}

.odontopediatria-dra-photo {
    position: absolute;
    top: -321px;
    right: auto;
    bottom: auto;
    left: auto;
    width: 355px;
    height: auto;
}


.odontopediatria-dra-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.odontopediatria-dra-list-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
    font-family: 'Sofia Pro', sans-serif;
}

.odontopediatria-dra-icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.odontopediatria-dra-list-item span {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
    font-weight: 500;
    flex: 1;
}