.elementor-3 .elementor-element.elementor-element-079786e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-882c325 *//* CONTENEDOR GENERAL */
.privacy-container {
    max-width: 1100px;
    margin: 60px auto;
    padding: 20px;
    font-family: inherit;
}

/* HEADER */
.privacy-header {
    text-align: center;
    margin-bottom: 50px;
}

.privacy-header h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.privacy-header p {
    font-size: 17px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* GRID */
.privacy-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

/* TARJETAS */
.privacy-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.privacy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

/* TITULOS */
.privacy-card h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #111;
}

/* TEXTO */
.privacy-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

/* MOBILE */
@media (max-width: 768px) {

    .privacy-header h1 {
        font-size: 32px;
    }

    .privacy-card {
        padding: 24px;
    }

}


.privacy-card:last-child {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
}/* End custom CSS */