.elementor-366 .elementor-element.elementor-element-beeb9c1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bcc832e *//* CONTENEDOR GENERAL */
.terms-container {
    max-width: 1100px;
    margin: 60px auto;
    padding: 20px;
    font-family: inherit;
}

/* HEADER */
.terms-header {
    text-align: center;
    margin-bottom: 50px;
}

.terms-header h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.terms-header p {
    font-size: 17px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* GRID */
.terms-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

/* TARJETAS */
.terms-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);
}

.terms-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

/* TITULOS */
.terms-card h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #111;
}

/* TEXTO */
.terms-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}


/* MOBILE */
@media (max-width: 768px) {

    .terms-header h1 {
        font-size: 32px;
    }

    .terms-card {
        padding: 24px;
    }

}/* End custom CSS */