.elementor-5389 .elementor-element.elementor-element-4522fa0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-727bf06 *//* ESTILO GENERAL DE FICHA TÉCNICA */
body {
    background-color: #f6f6f6;
    margin: 0;
    padding: 40px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.koster-container {
    max-width: 1100px;
    margin: 0 auto;
}

.main-title {
    color: #005a8c;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.white-card {
    background: #ffffff;
    border-radius: 25px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #eeeeee;
}

.tech-memory {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.image-side { flex: 1; }
.image-side img { width: 100%; border-radius: 12px; }
.text-side { flex: 1.2; }

.text-side h2 { color: #005a8c; margin-top: 0; }
.line-separator { border: 0; height: 1px; background: #eee; margin: 20px 0; }

.blue-subtitle {
    color: #005a8c;
    text-align: center;
    margin-bottom: 30px;
}

.components-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.blue-button {
    background-color: #005a8c;
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 850px) {
    .tech-memory { flex-direction: column; }
}/* End custom CSS */