.bucky-hero {
    position: relative;
    width: 100%;
    padding-top: 80px;
    color: #fff;
    z-index: 1;
}

/* FONDO REAL CONTROLADO */
.bucky-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="1446" viewBox="0 0 1440 1446" fill="none"><g filter="url(%23filter0_n_232_4586)"><path d="M0 -2.50781H1440V1303.87C1440 1303.87 1160.5 1445.8 720 1445.8C279.5 1445.8 0 1303.87 0 1303.87V-2.50781Z" fill="%233D477B"/></g><defs><filter id="filter0_n_232_4586" x="0" y="-2.50781" width="1440" height="1448.31" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feTurbulence type="fractalNoise" baseFrequency="0.41" stitchTiles="stitch" numOctaves="3" result="noise" seed="2788"/><feColorMatrix in="noise" type="luminanceToAlpha" result="alphaNoise"/><feComponentTransfer in="alphaNoise" result="coloredNoise1"><feFuncA type="discrete" tableValues="0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "/></feComponentTransfer><feComposite operator="in" in2="shape" in="coloredNoise1" result="noise1Clipped"/><feFlood flood-color="rgba(0, 0, 0, 0.25)" result="color1Flood"/><feComposite operator="in" in2="noise1Clipped" in="color1Flood" result="color1"/><feMerge result="effect1_noise_232_4586"><feMergeNode in="shape"/><feMergeNode in="color1"/></feMerge></filter></defs></svg>');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

.s1, .s2, .s3 {
    position: relative;
    z-index: 2;
}

.s1 {
    position: relative;
    min-height: 449px;
    overflow: hidden;
}

.s4 {
    position: relative;
    z-index: 4;
    padding: 80px 20px 100px;
}

.s1__bg-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.s1__inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
    padding: 72px 0px 80px;
    display:  flex;
    flex-direction: row;
    gap: 126px;
    align-items: center;
}

.s1__headline {
    color: #FFFFFF;
        width: 31%;
}

.s1__headline h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
}

.s1__papitas-left {
    position: absolute;
    right: 73px;
    bottom: -38px;
    width: 171px;
    pointer-events: none;
    z-index: 2;
}

.s1__papitas-right {
    position: absolute;
    left: -72px;
    top: -67px;
    width: 160px;
    pointer-events: none;
    z-index: 2;
}

.s1__text {
    color: rgba(255,255,255,0.93);
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    width: 80%;
}

.s1__text p + p { margin-top: 0.9em; }

.s2 {
    padding: 0 0 70px;
    width: 1240px;
    margin: 0 auto;
}

.s2__photo-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.s2__photo-frame {
    position: relative;
    overflow: hidden;
}

.s2__photo-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.s2__photo-frame img {
    width: 100%;
    object-fit: cover;
}

.s2__wa {
    position: absolute;
    right: -18px;
    bottom: 36px;
    width: 54px;
    height: 54px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.35);
    z-index: 5;
}

