#seccion4.seccion4 {
    background: rgb(97, 67, 133);
    background: linear-gradient(0deg, rgba(97, 67, 133, 1) 0%, rgba(5, 22, 53, 1) 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    min-height: 100vh;
    padding: 40px clamp(1rem, 4vw, 2rem);
    overflow-x: hidden;
}

#seccion4 .seccion4__celular img {
    height: min(550px, 60vh);
    max-width: 100%;
    padding: 20px;
    object-fit: contain;
}

#seccion4 .seccion4__celular-fondo {
    background: url(../img/chat/backgroundcel.png);
    background-repeat: no-repeat;
    background-size: 250px;
    position: relative;
    background-position: 50% 45%;
}

#seccion4 .seccion4__celular-caratula {
    z-index: 1;
    position: relative;
}

#seccion4 .seccion4__celular-fondo2 {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: min(270px, 90%);
    max-width: 270px;
    object-fit: contain;
}

#seccion4 .seccion4__celular {
    position: relative;
    display: inline-block;
    text-align: center;
}

#seccion4 .seccion4__celular-chatjose {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    list-style: none;
}

#seccion4 .seccion4__celular-letranombre {
    font-family: var(--font-display);
    font-size: var(--text-xs);
    list-style: none;
}

#seccion4 .seccion4__celular-botonchat1 {
    background: #aa076b;
    border-radius: 100px;
    margin-bottom: 10px;
    font-size: var(--text-xs);
    font-family: var(--font-body);
    list-style: none;
}

#seccion4 .seccion4__celular-botonchat2 {
    background: #aa076b;
    border-radius: 10px;
    font-size: var(--text-xs);
    font-family: var(--font-body);
    list-style: none;
}

#seccion4 .seccion4__celular-chatodar {
    position: absolute;
    top: 70%;
    left: 37%;
    transform: translate(-50%, -50%);
    color: white;
}

#seccion4 .seccion4__celular-botonchat3 {
    background: #051635;
    border-radius: 90px;
    margin-bottom: 10px;
    font-size: var(--text-xs);
    font-family: var(--font-body);
    list-style: none;
}

#seccion4 .seccion4__celular-botonchat4 {
    background: #051635;
    border-radius: 90px;
    font-size: var(--text-xs);
    font-family: var(--font-body);
    list-style: none;
}

#seccion4 .seccion4__celular-letranombre1 {
    font-family: var(--font-display);
    font-size: var(--text-xs);
    list-style: none;
    margin-top: 1rem;
}

#seccion4 .seccion4__celular-botonchat5 {
    background: #aa076b;
    border-radius: 10px;
    font-size: var(--text-xs);
    font-family: var(--font-body);
    list-style: none;
    margin-top: 10px;
}

#seccion4 .seccion4__texto h2 {
    font-family: var(--font-display);
    color: #dd9cc4;
    font-size: var(--heading-md);
    text-align: center;
}

#seccion4 .seccion4__texto p {
    font-family: var(--font-body);
    font-size: var(--text-base);
    color: white;
}

#seccion4 .seccion4__texto p i {
    color: #dd9cc4;
}

#seccion4 .seccion4__texto {
    display: flex;
    align-items: center;
    max-width: 500px;
    padding: 0 1rem;
}

#seccion4 .seccion4__hipervinculo {
    list-style: none;
    display: flex;
    margin-top: 16px;
}

#seccion4 .seccion4__hipervinculo li a {
    color: #dd9cc4;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid #dd9cc4;
    border-radius: 50px;
    transition: all 0.3s ease;
}

#seccion4 .seccion4__hipervinculo li a:hover {
    background: #dd9cc4;
    color: #051635;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(221, 156, 196, 0.4);
}
