.elementor-36478 .elementor-element.elementor-element-1ea19db7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-87612af */.container-precios {
    background-color: #f4f7f6;
    color: #333;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;
}

/* FIX LINKS */
.container-precios a {
    color: #2c5364;
    text-decoration: none;
    font-weight: 600;
}
.container-precios a:hover {
    text-decoration: underline;
}

/* HERO */
.container-precios .hero {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}

/* SECTIONS */
.container-precios .section {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    margin-bottom: 30px;
}

/* TABLE */
.container-precios .table {
    width: 100%;
    border-collapse: collapse;
}

.container-precios .table th {
    background: #2c5364;
    color: #fff;
}

.container-precios .table td,
.container-precios .table th {
    padding: 15px;
}

/* BUTTON */
.container-precios .btn-wa {
    background: #25D366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
}

/* CTA */
.container-precios .section.hero {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    text-align: center;
}/* End custom CSS */