.s2__wa svg { width: 30px; height: 30px; fill: #fff; }

.s2__banana-left {
    position: absolute;
    left: -60px;
    top: -40px;
    width: 130px;
    z-index: 3;
    pointer-events: none;
}

.s2__banana-right {
    position: absolute;
    right: -50px;
    top: -30px;
    width: 120px;
    z-index: 3;
    pointer-events: none;
}

.s2__caption {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.7rem;
    color: #fff;
    z-index: 4;
    white-space: nowrap;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.s3 {
    padding: 48px 20px 70px;
}

.s3__grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 84px;
    text-align: center;
}

.s3__number {
    font-size: 80px;
    font-weight: 500;
    color: #F3EEE3;
    line-height: 80px;
}

.s3__number span { color: #E06E1D; font-weight: 600; }

.s3__label {
    font-size: 24px;
    color: #F3EEE3;
    margin-top: 6px;
    font-weight: 400;
    line-height: 24px;
}

.s4__layout {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 19px;
    align-items: center;
    z-index: 5;
}

.s4__card {
    background: #F3EEE3;
    border-radius: 30px;
    padding: 49px 36px;
    height: 356px;
}

.s4__card-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #E06E1D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.s4__card-icon.vision { background: #3D477B; }

.s4__card-icon svg { width: 50px; height: 50px; fill: #fff; }

.s4__card h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 24px;
}

.s4__card p {
    font-size: 16px;
    color: #616161;
    line-height: 22px;
}

.s4__center-img {
    width: 435px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.s4__center-img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.s5 {
    position: relative;
    margin-bottom: 260px;
}

.s5__head-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.s5__head-blob {
    position: relative;
    width: 44%;
    height: 529px;
    background: #D4438D;
    border-radius: 0 40px 40px 0;
    box-sizing: border-box;
    padding-top: 18px;
    margin-left: 0;
}

.s5__head-blob h2 {
    position: absolute;
    left: calc(50vw - 629px);
    width: 1240px;
    max-width: calc(100vw - 48px);
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    text-align: left;
}
.s5__layout {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: start;
        margin-top: -449px;
    z-index: 4;
    position: relative;
}
.s5__arrow{
   position: absolute;
    left: 50%;
    top: 0px;
    transform: translateY(-50%);
}
.s4__arrow-top{
    position: absolute;
    left: 48%;
    top: 78px;
    transform: translateY(-50%);
}

.s5__photos img {
    width: 568.707px;
height: 386px;
    object-fit: contain;
}

.s5__text p {
    font-size: 16px;
    color: #666;
    line-height: 22px;
}
.contentlefs5 h5{
    color:  #2A3570;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; 
    margin-bottom: 17px;
}

.imagenpc{
    display: block;
}

.imagenresponsiva{
    display: none;
}

@media (max-width: 1400px) {
    .s5__head-blob{
            width: 42%;
    }
}

@media (max-width: 1366px) {
    .s1__inner,
    .s3__grid,
    .s4__layout,
    .s5__layout {
        max-width: 1140px;
    }

    .s2 {
        width: 1140px;
    }

    .s1__inner {
        gap: 80px;
    }

    .s3__grid {
        gap: 50px;
    }

    .s3__number {
        font-size: 68px;
        line-height: 68px;
    }

    .s3__label {
        font-size: 21px;
        line-height: 24px;
    }

    .s4__center-img {
        width: 380px;
    }

    .s5__head-blob h2 {
       left: calc(50vw - 578px);
    }

    .s5__photos img {
        width: 100%;
        height: auto;
    }
     .s5__head-blob{
            width: 38%;
            height: 442px;
    }
    .s5__layout{
            margin-top: -360px;
    }
}

@media (max-width: 1200px) {
    .s1__inner,
    .s2,
    .s3__grid,
    .s4__layout,
    .s5__layout {
        max-width: calc(100% - 48px);
        width: 100%;
    }

    .s1__inner {
        gap: 50px;
        padding: 60px 0;
    }

    .s1__headline h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .s1__text {
        width: 100%;
    }

    .s3__grid {
        gap: 32px;
    }

    .s3__number {
        font-size: 56px;
        line-height: 58px;
    }

    .s3__label {
        font-size: 18px;
        line-height: 22px;
    }

    .s4__layout {
        gap: 24px;
    }

    .s4__center-img {
        width: 320px;
    }

    .s4__card {
        padding: 38px 28px;
        height: auto;
        min-height: 320px;
    }

    .s5__head-blob {
        width: 36%;
    }

    .s5__head-blob h2 {
        left: calc(50vw - 528px);
    }

    .s5__layout {
        gap: 32px;
    }

    .contentlefs5 h5 {
        font-size: 28px;
    }
}
@media (max-width: 1100px) {
.s5__layout{
    grid-template-columns: 1fr 1.2fr;
}
.s5__head-blob{
            width: 40%;
}
.s5__head-blob h2 {
        left: calc(50vw - 474px);
    }
}
@media (max-width: 991px) {
    .bucky-hero {
        padding-top: 140px;
    }

    .bucky-hero::before {
        height: 100%;
        background-size: cover;
        background-position: center bottom;
    }

    .s1 {
        min-height: auto;
    }

    .s1__inner {
        flex-direction: column;
        gap: 24px;
        text-align: center;
        padding: 30px 64px 50px;
    }

    .s1__headline,
    .s1__text {
        width: 100%;
    }

    .s1__headline h1 {
        font-size: 42px;
        line-height: 1.1;
    }

    .s1__text {
        font-size: 16px;
        line-height: 1.55;
    }

    .s2 {
        padding: 0 24px 50px;
        max-width: 100%;
    }

    .s2__photo-frame {
        border-radius: 28px;
        overflow: hidden;
    }

    .s1__papitas-left {
        width: 110px;
        right: -10px;
        bottom: -25px;
    }

    .s1__papitas-right {
        width: 100px;
        left: -18px;
        top: -28px;
    }

    .s3 {
        padding: 20px 24px 150px;
    }

    .s3__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px 24px;
        text-align: left;
    }

    .s3__number {
        font-size: 54px;
        line-height: 0.95;
    }

    .s3__label {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 10px;
    }

    .s4 {
        padding: 40px 24px 70px;
    }

    .s4__arrow-top {
        display: none;
    }

    .s4__layout {
        flex-direction: column;
        gap: 28px;
        max-width: 100%;
    }

    .s4__center-img {
        width: 100%;
        order: 2;
        border-radius: 24px;
    }

    .s4__card {
        width: 100%;
        height: auto;
        min-height: unset;
        border-radius: 24px;
        padding: 32px 24px;
    }

    .s4__card:first-child {
        order: 1;
    }

    .s4__card:last-child {
        order: 3;
    }

    .s4__card h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .s5 {
        margin-bottom: 170px;
    }

    .s5__head-blob {
        width: 100%;
        height: 500px;
        border-radius: 0 24px 24px 0;
        padding: 24px 0 120px;
    }

    .s5__head-blob h2 {
        font-size: 28px;
        line-height: 1.2;
        padding: 0 24px;
        left: 20px;
    }

    .s5__arrow {
        display: none;
    }

    .s5__layout {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: -408px;
        padding: 0 24px;
    }

    .s5__photos {
        order: 1;
    }

    .s5__photos img {
        width: 100%;
        height: auto;
    }

    .contentlefs5 {
        order: 2;
    }

    .contentlefs5 h5 {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .s5__text p {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media (max-width: 769px) {
    .bucky-hero {
        padding-top: 24px;
    }

    .bucky-hero::before {
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
        height: 102%;
    }

    .s1__inner {
        padding: 20px 16px 36px;
        gap: 18px;
    }

    .s1__headline h1 {
        font-size: 28px;
        line-height: 1.1;
        max-width: 320px;
        margin: 0 auto;
    }

    .s1__text {
        font-size: 14px;
        line-height: 1.55;
    }

    .s2 {
        padding: 0 16px 42px;
    }

    .s2__photo-frame {
        border-radius: 20px;
    }

    .s1__papitas-left {
        width: 82px;
        right: -6px;
        bottom: -14px;
    }

    .s1__papitas-right {
        width: 76px;
        left: -10px;
        top: -18px;
    }

    .s3 {
        padding: 10px 16px 55px;
    }

    .s3__grid {
        gap: 26px 18px;
    }

    .s3__number {
        font-size: 34px;
        line-height: 1;
    }

    .s3__label {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 6px;
    }

    .s4 {
        padding: 26px 16px 50px;
    }

    .s4__layout {
        gap: 20px;
    }

    .s4__card {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .s4__card-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 14px;
    }

    .s4__card h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .s4__card p {
        font-size: 14px;
        line-height: 1.55;
    }

    .s4__center-img {
        border-radius: 18px;
    }

    .s5 {
        margin-bottom: 170px;
    }

    .s5__head-blob {
        padding: 18px 0 90px;
        border-radius: 0 18px 18px 0;
    }

    .s5__head-blob h2 {
        font-size: 18px;
        padding: 0 16px;
    }

    .s5__layout {
        margin-top: -416px;
        gap: 20px;
        padding: 0 16px;
    }


    .contentlefs5 h5 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .s5__text p {
        font-size: 14px;
        line-height: 1.6;
    }
}
@media (max-width: 730px) {
    .s5__head-wrap{
        height: 323px;
    }
    .s5__layout{
        margin-top: -254px;
    }

}

@media (max-width: 480px) {
    .bucky-hero::before {
        background-position: center top;
        background-size: cover;
    }

    .s1__headline h1 {
        font-size: 32px;
        line-height: 1.08;
    }

    .s1__text {
        font-size: 15px;
        line-height: 21px;
    }

    .s3__grid {
        gap: 22px 14px;
    }

    .s3__number {
        font-size: 48px;
    }

    .s3__label {
        font-size: 16px;
    }

    .s4__card {
       padding: 49px 36px;
    }

    .s5__head-blob h2 {
        font-size: 27px;
        text-align: start;
        padding: 0 3px;
        padding-top: 8px;
    }

    .contentlefs5 h5 {
        font-size: 32px;
    }

    .s5__text p {
        font-size: 16px;
        line-height: 140%; 
    }
    .bucky-hero::before{
        height: 114%;
    }
    .s4__card h3{
        font-size: 24px;
    }
    .s4__card p{
        font-size: 16px;
    }
    .s5__head-blob{
        width: 94%;
        height: 392px;
    }
    .s5__layout{
        margin-top: -228px;
        padding: 0 0px;
    }
    .imagenpc{
    display: none;
    }

    .imagenresponsiva{
        display: block;
    }
    .s5__photos img{
        border-radius: 0px;
    }
        .s5 {
        margin-bottom: 170px;
    }
}
