.elementor-1724 .elementor-element.elementor-element-2e2f5f5e{--display:flex;}.elementor-1724 .elementor-element.elementor-element-1ba1ce38{width:var( --container-widget-width, 75.768% );max-width:75.768%;--container-widget-width:75.768%;--container-widget-flex-grow:0;color:#FFFFFF;}.elementor-1724 .elementor-element.elementor-element-1ba1ce38.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1724 .elementor-element.elementor-element-1ba1ce38 a{color:#FFFFFF;}/* Start custom CSS *//* =========================================================
   DISTRITO LAPTOP
   CATEGORÍAS ESTILO APPLE
========================================================= */

.dlw3-picker{
    width: calc(100vw - 140px);
    max-width: 1380px;

    margin-left: auto;
    margin-right: auto;

    padding: 88px 0 40px;
}


/* =========================
   ENCABEZADO
========================= */

.dlw3-section-title{
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, 440px);

    column-gap: 70px;

    align-items: end;

    margin-bottom: 40px;
}


.dlw3-section-title > span{
    grid-column: 1;

    margin-bottom: 8px;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: .14em;

    color: #817b72;
}


.dlw3-section-title h2{
    grid-column: 1;

    margin: 0;

    max-width: 620px;

    font-size: clamp(54px, 5vw, 76px);

    line-height: .96;

    letter-spacing: -.052em;

    font-weight: 650;

    color: #1c1b19;
}


.dlw3-section-title p{
    grid-column: 2;

    margin: 0 0 8px;

    max-width: 440px;

    justify-self: end;

    font-size: 18px;

    line-height: 1.6;

    color: #68645e;
}


/* =========================================================
   GRID
========================================================= */

.dlw3-grid{
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 18px;
}


/* =========================================================
   TARJETA
========================================================= */

.dlw3-service{
    appearance: none;

    position: relative;

    width: 100%;
    min-width: 0;
    min-height: 350px;

    padding: 25px 24px 22px;

    display: flex;
    flex-direction: column;

    text-align: left;

    color: #1b1a18;

    background:
        rgba(255,255,255,.88);

    border:
        1px solid rgba(25,23,20,.09);

    border-radius: 28px;

    box-shadow:
        0 12px 34px rgba(26,23,18,.035);

    cursor: pointer;

    overflow: hidden;

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}


.dlw3-service:hover{
    transform: translateY(-6px);

    background: #fff;

    border-color:
        rgba(20,18,15,.16);

    box-shadow:
        0 24px 60px
        rgba(25,22,18,.08);
}


/* =========================
   NÚMERO
========================= */

.dlw3-number{
    position: absolute;

    top: 25px;
    right: 25px;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: .14em;

    color: #9c958a;
}


/* =========================================================
   ICONO ESTILO APPLE
========================================================= */

.dlw3-apple-icon{
    width: 76px;
    height: 76px;

    margin-bottom: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 24px;

    background:
        #f0efec;

    color:
        #2f2f30;

    transition:
        background .35s ease,
        color .35s ease,
        transform .35s cubic-bezier(.22,1,.36,1);
}


.dlw3-apple-icon svg{
    width: 42px;
    height: 42px;

    display: block;

    fill: currentColor;

    stroke: none;
}


/* partes vacías internas del icono */

.dlw3-apple-icon svg .dlw3-icon-cut{
    fill: #f0efec;

    transition:
        fill .35s ease;
}


/* hover */

.dlw3-service:hover .dlw3-apple-icon{
    transform:
        translateY(-2px)
        scale(1.03);
}


/* =========================================================
   SELECCIONADO
   parecido al menú Apple
========================================================= */

.dlw3-service.active{
    background:
        #f4f2ed;

    border-color:
        rgba(20,18,15,.18);

    transform:
        translateY(-4px);

    box-shadow:
        0 24px 58px
        rgba(24,21,17,.09);
}


.dlw3-service.active .dlw3-apple-icon{
    background:
        #202023;

    color:
        #f7f7f7;
}


.dlw3-service.active
.dlw3-apple-icon
svg
.dlw3-icon-cut{
    fill:
        #202023;
}


/* =========================================================
   CONTENIDO
========================================================= */

.dlw3-service-content{
    flex: 1;

    width: 100%;

    display: flex;

    flex-direction: column;
}


.dlw3-service h3{
    margin:
        0 0 13px;

    font-size:
        25px;

    line-height:
        1.08;

    letter-spacing:
        -.035em;

    font-weight:
        680;

    color:
        #1e1d1a;
}


.dlw3-service p{
    margin:
        0 0 24px;

    font-size:
        15px;

    line-height:
        1.65;

    color:
        #6d6962;
}


/* =========================================================
   BOTÓN SELECCIONAR
========================================================= */

.dlw3-service-cta{
    width: 100%;

    min-height: 48px;

    margin-top: auto;

    padding:
        0 17px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    border-radius:
        999px;

    background:
        #efede8;

    border:
        1px solid
        rgba(25,23,20,.08);

    font-size:
        10px;

    font-weight:
        750;

    letter-spacing:
        .15em;

    text-transform:
        uppercase;

    color:
        #171614;

    transition:
        background .3s ease,
        color .3s ease;
}


.dlw3-service-cta b{
    position:
        absolute;

    right:
        17px;

    font-size:
        14px;

    font-weight:
        500;
}


/* seleccionado */

.dlw3-service.active
.dlw3-service-cta{
    background:
        #202023;

    border-color:
        #202023;

    color:
        #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1200px){

    .dlw3-picker{
        width:
            calc(100vw - 50px);
    }


    .dlw3-section-title{
        grid-template-columns:
            1fr;

        row-gap:
            20px;
    }


    .dlw3-section-title p{
        grid-column:
            1;

        justify-self:
            start;
    }


    .dlw3-grid{
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

}


/* =========================================================
   MÓVIL
========================================================= */

@media(max-width:700px){

    .dlw3-picker{
        width:
            calc(100vw - 18px);

        padding-top:
            60px;
    }


    .dlw3-section-title h2{
        font-size:
            44px;
    }


    .dlw3-section-title p{
        font-size:
            16px;
    }


    .dlw3-grid{
        grid-template-columns:
            1fr;

        gap:
            14px;
    }


    .dlw3-service{
        min-height:
            300px;
    }


    .dlw3-apple-icon{
        width:
            72px;

        height:
            72px;
    }


    .dlw3-apple-icon svg{
        width:
            40px;

        height:
            40px;
    }

}/* End custom CSS */