/* Estilos para la página */
body {
    font-family: Arial, sans-serif;
}

/* Encabezado con imagen de fondo */
.header-img {
    background: url('images/chacaltaya_header.jpg') no-repeat center center;
    background-size: cover;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Sección de Datos */
section h2 {
    color: #003366;
    margin-top: 20px;
}

/* Iconos de la sección de Datos Claves */
.icon {
    width: 50px;
    margin-bottom: 10px;
}

/* Estilo de imágenes */
.img-fluid {
    border-radius: 10px;
}

/* Pie de página */
footer {
    background: #003366;
    color: #fff;
}
