    
     .spacer {
        height: 500px; /* Espaciador para ver el efecto */
    }
       


.muestra {
    position: absolute;
    font-size: 41px;
    color: #7b5766;
    background: #f8f6ed;
    top: 82%;
    text-align: center;
    box-shadow: 0px 0px 20px 3px rgb(225 180 198);
    border-radius: 12px;
    border: 5px groove rgb(225 180 198);
    padding-left: 6px;
    padding-right: 6px;
}

.muestratitulo {
    opacity: 0;
    font-size: 41px;
    color: #7b5766;
    background: #f8f6ed;    
    text-align: center;
    box-shadow: 0px 0px 20px 3px rgb(225 180 198);
    border-radius: 12px;
    border: 5px groove rgb(225 180 198);
    padding-left: 6px;
    padding-right: 6px;
   width: 50%;
    margin: auto;
}
   .container4 img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    
    }

    .container4 {
    display: flex;
    justify-content: center;
    align-items: center;

    }

    .container4-carrousel {
    --widthItem: 25%;
    --heightItem: 120%;
    width: var(--widthItem);
    height: var(--heightItem);
    
    
    }

    .carrousel {
    --rotatey: 0;
    font-size: 4rem;
    position: relative;
    transform: rotatey(var(--rotatey));
    transform-style: preserve-3d;
    user-select: none;
    cursor: grab;
   

    }

    .carrousel-item {
    opacity: 1;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px; 
            transition: transform 0.3s ease;
            transform-origin: center center;
    }
   

    .carrousel,
    .carrousel-item {
    width: 100%;
    height: 100%;
   
    }

    .carrousel-item:nth-child(n) {
    --rotatey: 0;
    transform: rotatey(var(--rotatey)) translatez(var(--tz));
    }

  

    .titulo{
        width: 100%;        
        overflow-x: clip;       
       position: relative;
       margin-bottom: 4vh;
       display: flex;
        justify-content: center;
        z-index: 10;
    }

    .titulo h1 {
        text-align: center;
        color: #f671be;
       text-shadow: 3px 3px 4px #462838;
             font-size: 3em;
    font-family: 'Happy';
    font-weight: 800; 
    
    }

    .titulo h3 {
        text-align: center;
        
        max-width: 40%;
        margin: auto;
        font-weight: lighter;
        font-size: 1.4em;
        margin-bottom: -20%;
    }

    .titulo img{
        width: 150%; 
        position: absolute;
        top: -60px;
        z-index: 4;
        pointer-events: none;
    }
    

    .gifclick{   
        width: 50%;
       position: absolute;
        top: 72vh;
        right: 128px;
        z-index: 7;
        filter: invert(36%) sepia(76%) saturate(3000%) hue-rotate(300deg) drop-shadow(2px 4px 6px rgb(49, 1, 51));
        cursor: none;
        pointer-events: none;
    }
   
    .clon img{
       
        height: 10vh;
        z-index: 999;
        position: fixed;
        pointer-events: none;
        top: 50%;
    }

    @media screen and (min-width: 576px) {
        .container4-carrousel {
        --widthItem: 250px;
        --heightItem: 200px;
        }
       
    }