.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-6c35a01 */.piscideza-about {
    padding: 80px 0;
    background: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.about-tag {
    color: #0077b6;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.about-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 200;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.about-lead {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 40px;
}

/* Badges de Experiencia */
.experience-badge {
    display: flex;
    gap: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.exp-item {
    display: flex;
    flex-direction: column;
}

.exp-num {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
}

.exp-txt {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    box-shadow: 20px 20px 0px #f4f4f4; /* Detalle decorativo */
}

/* Cards de Detalles */
.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.detail-card {
    background: #fbfbfb;
    padding: 40px;
    transition: 0.3s;
}

.detail-card i {
    font-size: 24px;
    color: #0077b6;
    margin-bottom: 20px;
    display: block;
}

.detail-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.detail-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

.detail-card.highlight {
    background: #1a1a1a;
    color: #fff;
}

.detail-card.highlight p { color: #ccc; }

/* Responsive */
@media (max-width: 900px) {
    .about-grid { grid-template-columns: 1fr; }
    .about-image { order: -1; }
}/* End custom CSS */