/* Landing Page Styles */
body {
    overflow-x: hidden;
}
.PrimerBloque{margin-top:82px}
.PrimerBloque .col-md-6.col-xs-12{padding:0}
.PrimerBloque .col-md-6.col-xs-12 .blockLeft{background:#99d9d9;height:100vh;padding:50px;display:flex;align-items:center;flex-direction:row}
.PrimerBloque .col-md-6.col-xs-12 .blockRight{height:100vh}
.PrimerBloque .col-md-6.col-xs-12 .blockLeft .content h1{font-size:55px;color:#132740;font-weight:400!important}
.PrimerBloque .col-md-6.col-xs-12 .blockLeft .content p{font-size:18px;color:#132740;margin-top:30px}
.PrimerBloque .col-md-6.col-xs-12 .blockLeft .content .hero-btn a.btn.btn-primary{padding:10px 25px;background:#4fb1b1!important;border:1px solid #4fb1b1!important;border-radius:5px}
.PrimerBloque .col-md-6.col-xs-12 .blockRight .content img{width:100%;height:100vh;object-fit:cover}

/* Segundo Bloque */
.SegundoBloque .content-one .col-md-12{padding:50px;background:#99d9d9}
.SegundoBloque .content-one .about-header{text-align:left!important;color:#132740}
.SegundoBloque .content-one .about-header h2{font-size:18px;text-transform:uppercase;font-weight:500;letter-spacing:1px;margin-bottom:20px}
.SegundoBloque .content-one .about-header p{font-weight:600;font-size:18px;margin:0}
.SegundoBloque .content-one .content-two{margin:40px auto}
.SegundoBloque .content-one .content-two .box{background:#fff;padding:40px;border-radius:10px;text-align:center;min-height:200px;display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;justify-content:center}
.SegundoBloque .content-one .content-two .box img{width:70px;height:70px;object-fit:contain;padding:10px;margin-bottom:10px}
.SegundoBloque .content-one .content-two .box h4{margin:0;width:80%;color:#132740}
.SegundoBloque .content-one .content-two .box a.showMore{margin-top:10px;font-size:25px;font-weight:500;color:#99d9d9}

/* Tercer Bloque - Doctores */
.landing-page .swiper-slide{background:transparent!important}
.landing-page .btn{padding:10px 20px!important;background:#fff!important;border-color:#99d9d9!important}
.TercerBloque .content{background:#99d9d9;padding:50px;text-align:center}
.TercerBloque .content h2{font-size:55px;color:#132740;font-weight:400!important;margin:0}

/* Doctor Carousel */
.doctor-carousel {
    padding: 30px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: transparent;
}
.doctor-carousel .swiper {
    width: 100%;
    padding: 20px 0;
}
.doctor-carousel .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}
.doctor-carousel .box-team {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    width: 220px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}
.doctor-carousel .box-team:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(153,217,217,0.2);
    border-color: #99d9d9;
}
.doctor-carousel .box-team img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #99d9d9;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.doctor-carousel .box-team:hover img {
    transform: scale(1.05);
    border-width: 4px;
}
.doctor-carousel .box-team h4 {
    font-size: 18px;
    font-weight: 600;
    color: #132740;
    margin: 0 0 10px;
    line-height: 1.2;
}
.doctor-carousel .box-team span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #99d9d9;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.doctor-carousel .swiper-button-next,
.doctor-carousel .swiper-button-prev {
    color: #99d9d9;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}
.doctor-carousel .swiper-button-next:hover,
.doctor-carousel .swiper-button-prev:hover {
    background: #99d9d9;
    color: #fff;
}
.doctor-carousel .swiper-button-next:after,
.doctor-carousel .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}
.doctor-carousel .swiper-pagination {
    bottom: -5px;
}
.doctor-carousel .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}
.doctor-carousel .swiper-pagination-bullet-active {
    background: #99d9d9;
    transform: scale(1.2);
}

/* Cuarto Bloque */
.CuartoBloque .content{background:#ffffff87;min-height:100vh;padding:50px;display:flex;justify-content:center;flex-direction:column}
.CuartoBloque .content h2{font-size:55px;color:#132740;font-weight:400!important;text-align:center;margin-bottom:40px}
.CuartoBloque .content p{font-size:18px;margin:0;color:#132740;width:80%;margin:0 auto;text-align:center}
.CuartoBloque .content img{display:block;margin:0 auto 30px auto}
.CuartoBloque .content a.btn.btn-primary{margin:0 auto;display:block;width:max-content;color:#132740!important;font-weight:bold;background:#4fb1b1!important;border-color:#4fb1b1!important}

/* Contact Section */
section#contact .content img{margin:0}
section#contact .content h2{margin-top:50px;text-align:left}
section#contact .content a{margin:0}
section#contact .content p{text-align:left;width:100%;margin-bottom:20px}
section#contact .content div b{font-size:20px;color:#132740}
section#contact .contact-intro-text{max-width:520px;font-size:1rem!important;line-height:1.7!important;color:var(--core-deep)!important;margin:12px 0 24px!important;text-align:left!important}
section#contact .contact-values-title{font-size:1.2rem;font-weight:700;letter-spacing:.3px;margin-bottom:14px;color:var(--core-stone)}
section#contact .contact-values-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
section#contact .contact-value-card{padding:16px;border-radius:14px;background:rgba(255,255,255,.82);border:1px solid rgba(209,203,164,.46);min-height:168px;box-shadow:0 8px 20px rgba(95,95,94,.08)}
section#contact .contact-value-card.is-highlight{grid-column:1/-1;min-height:auto}
section#contact .contact-value-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}
section#contact .contact-value-icon{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(209,203,164,.24);color:var(--core-stone);font-size:1rem}
section#contact .contact-value-head h4{margin:0;font-size:1.2rem;color:var(--core-stone);font-weight:700}
section#contact .contact-value-card p{margin:0!important;font-size:.93rem!important;line-height:1.5!important;color:var(--core-deep)!important;width:100%!important;text-align:left!important}
section#contact .contact-value-card p strong{color:var(--core-stone)}

/* Servicios Section */
.servicios-section{padding:150px 0 100px;background-color:#fff;position:relative;margin-top:100px}
.servicios-section::before{content:'';position:absolute;top:-100px;left:0;right:0;height:100px;background:linear-gradient(to bottom right,transparent 49%,#fff 50%)}
.servicios-section h2{font-family:'Poppins',sans-serif;font-size:2.5rem;font-weight:600;color:#132740;text-align:center;margin-bottom:80px;position:relative}
.servicio-card{background:white;border-radius:15px;padding:50px 35px;margin-bottom:40px;transition:all .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.08);border:1px solid rgba(40,167,69,.1);height:95%;display:flex;flex-direction:column}
.servicio-card h3{color:#99d9d9;font-family:'Poppins',sans-serif;font-weight:600;font-size:1.5rem;margin:25px 0 20px}
.servicio-card p{color:#666;font-family:'Inter',sans-serif;line-height:1.8;margin-bottom:0;flex-grow:1}
.servicio-icon{font-size:3rem;color:#99d9d9;height:90px;width:90px;display:flex;align-items:center;justify-content:center;background:rgba(40,167,69,.1);border-radius:50%;margin:0 auto 30px;transition:all .3s ease}
.servicio-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(40,167,69,.15);border-color:#99d9d9}
.servicio-card:hover .servicio-icon{background:#99d9d9;color:white;transform:scale(1.1)}

/* Responsive Styles */
@media (max-width: 768px) {
    .PrimerBloque .col-md-6.col-xs-12 .blockLeft{height:auto;padding:30px}
    .PrimerBloque .col-md-6.col-xs-12 .blockRight{height:50vh}
    .PrimerBloque .col-md-6.col-xs-12 .blockLeft .content h1{font-size:40px}
    .servicios-section{padding:100px 0 50px}
    .servicio-card{margin-bottom:30px}
}

@media (max-width: 480px) {
    .PrimerBloque .col-md-6.col-xs-12 .blockLeft .content h1{font-size:32px}
    .TercerBloque .content h2{font-size:32px}
    .CuartoBloque .content h2{font-size:32px}
    .doctor-carousel .box-team{height:200px}
    .doctor-carousel .box-team img{width:80px;height:80px}
    section#contact .contact-values-grid{grid-template-columns:1fr}
    section#contact .contact-value-card{padding:12px;min-height:auto}
    section#contact .contact-value-icon{width:36px;height:36px;min-width:36px}
    section#contact .contact-value-head h4{font-size:1.05rem}
    section#contact .contact-intro-text{font-size:.92rem!important;line-height:1.6!important;margin-bottom:20px!important}
}

/* CORE Brand Theme Overrides */
.landing-page{--core-sand:#d1cba4;--core-stone:#7c7c7b;--core-soft:#f8f6ef;--core-deep:#5f5f5e}
.landing-page .text-brand{color:var(--core-sand)!important}
.landing-page .core-logo{height:54px;width:auto;object-fit:contain}
.landing-page .core-logo-footer{height:62px}
.landing-page .navbar .navbar-nav .nav-link{color:var(--core-stone);font-weight:500}
.landing-page .navbar .navbar-nav .nav-link:hover,.landing-page .navbar .navbar-nav .nav-link:focus,.landing-page .navbar .navbar-nav .nav-link.active{color:var(--core-deep)}
.landing-page .btn,.landing-page .btn.btn-primary{background:var(--core-sand)!important;border-color:var(--core-sand)!important;color:var(--core-stone)!important;font-weight:600}
.PrimerBloque .col-md-6.col-xs-12 .blockLeft,.TercerBloque .content{background:var(--core-soft)}
.PrimerBloque .col-md-6.col-xs-12 .blockLeft .content h1,.PrimerBloque .col-md-6.col-xs-12 .blockLeft .content p,.TercerBloque .content h2,.CuartoBloque .content h2,.CuartoBloque .content p,section#contact .content div b{color:var(--core-stone)}
.doctor-carousel .box-team{border-color:rgba(209,203,164,.45)}
.doctor-carousel .box-team h4{color:var(--core-stone)}
.doctor-carousel .box-team span,.servicio-card h3,.servicio-icon{color:var(--core-deep)}
.doctor-carousel .box-team img{border-color:var(--core-sand)}
.doctor-carousel .box-team:hover{box-shadow:0 8px 15px rgba(209,203,164,.35);border-color:var(--core-sand)}
.doctor-carousel .swiper-button-next,.doctor-carousel .swiper-button-prev,.doctor-carousel .swiper-pagination-bullet-active,.servicio-card:hover .servicio-icon{background:var(--core-sand);color:var(--core-stone)}
.servicio-card{border-color:rgba(209,203,164,.35)}
.servicio-card:hover{border-color:var(--core-sand);box-shadow:0 15px 35px rgba(124,124,123,.18)}
.PrimerBloque .col-md-6.col-xs-12 .blockLeft .content .hero-btn a.btn.btn-primary,.CuartoBloque .content a.btn.btn-primary,section#contact .content a.btn.btn-primary{background:var(--core-sand)!important;border-color:var(--core-sand)!important;color:var(--core-stone)!important}
.brand-section{background:linear-gradient(180deg,#fff 0%,var(--core-soft) 100%);padding:90px 0}
.brand-header{max-width:920px;margin:0 auto 40px;text-align:center}
.brand-header h2{color:var(--core-stone);font-size:2.4rem;margin-bottom:16px}
.brand-header p{font-size:1.05rem;color:var(--core-deep);line-height:1.8;margin:0}
.brand-grid,.values-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.values-grid{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:28px}
.brand-card,.value-card{background:#fff;border:1px solid rgba(209,203,164,.45);border-radius:16px;padding:24px;box-shadow:0 10px 26px rgba(124,124,123,.1)}
.brand-card h3,.value-card h4{color:var(--core-stone);margin-bottom:12px}
.brand-card p,.value-card p{color:var(--core-deep);margin:0;line-height:1.7}
.brand-objectives,.brand-footer-copy{margin-top:36px;background:#fff;border:1px solid rgba(209,203,164,.45);border-radius:16px;padding:30px}
.brand-objectives h3,.brand-footer-copy h3{color:var(--core-stone);margin-bottom:12px}
.brand-objectives p,.brand-objectives li,.brand-footer-copy p{color:var(--core-deep);line-height:1.8}
.brand-objectives ul{margin:0;padding-left:1.2rem}
@media (max-width: 991px){.brand-grid,.values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 767px){.brand-grid,.values-grid{grid-template-columns:1fr}.brand-header h2{font-size:1.9rem}}

/* Banner principal CORE (maqueta) */
.core-hero-compromiso{position:relative;min-height:calc(100vh - 82px);margin-top:82px;padding:76px 0 42px;background:url('/build/images/nuevas/fondo.jpeg') no-repeat center top/cover;overflow:hidden}
.core-hero-compromiso .container{width:90%;max-width:90%}
.core-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,12,19,.18) 0%,rgba(10,12,19,.14) 42%,rgba(10,12,19,.06) 100%)}
.core-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:56% 44%;gap:12px;align-items:center;min-height:calc(100vh - 220px)}
.core-hero-left{align-self:start;padding-top:24px}
.core-hero-left h2{margin:0 0 18px;font-size:clamp(2.6rem,5.8vw,6rem);line-height:.92;color:#fff;font-weight:700;letter-spacing:-1px;max-width:640px}
.core-hero-left h2 span{color:var(--core-sand)}
.core-hero-left p{margin:0 0 22px;max-width:620px;color:#f0f0f0;font-size:clamp(.98rem,1.2vw,1.15rem);line-height:1.32}
.core-hero-services{display:grid;grid-template-columns:repeat(4,126px);gap:8px;max-width:540px;justify-content:start}
.core-hero-service-link{text-decoration:none;display:block;width:126px}
.core-hero-service{border:1.6px solid rgba(209,203,164,.88);border-radius:12px;min-height:156px;padding:10px 8px;background:rgba(18,21,31,.24);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:transform .2s ease,background .2s ease}
.core-hero-service img{width:58px;height:58px;object-fit:contain;filter:brightness(0) saturate(100%) invert(87%) sepia(22%) saturate(285%) hue-rotate(9deg) brightness(86%) contrast(86%)}
.core-hero-service h3{margin:8px 0 0;color:#f3f3f3;font-size:.93rem;line-height:1.16;font-weight:500}
.core-hero-service-link:hover .core-hero-service{transform:translateY(-2px);background:rgba(18,21,31,.42)}
.core-hero-right{display:grid;grid-template-columns:minmax(220px,1fr) 240px;grid-template-areas:"doctor instagram" "doctor cta";column-gap:26px;row-gap:8px;align-items:end;align-self:end;padding-bottom:10px}
.core-hero-instagram{grid-area:instagram;width:240px;display:flex;justify-content:flex-end}
.core-hero-cta{grid-area:cta;width:240px;display:flex;justify-content:flex-end}
.core-hero-instagram a{display:flex;flex-direction:column;align-items:flex-end;gap:6px;color:#fff;text-decoration:none;font-size:2rem;font-weight:500;margin:0}
.core-hero-doctor-text{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}
.core-hero-doctor-text h4{margin:0;font-size:1.25rem;color:#fff;font-weight:700}
.core-hero-doctor-text p{margin:2px 0 0;font-size:1.05rem;color:#fff;max-width:260px;text-align:right}
.core-hero-handle{display:flex;align-items:center;gap:10px}
.core-hero-instagram img{width:44px;height:44px;object-fit:contain;filter:brightness(0) invert(1)}
.core-hero-doctor{grid-area:doctor;max-width:360px;text-align:left;margin:0;align-self:end}
.core-hero-doctor h4{margin:0 0 6px;font-size:2rem;color:var(--core-sand);font-weight:600}
.core-hero-doctor p{margin:0;color:#ededed;font-size:1.95rem;line-height:1.2}
.core-hero-cta .btn.btn-primary{padding:10px 24px;border:2px solid rgba(255,255,255,.9)!important;background:transparent!important;color:#fff!important;border-radius:14px;font-size:2.1rem;font-weight:400;min-width:240px;text-align:center;margin:0}
.core-hero-cta .btn.btn-primary:hover{background:rgba(255,255,255,.12)!important}
@media (max-width: 1280px){.core-hero-service h3{font-size:.93rem}.core-hero-doctor h4{font-size:1.45rem}.core-hero-doctor p{font-size:1.15rem}.core-hero-instagram a{font-size:1.6rem}.core-hero-cta .btn.btn-primary{font-size:1.45rem}}
@media (max-width: 1366px){.core-hero-compromiso{background-position:58% top}.core-hero-grid{grid-template-columns:55% 45%}.core-hero-left{padding-top:12px}.core-hero-services{grid-template-columns:repeat(4,118px);max-width:500px}.core-hero-service-link{width:118px}.core-hero-service{min-height:146px}}
@media (max-width: 991px){.core-hero-compromiso{min-height:auto;padding:62px 0 48px;background-image:url('/build/images/nuevas/fondo-movil.jpeg');background-position:center center}.core-hero-grid{grid-template-columns:1fr;gap:26px;min-height:auto}.core-hero-left{padding-top:0}.core-hero-left h2{font-size:clamp(2.2rem,10.6vw,4.2rem);line-height:1}.core-hero-left p{font-size:1rem;line-height:1.42;margin-bottom:24px;max-width:560px}.core-hero-services{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.core-hero-service-link{width:auto}.core-hero-service{min-height:138px}.core-hero-service h3{font-size:1rem}.core-hero-right{display:flex;align-items:flex-start;row-gap:0}.core-hero-instagram,.core-hero-cta{width:auto}.core-hero-cta .btn.btn-primary{min-width:auto}}
@media (max-width: 575px){.core-hero-services{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.core-hero-service{min-height:118px;padding:10px 6px;border-width:1.5px;border-radius:10px}.core-hero-service img{width:36px;height:36px}.core-hero-service h3{font-size:.56rem;line-height:1.2;margin-top:8px}.core-hero-instagram a{font-size:1.9rem}.core-hero-instagram img{width:34px;height:34px}.core-hero-doctor{margin-bottom:12px}.core-hero-doctor h4{font-size:1.05rem;color:var(--core-sand)}.core-hero-doctor p{font-size:.92rem}.core-hero-cta .btn.btn-primary{font-size:1.95rem;padding:9px 18px;border-radius:12px}}

/* Ajuste general: textos mas pequenos */
.landing-page{font-size:14px;max-width:1920px;margin:0 auto}
.landing-page p{font-size:.95rem;line-height:1.55}
.landing-page h1{font-size:2.1rem}
.landing-page h2{font-size:1.9rem}
.landing-page h3{font-size:1.2rem}
.landing-page h4{font-size:1.05rem}

.navbar .navbar-nav .nav-link{font-size:.92rem}
.landing-page .btn,.landing-page .btn.btn-primary{font-size:.92rem}

.core-hero-left h2{font-size:clamp(2rem,4.5vw,3.8rem)}
.core-hero-left p{font-size:clamp(.95rem,1.05vw,1.08rem)}
.core-hero-service h3{font-size:.93rem}
.core-hero-instagram a{font-size:1.15rem}
.core-hero-doctor h4{font-size:1.05rem}
.core-hero-doctor p{font-size:.9rem}
.core-hero-cta .btn.btn-primary{font-size:1.05rem;padding:10px 20px}

.servicios-section h2,.brand-header h2,.TercerBloque .content h2,.CuartoBloque .content h2{font-size:1.9rem!important}
.servicio-card h3{font-size:1.28rem;line-height:1.2;margin:16px 0 10px}
.servicio-card p,.brand-card p,.value-card p,section#contact .content p,footer p{font-size:.9rem}
.brand-card h3,.value-card h4{font-size:1rem}

.servicio-icon{
    width:96px;
    height:96px;
    margin:0 auto 14px;
    border-radius:50%;
    background:rgba(209,203,164,.12);
    border:1px solid rgba(209,203,164,.38);
}

.servicio-icon img{
    width:56px;
    height:56px;
    object-fit:contain;
    filter:brightness(0) saturate(100%) invert(87%) sepia(22%) saturate(285%) hue-rotate(9deg) brightness(86%) contrast(86%);
}

.servicio-card .servicio-description{
    margin:0 0 16px;
    color:#666;
    line-height:1.6;
}

.servicio-card .servicio-action{
    margin-top:auto;
    align-self:flex-start;
    padding:9px 16px;
    border-radius:10px;
    border:1px solid var(--core-sand)!important;
    background:#fff!important;
    color:var(--core-stone)!important;
    font-weight:600;
}

.servicio-card .servicio-action:hover{
    background:var(--core-sand)!important;
    color:var(--core-stone)!important;
}

@media (max-width: 991px){
    .core-hero-left h2{font-size:clamp(1.8rem,8vw,2.6rem)}
    .core-hero-service h3{font-size:.95rem}
}

@media (max-width: 575px){
    .landing-page{font-size:13px}
    .core-hero-left h2{font-size:clamp(1.7rem,9vw,2.2rem)}
    .core-hero-left p{font-size:.88rem}
    .core-hero-instagram a{font-size:1rem}
    .core-hero-cta .btn.btn-primary{font-size:.95rem}
}

/* Base visual desktop adaptada a maqueta 1920x1080 sin forzar recortes en pantallas menores */
@media (min-width: 992px){
    .core-hero-compromiso{max-height:980px}
}

/* Ajuste final tablet/movil para igualar maqueta del banner */
@media (max-width: 1024px){
    .core-hero-compromiso{
        min-height:calc(100vh - 72px);
        margin-top:72px;
        padding:52px 0 30px;
        background-image:url('/build/images/nuevas/fondo-movil.jpeg');
        background-position:right top;
    }

    .core-hero-overlay{
        background:linear-gradient(180deg,rgba(12,14,22,.42) 0%,rgba(12,14,22,.30) 46%,rgba(12,14,22,.36) 100%);
    }

    .core-hero-compromiso .container{
        width:86%;
        max-width:86%;
    }

    .core-hero-grid{
        grid-template-columns:1fr;
        gap:18px;
        min-height:auto;
        align-items:start;
    }

    .core-hero-left{
        padding-top:0;
    }

    .core-hero-left h2{
        max-width:520px;
        margin-bottom:14px;
        font-size:clamp(2.35rem,8.2vw,3.6rem);
        line-height:.95;
    }

    .core-hero-left p{
        max-width:560px;
        margin-bottom:18px;
        font-size:clamp(1rem,2.15vw,1.35rem);
        line-height:1.34;
    }

    .core-hero-services{
        width:100%;
        max-width:none;
        grid-template-columns:repeat(4,minmax(0,1fr));
        gap:10px;
    }

    .core-hero-service-link{
        width:auto;
    }

    .core-hero-service{
        min-height:144px;
        padding:10px 7px;
        border-width:1.7px;
        background:rgba(18,21,31,.34);
    }

    .core-hero-service img{
        width:48px;
        height:48px;
    }

    .core-hero-service h3{
        margin-top:8px;
        font-size:.98rem;
        line-height:1.15;
    }

    .core-hero-right{
        width:100%;
        display:flex;
        flex-direction:row;
        justify-content:space-between;
        align-items:flex-end;
        gap:14px;
        margin-top:8px;
        padding-bottom:0;
    }

    .core-hero-doctor{
        display:none;
    }

    .core-hero-cta{
        order:1;
        width:auto;
    }

    .core-hero-instagram{
        order:2;
        width:auto;
    }

    .core-hero-instagram a{
        margin:0;
        font-size:1.7rem;
        gap:6px;
        align-items:flex-end;
    }

    .core-hero-doctor-text h4{
        font-size:1rem;
    }

    .core-hero-doctor-text p{
        font-size:.9rem;
        max-width:180px;
    }

    .core-hero-instagram img{
        width:34px;
        height:34px;
    }

    .core-hero-cta .btn.btn-primary{
        min-width:auto;
        font-size:1.7rem;
        padding:9px 16px;
        border-radius:12px;
        line-height:1;
    }
}

@media (max-width: 767px){
    .core-hero-compromiso .container{
        width:85%;
        max-width:85%;
    }

    .core-hero-left h2{
        max-width:420px;
        font-size:clamp(2rem,10.5vw,3rem);
    }

    .core-hero-left p{
        max-width:460px;
        font-size:clamp(.95rem,3.3vw,1.22rem);
        margin-bottom:14px;
    }

    .core-hero-services{
        gap:8px;
    }

    .core-hero-service{
        min-height:130px;
        padding:8px 5px;
    }

    .core-hero-service img{
        width:42px;
        height:42px;
    }

    .core-hero-service h3{
        font-size:.78rem;
        margin-top:6px;
    }

    .core-hero-instagram a{
        font-size:1.45rem;
    }

    .core-hero-doctor-text h4{
        font-size:.95rem;
    }

    .core-hero-doctor-text p{
        font-size:.82rem;
        max-width:160px;
    }

    .core-hero-instagram img{
        width:30px;
        height:30px;
    }

    .core-hero-cta .btn.btn-primary{
        font-size:1.45rem;
        padding:8px 14px;
    }
}
