.elementor-5727 .elementor-element.elementor-element-f6afb58{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1efaf61 *//* ESTILOS GENERALES KÖSTER */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 40px 20px;
    color: #333;
}

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

/* TÍTULOS Y ACENTOS AZULES */
.main-title {
    color: #004a99;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

.blue-subtitle {
    color: #004a99;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
}

/* TARJETAS BLANCAS */
.white-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* BLOQUE INTRODUCCIÓN */
.intro-box p {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #555;
}

/* MEMORIA TÉCNICA */
.tech-memory {
    display: flex;
    gap: 40px;
    align-items: center;
}

.image-side {
    flex: 1;
}

.image-side img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.text-side {
    flex: 1.2;
}

.text-side h2 {
    color: #004a99;
    font-size: 28px;
    margin: 0;
}

.line-separator {
    border: 0;
    border-top: 3px solid #004a99;
    width: 60px;
    margin: 15px 0 25px 0;
    opacity: 0.2;
}

.text-side p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
}

/* GRILLA DE BOTONES AZULES */
.components-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
}

.blue-button {
    background-color: #004a99;
    color: #ffffff;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    transition: all 0.3s ease;
}

.blue-button:hover {
    background-color: #003366;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 74, 153, 0.3);
}

/* RESPONSIVE DESIGN */
@media (max-width: 850px) {
    .tech-memory {
        flex-direction: column;
    }
    .text-side {
        order: 2;
    }
    .image-side {
        order: 1;
        width: 100%;
    }
    .main-title {
        font-size: 26px;
    }
}/* End custom CSS */