.elementor-1542 .elementor-element.elementor-element-9001f51{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:080px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1542 .elementor-element.elementor-element-9001f51:not(.elementor-motion-effects-element-type-background), .elementor-1542 .elementor-element.elementor-element-9001f51 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://jeans-premium-avellaneda.com/wp-content/uploads/2026/02/alethya-jean-in-2026-comp.jpg");}.elementor-1542 .elementor-element.elementor-element-0318e9d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0d076eb */.contenedor-freedom {
    position: relative;
    width: 100%;
    height: 600px; /* Ajusta según el tamaño de tu cabecera */
    background-color: #f0ede9; /* Color arena de fondo */
    overflow: hidden;
}

.marco {
    position: absolute;
    background: #fff;
    padding: 10px 10px 40px 10px; /* Borde tipo Polaroid */
    box-shadow: 8px 12px 25px rgba(0,0,0,0.2);
    border: 1px solid #ddd;
}

.marco video, .marco img {
    width: 220px; 
    height: 280px;
    object-fit: cover;
    display: block;
}

/* --- POSICIONES (Como en la imagen) --- */

.p1 {
    top: 15%;
    left: 15%;
    transform: rotate(-8deg); /* Inclinado a la izquierda */
    z-index: 2;
}

.p2 {
    top: 5%;
    left: 45%;
    transform: rotate(5deg); /* Inclinado a la derecha y al frente */
    z-index: 4;
}

.p3 {
    top: 40%;
    left: 65%;
    transform: rotate(-3deg);
    z-index: 3;
}

/* Responsive para celulares */
@media (max-width: 768px) {
    .marco video, .marco img { width: 140px; height: 180px; }
    .p1 { left: 5%; top: 10%; }
    .p2 { left: 30%; top: 5%; }
    .p3 { left: 55%; top: 30%; }
}/* End custom CSS */