.elementor-5320 .elementor-element.elementor-element-46f487e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-68b8799 *//* CONFIGURACIÓN GENERAL */
body {
    background-color: #f6f6f6;
    margin: 0;
    padding: 40px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
}

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

/* TÍTULO AZUL CORPORATIVO */
.main-title {
    color: #005a8c;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

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

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

/* MEMORIA TÉCNICA (Imagen + Texto) */
.tech-memory {
    display: flex;
    gap: 45px;
    align-items: flex-start;
}

.image-side {
    flex: 1;
}

.image-side img {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.text-side {
    flex: 1.2;
}

.text-side h2 {
    color: #005a8c;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 10px;
}

.line-separator {
    border: 0;
    height: 1px;
    background-color: #eeeeee;
    margin-bottom: 25px;
}

.text-side p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #555;
}

/* SECCIÓN COMPONENTES (3 BOTONES) */
.blue-subtitle {
    color: #005a8c;
    font-size: 26px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
}

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

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

/* RESPONSIVE MÓVIL */
@media (max-width: 850px) {
    .tech-memory {
        flex-direction: column;
    }
    
    .components-grid {
        grid-template-columns: 1fr;
    }
    
    .main-title {
        font-size: 28px;
    }

    .white-card {
        padding: 30px 20px;
    }
}/* End custom CSS */