#text-vestimenta {
    position: absolute;
    top: 0%;
    left: 0%;
    height: auto;
    margin: 162.5% 51.3%;
    width: 41%;
    pointer-events: none;
}

#btn-vestimenta {
    position: absolute;
    top: 0%;
    left: 0%;
    height: auto;
    margin: 175.5% 46%;
    width: 50%;
    /* pointer-events: none; */
    transition: transform 0.2s ease;
    cursor: pointer;
}

#btn-vestimenta:active {
    transform: scale(0.9);
}

#btn-verMas {
    position: absolute;
    top: 0%;
    left: 0%;
    height: auto;
    margin: 190.5% 43.2%;
    width:55%;
    /* pointer-events: none; */
    transition: transform 0.2s ease;
    cursor: pointer;
}

#btn-verMas:active {
    transform: scale(0.9);
}

#manita-vestimenta {
    position: absolute;
    top: 0%;
    left: 0%;
    height: auto;
    margin: 183% 80%;
    width:6%;
    pointer-events: none;

}

#manita-vestimenta2 {
    position: absolute;
    top: 0%;
    left: 0%;
    height: auto;
    margin: 197% 76%;
    width:4%;
    pointer-events: none;

}


#btn-vestimenta,
#btn-verMas {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

@media screen and (min-width: 400px) {
    #text-vestimenta {
        margin: 152.5% 51.3%;
    }

    #btn-vestimenta {
        margin: 165.5% 44.5%;
    }

    #btn-verMas {
        margin: 178.5% 42.3%;
    }

    #manita-vestimenta {
        margin: 173% 80%;
      }
      #manita-vestimenta2 {
        margin: 186% 76%;
    }

}





@media screen and (min-width: 520px) {
    #text-vestimenta {
        margin: 135.5% 51.3%;
    }

    #btn-vestimenta {
        margin: 148.5% 47.5%;
    }

    #btn-verMas {
        margin: 163.5% 47%;
    }

    #manita-vestimenta {
        margin: 155% 80%;
      }
      
      #manita-vestimenta2 {
        margin: 169% 80%;
      }

}


@media (min-width: 768px) {
    #manita-vestimenta2 {
        margin: 166% 80%;
      }
    #btn-verMas {
        margin: 160% 44%;
    }
}

.vestimenta-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.vestimenta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.731);
}

.vestimenta-dialog {
    position: relative;
    inset: 0;

    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    pointer-events: none;
}

.vestimenta-viewport {
    position: relative;
    width: 80%;
    left: 10%;

    height: 100%;
    overflow: hidden;
    pointer-events: auto;
}

.vestimenta-track {
    display: flex;
    height: 100%;
    will-change: transform;
    transition: transform 300ms ease;
    touch-action: pan-y;
}

.vestimenta-slide {
    min-width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    position: relative;
}

.vestimenta-slide img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: auto;
    object-fit: contain;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}


.vestimenta-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #000;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
}

.vestimenta-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #000;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
}

.vestimenta-nav.prev {
    left: 12px;
}

.vestimenta-nav.next {
    right: 12px;
}

.vestimenta-nav:active {
    transform: translateY(-50%) scale(0.98);
}

.vestimenta-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 12px 0 20px;
    pointer-events: auto;
}

.vestimenta-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.vestimenta-dot.active {
    background: #fff;
}

.vestimenta-modal.is-open {
    display: block;
}

.vestimenta-close:focus-visible,
.vestimenta-nav:focus-visible {
    outline: 2px solid #00a7b7;
    outline-offset: 2px;
}

/* 
btn- */



#linea {
    position: absolute;
    top: 0%;
    left: 0%;
    height: auto;
    margin: 0% 11.3%;
    width: 41%;
    pointer-events: none;
}


